Searched refs:PathForTesting (Results 1 – 12 of 12) sorted by relevance
/build/soong/android/ |
D | depset_test.go | 25 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build() 26 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build() 27 c := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build() 28 d := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("d")).Transitive(b, c).Build() 35 a := NewDepSetBuilder(PREORDER).Direct(PathForTesting("a")).Build() 36 b := NewDepSetBuilder(PREORDER).Direct(PathForTesting("b")).Transitive(a).Build() 37 c := NewDepSetBuilder(PREORDER).Direct(PathForTesting("c")).Transitive(a).Build() 38 d := NewDepSetBuilder(PREORDER).Direct(PathForTesting("d")).Transitive(b, c).Build() 45 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build() 46 b := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build() [all …]
|
D | util_test.go | 559 paths[i] = PathForTesting(s)
|
D | paths.go | 1478 func PathForTesting(paths ...string) Path { func 1490 p[i] = PathForTesting(s)
|
D | paths_test.go | 1292 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
|
/build/soong/dexpreopt/ |
D | config.go | 571 Profman: android.PathForTesting("profman"), 572 Dex2oat: android.PathForTesting("dex2oat"), 573 Aapt: android.PathForTesting("aapt"), 574 SoongZip: android.PathForTesting("soong_zip"), 575 Zip2zip: android.PathForTesting("zip2zip"), 576 ManifestCheck: android.PathForTesting("manifest_check"), 577 ConstructContext: android.PathForTesting("construct_context"),
|
D | testing.go | 28 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
|
D | dexpreopt_test.go | 51 …DexPreoptImages: android.Paths{android.PathForTesting("system/framework/arm/boot.a… 152 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
|
/build/soong/rust/ |
D | rust_test.go | 137 …libBarPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_… 138 …libLibPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_… 156 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
|
/build/soong/java/ |
D | jdeps_test.go | 79 module.expandJarjarRules = android.PathForTesting(expected)
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 117 moduleConfig.DexPath = android.PathForTesting("$1")
|
/build/soong/genrule/ |
D | genrule_test.go | 736 t.outputFile = android.PathForTesting("out", ctx.ModuleName())
|
/build/soong/cc/ |
D | cc_test.go | 2402 return android.PathForTesting(moduleName)
|