/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
patricia_trie_reading_utils.cpp | 38 // Flag for shortcut targets presence 42 // Flag for non-words (typically, shortcut only entries)
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
ver4_dict_buffers.cpp | 162 // Write shortcut dict content. 164 AKLOGE("Shortcut dict content cannot be written.");
|
ver4_patricia_trie_writing_helper.cpp | 23 #include "dictionary/structure/v4/shortcut/ver4_shortcut_list_policy.h" 143 // Run GC for shortcut dict content.
|
/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
SysUILauncherTests.java | 136 // This is a long press and should add the shortcut to the Home screen 151 // Drag shortcut/widget icon to Remove button which behinds Google Search bar
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
ManifestElementDescriptor.java | 95 * This is a shortcut for 106 * This is a shortcut for
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
plugin.xml | 174 <shortcut
205 </shortcut>
|
/external/libvpx/libvpx/vp8/encoder/ |
encodemb.c | 246 int shortcut=0; local 287 shortcut = 1; 289 shortcut = 0; 291 if(shortcut) 340 if(shortcut)
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherModel.java | 538 // Add the shortcut to the db 638 ShortcutInfo shortcut = (ShortcutInfo) item; local 639 if (modelShortcut.title.toString().equals(shortcut.title.toString()) && 640 modelShortcut.intent.filterEquals(shortcut.intent) && 641 modelShortcut.id == shortcut.id && 642 modelShortcut.itemType == shortcut.itemType && 643 modelShortcut.container == shortcut.container && 644 modelShortcut.screenId == shortcut.screenId && 645 modelShortcut.cellX == shortcut.cellX && 646 modelShortcut.cellY == shortcut.cellY & [all...] |
Launcher.java | 176 "com.android.launcher3.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION"; 224 // How long to wait before the new-shortcut animation automatically pans the workspace 684 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen, 2651 final ShortcutInfo shortcut = (ShortcutInfo) tag; local 2691 final ShortcutInfo shortcut; local [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
FusionDictionary.java | 69 * PtNode is a group of characters, with probability information, shortcut targets, bigrams, 90 boolean mIsNotAWord; // Only a shortcut 200 * Updates the PtNode with the given properties. Adds the shortcut and bigram lists to 201 * the existing ones if any. Note: unigram, bigram, and shortcut frequencies are only 271 * @param isNotAWord true if this should not be considered a word (e.g. shortcut only) 330 * @param isNotAWord true if this is not a word for spellchecking purposes (shortcut only or so) 389 // new shortcuts to the existing shortcut list if it already exists.
|
/packages/apps/Launcher3/ |
print_db.py | 72 out.write("""<span class="intent" title="%s">shortcut</span>""" % ( 89 out.write("Shortcut (%d)" % cell) 136 out.write(cgi.escape(cell["title"]) + " <br/><i>(shortcut)</i>")
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GlobalSearchSupportTest.java | 234 // See if the same result is returned by a shortcut refresh 254 * result indicates that the shortcut is no longer valid, and the QSB will replace it with 255 * a new-style shortcut the next time they click on the contact.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 287 ShortcutInfo shortcut = (ShortcutInfo) item; local 288 if (modelShortcut.title.toString().equals(shortcut.title.toString()) && 289 modelShortcut.intent.filterEquals(shortcut.intent) && 290 modelShortcut.id == shortcut.id && 291 modelShortcut.itemType == shortcut.itemType && 292 modelShortcut.container == shortcut.container && 293 modelShortcut.screen == shortcut.screen && 294 modelShortcut.cellX == shortcut.cellX && 295 modelShortcut.cellY == shortcut.cellY && 296 modelShortcut.spanX == shortcut.spanX & 2263 ShortcutInfo shortcut = (ShortcutInfo) info; local [all...] |
/build/tools/droiddoc/templates-ds/ |
head_tag.cs | 6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
|
/build/tools/droiddoc/templates-pdk/ |
head_tag.cs | 6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
|
/build/tools/droiddoc/templates-sac/ |
head_tag.cs | 6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
|
/cts/tests/tests/view/src/android/view/cts/ |
ContentPaneFocusTest.java | 53 // No action bar, so we only needed to make sure that the shortcut didn't cause
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/ |
VideoContentProvider.java | 44 * Builds up a UriMatcher for search suggestion and shortcut refresh queries.
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/ |
AndroidManifest.xml | 43 for creating a shortcut to in the Launcher. If you wanted your app to have 5
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/Application/src/main/ |
AndroidManifest.xml | 43 for creating a shortcut to in the Launcher. If you wanted your app to have 5
|
/development/samples/browseable/AdvancedImmersiveMode/ |
AndroidManifest.xml | 43 for creating a shortcut to in the Launcher. If you wanted your app to have 5
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLRSAPublicKey.java | 129 * We can shortcut the true case, but it still may be equivalent but
|
/external/droiddriver/ |
contributing_aosp.md | 44 When commenting on the code, posts will show up as drafts. Drafts are not visible to other users. To post the drafts, press the reply button (keyboard shortcut 'a') and then click Post.
|
/external/gptfdisk/ |
gptcurses.h | 33 int key; // Keyboard shortcut
|
/external/jacoco/org.jacoco.doc/docroot/doc/ |
api.html | 7 <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
|