Searched refs:testType (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/blueprint/proptools/ |
H A D | extend_test.go | 1059 var testType string 1063 testType = "append" 1066 testType = "prepend" 1069 testType = "replace" 1083 var testType string 1101 testType = "prepend" 1103 testType = "append" 1105 testType = "replace" 1396 var testType string 1400 testType = "append" [all …]
|
H A 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)
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | Wap230WspContentTypeTest.java | 265 String testType = "application/wibble"; in testConstrainedMediaExtensionMedia() local 267 out.write(testType.getBytes("US-ASCII")); in testConstrainedMediaExtensionMedia() 273 assertEquals(testType, mimeType); in testConstrainedMediaExtensionMedia() 282 out.write(testType.length() + 1); in testGeneralFormShortLengthExtensionMedia() 290 assertEquals(testType, mimeType); in testGeneralFormShortLengthExtensionMedia() 445 String testType = "application/wibble"; in testGeneralFormLengthQuoteExtensionMedia() local 459 assertEquals(testType, mimeType); in testGeneralFormLengthQuoteExtensionMedia() 467 String testType = in testGeneralFormLengthQuoteExtensionMediaWithNiceLongMimeType() local 484 assertEquals(testType, mimeType); in testGeneralFormLengthQuoteExtensionMediaWithNiceLongMimeType() 492 String testType = " application/wibble"; in testConstrainedMediaExtensionMediaWithSpace() local [all …]
|
/aosp12/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestWebData.java | 113 testType = type; in TestWebData() 127 public String testType; field in TestWebData
|
H A D | TestWebServer.java | 824 psPrint(ps, "Content-type: " + TestWebData.testParams[testNum].testType); in printHeaders()
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
H A D | SQLiteTokenizerTest.java | 197 public void testType() { in testType() method in SQLiteTokenizerTest
|
/aosp12/build/soong/android/ |
H A D | paths_test.go | 184 func check(t *testing.T, testType, testString string, argument 193 t.Errorf("test case %s: %s", testType, testString)
|