Searched refs:testType (Results 1 – 3 of 3) sorted by relevance
/build/blueprint/proptools/ |
D | extend_test.go | 1059 var testType string 1063 testType = "append" 1066 testType = "prepend" 1069 testType = "replace" 1073 check(t, testType, testString, got, err, testCase.out, testCase.err) 1083 var testType string 1101 testType = "prepend" 1103 testType = "append" 1105 testType = "replace" 1110 check(t, testType, testString, got, err, testCase.out, testCase.err) [all …]
|
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)
|
/build/soong/android/ |
D | paths_test.go | 184 func check(t *testing.T, testType, testString string, argument 193 t.Errorf("test case %s: %s", testType, testString)
|