Home
last modified time | relevance | path

Searched refs:BuilderContextForTesting (Results 1 – 3 of 3) sorted by relevance

/build/soong/dexpreopt/
Ddexpreopt_test.go63 ctx := android.BuilderContextForTesting(config)
85 ctx := android.BuilderContextForTesting(config)
145 ctx := android.BuilderContextForTesting(config)
171 ctx := android.BuilderContextForTesting(config)
/build/soong/android/
Drule_builder_test.go32 return BuilderContextForTesting(TestConfig("out", nil, "", map[string][]byte{
Drule_builder.go1308 func BuilderContextForTesting(config Config) BuilderContext { func