Searched refs:which (Results 1 – 25 of 117) sorted by relevance
12345
/tools/acloud/public/ |
D | acloud_main.py | 180 create_gf_parser.set_defaults(which=CMD_CREATE_GOLDFISH) 290 if parsed_args.which == create_args.CMD_CREATE: 292 if parsed_args.which == setup_args.CMD_SETUP: 294 if parsed_args.which == CMD_CREATE_GOLDFISH: 309 if parsed_args.which in [create_args.CMD_CREATE, CMD_CREATE_GOLDFISH]: 339 if (args.which == create_args.CMD_CREATE and 429 reporter = report.Report(command=args.which) 433 reporter = report.Report(command=args.which) 437 elif args.which == create_args.CMD_CREATE: 439 elif args.which == CMD_CREATE_GOLDFISH: [all …]
|
D | config.py | 272 if parsed_args.which == create_args.CMD_CREATE and parsed_args.spec: 284 if parsed_args.which == "create_gf" and parsed_args.base_image: 286 if parsed_args.which in [create_args.CMD_CREATE, "create_cf"]: 291 if parsed_args.which in [create_args.CMD_CREATE, "create_cf", "create_gf"]: 294 if (parsed_args.which == "create_cf" and
|
/tools/asuite/atest/ |
D | run_atest_unittests.sh | 33 if ! which $PYTHON >/dev/null 2>&1; then 61 if ! (head -n1 $(which $mod) | grep -q $PYTHON); then 62 sed -i "1 s/python/$PYTHON/" $(which $mod)
|
/tools/metalava/ |
D | README.md | 11 which in turn get compiled into android.jar, the Android SDK library) and 17 the typedef annotations, which cannot be stored in the SDK as .class level 99 * Ability to read in an existing android.jar file instead of from source, which 102 methods which were accidentally not included.) 109 * Support for an updated signature file format (which is described in [FORMAT.md](FORMAT.md)) 111 * Address errors in the doclava1 format which for example was missing 170 recently changed and if so marking them as @Migrate (which lets the Kotlin 176 need to be able to figure out which parts of the source code is included in 177 the API and which one is implementation; it is simply handed the filtered API 191 * Consistent stubs: In doclava1, the code which iterated over the API and [all …]
|
D | FORMAT.md | 20 2. The "new" format, which is described below, and is used in Android Q. This 59 New signature files (v2+) generally include a file header comment which states 76 @Override etc); only those which are significant for the API, such as nullness 270 into getters and setters which you can call from Java. But you cannot calls 310 @android.annotation.ParameterName (which is hidden). This obviously isn't usable 357 this happens is that StringBuilder is a public class which extends hidden class 358 AbstractStringBuilder, which defines the public method setLength. 415 The above list doesn't include the Kotlin modifiers, which are inserted 433 We have a number of annotations which are significant for the API -- not just 434 the nullness as deprecation ones (which are specially supported in v3 via the [all …]
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/ |
D | README.md | 10 * performance: Tests which measure performance of an implementation - e.g. 14 * stress: Tests which run through a large number of iterations to stress 18 * ota (over-the-air): A small number of tests which configure the device 33 directory which lists all tests in the directory. E.g. to execute all functional 45 * **aware_default_power_mode**: The power mode in which to run all tests. Options
|
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/ |
D | README.md | 10 * stress: Tests which run through a large number of iterations to stress 23 The Wi-Fi RTT tests support several different test scenarios which require different test bed 26 * Device Under Test + AP which supports IEEE 802.11mc 31 * Device Under Test + AP which does **not** support IEEE 802.11mc 57 * **dbs_supported_models**: A list of device models which support DBS. Used to determine whether
|
/tools/apksig/ |
D | README.md | 3 apksig is a project which aims to simplify APK signing and checking whether APK signatures are 26 * `ApkSigner` which signs the provided APK so that it verifies on all Android platform versions 28 * `ApkVerifier` which checks whether the provided APK is expected to verify on all Android 30 * `(Default)ApkSignerEngine` which abstracts away signing APKs from parsing and building APKs. 32 which need to perform signing while building an APK, instead of after. For simpler use cases
|
/tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/ |
D | tshark.py | 32 self._executable_path = (shutil.which("tshark") 33 or shutil.which("/usr/local/bin/tshark"))
|
/tools/metalava/metalava/src/test/resources/ |
D | source-model-provider-baseline.txt | 66 …Test that previously released APIs which are now public and flagged are not removed[turbine,module… 67 …Test that previously released APIs which are now public and flagged are not removed[turbine,module… 68 …Test that previously released APIs which are now public and flagged are not removed[turbine,module… 69 …Test that previously released APIs which are now public and flagged are not removed[turbine,public… 70 …Test that previously released APIs which are now public and flagged are not removed[turbine,public… 71 …Test that previously released APIs which are now public and flagged are not removed[turbine,public… 72 …Test that previously released APIs which are now public and flagged are not removed[turbine,system… 73 …Test that previously released APIs which are now public and flagged are not removed[turbine,system… 74 …Test that previously released APIs which are now public and flagged are not removed[turbine,system… 75 …Test that previously released APIs which are now system and flagged are not removed[turbine,module… [all …]
|
/tools/acloud/ |
D | pylintrc | 12 # Acloud uses PascalCase for functions/methods except for test methods which use 17 # Good variable names which should always be accepted, separated by a comma
|
/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 58 --min-sdk-version Lowest API Level on which this APK's signatures will be 63 --max-sdk-version Highest API Level on which this APK's signatures will be 66 --rotation-min-sdk-version Lowest API Level for which an APK's rotated signing 73 block which supports Android T+. 153 SDK version for which this signing config should be used 171 no file is needed by KeyStore, which is the case for some 174 --ks-key-alias Alias under which the private key and certificate are 193 order in which signers are specified and, within each 197 --key-pass Password with which the private key is protected. [all …]
|
D | help_rotate.txt | 10 a SigningCertificateLineage object, which contains the proof-of-rotation for 16 --out File into which to put the binary representation of a 27 --old-signer The signing information for the signer from which to be rotated. This will 33 --new-signer The signing information for the signer to which you want to rotate. This will 60 no file is needed by KeyStore, which is the case for some 63 --ks-key-alias Alias under which the private key and certificate are 86 --key-pass Password with which the private key is protected. 127 --ks-provider-name Name of the JCA Provider from which to request the 132 --ks-provider-class Fully-qualified class name of the JCA Provider from which 188 different providers. Providers are installed in the order in which they appear [all …]
|
D | help_verify.txt | 19 --min-sdk-version Lowest API Level on which this APK's signatures will be 23 --max-sdk-version Highest API Level on which this APK's signatures will be
|
D | help_lineage.txt | 11 a SigningCertificateLineage object which contains the proof-of-rotation for 16 --out File into which to put the binary representation of a 54 no file is needed by KeyStore, which is the case for some 57 --ks-key-alias Alias under which the private key and certificate are 80 --key-pass Password with which the private key is protected. 121 --ks-provider-name Name of the JCA Provider from which to request the 126 --ks-provider-class Fully-qualified class name of the JCA Provider from which
|
/tools/repohooks/tools/ |
D | pylintrc | 58 # optimizer, which will apply various small optimizations. For instance, it can 129 # Python expression which should return a note less than 10 (10 is the highest 130 # note). You have access to the variables errors warning, statement which 162 # List of module names for which member attributes should not be checked 168 # List of classes names for which member attributes should not be checked 173 # List of members which are set dynamically and missed by pylint inference 216 # List of strings which can identify a callback function by name. A callback 233 # List of optional constructs for which whitespace checking is disabled. `dict- 264 # Good variable names which should always be accepted, separated by a comma 267 # Bad variable names which should always be refused, separated by a comma [all …]
|
D | pylint.py | 53 if shutil.which('pylint3'): 57 if not shutil.which('pylint'):
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 53 save data psm which is 1005 75 save data psm which is 1005 283 save data psm which is 1005 292 save data psm which is 1005 299 save data psm which is 1005
|
/tools/acloud/list/ |
D | list_args.py | 33 list_parser.set_defaults(which=CMD_LIST)
|
/tools/acloud/hostcleanup/ |
D | hostcleanup_args.py | 33 hostcleanup_parser.set_defaults(which=CMD_HOSTCLEANUP)
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | gtest_output5.txt | 28 …TEMP is expected to be a 32-bit integer, but actually has value 12345678987654321, which overflows. 30 …EMP is expected to be a 32-bit integer, but actually has value -12345678987654321, which overflows.
|
/tools/acloud/pull/ |
D | pull_args.py | 35 pull_parser.set_defaults(which=CMD_PULL)
|
/tools/test/connectivity/tools/ |
D | proto_check.py | 38 protoc = shutil.which('protoc') 129 protoc = shutil.which('protoc')
|
/tools/acloud/powerwash/ |
D | powerwash_args.py | 35 powerwash_parser.set_defaults(which=CMD_POWERWASH)
|
/tools/acloud/reconnect/ |
D | reconnect_args.py | 35 reconnect_parser.set_defaults(which=CMD_RECONNECT)
|
12345