| /third_party/openssl/crypto/x509/ |
| H A D | x509_d2.c | 18 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 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/skia/third_party/externals/brotli/java/org/brotli/dec/ |
| H A D | Context.java | 20 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 D | ValueSymbolTable.h | 74 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 D | SymbolRemappingReader.h | 122 Key lookup(StringRef FunctionName) { in lookup() function in llvm::SymbolRemappingReader
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyEnum.java | 51 public static IRubyObject lookup(ThreadContext context, IRubyObject recv, IRubyObject number) { in lookup() method in RubyEnum
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | ProgramCache.cpp | 92 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 D | Resources.java | 196 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 D | tu_util.h | 107 static const uint8_t lookup[] = { in tu6_rop() local [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/parse_callbacks/ |
| H A D | mod.rs | 65 pub fn lookup(cb: &str) -> Box<dyn ParseCallbacks> { in lookup() functions
|
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | main.rs | 31 mod lookup; modules
|
| /third_party/elfutils/libdwfl/ |
| H A D | segment.c | 131 lookup (Dwfl *dwfl, GElf_Addr address, int hint) in lookup() function
|
| /third_party/elfutils/lib/ |
| H A D | dynamicsizehash.c | 47 lookup (NAME *htab, HASHTYPE hval, TYPE val __attribute__ ((unused))) in lookup() function
|
| /third_party/curl/lib/ |
| H A D | base64.c | 87 unsigned char lookup[256]; in Curl_base64_decode() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | RBBISymbolTable.java | 48 public char[] lookup(String s) { in lookup() method in RBBISymbolTable
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | RBBISymbolTable.java | 49 public char[] lookup(String s) { in lookup() method in RBBISymbolTable
|
| /third_party/node/lib/internal/dns/ |
| H A D | promises.js | 181 function lookup(hostname, options) { function
|
| /third_party/musl/src/search/ |
| H A D | hsearch.c | 82 static ENTRY *lookup(char *key, size_t hash, struct hsearch_data *htab) in lookup() function
|
| /third_party/libevdev/libevdev/ |
| H A D | libevdev-names.c | 25 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 D | 16-1.c | 88 static struct sig_info *lookup(int signo) in lookup() function
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | vorbis_psy.h | 81 struct drft_lookup lookup; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymReader.cpp | 266 llvm::Expected<LookupResult> GsymReader::lookup(uint64_t Addr) const { in lookup() function in GsymReader
|
| H A D | InlineInfo.cpp | 108 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 D | Driver.cpp | 194 void *Driver::lookup(const char *name) in lookup() function in Driver
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLSymbolTable.cpp | 32 const Symbol* SymbolTable::lookup(SymbolTable* writableSymbolTable, const SymbolKey& key) { in lookup() function in SkSL::SymbolTable
|