Searched refs:PathForTesting (Results 1 – 14 of 14) sorted by relevance
/build/soong/android/ |
D | depset_test.go | 26 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build() 27 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build() 28 c := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build() 29 d := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("d")).Transitive(b, c).Build() 36 a := NewDepSetBuilder(PREORDER).Direct(PathForTesting("a")).Build() 37 b := NewDepSetBuilder(PREORDER).Direct(PathForTesting("b")).Transitive(a).Build() 38 c := NewDepSetBuilder(PREORDER).Direct(PathForTesting("c")).Transitive(a).Build() 39 d := NewDepSetBuilder(PREORDER).Direct(PathForTesting("d")).Transitive(b, c).Build() 46 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build() 47 b := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build() [all …]
|
D | ninja_deps_test.go | 47 Input: PathForTesting("foo"),
|
D | androidmk_test.go | 55 path := PathForTesting("dist-output-file.out") 74 path := PathForTesting("default-dist.out") 280 return distCopy{PathForTesting(from), to}
|
D | util_test.go | 568 paths[i] = PathForTesting(s)
|
D | paths_test.go | 145 path = OptionalPathForPath(PathForTesting("path")) 1469 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
|
D | paths.go | 1842 func PathForTesting(paths ...string) Path { func 1854 p[i] = PathForTesting(s)
|
D | rule_builder_test.go | 80 FlagWithInput("-s ", PathForTesting("a.o")).
|
/build/soong/dexpreopt/ |
D | config.go | 650 Profman: android.PathForTesting("profman"), 651 Dex2oat: android.PathForTesting("dex2oat"), 652 Aapt: android.PathForTesting("aapt"), 653 SoongZip: android.PathForTesting("soong_zip"), 654 Zip2zip: android.PathForTesting("zip2zip"), 655 ManifestCheck: android.PathForTesting("manifest_check"), 656 ConstructContext: android.PathForTesting("construct_context"),
|
D | testing.go | 30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
|
D | dexpreopt_test.go | 150 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
|
/build/soong/java/ |
D | jdeps_test.go | 79 module.expandJarjarRules = android.PathForTesting(expected)
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 128 moduleConfig.DexPath = android.PathForTesting("$1")
|
/build/soong/rust/ |
D | rust_test.go | 153 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
|
/build/soong/cc/ |
D | cc_test.go | 2618 return android.PathForTesting(moduleName)
|