/frameworks/minikin/tests/unittest/ |
D | HyphenatorMapTest.cpp | 142 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/ |
D | lsh_projection_2.mod.py | 25 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],
|
D | lsh_projection.mod.py | 25 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],
|
D | lsh_projection_weights_as_inputs.mod.py | 24 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],
|
D | hashtable_lookup_quant8.mod.py | 29 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],
|
D | hashtable_lookup_float.mod.py | 29 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/ |
D | lsh_projection_float16.mod.py | 25 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],
|
D | lsh_projection_deprecated.mod.py | 26 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],
|
D | lsh_projection_4_relaxed.mod.py | 26 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],
|
D | lsh_projection_3_relaxed.mod.py | 26 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/ |
D | lsh_projection_2_relaxed.mod.py | 26 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],
|
D | lsh_projection_relaxed.mod.py | 26 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],
|
D | lsh_projection_weights_as_inputs_relaxed.mod.py | 24 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],
|
D | hashtable_lookup_float_relaxed.mod.py | 29 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/ |
D | Access.cpp | 36 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/ |
D | ALookup.h | 30 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/ |
D | DialerKeyListener.java | 55 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in DialerKeyListener 69 int match = super.lookup(event, content); in lookup()
|
D | NumberKeyListener.java | 51 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/ |
D | SettingsHelper.java | 81 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/ |
D | SharedLibrary.h | 31 void *lookup(const char *symbol) const;
|
/frameworks/base/tools/aapt/ |
D | ResourceIdCache.h | 15 static uint32_t lookup(const String16& package,
|
/frameworks/av/drm/libmediadrm/ |
D | SharedLibrary.cpp | 42 void *SharedLibrary::lookup(const char *symbol) const { in lookup() function in android::SharedLibrary
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | ArrayMapTests.java | 391 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/ |
D | Privacy.h | 64 const Privacy* lookup(const Privacy* p, uint32_t fieldId);
|
/frameworks/base/core/java/android/text/ |
D | AutoText.java | 110 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
|