Home
last modified time | relevance | path

Searched refs:shortcut (Results 1 – 25 of 131) sorted by relevance

123456

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowShortcutManager.java59 protected Intent createShortcutResultIntent(ShortcutInfo shortcut) { in createShortcutResultIntent() argument
60 if (disabledPinnedShortcuts.containsKey(shortcut.getId())) { in createShortcutResultIntent()
74 ShortcutInfo shortcut = activePinnedShortcuts.remove(shortcutId); in disableShortcuts() local
75 if (shortcut != null) { in disableShortcuts()
76 disabledPinnedShortcuts.put(shortcutId, shortcut); in disableShortcuts()
84 ShortcutInfo shortcut = disabledPinnedShortcuts.remove(shortcutId); in enableShortcuts() local
85 if (shortcut != null) { in enableShortcuts()
86 activePinnedShortcuts.put(shortcutId, shortcut); in enableShortcuts()
164 protected boolean requestPinShortcut(ShortcutInfo shortcut, IntentSender resultIntent) { in requestPinShortcut() argument
165 if (disabledPinnedShortcuts.containsKey(shortcut.getId())) { in requestPinShortcut()
[all …]
/external/brotli/research/
Dsieve.cc18 static TextIdx dryRun(TextIdx sliceLen, Slot* map, TextIdx* shortcut, in dryRun() argument
28 Slot& item = map[shortcut[i]]; in dryRun()
49 Slot* map, TextIdx* shortcut, TextIdx end, TextIdx middle, in createDictionary() argument
59 Slot& item = map[shortcut[i]]; in createDictionary()
137 std::vector<TextIdx> shortcut; in sieve_generate() local
181 shortcut.push_back(slot); in sieve_generate()
189 shortcut.push_back(hashSlot); in sieve_generate()
201 sliceLen, map.data(), shortcut.data(), end, end, a, ++piece); in sieve_generate()
205 data, sliceLen, map.data(), shortcut.data(), end, end, a, ++piece); in sieve_generate()
209 size = dryRun(sliceLen, map.data(), shortcut.data(), end, end, b, ++piece); in sieve_generate()
[all …]
Ddurchschlag.cc81 std::vector<MetaSlot>* map, TextIdx span, const TextIdx* shortcut, in buildCandidatesList() argument
96 MetaSlot& item = slots[shortcut[j]]; in buildCandidatesList()
107 TextIdx slice = shortcut[i + span - 1]; in buildCandidatesList()
119 MetaSlot& drop = slots[shortcut[i]]; in buildCandidatesList()
129 TextIdx slice = shortcut[i + span - 1]; in buildCandidatesList()
151 MetaSlot& drop = slots[shortcut[i]]; in buildCandidatesList()
169 std::vector<MetaSlot>* map, TextIdx span, const TextIdx* shortcut, in rebuildCandidatesList() argument
188 MetaSlot& item = slots[shortcut[i]]; in rebuildCandidatesList()
197 MetaSlot& pick = slots[shortcut[i + span - 1]]; in rebuildCandidatesList()
212 MetaSlot& drop = slots[shortcut[i]]; in rebuildCandidatesList()
[all …]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DShortcutCombination.java21 protected boolean matches(Object o, boolean shortcut) { in matches() argument
23 if (matcher.matches(o) == shortcut) { in matches()
24 return shortcut; in matches()
27 return !shortcut; in matches()
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py515 label, shortcut, callback, kind = menu.items[i]
563 def additem(self, label, shortcut=None, callback=None, kind=None): argument
565 self.items.append((label, shortcut, callback, kind))
571 if shortcut and type(shortcut) == type(()):
572 modifiers, char = shortcut[:2]
575 if len(shortcut) > 2:
576 self.menu.SetMenuItemKeyGlyph(item, shortcut[2])
577 elif shortcut:
578 self.menu.SetItemCmd(item, ord(shortcut))
587 def addcheck(self, label, shortcut=None, callback=None): argument
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowShortcutManagerTest.java198 ShortcutInfo shortcut = mock(ShortcutInfo.class); in createShortcut() local
199 when(shortcut.getId()).thenReturn(id); in createShortcut()
200 when(shortcut.isImmutable()).thenReturn(isImmutable); in createShortcut()
201 return shortcut; in createShortcut()
/external/python/cpython3/Lib/turtledemo/
D__main__.py220 shortcut = 'Command' if darwin else 'Control'
221 text.bind_all('<%s-minus>' % shortcut, self.decrease_size)
222 text.bind_all('<%s-underscore>' % shortcut, self.decrease_size)
223 text.bind_all('<%s-equal>' % shortcut, self.increase_size)
224 text.bind_all('<%s-plus>' % shortcut, self.increase_size)
/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
Dresnet_v1.py107 shortcut = resnet_utils.subsample(inputs, stride, 'shortcut')
109 shortcut = layers.conv2d(
123 output = nn_ops.relu(shortcut + residual)
Dresnet_v2.py103 shortcut = resnet_utils.subsample(inputs, stride, 'shortcut')
105 shortcut = layers_lib.conv2d(
125 output = shortcut + residual
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
Dresnet50.py160 shortcut = self.conv_shortcut(input_tensor)
161 shortcut = self.bn_shortcut(shortcut, training=training)
163 x += shortcut
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.ui79 <property name="shortcut" >
95 <property name="shortcut" >
Dwpagui.ui433 <property name="shortcut" >
441 <property name="shortcut" >
/external/libvpx/libvpx/vp8/encoder/
Dencodemb.c211 int shortcut = 0; in optimize_b() local
248 shortcut = 1; in optimize_b()
250 shortcut = 0; in optimize_b()
253 if (shortcut) { in optimize_b()
292 if (shortcut) { in optimize_b()
/external/autotest/client/site_tests/platform_InputBrowserNav/
Dcontrol16 Go forward, backward, and refresh webpage in browser using keyboard shortcut.
/external/autotest/client/site_tests/platform_InputNewTab/
Dcontrol16 Open and close new tabs in browser using keyboard shortcut.
/external/brotli/c/enc/
Dbackward_references_hq.h58 uint32_t shortcut; member
Dbackward_references_hq.c351 return nodes[pos - clen - ilen].u.shortcut; in ComputeDistanceShortcut()
367 size_t p = nodes[pos].u.shortcut; in ComputeDistanceCache()
374 p = nodes[p - clen - ilen].u.shortcut; in ComputeDistanceCache()
389 nodes[pos].u.shortcut = ComputeDistanceShortcut( in EvaluateNode()
/external/clang/tools/clang-format/
Dclang-format-bbedit.applescript5 -- can assign the menu item a keyboard shortcut in the BBEdit preferences, under
/external/python/cpython2/Doc/distutils/
Dbuiltdist.rst434 This function creates a shortcut. *target* is the path to the program to be
435 started by the shortcut. *description* is the description of the shortcut.
436 *filename* is the title of the shortcut that the user will see. *arguments*
438 for the program. *iconpath* is the file containing the icon for the shortcut,
/external/python/cpython3/Doc/distutils/
Dbuiltdist.rst443 This function creates a shortcut. *target* is the path to the program to be
444 started by the shortcut. *description* is the description of the shortcut.
445 *filename* is the title of the shortcut that the user will see. *arguments*
447 for the program. *iconpath* is the file containing the icon for the shortcut,
/external/python/cpython3/Tools/msi/
DREADME.txt459 installed, a folder "Python 3.X" is created. Every shortcut should be
460 created within this folder, and each shortcut should include the version
461 and platform to allow users to identify the shortcut in a search results
464 The core Python executables creates a shortcut "Python 3.X (32-bit)" or
467 The documentation creates a shortcut "Python 3.X 32-bit Manuals" or
472 Installing IDLE creates a shortcut "IDLE (Python 3.X 32-bit)" or "IDLE
/external/bcc/tools/
Dttysnoop_example.txt81 ./ttysnoop 2 # snoop output from /dev/pts/2 (shortcut)
/external/skqp/site/dev/contrib/
Dpatch.md19 If you use `git cl`, then you should be able to use the shortcut:
/external/skia/site/dev/contrib/
Dpatch.md19 If you use `git cl`, then you should be able to use the shortcut:
/external/droiddriver/
Dcontributing_aosp.md47 …le to other users. To post the drafts, press the reply button (keyboard shortcut 'a') and then cli…

123456