Searched defs:formatTest (Results 1 – 10 of 10) sorted by relevance
15 type formatTest struct { struct16 name string17 size int6418 mode FileMode19 modTime time.Time20 isDir bool23 func (fs *formatTest) Name() string {27 func (fs *formatTest) Size() int64 {31 func (fs *formatTest) Mode() FileMode {35 func (fs *formatTest) ModTime() time.Time {[all …]
489 type formatTest struct { struct490 typ string491 params map[string]string492 want string
38 String formatTest = extras.getString("TextureFormat", null); in onCreate() local
63 public void formatTest(TestDataPair pair) { in formatTest() method in DataDrivenFormatTest
66 public void formatTest(TestDataPair pair) { in formatTest() method in DataDrivenFormatTest
1226 public void formatTest() { in formatTest() method in DuplicateBindingsValidationTest
2121 de::MovePtr<tcu::TestCaseGroup> formatTest( in createBlendTests() local2153 de::MovePtr<tcu::TestCaseGroup> formatTest( in createBlendTests() local
945 de::MovePtr<tcu::TestCaseGroup> formatTest(new tcu::TestCaseGroup( in createStencilTests() local
1285 de::MovePtr<tcu::TestCaseGroup> formatTest( in createDepthTests() local
977 MediaFormat formatTest = extractorTest.getTrackFormat(i); in verifySamplesMatch() local