Home
last modified time | relevance | path

Searched refs:relative (Results 1 – 14 of 14) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DJavadocTest.kt184 fun `Rewrite relative documentation links in doc-stubs`() { in Rewrite relative documentation links in doc-stubs()
285 fun `Rewrite relative documentation links in doc-stubs 2`() { in Rewrite relative documentation links in doc-stubs 2()
364 fun `Rewrite relative documentation links in doc-stubs 3`() { in Rewrite relative documentation links in doc-stubs 3()
435 fun `Rewrite relative documentation links in doc-stubs but preserve custom link text`() { in Rewrite relative documentation links in doc-stubs but preserve custom link text()
506 fun `Rewrite relative documentation links in doc-stubs 4`() { in Rewrite relative documentation links in doc-stubs 4()
633 fun `Rewrite relative documentation links in doc-stubs 5`() { in Rewrite relative documentation links in doc-stubs 5()
/tools/asuite/atest/docs/
Ddeveloper_workflow.md56 (path relative to android repo root)
98 `tools/tradefederation/core/src/com/android/tradefed/` (path relative
150 (path relative to android repo root)
167 (path relative to android repo root)
/tools/asuite/atest-py2/docs/
Ddeveloper_workflow.md56 (path relative to android repo root)
83 `tools/tradefederation/core/src/com/android/tradefed/` (path relative
129 (path relative to android repo root)
146 (path relative to android repo root)
/tools/metalava/src/main/java/com/android/tools/metalava/stub/
DStubWriter.kt150 val relative = packageItem.qualifiedName().replace('.', File.separatorChar) in <lambda>() constant
151 val dir = File(stubsDir, relative) in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDocAnalyzer.kt835 val relative = sb.toString() in getApiLookup() constant
842 val dir = File(tmp, relative) in getApiLookup()
850 val dir = File(System.getProperty("java.io.tmpdir"), relative) in getApiLookup()
DOptions.kt940 val relative = getValue(args, ++index) in <lambda>() constant
942 …y one $ARG_REPORT_EVEN_IF_SUPPRESSED is allowed; found both $reportEvenIfSuppressed and $relative") in <lambda>()
944 reportEvenIfSuppressed = stringToNewOrExistingFile(relative) in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt515 val relative = pkg?.replace('.', File.separatorChar) ?: "." in <lambda>() constant
516 val merged = File(project, "qualifier/$relative/${cls.className}.java") in <lambda>()
527 val relative = pkg?.replace('.', File.separatorChar) ?: "." in <lambda>() constant
528 val merged = File(project, "inclusion/$relative/${cls.className}.java") in <lambda>()
/tools/acloud/
Dpylintrc4 relative-import,
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto92 // The file name, relative to the output directory. The name must not
93 // contain "." or ".." components and must be relative, not be absolute (so,
/tools/asuite/atest/integration_tests/
DAndroid.bp22 // attribute. Second, we're accessing jars using a path relative to a known
/tools/asuite/aidegen/
DREADME.md65 Change project root to the source directory: the relative path which is the directory shown in CLio…
/tools/asuite/atest/bazel/
Datest_bazel_mode.md116 Some tests try to read the test data using relative path. This some times does
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt409 note 2: additional recommendations regarding the relative
426 constraints relative to the above listed headers must be specified.
984 relative to the start of the Fragmentable Part
1104 in 8-octet units, relative to the start of the
1183 headers between the IPv6 header and fragment itself; its relative
1560 of the IPv6 header relative to the IPv4 header. For example, in
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto58 optional string name = 1; // file name, relative to root of source tree