Searched refs:choices (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/scripts/ |
D | paycheck.py | 100 choices=[_TYPE_FULL, _TYPE_DELTA]) 110 choices=update_payload.CHECKS_TO_DISABLE)
|
/system/libbase/ |
D | README.md | 31 API for n years" is a good way to reduce concerns about API choices.
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraAvgFragment.java | 385 private static Size chooseOptimalSize(Size[] choices, int textureViewWidth, in chooseOptimalSize() argument 394 for (Size option : choices) { in chooseOptimalSize() 414 return choices[0]; in chooseOptimalSize()
|
/system/extras/ext4_utils/ |
D | mkuserimg_mke2fs.py | 74 parser.add_argument("ext_variant", choices=["ext2", "ext4"],
|
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 238 '--log', choices=['debug', 'info', 'warning'], default='info', help='set log level')
|
D | app_profiler.py | 474 '--log', choices=['debug', 'info', 'warning'], default='info', help='set log level')
|
/system/logging/logd/ |
D | README.property | 55 logd.buffer_type string (empty) Set the log buffer type. Current choices are 'simple',
|
/system/extras/simpleperf/scripts/inferno/ |
D | inferno.py | 285 report_group.add_argument('-c', '--color', default='hot', choices=['hot', 'dso', 'legacy'],
|
/system/apex/apexer/ |
D | apexer.py | 102 choices=['zip', 'image'], 109 choices=['ext4', 'f2fs'],
|
/system/apex/tests/testdata/sharedlibs/build/ |
D | shared_libs_repack.py | 68 '--mode', default='strip', choices=['strip', 'sharedlibs'])
|
/system/tools/mkbootimg/ |
D | unpack_bootimg.py | 532 parser.add_argument('--format', choices=['info', 'mkbootimg'],
|
D | mkbootimg.py | 530 choices=[2**i for i in range(11, 15)], default=2048,
|