Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 77) sorted by relevance

1234

/frameworks/minikin/tests/unittest/
DHyphenatorMapTest.cpp142 const Hyphenator* lookup(const std::string& localeStr) { in lookup() function in minikin::__anona4c94c0f0111::HyphenatorMapTest
151 EXPECT_EQ(AS_HYPHENATOR, lookup("as")); in TEST_F()
152 EXPECT_EQ(BG_HYPHENATOR, lookup("bg")); in TEST_F()
153 EXPECT_EQ(BN_HYPHENATOR, lookup("bn")); in TEST_F()
154 EXPECT_EQ(CU_HYPHENATOR, lookup("cu")); in TEST_F()
155 EXPECT_EQ(CY_HYPHENATOR, lookup("cy")); in TEST_F()
156 EXPECT_EQ(DA_HYPHENATOR, lookup("da")); in TEST_F()
157 EXPECT_EQ(DE_1901_HYPHENATOR, lookup("de-1901")); in TEST_F()
158 EXPECT_EQ(DE_1996_HYPHENATOR, lookup("de-1996")); in TEST_F()
159 EXPECT_EQ(DE_CH_1901_HYPHENATOR, lookup("de-CH-1901")); in TEST_F()
[all …]
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dlsh_projection_2.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
35 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
Dlsh_projection.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
34 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
Dlsh_projection_weights_as_inputs.mod.py24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output)
30 input0 = {lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
Dhashtable_lookup_quant8.mod.py29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % (lookups)) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
36 input0 = {lookup: [123, 250, 255, 0],
Dhashtable_lookup_float.mod.py29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
36 input0 = {lookup: [1234, -292, -11, 0],
/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
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
34 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
Dlsh_projection_deprecated.mod.py26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
30 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
37 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
Dlsh_projection_4_relaxed.mod.py26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
30 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
37 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
Dlsh_projection_3_relaxed.mod.py26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
30 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
37 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
/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
30 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
37 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
Dlsh_projection_relaxed.mod.py26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
30 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
36 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
Dlsh_projection_weights_as_inputs_relaxed.mod.py24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output)
31 input0 = {lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
Dhashtable_lookup_float_relaxed.mod.py29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
37 input0 = {lookup: [1234, -292, -11, 0],
/frameworks/native/cmds/servicemanager/
DAccess.cpp36 char* lookup = nullptr; in getPidcon() local
37 if (getpidcon(pid, &lookup) < 0) { in getPidcon()
41 std::string result = lookup; in getPidcon()
42 freecon(lookup); in getPidcon()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALookup.h30 bool lookup(const T& from, U *to) const;
34 inline bool map(const T& from, V *to) const { return lookup(from, to); } in map()
49 bool ALookup<T, U>::lookup(const T& from, U *to) const { in lookup() function
/frameworks/base/core/java/android/text/method/
DDialerKeyListener.java55 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in DialerKeyListener
69 int match = super.lookup(event, content); in lookup()
DNumberKeyListener.java51 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in NumberKeyListener
121 int i = event != null ? lookup(event, content) : 0; in onKeyDown()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java81 public String lookup(ContentResolver resolver, String name, int userHandle); in lookup() method
85 public String lookup(ContentResolver resolver, String name, int userHandle) {
91 public String lookup(ContentResolver resolver, String name, int userHandle) {
97 public String lookup(ContentResolver resolver, String name, int userHandle) {
136 oldValue = table.lookup(cr, name, UserHandle.USER_SYSTEM); in restoreValue()
/frameworks/av/drm/libmediadrm/include/mediadrm/
DSharedLibrary.h31 void *lookup(const char *symbol) const;
/frameworks/base/tools/aapt/
DResourceIdCache.h15 static uint32_t lookup(const String16& package,
/frameworks/av/drm/libmediadrm/
DSharedLibrary.cpp42 void *SharedLibrary::lookup(const char *symbol) const { in lookup() function in android::SharedLibrary
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DArrayMapTests.java391 ControlledHash lookup = new ControlledHash(50000); in run()
394 if (it.next().equals(lookup)) { in run()
398 if (arrayMap.containsKey(lookup)) { in run()
406 if (it.next().equals(lookup)) { in run()
410 if (arraySet.contains(lookup)) { in run()
/frameworks/base/cmds/incidentd/src/
DPrivacy.h64 const Privacy* lookup(const Privacy* p, uint32_t fieldId);
/frameworks/base/core/java/android/text/
DAutoText.java110 return getInstance(view).lookup(src, start, end); in get()
131 private String lookup(CharSequence src, final int start, final int end) { in lookup() method in AutoText

1234