/tools/acloud/public/ |
D | acloud_common.py | 36 default=DEFAULT_CONFIG_FILE, 42 default=None, 48 default=None, 53 default=False, 58 default=False,
|
D | acloud_main.py | 135 default=1, 152 default=False, 207 default=getpass.getuser(),
|
/tools/test/connectivity/tools/lab/ |
D | main.py | 156 default=None, 162 default=None, 174 default=None, 180 default=None, 186 default=None, 206 default=None, 212 default=None, 218 default=None, 224 default='config.json', 231 default='output.json',
|
/tools/repohooks/tools/ |
D | google-java-format.py | 41 parser.add_argument('--google-java-format', default='google-java-format', 44 default='google-java-format-diff.py', 48 parser.add_argument('--commit', type=str, default='HEAD',
|
D | clang-format.py | 45 parser.add_argument('--clang-format', default='clang-format', 47 parser.add_argument('--git-clang-format', default='git-clang-format', 58 scope.add_argument('--commit', type=str, default='HEAD',
|
D | pylint.py | 37 default='pylint')
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 17 --out File into which to output the signed APK. By default, the 23 signing scheme) used in Android since day one. By default, 29 API Level 24. By default, signing using this scheme is 34 verified. By default, the value from AndroidManifest.xml 39 verified. By default, the highest possible value is used. 49 By default, signing debuggable APKs is permitted, for 63 (aka v1 scheme) signature of this signer. By default, 90 By default, the tool will prompt for password via console 127 character encoding. apksigner by default tries to decrypt 129 form encoded using the JVM default charset, and, on Java 8 [all …]
|
D | help_verify.txt | 3 This checks whether the provided APK will verify on Android. By default, this 17 verified. By default, the value from AndroidManifest.xml 21 verified. By default, the highest possible value is used.
|
/tools/test/connectivity/tools/lab/reporters/ |
D | json_reporter.py | 55 def default(self, obj): member in AutoJsonEncoder 63 return json.JSONEncoder.default(self, obj)
|
/tools/repohooks/rh/ |
D | terminal.py | 153 def boolean_prompt(prompt='Do you want to continue?', default=True, argument 173 if default: 196 return default
|
D | shell.py | 153 def boolean_shell_value(sval, default): argument 156 return default
|
/tools/tradefederation/contrib/ |
D | OWNERS | 1 # This directory has no default owner.
|
/tools/test/connectivity/acts/framework/acts/bin/ |
D | monsoon.py | 65 parser.add_argument("-avg", "--avg", type=int, default=0, 82 parser.add_argument("--offset", type=int, nargs='?', default=0,
|
/tools/acloud/public/data/ |
D | default.config | 13 network: "default" 38 value: "default"
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | MutableModifierList.kt | 31 fun setDefault(default: Boolean) in setPublic()
|
/tools/tradefederation/core/tests/res/testtype/ |
D | gtest_output5.txt | 29 The default value 20 is used. 31 The default value 30 is used.
|
/tools/tradefederation/core/atest/docs/ |
D | develop_test_finders.md | 25 default test finder classes use the module-info.json and specific dir paths 32 ```test_finders/``` is the default location. 56 it. The find methods will be collected and executed before the default find
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | KotlinInteropChecksTest.kt | 124 fun `Methods with default parameters should specify JvmOverloads`() { in Methods with default parameters should specify JvmOverloads()
|
D | ApiFromTextTest.kt | 334 fun `Loading a signature file with default values`() { in Loading a signature file with default values()
|
D | ApiFileTest.kt | 569 fun `Basic class without default constructor, has constructors with args`() { in Basic class without default constructor, has constructors with args() 598 fun `Basic class without default constructor, has private constructor`() { in Basic class without default constructor, has private constructor()
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 34 // using the same config at data/default.config. However, 42 // Device default orientation 46 // The name of the default disk image, e.g. avd-system.tar.gz
|
/tools/dexter/dexter/ |
D | dexter_tests.py | 11 argParser.add_argument('-cmd', default = 'dexter')
|
/tools/tradefederation/core/atest/ |
D | atest.py | 311 parser.add_argument('--generate-baseline', nargs='?', type=int, const=5, default=0, 314 parser.add_argument('--generate-new-metrics', nargs='?', type=int, const=5, default=0,
|
/tools/repohooks/ |
D | README.md | 8 Note: Currently all hooks are disabled by default. Each repo must explicitly 14 run them by hand, you can execute `pre-upload.py` directly. By default, that 144 * `clang_format`: Run git-clang-format against the commit. The default style is 172 override any existing default options, so be sure to include everything you need 189 default it will call those tools from the user's `$PATH`, but the paths of those
|
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/ |
D | Android.mk.bak | 44 # want to override the default location to use a different subdirectory, such as:
|