Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_test.go57 type testCustomizer func(fs map[string][]byte, config android.Config) type
59 func withFiles(files map[string][]byte) testCustomizer {
67 func setReleaseEnv() testCustomizer {
74 func _testAidl(t *testing.T, bp string, customizers ...testCustomizer) (*android.TestContext, andro… argument
157 func testAidl(t *testing.T, bp string, customizers ...testCustomizer) (*android.TestContext, androi… argument
167 func testAidlError(t *testing.T, pattern, bp string, customizers ...testCustomizer) { argument