Home
last modified time | relevance | path

Searched defs:shortcut (Results 1 – 8 of 8) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowShortcutManager.java57 public Intent createShortcutResultIntent(ShortcutInfo shortcut) { in createShortcutResultIntent()
72 ShortcutInfo shortcut = activePinnedShortcuts.remove(shortcutId); in disableShortcuts() local
82 ShortcutInfo shortcut = disabledPinnedShortcuts.remove(shortcutId); in enableShortcuts() local
152 public boolean requestPinShortcut(ShortcutInfo shortcut, IntentSender resultIntent) { in requestPinShortcut()
160 activePinnedShortcuts.put(shortcut.getId(), shortcut); in requestPinShortcut() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DShortcutCombination.java21 protected boolean matches(Object o, boolean shortcut) { in matches()
/external/brotli/c/enc/
Dbackward_references_hq.h61 uint32_t shortcut; member
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowShortcutManagerTest.java178 ShortcutInfo shortcut = mock(ShortcutInfo.class); in createShortcut() local
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py563 def additem(self, label, shortcut=None, callback=None, kind=None): argument
587 def addcheck(self, label, shortcut=None, callback=None): argument
590 def addradio(self, label, shortcut=None, callback=None): argument
665 def __init__(self, menu, title, shortcut=None, callback=None, kind=None): argument
700 def __init__(self, menu, title, shortcut=None, callback=None): argument
704 def __init__(self, menu, title, shortcut=None, callback=None): argument
/external/syslinux/com32/cmenu/libmenu/
Dcmenu.h163 uchar shortcut; // one of [A-Za-z0-9] shortcut for this menu item member
281 static inline void set_shortcut(uchar shortcut) in set_shortcut()
Dmenu.c84 int find_shortcut(pt_menu menu, uchar shortcut, int index) in find_shortcut()
1206 void set_item_options(uchar shortcut, int helpid) in set_item_options()
/external/libvpx/libvpx/vp8/encoder/
Dencodemb.c211 int shortcut = 0; in optimize_b() local