/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | StreamTokenizerTest.java | 66 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/ |
D | JUnit38ClassRunner.java | 81 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/ |
D | ElemWhen.java | 55 public void setTest(XPath v) in setTest() method in ElemWhen
|
D | ElemIf.java | 58 public void setTest(XPath v) in setTest() method in ElemIf
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
D | bookmark_applescript_utils_unittest.mm | 64 [appDelegate_.get() setTest:this];
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | apicoll.cpp | 1773 } 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/ |
D | capitst.c | 1841 } 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/ |
D | apicoll.cpp | 1831 } 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/ |
D | capitst.c | 1767 } 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/ |
D | MessageFactoryImpl.java | 82 public void setTest(boolean flag) { in setTest() method in MessageFactoryImpl
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 1148 setTest(ranges) ::= "<ranges; separator=\"||\">"
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ActionScript.stg | 1049 setTest(ranges) ::= "<ranges; separator=\"||\">"
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 1129 setTest(ranges) ::= "<ranges; separator=\" || \">"
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | JavaScript.stg | 1093 setTest(ranges) ::= "<ranges; separator=\"||\">"
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Ruby.stg | 1025 setTest(ranges) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 1235 setTest(ranges) ::= "<ranges; separator=\" or \">"
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
D | Scala.stg | 1138 setTest(ranges) ::= "<ranges; separator=\"||\">"
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | Java.stg | 1152 setTest(ranges) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 1427 setTest(ranges) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1508 setTest(ranges) ::= "<ranges; separator=\") or (\">"
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | CSharp3.stg | 1406 setTest(ranges) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ObjC.stg | 1660 setTest(ranges) ::= "<ranges; separator=\"||\">"
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 2653 setTest(ranges) ::= "<ranges; separator=\" || \">"
|