Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 40) sorted by relevance

12

/tools/acloud/public/
Dacloud_common.py36 default=DEFAULT_CONFIG_FILE,
42 default=None,
48 default=None,
53 default=False,
58 default=False,
Dacloud_main.py135 default=1,
152 default=False,
207 default=getpass.getuser(),
/tools/test/connectivity/tools/lab/
Dmain.py156 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/
Dgoogle-java-format.py41 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',
Dclang-format.py45 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',
Dpylint.py37 default='pylint')
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt17 --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 …]
Dhelp_verify.txt3 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/
Djson_reporter.py55 def default(self, obj): member in AutoJsonEncoder
63 return json.JSONEncoder.default(self, obj)
/tools/repohooks/rh/
Dterminal.py153 def boolean_prompt(prompt='Do you want to continue?', default=True, argument
173 if default:
196 return default
Dshell.py153 def boolean_shell_value(sval, default): argument
156 return default
/tools/tradefederation/contrib/
DOWNERS1 # This directory has no default owner.
/tools/test/connectivity/acts/framework/acts/bin/
Dmonsoon.py65 parser.add_argument("-avg", "--avg", type=int, default=0,
82 parser.add_argument("--offset", type=int, nargs='?', default=0,
/tools/acloud/public/data/
Ddefault.config13 network: "default"
38 value: "default"
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DMutableModifierList.kt31 fun setDefault(default: Boolean) in setPublic()
/tools/tradefederation/core/tests/res/testtype/
Dgtest_output5.txt29 The default value 20 is used.
31 The default value 30 is used.
/tools/tradefederation/core/atest/docs/
Ddevelop_test_finders.md25 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/
DKotlinInteropChecksTest.kt124 fun `Methods with default parameters should specify JvmOverloads`() { in Methods with default parameters should specify JvmOverloads()
DApiFromTextTest.kt334 fun `Loading a signature file with default values`() { in Loading a signature file with default values()
DApiFileTest.kt569 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/
Dinternal_config.proto34 // 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/
Ddexter_tests.py11 argParser.add_argument('-cmd', default = 'dexter')
/tools/tradefederation/core/atest/
Datest.py311 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/
DREADME.md8 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/
DAndroid.mk.bak44 # want to override the default location to use a different subdirectory, such as:

12