Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 38) sorted by relevance

12

/tools/metalava/src/test/java/com/android/tools/metalava/model/text/
DTextTypeItemTest.kt25 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/
DFixedByteArrayOutputStreamTest.java101 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/
DTextBackedAnnotationItem.kt33 private val full: String constant
44 full = when {
62 override fun toSource(target: AnnotationTarget, showDefaultAttrs: Boolean): String = full
/tools/tradefederation/core/
DAndroid.bp68 "libprotobuf-java-full",
72 type: "full",
155 "libprotobuf-java-full",
/tools/tradefederation/core/isolation/
DAndroid.bp35 "libprotobuf-java-full",
39 type: "full",
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
DSignatureTestUtils.java86 @Nonnull String full) in generateSignature() argument
123 ContentSigner signer = new JcaContentSignerBuilder(full).setProvider( in generateSignature()
/tools/repohooks/
DREADME.md282 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/
DREADME.md134 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/
DAndroid.bp15 "libprotobuf-cpp-full",
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBuilders.kt19 import kotlin.reflect.full.createInstance
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto290 // - 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/
DAndroid.bp23 "perfetto_metrics-full",
/tools/tradefederation/core/tests/
DAndroid.bp36 "libprotobuf-java-full",
/tools/external/fat32lib/
DNOTICE29 …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/
Dmetric_measurement.proto70 // Represents the full metric: The measurements and its metadata
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dnanopb.proto40 // full 32 bits for the value.
/tools/tradefederation/core/atest/
DAndroid.bp158 type: "full",
/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFromTextTest.kt545 fun `Sort throws list by full name`() { in Sort throws list by full name()
/tools/treble/build/sandbox/
Dnsjail.cfg116 # in a docker container we mount the full file system root. So the container
/tools/external_updater/
DREADME.md31 repository. The full definition can be found
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt368 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/
DREADME.md110 The full list of options are available via `--help`
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
DIssues.kt23 import kotlin.reflect.full.declaredMemberProperties
/tools/repohooks/tools/
Dpylintrc184 # Tells whether to display a full report or only the messages
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt43 import kotlin.reflect.full.memberProperties in <lambda>()

12