Home
last modified time | relevance | path

Searched defs:testType (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/blueprint/proptools/
H A Dtag_test.go22 type testType struct { struct
23 NoTag string
24 EmptyTag string ``
25 OtherTag string `foo:"bar"`
26 MatchingTag string `name:"value"`
27 ExtraValues string `name:"foo,value,bar"`
28 ExtraTags string `foo:"bar" name:"value"`
H A Dextend_test.go1451 func check(t *testing.T, testType, testString string, argument
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWap230WspContentTypeTest.java265 String testType = "application/wibble"; in testConstrainedMediaExtensionMedia() local
280 String testType = "12345678901234567890123456789"; in testGeneralFormShortLengthExtensionMedia() local
445 String testType = "application/wibble"; in testGeneralFormLengthQuoteExtensionMedia() local
467 String testType = in testGeneralFormLengthQuoteExtensionMediaWithNiceLongMimeType() local
492 String testType = " application/wibble"; in testConstrainedMediaExtensionMediaWithSpace() local
/aosp12/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java127 public String testType; field in TestWebData
/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