/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | expected_contacts.txt | 14 14 lookup=2273r1-3D2F3F3F574D2F4B4D 29 29 lookup=389i561d08a30def1f46 44 44 lookup=389i506b6479896c635d 59 59 lookup=389i192ec38f0de81866 74 74 lookup=389i3e879d80b2673fc 89 89 lookup=389i4413217a0a1f5437 104 104 lookup=389r7-41434D4B57412B2F2D414F3F292F49 119 119 lookup=389r8-41434D4B57412B2F2D414F3F292F493F27373D 134 134 lookup=389r9-41434D4B57412B2F2D3F27373D 149 149 lookup=389r10-41434D4B57412B2F2D [all …]
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
D | expected_contacts.txt | 14 14 lookup=0r1-414F3F292F4927412D3F27373D 29 29 lookup=0r2-414F3F292F49 44 44 lookup=0r3-3F27373D 59 59 lookup=0r4-1E2422141A201216 74 74 lookup=0r5-3F27373D2D433F2B433F
|
/packages/modules/DnsResolver/ |
D | res_cache.cpp | 1161 static void _cache_add_p(Cache* cache, Entry** lookup, Entry* e) { in _cache_add_p() argument 1162 *lookup = e; in _cache_add_p() 1174 static void _cache_remove_p(Cache* cache, Entry** lookup) { in _cache_remove_p() argument 1175 Entry* e = *lookup; in _cache_remove_p() 1181 *lookup = e->hlink; in _cache_remove_p() 1190 Entry** lookup = _cache_lookup_p(cache, oldest); in _cache_remove_oldest() local 1192 if (*lookup == NULL) { /* should not happen */ in _cache_remove_oldest() 1198 _cache_remove_p(cache, lookup); in _cache_remove_oldest() 1210 Entry** lookup = _cache_lookup_p(cache, e); in _cache_remove_expired() local 1211 if (*lookup == NULL) { /* should not happen */ in _cache_remove_expired() [all …]
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
D | expected_contacts.txt | 14 14 lookup=2273r1-4D2F4B4D27412D4943372D 29 29 lookup=2187i3d09f37e0f0dbc6f 44 44 lookup=2187i5c9ae978b346ac9 59 59 lookup=2187r11-272D2D2F2D434127412D4943372D
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyHalUtils.cpp | 284 V1_0::PerformanceInfo lookup( in lookup() function 301 V1_0::PerformanceInfo lookup( in lookup() function 304 return lookup<HalVersion::V1_2>(operandPerformance, type); in lookup() 306 V1_0::PerformanceInfo lookup( in lookup() function 311 return lookup<HalVersion::V1_3>(operandPerformance, type); in lookup() 329 lookup(capabilities.operandPerformance, V1_2::OperandType::TENSOR_QUANT8_ASYMM); in isQuantized8PerformanceConsistentWithP() 334 lookup(capabilities.operandPerformance, in isQuantized8PerformanceConsistentWithP() 341 lookup(capabilities.operandPerformance, V1_3::OperandType::TENSOR_QUANT8_ASYMM); in isQuantized8PerformanceConsistentWithP() 346 lookup(capabilities.operandPerformance, type); in isQuantized8PerformanceConsistentWithP() 373 lookup(capabilities.operandPerformance, V1_2::OperandType::TENSOR_FLOAT32); in compliantWithV1_0() [all …]
|
/packages/modules/NeuralNetworks/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_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],
|
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],
|
/packages/modules/NeuralNetworks/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],
|
/packages/modules/NeuralNetworks/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_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 | 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 | 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],
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DragHost.java | 101 mActions.springOpenDirectory(mDestinationLookup.lookup(v)); in onViewHovered() 109 mDragAndDropManager.updateState(v, mState.stack.getRoot(), mDestinationLookup.lookup(v)); in onDragEntered() 125 DocumentInfo doc = mDestinationLookup.lookup(v); in canSpringOpen() 135 DocumentInfo dst = mDestinationLookup.lookup(v); in handleDropEvent()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/ |
D | PhoneLookup.java | 57 default ListenableFuture<T> lookup(Context appContext, Call call) { in lookup() method 69 return Futures.transformAsync(numberFuture, this::lookup, MoreExecutors.directExecutor()); in lookup() 83 ListenableFuture<T> lookup(DialerPhoneNumber dialerPhoneNumber); in lookup() method
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/composite/ |
D | CompositePhoneLookup.java | 85 public ListenableFuture<PhoneLookupInfo> lookup(Call call) { in lookup() method in CompositePhoneLookup 90 ListenableFuture<?> lookupFuture = phoneLookup.lookup(appContext, call); in lookup() 109 public ListenableFuture<PhoneLookupInfo> lookup(DialerPhoneNumber dialerPhoneNumber) { in lookup() method in CompositePhoneLookup 114 ListenableFuture<?> lookupFuture = phoneLookup.lookup(dialerPhoneNumber); in lookup()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | DtmfKeyListener.java | 107 char c = (char) lookup(event, EMPTY_SPANNABLE); in onKeyDown() 146 char c = (char) lookup(event, EMPTY_SPANNABLE); in onKeyUp()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | DragHost.java | 76 mDestinationLookup.lookup(v).open(); in onViewHovered() 81 final Item item = mDestinationLookup.lookup(v); in onDragEntered()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | AbstractActionHandler.java | 209 task.executeOnExecutor(mExecutors.lookup(root.authority)); in getRootDocument() 222 task.executeOnExecutor(mExecutors.lookup(doc == null ? null : doc.authority)); in refreshDocument() 717 ).executeOnExecutor(mExecutors.lookup(uri.getAuthority()), uri); in loadDocument() 723 .executeOnExecutor(mExecutors.lookup(uri.getAuthority())); in loadRoot() 734 .executeOnExecutor(mExecutors.lookup(info.getUri().getAuthority())); in loadCrossProfileRoot() 761 .executeOnExecutor(mExecutors.lookup(uri.getAuthority())); in loadFirstRoot()
|
/packages/apps/Dialer/java/com/android/dialer/oem/ |
D | CequintCallerIdManager.java | 156 return lookup(context, getIncallLookupUri(), number, flags); in getCequintCallerIdContactForCall() 200 return lookup( in getCequintCallerIdContactForNumber() 206 private static CequintCallerIdContact lookup( in lookup() method in CequintCallerIdManager
|