Searched
full:shortcut (Results
251 -
275 of
1532) sorted by null
<<11121314151617181920>>
/frameworks/support/v7/appcompat/res/layout/ |
abc_popup_menu_item_layout.xml | 48 android:id="@+id/shortcut"
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PendingAddItemInfo.java | 46 return "Shortcut: " + shortcutActivityInfo.packageName;
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
DisableInstallShortcutListenersTask.java | 49 ProvisionLogger.logd("Disabling install shortcut listeners.");
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
FormatSpec.java | 93 * s | has shortcut targets ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_SHORTCUT_TARGETS 117 * | shortcut string list 152 * shortcut string list is: 157 * <shortcut> = | string of characters at the char format described above, with the terminator
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
shortcut_dict_content.h | 62 // Returns head position of shortcut list for a PtNode specified by terminalId.
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
dynamic_pt_updating_helper.h | 55 // Add a shortcut target.
|
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/content/ |
shortcut_dict_content.h | 53 // Returns head position of shortcut list for a PtNode specified by terminalId.
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
ver4_dict_constants.cpp | 32 // NUM_OF_BUFFERS_FOR_SPARSE_TABLE_DICT_CONTENT for shortcut.
|
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.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
keyctl.h | 15 /* special process keyring shortcut IDs */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
keyctl.h | 15 /* special process keyring shortcut IDs */
|
/prebuilts/sdk/current/support/v7/appcompat/res/layout/ |
abc_list_menu_item_layout.xml | 47 android:id="@+id/shortcut"
|
abc_popup_menu_item_layout.xml | 48 android:id="@+id/shortcut"
|
/toolchain/binutils/binutils-2.25/libiberty/ |
getpwd.c | 86 /* The shortcut didn't work. Try the slow, ``sure'' way. */
|
/development/cmds/monkey/ |
README.NETWORK.txt | 87 The tap command is a shortcut for the touch command. It will 92 The press command is a shortcut for the key command. The keycode
|
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/ |
ShortcutListFragment.java | 73 Toast.makeText(getActivity(), "App doesn't have the shortcut permissions", 152 final String message = "No shortcut found for " + user;
|
/external/e2fsprogs/lib/blkid/ |
blkidP.h | 47 char *bid_label; /* Shortcut to device LABEL */ 48 char *bid_uuid; /* Shortcut to binary UUID */
|
/external/llvm/include/llvm/Passes/ |
PassBuilder.h | 66 /// are comma separated. As a special shortcut, if the very first pass is not 82 /// This shortcut is especially useful for debugging and testing small pass
|
/frameworks/base/core/java/android/app/usage/ |
UsageStatsManagerInternal.java | 61 * @param packageName The package name of the shortcut publisher 62 * @param shortcutId The ID of the shortcut in question
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenu.java | 169 final char shortcut = qwerty ? item.getAlphabeticShortcut() : local 171 if (keyCode == shortcut) {
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
ShortcutManagerTestUtils.java | 184 return runCommand(instrumentation, "cmd shortcut " + command, resultAsserter); 266 Log.e(TAG, "Dumpsys shortcut"); 267 for (String s : runCommand(instrumentation, "dumpsys shortcut")) { 273 return new JSONObject(concatResult(runCommand(instrumentation, "dumpsys shortcut -c"))); 603 fail("Shortcut " + id + " not found in the list"); 676 }, "Shortcut IDs=[" + Arrays.toString(ids) + "]", null); 919 throw new AssertionError("Assertion failed for shortcut " + si.getId(), e); [all...] |
/frameworks/base/tools/preload2/src/com/android/preload/ |
ClientUtils.java | 43 * Shortcut for findClient with default timeout. 65 * Shortcut for findAllClients with default timeout.
|
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/ |
MixAudio-mixaudiotypes.html | 27 <a href="#MixAudio-mixaudiotypes.synopsis" class="shortcut">Top</a> 29 <a href="#MixAudio-mixaudiotypes.description" class="shortcut">Description</a>
|
Completed in 363 milliseconds
<<11121314151617181920>>