Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/rust/crates/tracing/tracing-subscriber/src/layer/
Dcontext.rs171 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/
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/test/parallel/
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-net-dns-custom-lookup.js19 lookup: lookup property
27 function lookup(host, dnsopts, cb) { function
50 lookup(host, dnsopts, cb) { method
Dtest-tls-connect-allow-half-open-option.js15 const socket = tls.connect({ lookup() {} }); method
20 const socket = tls.connect({ allowHalfOpen: false, lookup() {} }); method
Dtest-net-options-lookup.js13 lookup: input property
30 lookup: input property
Dtest-http-agent-timeout-option.js13 lookup: () => {} method
Dtest-http-client-timeout-option-with-agent.js12 lookup: () => {}, method
Dtest-dgram-close-during-bind.js8 const lookup = handle.lookup; constant
Dtest-tls-connect-timeout-option.js15 lookup: () => {}, method
/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.js18 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/
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/node/deps/npm/node_modules/mime-types/
Dindex.js32 exports.charsets = { lookup: charset } property
132 function lookup (path) { function
/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
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup.cc74 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/
DPhonePrefixMap.java147 String lookup(long number) { in lookup() method in PhonePrefixMap
180 public String lookup(PhoneNumber number) { in lookup() method in PhonePrefixMap

12345678910>>...12