Searched refs:TestFormat (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzfmttst.h25 void TestFormat(void);
H A Dtzfmttst.cpp78 TESTCASE(4, TestFormat);
930 TimeZoneFormatTest::TestFormat(void) { function in class:TimeZoneFormatTest
/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.h25 void TestFormat(void);
H A Dtzfmttst.cpp78 TESTCASE(4, TestFormat);
930 TimeZoneFormatTest::TestFormat(void) { function in class:TimeZoneFormatTest
/external/llvm/utils/lit/lit/formats/
H A D__init__.py2 from lit.formats.base import TestFormat, FileBasedTest, OneCommandPerFileTest namespace
H A Dbase.py8 class TestFormat(object): class in inherits:object
13 class FileBasedTest(TestFormat):
35 class OneCommandPerFileTest(TestFormat):
H A Dgoogletest.py8 from .base import TestFormat namespace
12 class GoogleTest(TestFormat):
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_readback_unittest.cc149 struct TestFormat { struct
154 TestFormat test_formats[4];
159 TestFormat rgb16f = { GL_RGB, GL_HALF_FLOAT_OES, 3 };
162 TestFormat rgba16f = { GL_RGBA, GL_HALF_FLOAT_OES, 4 };
166 TestFormat rgb32f = { GL_RGB, GL_FLOAT, 3 };
169 TestFormat rgba32f = { GL_RGBA, GL_FLOAT, 4 };

Completed in 142 milliseconds