Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/provider/
DContactsInternal.java50 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/
DSharedLibrary.cpp42 void *SharedLibrary::lookup(const char *symbol) const { in lookup() function in android::SharedLibrary
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dlsh_projection.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_2.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_weights_as_inputs.mod.py24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dhashtable_lookup_quant8.mod.py29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % (lookups)) variable
Dhashtable_lookup_float.mod.py29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) variable
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dlsh_projection_float16.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_deprecated.mod.py26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_4_relaxed.mod.py26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_3_relaxed.mod.py26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dlsh_projection_2_relaxed.mod.py26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_relaxed.mod.py26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_weights_as_inputs_relaxed.mod.py24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dhashtable_lookup_float_relaxed.mod.py29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) variable
/frameworks/minikin/libs/minikin/
DHyphenatorMap.h55 static const Hyphenator* lookup(const Locale& locale) { in lookup() function
/frameworks/base/core/java/android/text/method/
DDialerKeyListener.java55 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in DialerKeyListener
DNumberKeyListener.java51 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in NumberKeyListener
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALookup.h49 bool ALookup<T, U>::lookup(const T& from, U *to) const { in lookup() function
/frameworks/base/cmds/incidentd/src/
DPrivacy.cpp43 const Privacy* lookup(const Privacy* p, uint32_t fieldId) { in lookup() function
/frameworks/av/media/libmedia/include/media/
DIMediaSource.h152 uint64_t lookup(const sp<IMemory> &mem) { in lookup() function
/frameworks/native/cmds/servicemanager/
DAccess.cpp36 char* lookup = nullptr; in getPidcon() local
/frameworks/base/tools/aapt/
DResourceIdCache.cpp58 uint32_t ResourceIdCache::lookup(const android::String16& package, in lookup() function in android::ResourceIdCache
/frameworks/base/core/java/android/text/
DAutoText.java131 private String lookup(CharSequence src, final int start, final int end) { in lookup() method in AutoText
/frameworks/minikin/tests/unittest/
DHyphenatorMapTest.cpp142 const Hyphenator* lookup(const std::string& localeStr) { in lookup() function in minikin::__anona4c94c0f0111::HyphenatorMapTest

12