Searched refs:PathForTesting (Results 1 – 16 of 16) 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 | 56 path := PathForTesting("dist-output-file.out") 75 path := PathForTesting("default-dist.out") 289 return distCopy{PathForTesting(from), to}
|
D | paths_test.go | 151 path = OptionalPathForPath(PathForTesting("path")) 1562 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
|
D | util_test.go | 568 paths[i] = PathForTesting(s)
|
D | module_test.go | 805 result = append(result, NamedPath{PathForTesting(p.path), p.name})
|
D | rule_builder_test.go | 80 FlagWithInput("-s ", PathForTesting("a.o")).
|
D | paths.go | 1962 func PathForTesting(paths ...string) Path { func 1974 p[i] = PathForTesting(s)
|
/build/soong/dexpreopt/ |
D | config.go | 697 Profman: android.PathForTesting("profman"), 698 Dex2oat: android.PathForTesting("dex2oat"), 699 Aapt: android.PathForTesting("aapt"), 700 SoongZip: android.PathForTesting("soong_zip"), 701 Zip2zip: android.PathForTesting("zip2zip"), 702 ManifestCheck: android.PathForTesting("manifest_check"), 703 ConstructContext: android.PathForTesting("construct_context"),
|
D | testing.go | 30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
|
D | dexpreopt_test.go | 246 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
|
/build/soong/java/ |
D | jdeps_test.go | 79 module.expandJarjarRules = android.PathForTesting(expected)
|
/build/soong/snapshot/ |
D | host_test.go | 38 return (android.OptionalPathForPath(android.PathForTesting(hostTestBinOut(c.Name()))))
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 130 moduleConfig.DexPath = android.PathForTesting("$1")
|
/build/soong/rust/ |
D | rust_test.go | 196 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
|
/build/soong/cc/ |
D | cc_test.go | 2582 return android.PathForTesting(moduleName)
|