Home
last modified time | relevance | path

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

/system/update_engine/scripts/
Dpaycheck.py77 choices=[_TYPE_FULL, _TYPE_DELTA])
87 choices=update_payload.CHECKS_TO_DISABLE)
/system/tools/aidl/tests/
Dintegration-test.py177 choices=[TEST_FILTER_ALL, TEST_FILTER_JAVA, TEST_FILTER_NATIVE])
/system/extras/ext4_utils/
Dmkuserimg_mke2fs.py55 parser.add_argument("ext_variant", choices=["ext2", "ext4"],
/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/core/mkbootimg/
Dmkbootimg.py202 choices=[2**i for i in range(11,15)], default=2048)
/system/extras/simpleperf/scripts/inferno/
Dinferno.py281 report_group.add_argument('-c', '--color', default='hot', choices=['hot', 'dso', 'legacy'],
/system/apex/apexer/
Dapexer.py67 choices=["zip", "image"],
/system/extras/simpleperf/scripts/
Dtest.py1299 parser.add_argument('--python-version', choices=['2', '3', 'both'], default='both', help="""