/frameworks/base/core/java/android/provider/ |
D | ContactsInternal.java | 50 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*", CONTACTS_URI_LOOKUP); in matcher.addURI() 51 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*/#", CONTACTS_URI_LOOKUP_ID); in matcher.addURI()
|
/frameworks/av/drm/libmediadrm/ |
D | SharedLibrary.cpp | 42 void *SharedLibrary::lookup(const char *symbol) const { in lookup() function in android::SharedLibrary
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | lsh_projection.mod.py | 25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
D | lsh_projection_2.mod.py | 25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
D | lsh_projection_weights_as_inputs.mod.py | 24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
D | hashtable_lookup_quant8.mod.py | 29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % (lookups)) variable
|
D | hashtable_lookup_float.mod.py | 29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) variable
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | lsh_projection_float16.mod.py | 25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
D | lsh_projection_deprecated.mod.py | 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
D | lsh_projection_4_relaxed.mod.py | 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
D | lsh_projection_3_relaxed.mod.py | 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | lsh_projection_2_relaxed.mod.py | 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
D | lsh_projection_relaxed.mod.py | 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
D | lsh_projection_weights_as_inputs_relaxed.mod.py | 24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
|
D | hashtable_lookup_float_relaxed.mod.py | 29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) variable
|
/frameworks/minikin/libs/minikin/ |
D | HyphenatorMap.h | 55 static const Hyphenator* lookup(const Locale& locale) { in lookup() function
|
/frameworks/base/core/java/android/text/method/ |
D | DialerKeyListener.java | 55 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in DialerKeyListener
|
D | NumberKeyListener.java | 51 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in NumberKeyListener
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | ALookup.h | 49 bool ALookup<T, U>::lookup(const T& from, U *to) const { in lookup() function
|
/frameworks/base/cmds/incidentd/src/ |
D | Privacy.cpp | 43 const Privacy* lookup(const Privacy* p, uint32_t fieldId) { in lookup() function
|
/frameworks/av/media/libmedia/include/media/ |
D | IMediaSource.h | 152 uint64_t lookup(const sp<IMemory> &mem) { in lookup() function
|
/frameworks/native/cmds/servicemanager/ |
D | Access.cpp | 36 char* lookup = nullptr; in getPidcon() local
|
/frameworks/base/tools/aapt/ |
D | ResourceIdCache.cpp | 58 uint32_t ResourceIdCache::lookup(const android::String16& package, in lookup() function in android::ResourceIdCache
|
/frameworks/base/core/java/android/text/ |
D | AutoText.java | 131 private String lookup(CharSequence src, final int start, final int end) { in lookup() method in AutoText
|
/frameworks/minikin/tests/unittest/ |
D | HyphenatorMapTest.cpp | 142 const Hyphenator* lookup(const std::string& localeStr) { in lookup() function in minikin::__anona4c94c0f0111::HyphenatorMapTest
|