/development/gsi/gsi_util/gsi_util/utils/ |
D | sepolicy_utils.py | 64 for option in options: 66 if len(option) == 1: 67 cmd.append('-' + option) 69 cmd.append('--' + option) 71 if options[option] is not None: 72 cmd.append(options[option])
|
/development/tools/checkcolor/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/development/samples/training/testingfun/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/development/vndk/tools/header-checker/src/utils/ |
D | command_line_utils.cpp | 27 static bool IsOptionInCategory(const llvm::cl::Option &option, in IsOptionInCategory() argument 30 option.Categories; in IsOptionInCategory()
|
/development/tools/findunused/ |
D | findunusedstrings | 7 -p option prints out unused strings, otherwise a total count is printed 8 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
|
D | findunusedresources | 9 -p option prints out unused resources, otherwise a total count is printed 10 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
|
/development/samples/browseable/Flashlight/ |
D | _index.jd | 9 a party-mode option (swipe left), if you want to make things interesting.
|
/development/samples/browseable/RuntimePermissions/ |
D | _index.jd | 10 If executed on an Android M device, an additional option to access contacts is shown
|
/development/samples/browseable/Geofencing/ |
D | _index.jd | 10 … wearable with an option to check in. This notification automatically disappears when he/she leaves
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
D | Camera2BasicFragment.java | 393 for (Size option : choices) { in chooseOptimalSize() 394 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight && in chooseOptimalSize() 395 option.getHeight() == option.getWidth() * h / w) { in chooseOptimalSize() 396 if (option.getWidth() >= textureViewWidth && in chooseOptimalSize() 397 option.getHeight() >= textureViewHeight) { in chooseOptimalSize() 398 bigEnough.add(option); in chooseOptimalSize() 400 notBigEnough.add(option); in chooseOptimalSize()
|
/development/apps/DumpViewer/ |
D | README.md | 14 To install, pass the `-g` option to `adb install` to give the needed permissions:
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | gradle.properties | 16 # This option should only be used with decoupled projects. More details, visit
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
D | Camera2VideoFragment.java | 260 for (Size option : choices) { in chooseOptimalSize() 261 if (option.getHeight() == option.getWidth() * h / w && in chooseOptimalSize() 262 option.getWidth() >= width && option.getHeight() >= height) { in chooseOptimalSize() 263 bigEnough.add(option); in chooseOptimalSize()
|
/development/vndk/tools/header-checker/ |
D | README.md | 21 The `-I` command line option controls the scope of ABIs that must be dumped.
|
/development/vndk/tools/definition-tool/ |
D | README.md | 74 it with `--vendor` option. For example:
|
/development/tools/winscope/ |
D | yarn.lock | 75 "@babel/helper-validator-option" "^7.14.5" 228 "@babel/helper-validator-option@^7.14.5": 230 …resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.… 765 "@babel/helper-validator-option" "^7.14.5"
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 663 option - n. one of a number of things from which only one can be chosen
|