Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt_test.go98 ctx := android.BuilderContextForTesting(config)
124 ctx := android.BuilderContextForTesting(config)
190 ctx := android.BuilderContextForTesting(config)
226 ctx := android.BuilderContextForTesting(config)
250 ctx := android.BuilderContextForTesting(config)
274 ctx := android.BuilderContextForTesting(config)
298 ctx := android.BuilderContextForTesting(config)
325 ctx := android.BuilderContextForTesting(config)
/build/soong/android/
Drule_builder_test.go43 return BuilderContextForTesting(TestConfig("out", nil, "", map[string][]byte{
Drule_builder.go1319 func BuilderContextForTesting(config Config) BuilderContext { func