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

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/subzero/pydir/
szbuild.py 64 argparser.add_argument('--force', dest='force', type=int, choices=[0, 1],
80 choices=['m1', '-1', '0', '1', '2'],
85 choices=['obj', 'asm', 'iasm'],
95 choices=['arm32', 'x8632', 'x8664'],
run-pnacl-sz.py 85 choices=['obj', 'asm', 'iasm'],
90 choices=['x8632','x8664','arm32','mips32'],
  /external/toolchain-utils/automation/clients/
crosstool.py 78 choices=CrosstoolNightlyClient.VALID_BOARDS,
  /external/icu/icu4c/source/common/
ucnv2022.cpp 1682 int8_t choices[10]; local
2934 int8_t choices[3]; local
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISO2022.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 594 choices = []
598 choices.append(rule)
600 return rule2cause[self.ambiguity(choices)]
619 choices = []
622 choices.append(rule)
623 rule = choices[0]
624 if len(choices) > 1:
625 rule = self.ambiguity(choices)
  /external/llvm/utils/
shuffle_fuzz.py 33 parser.add_argument('--fixed-bit-width', type=int, choices=[128, 256],
35 parser.add_argument('--fixed-element-type', choices=element_types,
  /external/python/cpython2/Parser/
spark.py 594 choices = []
598 choices.append(rule)
600 return rule2cause[self.ambiguity(choices)]
619 choices = []
622 choices.append(rule)
623 rule = choices[0]
624 if len(choices) > 1:
625 rule = self.ambiguity(choices)
  /frameworks/base/tools/preload2/src/com/android/preload/ui/
SequenceUI.java 189 public <T> T showChoiceDialog(String title, String message, T[] choices) {
193 for (T t : choices) {
  /external/google-benchmark/
mingw.py 272 parser.add_argument('--arch', required = True, choices = ['i686', 'x86_64'],
276 parser.add_argument('--threading', choices = ['posix', 'win32'],
278 parser.add_argument('--exceptions', choices = ['sjlj', 'seh', 'dwarf'],
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
CaseIterator.java 349 String[] choices = (String[]) fromCaseFold.get(otherKey); external variable declarations
350 for (int ii = 0; ii < choices.length; ++ii) {
352 + choices[ii]
372 /*String[] choices = (String[]) fromCaseFold.get(key2);
373 for (int i = 0; i < choices.length; ++i) {
374 ci.reset(choices[i]);
  /external/python/cpython2/Demo/turtle/
turtleDemo.py 172 CmdBtn.menu.choices = Menu(CmdBtn.menu)
174 CmdBtn.menu.choices.add_command(
178 label=_dir[6:], menu = CmdBtn.menu.choices, font=menufont)
  /external/vixl/tools/
test.py 207 choices = option.val_test_choices if option.strict_choices else None
213 choices=choices,
246 '--simulator', action='store', choices=['aarch64', 'none'],
  /art/tools/checker/
checker.py 38 parser.add_argument("--arch", dest="arch", choices=archs_list,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py 433 if value in option.choices:
436 choices = ", ".join(map(repr, option.choices))
439 % (opt, value, choices))
458 choices : [string]
474 'choices',
639 if self.choices is not None:
640 # The "choices" attribute implies "choice" type.
668 if self.choices is None:
670 "must supply a list of choices for type 'choice'", self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py 432 if value in option.choices:
435 choices = ", ".join(map(repr, option.choices))
438 % (opt, value, choices))
457 choices : [string]
473 'choices',
638 if self.choices is not None:
639 # The "choices" attribute implies "choice" type.
667 if self.choices is None:
669 "must supply a list of choices for type 'choice'", self)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256GenerateKeys.py 53 parser.add_argument("--debug", dest='Debug', type=int, metavar='[0-9]', choices=range(0,10), default=0, help="set debug level")
  /external/autotest/contrib/
manage_powerunit_info.py 138 'action', choices=('upload', 'list', 'backup'), help=action_help)
  /external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome_startup 47 'default.', type='choice', choices=browsers,
  /external/chromium-trace/catapult/systrace/profile_chrome/
main.py 59 'default.', type='choice', choices=browsers,
  /external/google-breakpad/src/tools/python/
filter_syms.py 182 choices=['win32', 'posix'],
  /external/python/cpython2/Lib/
optparse.py 433 if value in option.choices:
436 choices = ", ".join(map(repr, option.choices))
439 % (opt, value, choices))
458 choices : [string]
474 'choices',
639 if self.choices is not None:
640 # The "choices" attribute implies "choice" type.
668 if self.choices is None:
670 "must supply a list of choices for type 'choice'", self
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py 432 if value in option.choices:
435 choices = ", ".join(map(repr, option.choices))
438 % (opt, value, choices))
457 choices : [string]
473 'choices',
638 if self.choices is not None:
639 # The "choices" attribute implies "choice" type.
667 if self.choices is None:
669 "must supply a list of choices for type 'choice'", self
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
optparse.py 432 if value in option.choices:
435 choices = ", ".join(map(repr, option.choices))
438 % (opt, value, choices))
457 choices : [string]
473 'choices',
638 if self.choices is not None:
639 # The "choices" attribute implies "choice" type.
667 if self.choices is None:
669 "must supply a list of choices for type 'choice'", self
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
build.py 70 '--arch', choices=ALL_ARCHITECTURES,

Completed in 598 milliseconds

1 2 3 45 6 7 8 91011>>