/tools/metalava/src/test/java/com/android/tools/metalava/model/text/ |
D | TextTypeItemTest.kt | 25 val full = in test typeString()() constant 27 assertThat(TextTypeItem.toTypeString(full, false, false, false)).isEqualTo( in test typeString()() 30 assertThat(TextTypeItem.toTypeString(full, false, true, false)).isEqualTo( in test typeString()() 33 assertThat(TextTypeItem.toTypeString(full, false, false, true)).isEqualTo( in test typeString()() 38 full, in test typeString()() 46 full, in test typeString()()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | FixedByteArrayOutputStreamTest.java | 101 String full = prefix + followup; in testWriteWithWrap() local 102 String expected = full.substring(full.length() - BUF_SIZE); in testWriteWithWrap() 131 String full = prefix + followup.substring(offset); in testWriteWithOffsetAndWrap() local 132 String expected = full.substring(full.length() - BUF_SIZE); in testWriteWithOffsetAndWrap()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextBackedAnnotationItem.kt | 33 private val full: String constant 44 full = when { 62 override fun toSource(target: AnnotationTarget, showDefaultAttrs: Boolean): String = full
|
/tools/tradefederation/core/ |
D | Android.bp | 68 "libprotobuf-java-full", 72 type: "full", 155 "libprotobuf-java-full",
|
/tools/tradefederation/core/isolation/ |
D | Android.bp | 35 "libprotobuf-java-full", 39 type: "full",
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/ |
D | SignatureTestUtils.java | 86 @Nonnull String full) in generateSignature() argument 123 ContentSigner signer = new JcaContentSignerBuilder(full).setProvider( in generateSignature()
|
/tools/repohooks/ |
D | README.md | 282 entire repo in order to perform full checks. e.g. `pylint` needs to know what 284 doing a full checkout of the repo in a temp dir, but this can slow things down
|
/tools/metalava/ |
D | README.md | 134 instead of the full package name, e.g. `@UiThread` instead of 274 * Built on top of a full, type-resolved AST. Doclava1 was integrated with
|
/tools/security/fuzzing/orphans/pppd/ |
D | Android.bp | 15 "libprotobuf-cpp-full",
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | Builders.kt | 19 import kotlin.reflect.full.createInstance
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 290 // - In the full runtime, this is purely a speed optimization, as the 294 // equals() and hashCode() to more closely match those of the full runtime;
|
/tools/tradefederation/core/test_framework/ |
D | Android.bp | 23 "perfetto_metrics-full",
|
/tools/tradefederation/core/tests/ |
D | Android.bp | 36 "libprotobuf-java-full",
|
/tools/external/fat32lib/ |
D | NOTICE | 29 …license obtained for a version of the library must be consistent with the full freedom of use spec… 112 … License will not have their licenses terminated so long as such parties remain in full compliance.
|
/tools/tradefederation/core/proto/ |
D | metric_measurement.proto | 70 // Represents the full metric: The measurements and its metadata
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | nanopb.proto | 40 // full 32 bits for the value.
|
/tools/tradefederation/core/atest/ |
D | Android.bp | 158 type: "full",
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFromTextTest.kt | 545 fun `Sort throws list by full name`() { in Sort throws list by full name()
|
/tools/treble/build/sandbox/ |
D | nsjail.cfg | 116 # in a docker container we mount the full file system root. So the container
|
/tools/external_updater/ |
D | README.md | 31 repository. The full definition can be found
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 368 A full implementation of IPv6 includes implementation of the 521 particular option is identified by a full 8-bit Option Type, not just 2084 the full 8-bit Option Type, not by the low-order 5 bits of an
|
/tools/acloud/ |
D | README.md | 110 The full list of options are available via `--help`
|
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/ |
D | Issues.kt | 23 import kotlin.reflect.full.declaredMemberProperties
|
/tools/repohooks/tools/ |
D | pylintrc | 184 # Tells whether to display a full report or only the messages
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Options.kt | 43 import kotlin.reflect.full.memberProperties in <lambda>()
|