Searched refs:hf (Results 1 - 25 of 38) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/hash/
H A DMurmur3Hash32Test.java31 HashFn hf = new HashFn() {
40 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3);
H A DMurmur3Hash128Test.java60 HashFn hf = new HashFn() {
69 HashTestUtils.verifyHashFunction(hf, 128, 0x6384BA69);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java393 String hf;
394 hf = uc.getHeaderField("Content-Encoding");
395 if (hf != null) {
398 + hf, hf);
400 hf = uc.getHeaderField("Content-Length");
401 if (hf != null) {
404 "25", hf);
406 hf = uc.getHeaderField("Content-Type");
407 if (hf !
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress.cc94 if (!::ReadFile(reinterpret_cast<HANDLE>(hf), pv, cb, &read, NULL))
101 if (!::WriteFile(reinterpret_cast<HANDLE>(hf), pv, cb, &written, NULL))
107 return ::CloseHandle(reinterpret_cast<HANDLE>(hf)) ? 0 : -1;
111 return ::SetFilePointer(reinterpret_cast<HANDLE>(hf), dist, NULL, seektype);
137 SetFileTime(reinterpret_cast<HANDLE>(pfdin->hf), &local, NULL, NULL);
140 result = !Close(pfdin->hf);
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Diowin32.c38 HANDLE hf; member in struct:__anon16389
76 w32fiow.hf = hFile;
153 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
175 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
196 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
217 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
244 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
281 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
320 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/external/zlib/src/contrib/minizip/
H A Diowin32.c45 HANDLE hf; member in struct:__anon34342
83 w32fiow.hf = hFile;
202 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
224 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
265 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
288 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
315 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
353 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
392 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
H A Dallocator.pass.cpp96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
H A Dinit.pass.cpp133 HF hf(42);
142 }, 12, hf, a);
149 assert(c.hash_function() == hf);
H A Drange.pass.cpp149 HF hf(42);
151 C c(input_iterator<P*>(arr), input_iterator<P*>(arr + sizeof(arr)/sizeof(arr[0])), 14, hf, a);
158 assert(c.hash_function() == hf);
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dallocator.pass.cpp96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
H A Dinit.pass.cpp201 HF hf(42);
210 }, 12, hf, a );
245 assert(c.hash_function() == hf);
H A Drange.pass.cpp219 HF hf (43);
220 C c(input_iterator<P*>(arr), input_iterator<P*>(arr + sizeof(arr)/sizeof(arr[0])), 12, hf, a );
255 assert(c.hash_function() == hf);
/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
H A Dallocator.pass.cpp92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
H A Dinit.pass.cpp133 HF hf(43);
141 }, 12, hf, a);
149 assert(c.hash_function() == hf);
H A Drange.pass.cpp145 HF hf(43);
147 C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a);
154 assert(c.hash_function() == hf);
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
H A Dallocator.pass.cpp92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
H A Dinit.pass.cpp133 HF hf(43);
141 }, 12, hf, a);
149 assert(c.hash_function() == hf);
H A Drange.pass.cpp145 HF hf(43);
147 C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a);
154 assert(c.hash_function() == hf);
/external/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp108 has_friend hf; variable
/external/libedit/src/
H A Dhistory.c1040 TYPE(History) hf;
1042 hf.h_ref = va_arg(va, void *);
1044 hf.h_first = va_arg(va, history_gfun_t);
1045 hf.h_next = va_arg(va, history_gfun_t);
1046 hf.h_last = va_arg(va, history_gfun_t);
1047 hf.h_prev = va_arg(va, history_gfun_t);
1048 hf.h_curr = va_arg(va, history_gfun_t);
1049 hf.h_set = va_arg(va, history_sfun_t);
1050 hf.h_clear = va_arg(va, history_vfun_t);
1051 hf
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_sampler_state.c131 sdc->hf[0] = _mesa_float_to_half(color[0]);
132 sdc->hf[1] = _mesa_float_to_half(color[1]);
133 sdc->hf[2] = _mesa_float_to_half(color[2]);
134 sdc->hf[3] = _mesa_float_to_half(color[3]);
/external/chromium_org/third_party/zlib/google/
H A Dzip_internal.cc32 HANDLE hf; member in struct:__anon16399::__anon16400
68 file_ret.hf = file;
124 file_ret.hf = static_cast<HANDLE>(opaque);
126 if (file_ret.hf == INVALID_HANDLE_VALUE)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_sampler_state.c131 sdc->hf[0] = _mesa_float_to_half(color[0]);
132 sdc->hf[1] = _mesa_float_to_half(color[1]);
133 sdc->hf[2] = _mesa_float_to_half(color[2]);
134 sdc->hf[3] = _mesa_float_to_half(color[3]);
/external/chromium_org/ui/gfx/
H A Dplatform_font_win.cc218 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, FW_DONTCARE, FALSE, FALSE, FALSE, local
225 font_ref_ = CreateHFontRef(hf);
/external/jdiff/src/jdiff/
H A DHTMLReportGenerator.java160 HTMLFiles hf = new HTMLFiles(this);
161 hf.emitTopLevelFile(tln, apiDiff);
162 hf.emitTopLeftFile(tlf);
163 hf.emitHelp(fullReportFileName, apiDiff);
164 hf.emitStylesheet();

Completed in 485 milliseconds

12