/external/svox/pico/lib/ |
picotrns.h | 160 * shortcut : st
|
picoos.h | 118 * shortcut : common 208 * shortcut : em
|
/external/webkit/Source/WebCore/platform/ |
PlatformKeyboardEvent.h | 136 // (except for Shift); useful for shortcut (accelerator) key handling.
|
/external/webkit/Source/WebCore/platform/graphics/ |
Gradient.cpp | 127 // Shortcut for the ideal case (ordered 2-stop gradient)
|
/external/webkit/Tools/DumpRenderTree/mac/ |
ObjCPlugin.m | 100 // this is a useful shortcut for accessing objective-c classes from the scripting
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuItemView.java | 156 // Action buttons don't show text for shortcut keys.
|
ListMenuItemView.java | 89 mShortcutView = (TextView) findViewById(com.android.internal.R.id.shortcut);
|
/packages/apps/Browser/src/com/android/browser/ |
NavigationBarBase.java | 184 // Only shortcut javascript URIs for now, as there is special
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactPickerFragment.java | 32 * picking a contact with one of the PICK or SHORTCUT intents).
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
ResolveCache.java | 141 * displaying in the track, and does not shortcut the system
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ItemInfo.java | 55 * Iindicates the screen in which the shortcut appears.
|
ShortcutInfo.java | 56 * shortcut icon as an application's resource.
|
LauncherProvider.java | 206 private static final String TAG_SHORTCUT = "shortcut"; 506 Log.e(TAG, "Problem upgrading shortcut", ex); 508 Log.e(TAG, "Problem upgrading shortcut", e); [all...] |
/packages/apps/QuickSearchBox/ |
AndroidManifest.xml | 72 <meta-data android:name="android.app.search.shortcut.provider" android:value="content://com.android.quicksearchbox.shortcuts/shortcuts" />
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
ShortcutRepositoryTest.java | 537 assertNoShortcuts("should be no matches since shortcut is invalid.", "app"); 559 assertShortcuts("contact with same shortcut id should still be there.", 561 assertShortcuts("contact with same shortcut id should still be there.", 693 // Enough contact clicks to make one more shortcut than getMaxShortcutsReturned() [all...] |
/packages/inputmethods/LatinIME/native/src/ |
unigram_dictionary.h | 52 // Attribute (bigram/shortcut) related flags:
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | [all...] |
/external/chromium/base/ |
file_util_win.cc | 391 // Try to find the target of a shortcut 519 bool TaskbarPinShortcutLink(const wchar_t* shortcut) { 526 int result = reinterpret_cast<int>(ShellExecute(NULL, L"taskbarpin", shortcut, 531 bool TaskbarUnpinShortcutLink(const wchar_t* shortcut) { 539 shortcut, NULL, NULL, 0)); [all...] |
/frameworks/media/libvideoeditor/vss/src/ |
M4VSS3GPP_EditAudio.c | 71 M4VSS3GPP_ClipContext *pClip = pC->pC1; /**< shortcut */ 111 M4VSS3GPP_ClipContext *pClip = pC->pC1; /**< shortcut */ [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SuballocatedIntVector.java | 63 /** "Shortcut" handle to m_map[0]. Surprisingly helpful for short vectors. */ 66 /** "Shortcut" handle to most recently added row of m_map.
|
/external/chromium/chrome/browser/ |
browser_main_win.cc | 176 VLOG(1) << "Failed to delete desktop shortcut."; 179 VLOG(1) << "Failed to delete quick launch shortcut.";
|
shell_integration_linux.cc | 417 // shortcut, not a web application shortcut.
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_cocoa.mm | 495 // shortcut handling, so that if a user configures cmd-left to mean 498 // of invoking the original menu item shortcut as well.
|
/packages/apps/Email/src/com/android/email/activity/ |
ShortcutPickerFragment.java | 48 * Fragment containing a list of accounts to show during shortcut creation. 321 * Builds a mailbox shortcut picker for the given account.
|
UIControllerTwoPane.java | 404 * Shortcut to call {@link #updateMessageList(FragmentTransaction, boolean)} and 437 * Shortcut to call {@link #updateMessageView(FragmentTransaction, long)} and commit.
|