/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | AnnotationStatistics.kt | 164 val used = HashMap<MemberItem, Int>(1000) in <lambda>() constant 167 recordUsages(used, entry, entry.path) in <lambda>() 171 val filtered = used.keys.filter { in <lambda>() 175 val referenceCount = used.size in <lambda>() 177 val annotatedCount = used.size - filtered.size in <lambda>() 182 val delta = used[o2]!! - used[o1]!! in <lambda>() 198 reportTopUnannotatedClasses(sorted, used) in <lambda>() 199 printMemberTable(sorted, used) in <lambda>() 202 …private fun reportTopUnannotatedClasses(sorted: List<MemberItem>, used: HashMap<MemberItem, Int>) { in <lambda>() 207 val itemCount = used[item]!! in <lambda>() [all …]
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 23 signing scheme) used in Android since day one. By default, 45 is used. The higher the value, the stronger security 46 parameters are used when signing. 49 verified. By default, the highest possible value is used. 66 "rotate" command. If used, all signers used to sign the 70 it can be used for those v1 and/or v2 signing. Multiple 73 points in the lineage and will be used on older platform 88 need to use this option when only one signer is used. 92 KeyStore key alias or basename of key file is used. 120 When the same file (including standard input) is used for [all …]
|
D | help_rotate.txt | 11 different signing certificates. This can be used with APK Signature Scheme v3 28 be used to sign a new entry in the SigningCertificateLineage allowing the 42 used in some situations on the platform even though the APK is now being signed 72 When the same file (including standard input) is used for 95 When the same file (including standard input) is used for 113 non-ASCII password is used. --pass-encoding may also need 118 type is used. 122 provider is used. See --ks-provider-class for the 132 default, the no-arg provider's constructor is used. 169 rotation. This option should only be used if a problem is [all …]
|
D | help_lineage.txt | 4 This can be used to revoke capabilities of a previous signing certificate once the install base 41 used in some situations on the platform even though the APK is now being signed 69 When the same file (including standard input) is used for 92 When the same file (including standard input) is used for 110 non-ASCII password is used. --pass-encoding may also need 115 type is used. 119 provider is used. See --ks-provider-class for the 129 default, the no-arg provider's constructor is used. 166 rotation. This option should only be used if a problem is
|
D | help_verify.txt | 18 is used. 21 verified. By default, the highest possible value is used.
|
/tools/test/connectivity/tools/lab/ |
D | README.md | 1 This folder contains tools to be used in the testing lab. 22 used: total used in 1k blocks (int) 24 percent_used: percentage space used (0-100) (int) 38 used: total RAM used by system in KB (int)
|
/tools/repohooks/ |
D | README.md | 24 skip **all** checks and not just specific ones. It should be used only after 126 that is executed. The key is used as the name of the hook for reporting purposes, 198 * `clang-format`: used for the `clang_format` builtin hook. 199 * `cpplint`: used for the `cpplint` builtin hook. 200 * `git-clang-format`: used for the `clang_format` builtin hook. 201 * `gofmt`: used for the `gofmt` builtin hook. 202 * `google-java-format`: used for the `google_java_format` builtin hook. 203 * `google-java-format-diff`: used for the `google_java_format` builtin hook. 204 * `pylint`: used for the `pylint` builtin hook. 205 * `android-test-mapping-format`: used for the `android_test_mapping_format`
|
/tools/repohooks/tools/ |
D | pylintrc | 52 # be used to obtain the result of joining multiple strings with the addition 118 # number of statements analyzed. This is used by the global evaluation report 122 # Template used to display messages. This is a python new-style format string 123 # used to format the message information. See doc for all details 195 # not used). 220 # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}. 228 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 247 # List of builtins function names that should not be used, separated by a comma 377 # List of method names used to declare (i.e. assign) instance attributes. 393 # Deprecated modules which should not be used, separated by a comma
|
/tools/test/connectivity/acts/tests/google/tel/config/ |
D | README.md | 6 … needed in the event that the MSISDN/MDN is not programmed onto SIM cards used in a defined testbe… 12 …- **pass_criteria_call_(3g/volte/2g/wfc)** - The maximum amount of power in mW that can be used in… 13 …- **pass_criteria_idle_(3g/volte/2g/wfc)** - The maximum amount of power in mW that can be used in… 16 …- **call_server_number** - the POTS telephone number of a call server used in TelLiveStressCallTest
|
/tools/metalava/stub-annotations/ |
D | README.md | 3 The annotations in these packages are used to compile 9 @RecentlyNonNull. These are used *only* in the stubs 34 "apis" field used for merged historical annotations
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | nanopb.proto | 5 // These are used by nanopb to generate statically allocable structures 30 // a field. When it is used in message or file scope, it applies to all 50 // Note: this cannot be used on CPUs that break on unaligned
|
D | plugin.proto | 16 // contributors may be used to endorse or promote products derived from 44 // plugin should be named "protoc-gen-$NAME", and will then be used when the 83 // This should be used to indicate errors in .proto files which prevent the 94 // the file cannot lie outside the output directory). "/" must be used as
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/ |
D | README.md | 49 * **lci_reference**, **lcr_reference**: Arrays of bytes used to validate that the *correct* LCI and 51 configuration of the AP used in the test. 54 * **stress_test_min_iteration_count**, **stress_test_target_run_time_sec**: Parameters used to
|
/tools/metalava/ |
D | FORMAT.md | 3 This document describes the signature file format created and used by metalava, 8 1. The format emitted by doclava, and used for Android's signature files up 16 2. The "new" format, which is described below, and is used in Android Q. This 151 Format v2 also cleans up some of the terminology used to describe the class 197 Similarly, v1 used erasure in throws clauses. For example, for this method: 204 v1 used this signature: 251 This doesn't currently apply to the SDK, but the signature files are also used 389 The old signature file format used "deprecated" as if it was a modifier. In the 466 classes from java.lang that are used in lots of places in the signature file
|
/tools/tradefederation/core/atest/docs/ |
D | atest_structure.md | 31 compatibility_suite, auto_gen_config, etc) that is used during the test finding 37 required and optional bits used to run the test as how the user intended. 39 used to run the test. Optional bits would be additional args for the test and 49 the ```AtestTradefedTestRunner``` is used to kick off ```hello_world_test```.
|
D | develop_test_finders.md | 22 If the metadata used to find a test is unlike existing test finder classes, 49 used. 52 This is used by the class decorator to identify the find methods of the class.
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 86 of address called an "anycast address" is defined, used to send 383 When more than one extension header is used in the same packet, it is 524 The same Option Type numbering space is used for both the Hop-by-Hop 540 There are two padding options which are used when necessary to align 554 The Pad1 option is used to insert one octet of padding into the 556 required, the PadN option, described next, should be used, rather 573 The PadN option is used to insert two or more octets of padding 582 The Hop-by-Hop Options header is used to carry optional information 625 The Routing header is used by an IPv6 source to list one or more 961 The Fragment header is used by an IPv6 source to send a packet larger [all …]
|
/tools/tradefederation/core/tests/res/testtype/ |
D | gtest_output5.txt | 29 The default value 20 is used. 31 The default value 30 is used.
|
D | gtest_output4.txt | 187 The default value 20 is used. 189 The default value 30 is used. 194 The default value 40 is used. 196 The default value 50 is used.
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bluetooth.proto | 86 // Type of technology used in the connection. 171 // Audio codec used in this A2DP session in A2DP source role 243 // Technology used for scanning.
|
/tools/apksig/ |
D | README.md | 6 (used by Android since day one) and 8 Android Nougat, API Level 24). apksig is meant to be used outside of Android devices.
|
D | android_plugin_for_gradle.gradle | 1 // Gradle project used when building the Android Plugin for Gradle
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 16 // contributors may be used to endorse or promote products derived from 158 // rules are used to find the type (i.e. first the nested types within this 247 // * For options which will only be used within a single application or 251 // * For options which will be published and used publicly by multiple 267 // placed. By default, the proto package is used, but this is often 305 // This option has no effect on when used with the lite runtime. 623 // particular index within it). This is used whenever a set of elements are
|
/tools/test/connectivity/acts/ |
D | README.md | 3 that is used to perform automated testing of current and upcoming Android 98 to be used in the test
|
/tools/tradefederation/core/ |
D | README.md | 3 TF is a test harness used to drive Android automated testing. It runs on test hosts
|