HomeSort by relevance Sort by last modified time
    Searched refs:hf (Results 51 - 75 of 94) sorted by null

1 23 4

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.cnstr/
range.pass.cpp 99 typedef test_hash<std::hash<T>> HF;
102 typedef std::unordered_set<T, HF, Comp, A> C;
120 assert(c.hash_function() == HF());
132 typedef test_hash<std::hash<T>> HF;
135 typedef std::unordered_set<T, HF, Comp, A> C;
145 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);
155 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode_test.go 76 for _, hf := range tt.hdrs {
77 if err := e.WriteField(hf); err != nil {
99 hf HeaderField
120 if gotI, gotMatch := e.searchTable(tt.hf); gotI != tt.wantI || gotMatch != tt.wantMatch {
121 t.Errorf("d.search(%+v) = %v, %v; want %v, %v", tt.hf, gotI, gotMatch, tt.wantI, tt.wantMatch)
encode.go 91 for idx, hf := range staticTable {
92 if !constantTimeStringCompare(hf.Name, f.Name) {
101 if !constantTimeStringCompare(hf.Value, f.Value) {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode_test.go 76 for _, hf := range tt.hdrs {
77 if err := e.WriteField(hf); err != nil {
99 hf HeaderField
120 if gotI, gotMatch := e.searchTable(tt.hf); gotI != tt.wantI || gotMatch != tt.wantMatch {
121 t.Errorf("d.search(%+v) = %v, %v; want %v, %v", tt.hf, gotI, gotMatch, tt.wantI, tt.wantMatch)
encode.go 91 for idx, hf := range staticTable {
92 if !constantTimeStringCompare(hf.Name, f.Name) {
101 if !constantTimeStringCompare(hf.Value, f.Value) {
  /system/libvintf/
parse_string.cpp 87 bool parse(const std::string &s, ENUM *hf) { \
88 return parseEnum(s, hf, g##ENUM##Strings); \
90 std::ostream &operator<<(std::ostream &os, ENUM hf) { \
91 return os << g##ENUM##Strings.at(static_cast<size_t>(hf)); \
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
PresenterTest.java 79 HeadersFragment hf = new HeadersFragment(); local
80 PresenterSelector ps = hf.getPresenterSelector();
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
init.pass.cpp 144 typedef test_hash<std::hash<int>> HF;
146 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
191 assert(c.hash_function() == HF());
199 typedef test_hash<std::hash<int>> HF;
201 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
203 HF hf(42);
212 }, 12, hf, a );
247 assert(c.hash_function() == hf);
248 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 150 typedef test_hash<std::hash<int>> HF;
152 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
199 assert(c.hash_function() == HF());
207 typedef test_hash<std::hash<int>> HF;
209 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
221 HF hf (43);
222 C c(input_iterator<P*>(arr), input_iterator<P*>(arr + sizeof(arr)/sizeof(arr[0])), 12, hf, a );
257 assert(c.hash_function() == hf);
258 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
init.pass.cpp 142 typedef test_hash<std::hash<int>> HF;
144 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
189 assert(c.hash_function() == HF());
197 typedef test_hash<std::hash<int>> HF;
199 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
201 HF hf(42);
210 }, 12, hf, a );
245 assert(c.hash_function() == hf);
246 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 148 typedef test_hash<std::hash<int>> HF;
150 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
197 assert(c.hash_function() == HF());
205 typedef test_hash<std::hash<int>> HF;
207 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
219 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);
256 assert(!(c.hash_function() == HF()));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
init.pass.cpp 142 typedef test_hash<std::hash<int>> HF;
144 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
189 assert(c.hash_function() == HF());
197 typedef test_hash<std::hash<int>> HF;
199 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
201 HF hf(42);
210 }, 12, hf, a );
245 assert(c.hash_function() == hf);
246 assert(!(c.hash_function() == HF()));
    [all...]
range.pass.cpp 148 typedef test_hash<std::hash<int>> HF;
150 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
197 assert(c.hash_function() == HF());
205 typedef test_hash<std::hash<int>> HF;
207 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C;
219 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);
256 assert(!(c.hash_function() == HF()));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sampler_state.c 382 sdc->hf[0] = _mesa_float_to_half(color.f[0]);
383 sdc->hf[1] = _mesa_float_to_half(color.f[1]);
384 sdc->hf[2] = _mesa_float_to_half(color.f[2]);
385 sdc->hf[3] = _mesa_float_to_half(color.f[3]);
brw_structs.h 595 uint16_t hf[4]; member in struct:gen5_sampler_default_color
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPairingTest.py 147 self.hf.log.error("HFP priority found: {}, expected: {}.".format(
BtCarMapMceTest.py 49 self.MCE = self.hf
  /external/ltp/utils/benchmark/kernbench-0.42/
kernbench 15 while getopts vsHOMn:o:hf i
  /external/vulkan-validation-layers/
vk_layer_documentation_generate.py 182 hf = layer_inputs[layer_name]['header']
185 #print('Parsing header file %s as layer name %s' % (hf, layer_name))
186 with open(hf) as f:
  /external/python/cpython2/PC/
_msi.c 66 UINT result = (UINT)_read(hf, memory, cb);
74 UINT result = (UINT)_write(hf, memory, cb);
82 int result = _close(hf);
90 long result = (long)_lseek(hf, dist, seektype);
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
response_test.go 691 hf := hv.Field(i).Interface()
693 if !reflect.DeepEqual(hf, wf) {
694 t.Errorf("%s: %s = %v want %v", prefix, name, hf, wf)
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]
response_test.go 691 hf := hv.Field(i).Interface()
693 if !reflect.DeepEqual(hf, wf) {
694 t.Errorf("%s: %s = %v want %v", prefix, name, hf, wf)
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 156 HTMLFiles hf = new HTMLFiles(this); local
157 hf.emitTopLevelFile(tln, apiDiff);
158 hf.emitTopLeftFile(tlf);
159 hf.emitHelp(fullReportFileName, apiDiff);
160 hf.emitStylesheet();
    [all...]

Completed in 902 milliseconds

1 23 4