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

1 2

  /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/icu4c/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 */)
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/llvm/utils/lit/lit/ExampleTests/
lit.cfg 11 # testFormat: The test format to use to interpret tests.
  /external/llvm/utils/lit/lit/
Test.py 23 class TestFormat:
24 """TestFormat - Test information provider."""
  /external/llvm/utils/lit/lit/ExampleTests/Clang/
lit.cfg 8 # testFormat: The test format to use to interpret tests.
  /external/llvm/utils/lit/tests/
lit.cfg 10 # 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/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/
lit.cfg 10 # testFormat: The test format to use to interpret tests.
  /external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/
lit.cfg 10 # testFormat: The test format to use to interpret tests.
  /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/icu4c/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/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/clang/test/Unit/
lit.cfg 20 # testFormat: The test format to use to interpret tests.

Completed in 3136 milliseconds

1 2