Searched refs:option (Results 1 – 17 of 17) sorted by relevance
/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/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/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/ |
D | Camera2RawFragment.java | 1640 for (Size option : choices) { 1641 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight && 1642 option.getHeight() == option.getWidth() * h / w) { 1643 if (option.getWidth() >= textureViewWidth && 1644 option.getHeight() >= textureViewHeight) { 1645 bigEnough.add(option); 1647 notBigEnough.add(option);
|
/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/sdk/ |
D | sdk_files_NOTICE.txt | 685 and you may at your option offer warranty protection in exchange for a 750 This option is useful when you wish to copy part of the code of 946 "any later version", you have the option of following the terms and 1005 version 2.1 of the License, or (at your option) any later version. 1683 you may at your option offer warranty protection in exchange for a fee. 1839 later version", you have the option of following the terms and conditions 1894 (at your option) any later version. 2408 and you may at your option offer warranty protection in exchange for a 2473 This option is useful when you wish to copy part of the code of 2661 "any later version", you have the option of following the terms and [all …]
|
/development/tools/winscope/ |
D | yarn.lock | 75 "@babel/helper-validator-option" "^7.12.17" 228 "@babel/helper-validator-option@^7.12.17": 230 …resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.… 732 "@babel/helper-validator-option" "^7.12.17"
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 663 option - n. one of a number of things from which only one can be chosen
|