HomeSort by relevance Sort by last modified time
    Searched defs:testCase (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/icu/icu4c/source/test/intltest/
convtest.cpp 97 const DataMap *testCase;
106 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
116 s=testCase->getString("charset", errorCode);
129 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
130 unicode=testCase->getString("unicode", errorCode);
135 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode);
144 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode);
145 cc.fallbacks= 0!=testCase->getInt28("fallbacks", errorCode);
147 s=testCase->getString("errorCode", errorCode);
162 s=testCase->getString("callback", errorCode)
    [all...]
csdetest.cpp 561 const UXMLElement *testCase;
564 while((testCase = root->nextChildElement(tc)) != NULL) {
565 if (testCase->getTagName().compare(test_case) == 0) {
566 const UnicodeString *id = testCase->getAttribute(id_attr);
567 const UnicodeString *encodings = testCase->getAttribute(enc_attr);
568 const UnicodeString text = testCase->getText(TRUE);
    [all...]
ssearch.cpp 138 const UXMLElement *testCase;
141 while((testCase = root->nextChildElement(tc)) != NULL) {
143 if (testCase->getTagName().compare("test-case") != 0) {
147 const UnicodeString *id = testCase->getAttribute("id");
161 const UnicodeString *strength = testCase->getAttribute("strength");
182 const UnicodeString *norm = testCase->getAttribute("norm");
192 const UnicodeString *alt = testCase->getAttribute("alternate_handling");
200 const UnicodeString *locale = testCase->getAttribute("locale");
215 n = testCase->getChildElement("pattern");
225 n = testCase->getChildElement("pre")
    [all...]
numfmtst.cpp 954 UnicodeString testCase = ctou(lenientAffixTestCases[t]);
956 format->parse(testCase, n, status);
957 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
    [all...]
  /external/icu/icu4c/source/test/letest/
letest.cpp 596 const UXMLElement *testCase;
599 while((testCase = root->nextChildElement(tc)) != NULL) {
600 if (testCase->getTagName().compare(test_case) == 0) {
601 char *id = getCString(testCase->getAttribute(id_attr));
602 char *script = getCString(testCase->getAttribute(script_attr));
603 char *lang = getCString(testCase->getAttribute(lang_attr));
633 while((element = testCase->nextChildElement(ec)) != NULL) {
    [all...]
  /external/skia/tests/
ClipStackTest.cpp 246 int testCase = 0;
291 SkASSERT(testCase < gNumCases);
292 REPORTER_ASSERT(reporter, devClipBound == gAnswerRectsBW[testCase]);
293 ++testCase;
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/
AndroidTestRunnerTest.java 24 import junit.framework.TestCase;
37 public class AndroidTestRunnerTest extends TestCase {
53 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
63 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
107 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
108 for (TestCase testCase : testCases) {
109 assertSame(mStubContext, ((AndroidTestCase) testCase).getContext());
123 List<TestCase> testCases = mAndroidTestRunner.getTestCases();
124 for (TestCase testCase : testCases)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 138 const UXMLElement *testCase;
141 while((testCase = root->nextChildElement(tc)) != NULL) {
143 if (testCase->getTagName().compare("test-case") != 0) {
147 const UnicodeString *id = testCase->getAttribute("id");
161 const UnicodeString *strength = testCase->getAttribute("strength");
182 const UnicodeString *norm = testCase->getAttribute("norm");
192 const UnicodeString *alt = testCase->getAttribute("alternate_handling");
200 const UnicodeString *locale = testCase->getAttribute("locale");
215 n = testCase->getChildElement("pattern");
225 n = testCase->getChildElement("pre")
    [all...]
numfmtst.cpp 950 UnicodeString testCase = ctou(lenientAffixTestCases[t]);
952 format->parse(testCase, n, status);
953 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
974 UnicodeString testCase = ctou(lenientMinusTestCases[t]);
976 mFormat->parse(testCase, n, status)
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 832 static void TestCase(void)
838 const static UChar testCase[][MAX_TOKEN_LEN] =
880 doTest(myCollation, testCase[i], testCase[j], caseTestResults[k][3*i+j-1]);
900 doTest(myCollation, testCase[i], testCase[j], caseTestResults[k][3*i+j-1]);
901 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status);
904 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status)
    [all...]
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/junit/junit/3.8.1/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 

Completed in 3117 milliseconds

1 23 4 5