Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowShortcutManager.java59 protected Intent createShortcutResultIntent(ShortcutInfo shortcut) { in createShortcutResultIntent()
74 ShortcutInfo shortcut = activePinnedShortcuts.remove(shortcutId); in disableShortcuts() local
84 ShortcutInfo shortcut = disabledPinnedShortcuts.remove(shortcutId); in enableShortcuts() local
164 protected boolean requestPinShortcut(ShortcutInfo shortcut, IntentSender resultIntent) { in requestPinShortcut()
172 activePinnedShortcuts.put(shortcut.getId(), shortcut); in requestPinShortcut() local
/external/brotli/research/
Dsieve.cc18 static TextIdx dryRun(TextIdx sliceLen, Slot* map, TextIdx* shortcut, in dryRun()
49 Slot* map, TextIdx* shortcut, TextIdx end, TextIdx middle, in createDictionary()
137 std::vector<TextIdx> shortcut; in sieve_generate() local
Ddurchschlag.cc81 std::vector<MetaSlot>* map, TextIdx span, const TextIdx* shortcut, in buildCandidatesList()
169 std::vector<MetaSlot>* map, TextIdx span, const TextIdx* shortcut, in rebuildCandidatesList()
426 std::vector<MetaSlot>& map, const TextIdx* shortcut, TextIdx end) { in ScoreSlices()
462 const TextIdx* shortcut = context.sliceMap.data(); in durchschlagGenerateExclusive() local
568 const TextIdx* shortcut = context.sliceMap.data(); in durchschlagGenerateCollaborative() local
665 const TextIdx* shortcut = context.sliceMap.data(); in durchschlag_distill() local
707 const TextIdx* shortcut = context.sliceMap.data(); in durchschlag_purify() 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.java198 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/libvpx/libvpx/vp8/encoder/
Dencodemb.c211 int shortcut = 0; in optimize_b() local
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5744 bool ImGui::MenuItem(const char* label, const char* shortcut, bool selected, bool enabled) in MenuItem()
5788 bool ImGui::MenuItem(const char* label, const char* shortcut, bool* p_selected, bool enabled) in MenuItem()