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

1 2 3 4 5 6 7 891011>>

  /external/v8/tools/sanitizers/
sancov_formatter.py 414 parser.add_argument('action', choices=['all', 'merge', 'split'],
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 284 parser.add_argument('command', choices=['write-config',
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 369 * Given {@code choices} of {@code Size}s supported by a camera, choose the smallest one that
375 * @param choices The list of sizes that the camera supports for the intended output
384 private static Size chooseOptimalSize(Size[] choices, int textureViewWidth,
393 for (Size option : choices) {
413 return choices[0];
    [all...]
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 369 * Given {@code choices} of {@code Size}s supported by a camera, choose the smallest one that
375 * @param choices The list of sizes that the camera supports for the intended output
384 private static Size chooseOptimalSize(Size[] choices, int textureViewWidth,
393 for (Size option : choices) {
413 return choices[0];
    [all...]
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java 369 * Given {@code choices} of {@code Size}s supported by a camera, choose the smallest one that
375 * @param choices The list of sizes that the camera supports for the intended output
384 private static Size chooseOptimalSize(Size[] choices, int textureViewWidth,
393 for (Size option : choices) {
413 return choices[0];
    [all...]
  /external/libcups/cups/
testppd.c 1038 option->choices[k].marked ? "*" : "",
1039 option->choices[k].choice, option->choices[k].text);
ppd-localize.c 43 * All groups, options, and choices are localized, as are ICC profile
81 * Now lookup all of the groups, options, choices, etc.
96 for (k = option->num_choices, choice = option->choices;
  /toolchain/binutils/binutils-2.25/gold/
options.cc 276 const char* choices[], int num_choices)
279 if (strcmp(choices[i], arg) == 0)
289 choices_list += choices[i];
    [all...]
options.h 123 const char* choices[], int num_choices);
449 const char* choices[] = __VA_ARGS__; \
451 choices, sizeof(choices) / sizeof(*choices)); \
    [all...]
  /developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java     [all...]
  /developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java     [all...]
  /development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
Camera2RawFragment.java     [all...]
  /art/tools/bisection_search/
bisection_search.py 344 choices=[RetCode.SUCCESS.name, RetCode.TIMEOUT.name, RetCode.ERROR.name])
  /build/soong/cc/
gen_stub_libs.py 387 '--arch', choices=ALL_ARCHITECTURES, required=True,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_argparse.py 629 """Tests specifying the choices for an Optional"""
632 Sig('-f', choices='abc'),
633 Sig('-g', type=int, choices=range(5))]
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 325 choices=['3GPP', 'CDMA'],
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 358 'action', choices=('launch', 'kill', 'check'), help=action_help)
  /external/autotest/utils/
packager.py 80 dest="action", choices=(ACTION_UPLOAD, ACTION_REMOVE,
  /external/clang/utils/perf-training/
perf-helper.py 335 help="order file generation method to use", choices=methods.keys(),
  /external/deqp/android/scripts/
debug.py 663 parser.add_argument('--device', dest='device', default="default", choices=devices, help="Pull default libraries for this device.")
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 534 choices=['dispatch_c', 'dispatch_h'],
  /external/python/cpython2/Lib/test/
test_argparse.py 632 """Tests specifying the choices for an Optional"""
635 Sig('-f', choices='abc'),
636 Sig('-g', type=int, choices=range(5))]
    [all...]
  /external/v8/tools/
run-deopt-fuzzer.py 205 choices=progress.PROGRESS_INDICATORS.keys(),
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 458 parser.add_argument('command', choices=['write-config',
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_argparse.py 629 """Tests specifying the choices for an Optional"""
632 Sig('-f', choices='abc'),
633 Sig('-g', type=int, choices=range(5))]
    [all...]

Completed in 1003 milliseconds

1 2 3 4 5 6 7 891011>>