HomeSort by relevance Sort by last modified time
    Searched refs:hf (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash32Test.java 31 HashFn hf = new HashFn() { local
40 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3);
Murmur3Hash128Test.java 60 HashFn hf = new HashFn() { local
69 HashTestUtils.verifyHashFunction(hf, 128, 0x6384BA69);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 393 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 != null)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 657 long hf;
658 hf = uc.getHeaderFieldDate("Content-Encoding", Long.MIN_VALUE);
660 Long.MIN_VALUE, hf);
661 hf = uc.getHeaderFieldDate("Content-Length", Long.MIN_VALUE);
663 Long.MIN_VALUE, hf);
664 hf = uc.getHeaderFieldDate("Content-Type", Long.MIN_VALUE);
666 Long.MIN_VALUE, hf);
667 hf = uc.getHeaderFieldDate("content-type", Long.MIN_VALUE);
669 Long.MIN_VALUE, hf);
670 hf = uc.getHeaderFieldDate("Date", Long.MIN_VALUE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fdi.h 203 typedef UINT (DIAMONDAPI *PFNREAD) (INT_PTR hf,void *pv,UINT cb);
204 typedef UINT (DIAMONDAPI *PFNWRITE)(INT_PTR hf,void *pv,UINT cb);
205 typedef int (DIAMONDAPI *PFNCLOSE)(INT_PTR hf);
206 typedef __LONG32 (DIAMONDAPI *PFNSEEK) (INT_PTR hf,__LONG32 dist,int seektype);
209 #define FNREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
210 #define FNWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
211 #define FNCLOSE(fn) int DIAMONDAPI fn(INT_PTR hf)
212 #define FNSEEK(fn) __LONG32 DIAMONDAPI fn(INT_PTR hf,__LONG32 dist,int seektype)
223 INT_PTR hf; member in struct:__anon49527
261 WINBOOL DIAMONDAPI FDIIsCabinet(HFDI hfdi,INT_PTR hf,PFDICABINETINFO pfdici)
    [all...]
fci.h 174 typedef UINT (DIAMONDAPI *PFNFCIREAD) (INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
175 typedef UINT (DIAMONDAPI *PFNFCIWRITE)(INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
176 typedef int (DIAMONDAPI *PFNFCICLOSE)(INT_PTR hf,int *err,void *pv);
177 typedef __LONG32 (DIAMONDAPI *PFNFCISEEK) (INT_PTR hf,__LONG32 dist,int seektype,int *err,void *pv);
181 #define FNFCIREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
182 #define FNFCIWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
183 #define FNFCICLOSE(fn) int DIAMONDAPI fn(INT_PTR hf,int *err,void *pv)
184 #define FNFCISEEK(fn) __LONG32 DIAMONDAPI fn(INT_PTR hf,__LONG32 dist,int seektype,int *err,void *pv)
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 94 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/
iowin32.c 38 HANDLE hf; member in struct:__anon20293
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/
iowin32.c 45 HANDLE hf; member in struct:__anon37536
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;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 148 float hf = getHeight(); local
150 final float cy = hf/2;
152 hf -= getPaddingTop() + getPaddingBottom();
153 float rad = (wf < hf) ? wf/2 : hf/2;
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_map<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_map<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
init.pass.cpp 98 typedef test_hash<std::hash<int>> HF;
100 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
129 typedef test_hash<std::hash<int>> HF;
131 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
133 HF hf(42);
142 }, 12, hf, a);
149 assert(c.hash_function() == hf);
range.pass.cpp 104 typedef test_hash<std::hash<int>> HF;
106 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
124 assert(c.hash_function() == HF());
136 typedef test_hash<std::hash<int>> HF;
138 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
149 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);
159 assert(!(c.hash_function() == HF()));
    [all...]
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
  /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_multiset<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_multiset<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_set<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_set<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_map<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_map<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 72 typedef test_hash<std::hash<T>> HF;
74 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
79 assert(c.hash_function() == HF());
91 typedef test_hash<std::hash<T>> HF;
93 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
96 HF hf(12);
97 C c(2, hf, a);
99 assert(c.hash_function() == hf);
100 assert(!(c.hash_function() == HF()));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_multiset<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_multiset<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp 67 typedef test_hash<std::hash<T>> HF;
70 typedef std::unordered_set<T, HF, Comp, A> C;
75 assert(c.hash_function() == HF());
87 typedef test_hash<std::hash<T>> HF;
90 typedef std::unordered_set<T, HF, Comp, A> C;
92 HF hf(42);
94 C c(4, hf, a);
96 assert(c.hash_function() == hf);
97 assert(!(c.hash_function() == HF()));
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 108 has_friend hf; variable
  /external/libedit/src/
history.c 1040 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.h_enter = va_arg(va, history_efun_t)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c 131 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/
zip_internal.cc 32 HANDLE hf; member in struct:__anon20303::__anon20304
70 file_ret.hf = file;
126 file_ret.hf = static_cast<HANDLE>(opaque);
128 if (file_ret.hf == INVALID_HANDLE_VALUE)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c 131 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]);

Completed in 839 milliseconds

1 2 3