Home
last modified time | relevance | path

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

/aosp12/build/blueprint/proptools/
H A Dextend_test.go1059 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 Dtag_test.go22 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 DWap230WspContentTypeTest.java265 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 DTestWebData.java113 testType = type; in TestWebData()
127 public String testType; field in TestWebData
H A DTestWebServer.java824 psPrint(ps, "Content-type: " + TestWebData.testParams[testNum].testType); in printHeaders()
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
H A DSQLiteTokenizerTest.java197 public void testType() { in testType() method in SQLiteTokenizerTest
/aosp12/build/soong/android/
H A Dpaths_test.go184 func check(t *testing.T, testType, testString string, argument
193 t.Errorf("test case %s: %s", testType, testString)