| /third_party/rust/crates/tracing/tracing-subscriber/src/layer/ |
| D | context.rs | 171 S: for<'lookup> LookupSpan<'lookup>, in event_span() 188 pub fn metadata(&self, id: &span::Id) -> Option<&'static Metadata<'static>> in metadata() 213 S: for<'lookup> LookupSpan<'lookup>, in span() 236 S: for<'lookup> LookupSpan<'lookup>, in exists() 258 S: for<'lookup> LookupSpan<'lookup>, in lookup_current() 306 ) -> Option<registry::SpanRef<'lookup, S>> in lookup_current_filtered() 308 S: LookupSpan<'lookup>, in lookup_current_filtered() 339 S: for<'lookup> LookupSpan<'lookup>, in span_scope() 366 S: for<'lookup> LookupSpan<'lookup>, in event_scope() 386 S: for<'lookup> LookupSpan<'lookup>, in is_enabled_for() [all …]
|
| /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/test/parallel/ |
| 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-net-dns-custom-lookup.js | 19 lookup: lookup property 27 function lookup(host, dnsopts, cb) { function 50 lookup(host, dnsopts, cb) { method
|
| D | test-tls-connect-allow-half-open-option.js | 15 const socket = tls.connect({ lookup() {} }); method 20 const socket = tls.connect({ 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
|
| D | test-http-client-timeout-option-with-agent.js | 12 lookup: () => {}, method
|
| D | test-dgram-close-during-bind.js | 8 const lookup = handle.lookup; constant
|
| D | test-tls-connect-timeout-option.js | 15 lookup: () => {}, method
|
| /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 | 18 function lookup4(lookup, address, callback) { argument 23 function lookup6(lookup, address, callback) { argument 27 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/node/deps/npm/node_modules/mime-types/ |
| D | index.js | 32 exports.charsets = { lookup: charset } property 132 function lookup (path) { function
|
| /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
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| D | time_zone_lookup.cc | 74 time_zone::absolute_lookup time_zone::lookup( in lookup() function in absl::time_internal::cctz::time_zone 79 time_zone::civil_lookup time_zone::lookup(const civil_second& cs) const { in lookup() function in absl::time_internal::cctz::time_zone
|
| /third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
| D | PhonePrefixMap.java | 147 String lookup(long number) { in lookup() method in PhonePrefixMap 180 public String lookup(PhoneNumber number) { in lookup() method in PhonePrefixMap
|