Searched refs:relative (Results 1 – 12 of 12) sorted by relevance
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
D | JavadocTest.kt | 187 fun `Rewrite relative documentation links in doc-stubs`() { in Rewrite relative documentation links in doc-stubs() 288 fun `Rewrite relative documentation links in doc-stubs 2`() { in Rewrite relative documentation links in doc-stubs 2() 370 fun `Rewrite relative documentation links in doc-stubs 3`() { in Rewrite relative documentation links in doc-stubs 3() 437 fun `Rewrite relative documentation links in doc-stubs 4`() { in Rewrite relative documentation links in doc-stubs 4() 566 fun `Rewrite relative documentation links in doc-stubs 5`() { in Rewrite relative documentation links in doc-stubs 5()
|
/tools/tradefederation/core/atest/docs/ |
D | developer_workflow.md | 56 (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/repohooks/ |
D | README.md | 77 generally be relative to that point. 83 * `REPO_PATH`: The path to the project relative to the root. 214 # Or paths relative to the top of the git project. 216 # Or paths relative to the repo root.
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | DocAnalyzer.kt | 654 val relative = sb.toString() in <lambda>() constant 661 val dir = File(tmp, relative) in <lambda>() 669 val dir = File(System.getProperty("java.io.tmpdir"), relative) in <lambda>()
|
D | StubWriter.kt | 154 val relative = packageItem.qualifiedName().replace('.', File.separatorChar) in getPackageDir() constant 155 val dir = File(stubsDir, relative) in getPackageDir()
|
D | Options.kt | 794 val relative = getValue(args, ++index) in <lambda>() constant in com.android.tools.metalava.Options 795 …rt(baselineFile == null) { "Only one baseline is allowed; found both $baselineFile and $relative" } in <lambda>() 796 baselineFile = stringToExistingFile(relative) in <lambda>()
|
/tools/acloud/ |
D | pylintrc | 4 relative-import,
|
/tools/tradefederation/core/ |
D | pylintrc | 4 relative-import,
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 92 // 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/metalava/src/test/java/com/android/tools/metalava/ |
D | DriverTest.kt | 493 val relative = pkg?.replace('.', File.separatorChar) ?: "." in <lambda>() constant 494 val merged = File(project, "qualifier/$relative/${cls.className}.java") in <lambda>() 505 val relative = pkg?.replace('.', File.separatorChar) ?: "." in <lambda>() constant 506 val merged = File(project, "inclusion/$relative/${cls.className}.java") in <lambda>()
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 409 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/ |
D | descriptor.proto | 58 optional string name = 1; // file name, relative to root of source tree
|