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

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/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...]
argparse.py 558 elif action.choices is not None:
559 choice_strs = [str(choice) for choice in action.choices]
598 if params.get('choices') is not None:
599 choices_str = ', '.join([str(c) for c in params['choices']])
600 params['choices'] = choices_str
748 - choices -- A container of values that should be allowed. If not None,
770 choices=None,
780 self.choices = choices
793 'choices',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/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...]
argparse.py 558 elif action.choices is not None:
559 choice_strs = [str(choice) for choice in action.choices]
598 if params.get('choices') is not None:
599 choices_str = ', '.join([str(c) for c in params['choices']])
600 params['choices'] = choices_str
748 - choices -- A container of values that should be allowed. If not None,
770 choices=None,
780 self.choices = choices
793 'choices',
    [all...]
  /system/tools/aidl/tests/
integration-test.py 177 choices=[TEST_FILTER_ALL, TEST_FILTER_JAVA, TEST_FILTER_NATIVE])
  /external/deqp/android/scripts/
build.py 243 parser.add_argument('--android-build-type', dest='androidBuildType', choices=androidBuildTypes, default='debug', help="Build type for android project..")
244 parser.add_argument('--native-build-type', dest='nativeBuildType', default="RelWithAsserts", choices=nativeBuildTypes, help="Build type passed to cmake when building native code.")
  /external/desugar/java/com/google/devtools/common/options/
Converters.java 207 static String joinEnglishList(Iterable<?> choices) {
209 for (Iterator<?> ii = choices.iterator(); ii.hasNext(); ) {
  /external/toolchain-utils/automation/server/monitor/
dashboard.py 232 field.choices = [('*', '--- no filtering ---')]
233 field.choices.extend([(label, label) for label in groups.GetLabelList()])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 560 elif action.choices is not None:
561 choice_strs = [str(choice) for choice in action.choices]
600 if params.get('choices') is not None:
601 choices_str = ', '.join([str(c) for c in params['choices']])
602 params['choices'] = choices_str
750 - choices -- A container of values that should be allowed. If not None,
772 choices=None,
782 self.choices = choices
795 'choices',
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 558 elif action.choices is not None:
559 choice_strs = [str(choice) for choice in action.choices]
598 if params.get('choices') is not None:
599 choices_str = ', '.join([str(c) for c in params['choices']])
600 params['choices'] = choices_str
748 - choices -- A container of values that should be allowed. If not None,
770 choices=None,
780 self.choices = choices
793 'choices',
    [all...]
  /external/python/cpython2/Lib/
argparse.py 560 elif action.choices is not None:
561 choice_strs = [str(choice) for choice in action.choices]
600 if params.get('choices') is not None:
601 choices_str = ', '.join([str(c) for c in params['choices']])
602 params['choices'] = choices_str
750 - choices -- A container of values that should be allowed. If not None,
772 choices=None,
782 self.choices = choices
795 'choices',
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 558 elif action.choices is not None:
559 choice_strs = [str(choice) for choice in action.choices]
598 if params.get('choices') is not None:
599 choices_str = ', '.join([str(c) for c in params['choices']])
600 params['choices'] = choices_str
748 - choices -- A container of values that should be allowed. If not None,
770 choices=None,
780 self.choices = choices
793 'choices',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 558 elif action.choices is not None:
559 choice_strs = [str(choice) for choice in action.choices]
598 if params.get('choices') is not None:
599 choices_str = ', '.join([str(c) for c in params['choices']])
600 params['choices'] = choices_str
748 - choices -- A container of values that should be allowed. If not None,
770 choices=None,
780 self.choices = choices
793 'choices',
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 364 String[] choices = new String[sizes.size()]; local
367 choices[i] = size.width + " x " + size.height;
384 setSingleChoiceItems(choices, 0, new DialogInterface.OnClickListener() {
  /external/autotest/cli/
job.py 398 choices=('never', 'if dirty', 'always'))
404 choices=('never', 'if all tests passed',
411 choices=('true', 'false'))
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationPrimitiveDiscardTests.cpp 106 float choices[6][numChoices]; local
111 choices[levelNdx][choiceNdx] = (choiceNdx == 0 || !useLessThanOneInnerLevels) ? baseTessLevels[levelNdx] : invalidTessLevelChoices[choiceNdx-1];
127 result.push_back(choices[j][i[j]]);
  /external/mesa3d/src/compiler/glsl/
lower_blend_equation_advanced.cpp 328 unsigned choices = blend_qualifiers; local
329 while (choices) {
331 (1u << u_bit_scan(&choices));
  /build/soong/
doc.go 34 // modules, and user-visible behavior choices. A product selects one and only
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/
TargetTool.py 206 parser.add_option("-a", "--arch", action="append", type="choice", choices=['IA32','X64','IPF','EBC', 'ARM', 'AARCH64','0'], dest="TARGET_ARCH",
212 parser.add_option("-t", "--target", action="append", type="choice", choices=['DEBUG','RELEASE','0'], dest="TARGET",
  /external/autotest/frontend/afe/
admin.py 20 field.choices = model.valid_objects.all().values_list(
306 self.fields['drones'].widget.choices = [(drone.id, drone.hostname)
  /external/clang/tools/scan-build-py/libscanbuild/
analyze.py 389 choices=['region', 'basic'],
399 choices=['range', 'basic'],
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 27 !MESSAGE Possible choices for configuration are:
  /external/llvm/utils/
extract_symbols.py 325 parser.add_argument('--mangling', choices=['itanium','microsoft'],
327 parser.add_argument('--tools', choices=tool_exes, nargs='*',
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta3/
rule-api-24.4.0-beta3.jar 

Completed in 1907 milliseconds

1 2 3 4 56 7 8 91011>>