/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | PersonalDictionaryLookupTest.java | 113 PersonalDictionaryLookup lookup = in setUpWord() local 115 lookup.open(); in setUpWord() 116 return lookup; in setUpWord() 124 PersonalDictionaryLookup lookup = in setUpShortcut() local 126 lookup.open(); in setUpShortcut() 127 return lookup; in setUpShortcut() 140 PersonalDictionaryLookup lookup = setUpShortcut(Locale.US); in testShortcutKeyMatching() local 142 assertEquals("Expansion", lookup.expandShortcut("shortcut", Locale.US)); in testShortcutKeyMatching() 143 assertNull(lookup.expandShortcut("Shortcut", Locale.US)); in testShortcutKeyMatching() 144 assertNull(lookup.expandShortcut("SHORTCUT", Locale.US)); in testShortcutKeyMatching() [all …]
|
/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/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/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | DialpadFragment.java | 175 char c = (char) lookup(event, content); in onKeyDown() 207 char c = (char) lookup(event, content); in onKeyUp() 224 char c = lookup(event); in onKeyDown() 258 char c = lookup(event); in onKeyUp() 278 private char lookup(KeyEvent event) { in lookup() method in DialpadFragment.DTMFKeyListener 295 return (ok(getAcceptedChars(), lookup(event))); in isKeyEventAcceptable()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BlobCache.java | 422 public byte[] lookup(long key) throws IOException { in lookup() method in BlobCache 425 if (lookup(mLookupRequest)) { in lookup() 442 public boolean lookup(LookupRequest req) throws IOException { in lookup() method in BlobCache
|
D | FileCache.java | 129 public CacheEntry lookup(String downloadUrl) { in lookup() method in FileCache
|
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
D | contacts2_1108.sql | 15 …d INTEGER NOT NULL DEFAULT 0,has_phone_number INTEGER NOT NULL DEFAULT 0,lookup TEXT,status_update… field 139 …cket_alt AS phonebook_bucket_alt, has_phone_number, name_raw_contact_id, lookup, photo_id, photo_f… 141 …cket_alt AS phonebook_bucket_alt, has_phone_number, name_raw_contact_id, lookup, photo_id, photo_f… 143 …cket_alt AS phonebook_bucket_alt, has_phone_number, name_raw_contact_id, lookup, photo_id, photo_f… 145 …m_items AS SELECT stream_items._id, contacts._id AS contact_id, contacts.lookup AS contact_lookup,…
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | ImageCacheService.java | 66 if (!mCache.lookup(request)) return false; in getImageData()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | MoviePlayer.java | 522 byte[] data = cache.lookup(uri.hashCode()); in getBookmark()
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | ReverseGeocoder.java | 312 cachedLocation = mGeoCache.lookup(locationKey); in lookupAddress()
|
/packages/apps/Calculator/ |
D | arity-2.1.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/javia/
org/ ... |
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 164 …er()` before calling `operator[](const char*)`. However, this incurs two lookup. A better way is t…
|
D | Doxyfile.in | 397 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|
/packages/apps/Messaging/build/gcheckstyle/ |
D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 41440 01-13 23:19:38.252 201 525 D : Failed to fetch the lookup information of the device 000… 41448 01-13 23:19:38.252 201 525 D : Failed to fetch the lookup information of the device 000… 42420 01-13 23:19:51.741 201 525 D : Failed to fetch the lookup information of the device 000… 42428 01-13 23:19:51.741 201 525 D : Failed to fetch the lookup information of the device 000… 42836 01-13 23:19:58.989 201 525 D : Failed to fetch the lookup information of the device 000… 42844 01-13 23:19:58.990 201 525 D : Failed to fetch the lookup information of the device 000… 43137 01-13 23:20:06.429 201 525 D : Failed to fetch the lookup information of the device 000… 43145 01-13 23:20:06.429 201 525 D : Failed to fetch the lookup information of the device 000… 68912 0: from all lookup local 68913 10000: from all fwmark 0xc0000/0xd0000 lookup legacy_system [all …]
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|