Home
last modified time | relevance | path

Searched defs:lookup (Results 1 – 25 of 267) sorted by relevance

1234567891011

/third_party/node/test/parallel/
Dtest-net-autoselectfamily.js70 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) }); property
76 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
90 lookup, property
122 common.mustCall(function({ dnsServer, lookup }) { field
136 lookup, property
176 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
198 lookup, property
229 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
233 lookup, property
258 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
[all …]
Dtest-net-autoselectfamilydefault.js62 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) }); property
68 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
82 lookup, property
106 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
122 lookup, property
Dtest-http-autoselectfamily.js60 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) }); property
66 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
76 lookup, property
102 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
120 lookup, property
Dtest-dgram-custom-lookup.js9 const lookup = common.mustCall((host, family, callback) => { constant
13 const socket = dgram.createSocket({ type: 'udp4', lookup }); field
40 dgram.createSocket({ type: 'udp4', lookup: value }); property
Dtest-https-autoselectfamily.js74 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) }); property
80 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
91 lookup, property
118 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
138 lookup, property
Dtest-net-autoselectfamily-commandline-option.js61 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) }); property
67 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
81 lookup, property
Dtest-net-dns-custom-lookup.js19 lookup: lookup property
27 function lookup(host, dnsopts, cb) { function
59 lookup(host, dnsopts, cb) { method
Dtest-net-autoselectfamily-ipv4first.js58 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) }); property
64 createDnsServer('::1', '127.0.0.1', common.mustCall(function({ dnsServer, lookup }) { field
86 lookup, property
Dtest-tls-connect-allow-half-open-option.js15 const socket = tls.connect({ port: 42, lookup() {} }); method
20 const socket = tls.connect({ port: 42, allowHalfOpen: false, lookup() {} }); method
Dtest-net-options-lookup.js13 lookup: input property
30 lookup: input property
Dtest-http-agent-timeout-option.js13 lookup: () => {} method
/third_party/libevdev/libevdev/
Dlibevdev-names.c25 const struct name_lookup *lookup = vlookup; in cmp_entry() local
42 struct name_lookup *lookup) in lookup_name()
62 struct name_lookup lookup; in libevdev_event_type_from_name_n() local
111 struct name_lookup lookup; in libevdev_event_code_from_name_n() local
138 struct name_lookup lookup; in libevdev_event_value_from_name_n() local
161 struct name_lookup lookup; in libevdev_property_from_name_n() local
182 struct name_lookup lookup; in libevdev_event_code_from_code_name_n() local
203 struct name_lookup lookup; in libevdev_event_type_from_code_name_n() local
/third_party/skia/tests/graphite/
DProgramCacheTest.cpp30 sk_sp<ProgramCache::ProgramInfo> lookup = cache->lookup(pi1->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
43 sk_sp<ProgramCache::ProgramInfo> lookup = cache->lookup(pi2->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
59 sk_sp<ProgramCache::ProgramInfo> lookup = cache->lookup(pi3->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
DUniformCacheTest.cpp57 sk_sp<UniformData> lookup = cache->lookup(result1->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
70 sk_sp<UniformData> lookup = cache->lookup(result2->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
83 sk_sp<UniformData> lookup = cache->lookup(result3->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx509_d2.c18 X509_LOOKUP *lookup; in X509_STORE_set_default_paths_ex() local
48 X509_LOOKUP *lookup; in X509_STORE_load_file_ex() local
66 X509_LOOKUP *lookup; in X509_STORE_load_path() local
79 X509_LOOKUP *lookup; in X509_STORE_load_store_ex() local
/third_party/openssl/crypto/x509/
Dx509_d2.c18 X509_LOOKUP *lookup; in X509_STORE_set_default_paths_ex() local
48 X509_LOOKUP *lookup; in X509_STORE_load_file_ex() local
66 X509_LOOKUP *lookup; in X509_STORE_load_path() local
79 X509_LOOKUP *lookup; in X509_STORE_load_store_ex() local
/third_party/node/lib/internal/
Ddgram.js23 function lookup4(lookup, address, callback) { argument
28 function lookup6(lookup, address, callback) { argument
32 function newHandle(type, lookup) { argument
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource4.ts31 lookup(key: string): any; method
102 public lookup(key: string) { method in StringHashTable
162 public lookup(key: string) { method in DualStringHashTable
247 public lookup(key) { method in HashTable
265 public lookup(key, findValue?: boolean) { method in SimpleHashTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAtomicOrdering.h90 static const bool lookup[8][8] = { in isStrongerThan() local
105 static const bool lookup[8][8] = { in isAtLeastOrStrongerThan() local
136 static const AtomicOrderingCABI lookup[8] = { in toCABI() local
/third_party/node/test/sequential/
Dtest-tls-lookup.js13 lookup: input property
30 lookup: input property
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
Dstring_piece.cc112 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_of() local
134 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_not_of() local
164 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_of() local
188 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_not_of() local
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece.cc172 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_of() local
189 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_not_of() local
217 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_of() local
238 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_not_of() local
/third_party/typescript/tests/baselines/reference/
DparserRealSource4.js381 StringHashTable.prototype.lookup = function (key) { method in StringHashTable
434 DualStringHashTable.prototype.lookup = function (key) { method in DualStringHashTable
517 HashTable.prototype.lookup = function (key) { method in HashTable
537 SimpleHashTable.prototype.lookup = function (key, findValue) { method in SimpleHashTable
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DResources.java196 public static String getTranslation(String key, String lookup) { in getTranslation()
234 public static String getTranslation(String key, String[] lookup) { in getTranslation()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.h107 static const uint8_t lookup[] = { in tu6_rop() local
152 static const uint8_t lookup[] = { in tu6_primtype() local
185 static const uint8_t lookup[] = { in tu6_blend_factor() local
238 uint8_t lookup[] = { in tu6_tex_wrap() local

1234567891011