Searched refs:testType (Results 1 – 3 of 3) sorted by relevance
/build/blueprint/proptools/ |
D | tag_test.go | 22 type testType struct { struct 63 field, _ := reflect.TypeOf(testType{}).FieldByName(test.field) 96 field, _ := reflect.TypeOf(testType{}).FieldByName(test.field)
|
D | extend_test.go | 1437 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/ |
D | paths_test.go | 212 func check(t *testing.T, testType, testString string, argument 221 t.Errorf("test case %s: %s", testType, testString)
|