Home
last modified time | relevance | path

Searched refs:choices (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/scripts/
Dpaycheck.py100 choices=[_TYPE_FULL, _TYPE_DELTA])
110 choices=update_payload.CHECKS_TO_DISABLE)
/system/libbase/
DREADME.md31 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/
DCameraAvgFragment.java385 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/
Dmkuserimg_mke2fs.py74 parser.add_argument("ext_variant", choices=["ext2", "ext4"],
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py238 '--log', choices=['debug', 'info', 'warning'], default='info', help='set log level')
Dapp_profiler.py474 '--log', choices=['debug', 'info', 'warning'], default='info', help='set log level')
/system/logging/logd/
DREADME.property55 logd.buffer_type string (empty) Set the log buffer type. Current choices are 'simple',
/system/extras/simpleperf/scripts/inferno/
Dinferno.py285 report_group.add_argument('-c', '--color', default='hot', choices=['hot', 'dso', 'legacy'],
/system/apex/apexer/
Dapexer.py102 choices=['zip', 'image'],
109 choices=['ext4', 'f2fs'],
/system/apex/tests/testdata/sharedlibs/build/
Dshared_libs_repack.py68 '--mode', default='strip', choices=['strip', 'sharedlibs'])
/system/tools/mkbootimg/
Dunpack_bootimg.py532 parser.add_argument('--format', choices=['info', 'mkbootimg'],
Dmkbootimg.py530 choices=[2**i for i in range(11, 15)], default=2048,