| /third_party/node/test/parallel/ |
| D | test-net-autoselectfamily.js | 70 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 …]
|
| D | test-net-autoselectfamilydefault.js | 62 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
|
| D | test-http-autoselectfamily.js | 60 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
|
| D | test-dgram-custom-lookup.js | 9 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
|
| D | test-https-autoselectfamily.js | 74 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
|
| D | test-net-autoselectfamily-commandline-option.js | 61 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
|
| D | test-net-dns-custom-lookup.js | 19 lookup: lookup property 27 function lookup(host, dnsopts, cb) { function 59 lookup(host, dnsopts, cb) { method
|
| D | test-net-autoselectfamily-ipv4first.js | 58 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
|
| D | test-tls-connect-allow-half-open-option.js | 15 const socket = tls.connect({ port: 42, lookup() {} }); method 20 const socket = tls.connect({ port: 42, allowHalfOpen: false, lookup() {} }); method
|
| D | test-net-options-lookup.js | 13 lookup: input property 30 lookup: input property
|
| D | test-http-agent-timeout-option.js | 13 lookup: () => {} method
|
| /third_party/libevdev/libevdev/ |
| D | libevdev-names.c | 25 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/ |
| D | ProgramCacheTest.cpp | 30 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
|
| D | UniformCacheTest.cpp | 57 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/ |
| D | x509_d2.c | 18 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/ |
| D | x509_d2.c | 18 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/ |
| D | dgram.js | 23 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/ |
| D | parserRealSource4.ts | 31 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/ |
| D | AtomicOrdering.h | 90 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/ |
| D | test-tls-lookup.js | 13 lookup: input property 30 lookup: input property
|
| /third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
| D | string_piece.cc | 112 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/ |
| D | stringpiece.cc | 172 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/ |
| D | parserRealSource4.js | 381 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/ |
| D | Resources.java | 196 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/ |
| D | tu_util.h | 107 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
|