Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dtag_test.go22 type testType struct { struct
63 field, _ := reflect.TypeOf(testType{}).FieldByName(test.field)
96 field, _ := reflect.TypeOf(testType{}).FieldByName(test.field)
Dextend_test.go1437 var testType string
1441 testType = "append"
1444 testType = "prepend"
1447 testType = "replace"
1451 check(t, testType, testCase.name, got, err, testCase.out, testCase.err)
1462 var testType string
1478 testType = "prepend"
1480 testType = "append"
1482 testType = "replace"
1487 check(t, testType, testCase.name, got, err, testCase.out, testCase.err)
[all …]
/build/soong/android/
Dpaths_test.go212 func check(t *testing.T, testType, testString string, argument
221 t.Errorf("test case %s: %s", testType, testString)