HomeSort by relevance Sort by last modified time
    Searched full:testformat (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/utils/lit/lit/formats/
__init__.py 2 from lit.formats.base import TestFormat, FileBasedTest, OneCommandPerFileTest
base.py 8 class TestFormat(object):
13 class FileBasedTest(TestFormat):
35 class OneCommandPerFileTest(TestFormat):
googletest.py 8 from .base import TestFormat
12 class GoogleTest(TestFormat):
  /external/icu/icu4c/source/test/intltest/
tzfmttst.h 25 void TestFormat(void);
tsdate.h 38 void testFormat(/* char* par */);
44 * call testFormat for different DateFormat::EStyle's, etc
tsnmfmt.h 32 void testFormat(/* char* par */);
50 * call testFormat for currency, percent and plain number instances
dtifmtts.h 32 void testFormat();
tsdate.cpp 38 testFormat(/* par */);
82 testFormat(/* par */);
93 testFormat(/* par */);
106 testFormat(/* par */);
111 void IntlTestDateFormat::testFormat(/* char* par */)
tsnmfmt.cpp 48 testFormat(/*par*/);
84 testFormat(/* par */);
90 testFormat(/* par */);
96 testFormat(/* par */);
103 testFormat(/* par */);
158 IntlTestNumberFormat::testFormat(/* char* par */)
tmsgfmt.h 111 void testFormat(void);
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdate.h 38 void testFormat(/* char* par */);
44 * call testFormat for different DateFormat::EStyle's, etc
tsnmfmt.h 32 void testFormat(/* char* par */);
50 * call testFormat for currency, percent and plain number instances
dtifmtts.h 32 void testFormat();
tsdate.cpp 38 testFormat(/* par */);
82 testFormat(/* par */);
93 testFormat(/* par */);
106 testFormat(/* par */);
111 void IntlTestDateFormat::testFormat(/* char* par */)
tmsgfmt.h 106 void testFormat(void);
tsnmfmt.cpp 47 testFormat(/*par*/);
83 testFormat(/* par */);
89 testFormat(/* par */);
95 testFormat(/* par */);
149 IntlTestNumberFormat::testFormat(/* char* par */)
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittest.cc 149 struct TestFormat {
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 };
  /external/llvm/utils/lit/tests/
lit.cfg 13 # testFormat: The test format to use to interpret tests.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_format.py 13 def testformat(formatstr, args, output=None, limit=None, overflowok=False): function
50 testformat(formatstr, *args, **kwargs)
52 testformat(unicode(formatstr), *args, **kwargs)
234 testformat('%g', 1.1, '1.1')
235 testformat('%#g', 1.1, '1.10000')
245 testformat("%x", fst, '0')
253 testformat(formatstr, args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_format.py 13 def testformat(formatstr, args, output=None, limit=None, overflowok=False): function
50 testformat(formatstr, *args, **kwargs)
52 testformat(unicode(formatstr), *args, **kwargs)
234 testformat('%g', 1.1, '1.1')
235 testformat('%#g', 1.1, '1.10000')
245 testformat("%x", fst, '0')
253 testformat(formatstr, args)
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c 62 static const UChar testFormat[]= {0x7B, 0x31, 0x7D, 0x20, 0x7B, 0x30, 0x7D, 0}; /* {1} {0} */
187 udatpg_setAppendItemFormat( dtpg, UDATPG_MONTH_FIELD, testFormat, 7 );
191 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
206 udatpg_setDateTimeFormat( dtpg, testFormat, 7 );
209 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
  /external/icu/icu4c/source/test/cintltst/
udatpg_test.c 62 static const UChar testFormat[]= {0x7B, 0x31, 0x7D, 0x20, 0x7B, 0x30, 0x7D, 0}; /* {1} {0} */
202 udatpg_setAppendItemFormat( dtpg, UDATPG_MONTH_FIELD, testFormat, 7 );
206 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
229 udatpg_setDateTimeFormat( dtpg, testFormat, 7 );
232 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FormatterTest.java 45 public void testFormat() {
SimpleFormatterTest.java 76 public void testFormat() {
  /external/llvm/test/Unit/
lit.cfg 22 # testFormat: The test format to use to interpret tests.

Completed in 4194 milliseconds

1 2