Home
last modified time | relevance | path

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

12

/tools/metalava/src/test/java/com/android/tools/metalava/model/text/
DTextTypeItemTest.kt26 val full = in test typeString()() constant
28 assertThat(TextTypeItem.toTypeString(full, false, false, false)).isEqualTo( in test typeString()()
31 assertThat(TextTypeItem.toTypeString(full, false, true, false)).isEqualTo( in test typeString()()
34 assertThat(TextTypeItem.toTypeString(full, false, false, true)).isEqualTo( in test typeString()()
39 full, in test typeString()()
47 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): String = full
/tools/tradefederation/core/
DAndroid.bp64 "libprotobuf-java-full",
68 type: "full",
106 "libprotobuf-java-full",
108 "perfetto_config-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/tradefederation/core/tests/
DAndroid.mk30 LOCAL_JAVA_LIBRARIES := tradefed host-libprotobuf-java-full
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBuilders.kt19 import kotlin.reflect.full.createInstance
/tools/tradefederation/core/proto/
Dmetric_measurement.proto70 // Represents the full metric: The measurements and its metadata
/tools/tradefederation/core/atest/
DAndroid.bp158 "libprotobuf-java-full",
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dnanopb.proto40 // full 32 bits for the value.
/tools/test/connectivity/tools/lab/
DREADME.md3 NOTE: The config.json file in this folder contains random values - for the full
/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFromTextTest.kt524 fun `Sort throws list by full name`() { in Sort throws list by full name()
DDriverTest.kt1863 val docLava1 = File("testlibs/doclava-1.0.6-full-SNAPSHOT.jar")
1880 baseName = "doclava-$version-full-SNAPSHOT"
/tools/metalava/
Dbuild.gradle74 baseName = "metalava-$version-full-SNAPSHOT"
DREADME.md131 instead of the full package name, e.g. `@UiThread` instead of
271 * Built on top of a full, type-resolved AST. Doclava1 was integrated with
/tools/repohooks/
DREADME.md240 entire repo in order to perform full checks. e.g. `pylint` needs to know what
242 doing a full checkout of the repo in a temp dir, but this can slow things down
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt3264 private fun inSubPackage(root: String, full: String): Boolean { in <lambda>()
3265 return root == full || full.startsWith(root) && full[root.length] == '.' in <lambda>()
DOptions.kt35 import kotlin.reflect.full.memberProperties in <lambda>()
/tools/acloud/
DREADME.md107 The full list of options are available via `--help`
/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/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/repohooks/tools/
Dpylintrc112 # Tells whether to display a full report or only the messages
/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/dexter/testdata/expected/
Dmedium.asm106501 …const-string/jumbo v8, "Attempted to set events for mini view. Events only supported in full view."
Dmedium.rewrite106521 …const-string/jumbo v8, "Attempted to set events for mini view. Events only supported in full view."

12