Home
last modified time | relevance | path

Searched defs:lookup (Results 26 - 50 of 224) sorted by relevance

123456789

/third_party/openssl/crypto/x509/
H A Dx509_d2.c18 X509_LOOKUP *lookup; in X509_STORE_set_default_paths_ex() local
48 X509_LOOKUP *lookup; X509_STORE_load_file_ex() local
66 X509_LOOKUP *lookup; X509_STORE_load_path() local
79 X509_LOOKUP *lookup; X509_STORE_load_store_ex() local
[all...]
/third_party/skia/tests/graphite/
H A 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/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DContext.java20 private static void unpackLookupTable(int[] lookup, String map, String rle) { in unpackLookupTable() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValueSymbolTable.h74 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } in lookup() function in llvm::ValueSymbolTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h122 Key lookup(StringRef FunctionName) { in lookup() function in llvm::SymbolRemappingReader
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnum.java51 public static IRubyObject lookup(ThreadContext context, IRubyObject recv, IRubyObject number) { in lookup() method in RubyEnum
/third_party/skia/experimental/graphite/src/
H A DProgramCache.cpp92 sk_sp<ProgramCache::ProgramInfo> ProgramCache::lookup(uint32_t uniqueID) { in lookup() function in skgpu::ProgramCache
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DResources.java196 public static String getTranslation(String key, String lookup) { in getTranslation() argument
234 getTranslation(String key, String[] lookup) getTranslation() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h107 static const uint8_t lookup[] = { in tu6_rop() local
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/parse_callbacks/
H A Dmod.rs65 pub fn lookup(cb: &str) -> Box<dyn ParseCallbacks> { in lookup() functions
/third_party/rust/crates/syn/codegen/src/
H A Dmain.rs31 mod lookup; modules
/third_party/elfutils/libdwfl/
H A Dsegment.c131 lookup (Dwfl *dwfl, GElf_Addr address, int hint) in lookup() function
/third_party/elfutils/lib/
H A Ddynamicsizehash.c47 lookup (NAME *htab, HASHTYPE hval, TYPE val __attribute__ ((unused))) in lookup() function
/third_party/curl/lib/
H A Dbase64.c87 unsigned char lookup[256]; in Curl_base64_decode() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISymbolTable.java48 public char[] lookup(String s) { in lookup() method in RBBISymbolTable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBISymbolTable.java49 public char[] lookup(String s) { in lookup() method in RBBISymbolTable
/third_party/node/lib/internal/dns/
H A Dpromises.js181 function lookup(hostname, options) { function
/third_party/musl/src/search/
H A Dhsearch.c82 static ENTRY *lookup(char *key, size_t hash, struct hsearch_data *htab) in lookup() function
/third_party/libevdev/libevdev/
H A Dlibevdev-names.c25 const struct name_lookup *lookup = vlookup; in cmp_entry() local
62 struct name_lookup lookup; in libevdev_event_type_from_name_n() local
41 lookup_name(const struct name_entry *array, size_t asize, struct name_lookup *lookup) lookup_name() argument
111 struct name_lookup lookup; libevdev_event_code_from_name_n() local
138 struct name_lookup lookup; libevdev_event_value_from_name_n() local
161 struct name_lookup lookup; libevdev_property_from_name_n() local
182 struct name_lookup lookup; libevdev_event_code_from_code_name_n() local
203 struct name_lookup lookup; libevdev_event_type_from_code_name_n() local
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D16-1.c88 static struct sig_info *lookup(int signo) in lookup() function
/third_party/pulseaudio/speex/libspeexdsp/
H A Dvorbis_psy.h81 struct drft_lookup lookup; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp266 llvm::Expected<LookupResult> GsymReader::lookup(uint64_t Addr) const { in lookup() function in GsymReader
H A DInlineInfo.cpp108 static bool lookup(const GsymReader &GR, DataExtractor &Data, uint64_t &Offset, in lookup() function
155 llvm::Error InlineInfo::lookup(const GsymReader &GR, DataExtractor &Data, in lookup() function in InlineInfo
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDriver.cpp194 void *Driver::lookup(const char *name) in lookup() function in Driver
/third_party/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp32 const Symbol* SymbolTable::lookup(SymbolTable* writableSymbolTable, const SymbolKey& key) { in lookup() function in SkSL::SymbolTable

Completed in 9 milliseconds

123456789