Home
last modified time | relevance | path

Searched refs:setTest (Results 1 – 23 of 23) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DStreamTokenizerTest.java66 setTest("/testing\n d 8 'h' "); in test_ConstructorLjava_io_Reader()
87 setTest("*comment \n / 8 'h' "); in test_commentCharI()
103 setTest("d 8\n"); in test_eolIsSignificantZ()
113 setTest("d\n"); in test_eolIsSignificantZ()
127 setTest("d\n 8\n"); in test_lineno()
141 setTest("HELLOWORLD"); in test_lowerCaseModeZ()
155 setTest("\r\n/* fje fje 43.4 f \r\n f g */ 456.459 \r\n" in test_nextToken()
208 setTest("Ffjein 893"); in test_ordinaryCharI()
220 setTest("azbc iof z 893"); in test_ordinaryCharsII()
231 setTest("9.9 678"); in test_parseNumbers()
[all …]
/external/junit/src/org/junit/internal/runners/
DJUnit38ClassRunner.java81 setTest(test); in JUnit38ClassRunner()
166 setTest(filtered); in filter()
177 private void setTest(Test test) { in setTest() method in JUnit38ClassRunner
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemWhen.java55 public void setTest(XPath v) in setTest() method in ElemWhen
DElemIf.java58 public void setTest(XPath v) in setTest() method in ElemIf
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
Dbookmark_applescript_utils_unittest.mm64 [appDelegate_.get() setTest:this];
/external/chromium_org/third_party/icu/source/test/intltest/
Dapicoll.cpp1773 } setTest[] = { in TestGetTailoredSet() local
1785 for(i = 0; i < sizeof(setTest)/sizeof(setTest[0]); i++) { in TestGetTailoredSet()
1786 buff = UnicodeString(setTest[i].rules, "").unescape(); in TestGetTailoredSet()
1790 if(set->size() != setTest[i].testsize) { in TestGetTailoredSet()
1791 … errln("Tailored set size different (%d) than expected (%d)", set->size(), setTest[i].testsize); in TestGetTailoredSet()
1793 for(j = 0; j < (uint32_t)setTest[i].testsize; j++) { in TestGetTailoredSet()
1794 buff = UnicodeString(setTest[i].tests[j], "").unescape(); in TestGetTailoredSet()
1796 errln("Tailored set doesn't contain %s... It should", setTest[i].tests[j]); in TestGetTailoredSet()
1801 …errcheckln(status, "Couldn't open collator with rules %s - %s", setTest[i].rules, u_errorName(stat… in TestGetTailoredSet()
/external/icu4c/test/cintltst/
Dcapitst.c1841 } setTest[] = { in TestGetTailoredSet() local
1855 for(i = 0; i < sizeof(setTest)/sizeof(setTest[0]); i++) { in TestGetTailoredSet()
1856 buffLen = u_unescape(setTest[i].rules, buff, 1024); in TestGetTailoredSet()
1860 if(uset_size(set) != setTest[i].testsize) { in TestGetTailoredSet()
1861 …log_err("Tailored set size different (%d) than expected (%d)\n", uset_size(set), setTest[i].testsi… in TestGetTailoredSet()
1863 for(j = 0; j < setTest[i].testsize; j++) { in TestGetTailoredSet()
1864 buffLen = u_unescape(setTest[i].tests[j], buff, 1024); in TestGetTailoredSet()
1866 log_err("Tailored set doesn't contain %s... It should\n", setTest[i].tests[j]); in TestGetTailoredSet()
1871 log_err_status(status, "Couldn't open collator with rules %s\n", setTest[i].rules); in TestGetTailoredSet()
/external/icu4c/test/intltest/
Dapicoll.cpp1831 } setTest[] = { in TestGetTailoredSet() local
1843 for(i = 0; i < sizeof(setTest)/sizeof(setTest[0]); i++) { in TestGetTailoredSet()
1844 buff = UnicodeString(setTest[i].rules, "").unescape(); in TestGetTailoredSet()
1848 if(set->size() != setTest[i].testsize) { in TestGetTailoredSet()
1849 … errln("Tailored set size different (%d) than expected (%d)", set->size(), setTest[i].testsize); in TestGetTailoredSet()
1851 for(j = 0; j < (uint32_t)setTest[i].testsize; j++) { in TestGetTailoredSet()
1852 buff = UnicodeString(setTest[i].tests[j], "").unescape(); in TestGetTailoredSet()
1854 errln("Tailored set doesn't contain %s... It should", setTest[i].tests[j]); in TestGetTailoredSet()
1859 …errcheckln(status, "Couldn't open collator with rules %s - %s", setTest[i].rules, u_errorName(stat… in TestGetTailoredSet()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcapitst.c1767 } setTest[] = { in TestGetTailoredSet() local
1781 for(i = 0; i < sizeof(setTest)/sizeof(setTest[0]); i++) { in TestGetTailoredSet()
1782 buffLen = u_unescape(setTest[i].rules, buff, 1024); in TestGetTailoredSet()
1786 if(uset_size(set) != setTest[i].testsize) { in TestGetTailoredSet()
1787 …log_err("Tailored set size different (%d) than expected (%d)\n", uset_size(set), setTest[i].testsi… in TestGetTailoredSet()
1789 for(j = 0; j < setTest[i].testsize; j++) { in TestGetTailoredSet()
1790 buffLen = u_unescape(setTest[i].tests[j], buff, 1024); in TestGetTailoredSet()
1792 log_err("Tailored set doesn't contain %s... It should\n", setTest[i].tests[j]); in TestGetTailoredSet()
1797 log_err_status(status, "Couldn't open collator with rules %s\n", setTest[i].rules); in TestGetTailoredSet()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java82 public void setTest(boolean flag) { in setTest() method in MessageFactoryImpl
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg1148 setTest(ranges) ::= "<ranges; separator=\"||\">"
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg1049 setTest(ranges) ::= "<ranges; separator=\"||\">"
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg1129 setTest(ranges) ::= "<ranges; separator=\" || \">"
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg1093 setTest(ranges) ::= "<ranges; separator=\"||\">"
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg1025 setTest(ranges) ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg1235 setTest(ranges) ::= "<ranges; separator=\" or \">"
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg1138 setTest(ranges) ::= "<ranges; separator=\"||\">"
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg1152 setTest(ranges) ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg1427 setTest(ranges) ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1508 setTest(ranges) ::= "<ranges; separator=\") or (\">"
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1406 setTest(ranges) ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg1660 setTest(ranges) ::= "<ranges; separator=\"||\">"
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2653 setTest(ranges) ::= "<ranges; separator=\" || \">"