HomeSort by relevance Sort by last modified time
    Searched refs:choices (Results 51 - 75 of 396) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 45 def group(*choices): return '(' + '|'.join(choices) + ')'
46 def any(*choices): return group(*choices) + '*'
47 def maybe(*choices): return group(*choices) + '?'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 48 def group(*choices): return '(' + '|'.join(choices) + ')'
49 def any(*choices): return group(*choices) + '*'
50 def maybe(*choices): return group(*choices) + '?'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 44 def group(*choices): return '(' + '|'.join(choices) + ')'
45 def any(*choices): return group(*choices) + '*'
46 def maybe(*choices): return group(*choices) + '?'
  /external/python/cpython2/Lib/
tokenize.py 45 def group(*choices): return '(' + '|'.join(choices) + ')'
46 def any(*choices): return group(*choices) + '*'
47 def maybe(*choices): return group(*choices) + '?'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 48 def group(*choices): return '(' + '|'.join(choices) + ')'
49 def any(*choices): return group(*choices) + '*'
50 def maybe(*choices): return group(*choices) + '?'
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 44 def group(*choices): return '(' + '|'.join(choices) + ')'
45 def any(*choices): return group(*choices) + '*'
46 def maybe(*choices): return group(*choices) + '?'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 48 def group(*choices): return '(' + '|'.join(choices) + ')'
49 def any(*choices): return group(*choices) + '*'
50 def maybe(*choices): return group(*choices) + '?'
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 44 def group(*choices): return '(' + '|'.join(choices) + ')'
45 def any(*choices): return group(*choices) + '*'
46 def maybe(*choices): return group(*choices) + '?'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 48 def group(*choices): return '(' + '|'.join(choices) + ')'
49 def any(*choices): return group(*choices) + '*'
50 def maybe(*choices): return group(*choices) + '?'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 44 def group(*choices): return '(' + '|'.join(choices) + ')'
45 def any(*choices): return group(*choices) + '*'
46 def maybe(*choices): return group(*choices) + '?'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 48 def group(*choices): return '(' + '|'.join(choices) + ')'
49 def any(*choices): return group(*choices) + '*'
50 def maybe(*choices): return group(*choices) + '?'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 44 def group(*choices): return '(' + '|'.join(choices) + ')'
45 def any(*choices): return group(*choices) + '*'
46 def maybe(*choices): return group(*choices) + '?'
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 158 assertTrue(menuAction instanceof RuleAction.Choices);
159 RuleAction.Choices choices = (RuleAction.Choices) menuAction; local
160 List<String> titles = choices.getTitles();
161 List<String> ids = choices.getIds();
168 assertEquals("42dip", choices.getCurrent());
190 orientationAction instanceof RuleAction.Choices);
192 RuleAction.Choices choices = (RuleAction.Choices) orientationAction local
    [all...]
  /external/libcxx/
run_tests.py 54 '--compiler', choices=('clang', 'gcc'), default='clang')
56 '--bitness', choices=(32, 64), type=int, default=32)
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 107 choices := c.chain[p.String()]
108 if len(choices) == 0 {
111 next := choices[rand.Intn(len(choices))]
  /prebuilts/go/linux-x86/doc/codewalk/
markov.go 107 choices := c.chain[p.String()]
108 if len(choices) == 0 {
111 next := choices[rand.Intn(len(choices))]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
register.py 122 choices:
140 choices = '1 2 3 4'.split()
141 while choice not in choices:
153 elif choice not in choices:
  /external/autotest/cli/
query_keyvals 14 choices=["all", "test", "iteration", "attr", "perf"])
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
mtplot_play.py 84 choices=['touchpad', 'touchscreen'],
  /external/python/cpython2/Lib/distutils/command/
register.py 121 choices:
139 choices = '1 2 3 4'.split()
140 while choice not in choices:
152 elif choice not in choices:
  /external/skia/infra/bots/ct/
run_ct_skps.py 27 choices=['dm', 'nanobench', 'get_images_from_skps'],
  /external/swiftshader/third_party/subzero/pydir/
crosstest.py 56 choices=arch_map.keys(),
61 choices=['m1', '-1', '0', '1', '2'],
69 dest='attr', choices=['sse2', 'sse4.1',
91 choices=['obj', 'asm', 'iasm'],
  /external/toolchain-utils/automation/clients/
android.py 68 choices=AndroidToolchainNightlyClient.VALID_GCC_VERSIONS,
  /frameworks/support/compat/java/android/support/v4/app/
RemoteInput.java 56 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices,
60 this.mChoices = choices;
84 * Get possible input choices. This can be {@code null} if there are no choices to present.
111 * choices in {@link #getChoices}. An {@link IllegalArgumentException} is thrown
160 * Specifies choices available to the user to satisfy this input.
161 * @param choices an array of pre-defined choices for users input.
166 public Builder setChoices(CharSequence[] choices) {
167 mChoices = choices;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiFormPageType.java 195 ArrayList<SelectFromListWizardFragment.ListItem> choices = new ArrayList<>(); local
197 choices.addAll(extraChoices);
217 choices.add(new SelectFromListWizardFragment.PinnedListItem(
223 return choices;

Completed in 3342 milliseconds

1 23 4 5 6 7 8 91011>>