HomeSort by relevance Sort by last modified time
    Searched refs:currentCase (Results 1 - 6 of 6) sorted by null

  /cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
TestListParser.java 42 TestCase currentCase = null;
76 } else if (currentCase == null) {
80 currentCase = new TestCase(value);
81 currentSuite.addTestCase(currentCase);
86 currentCase.addTest(new Test(value));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java 125 DataMap currentCase = (DataMap) iter.next();
128 String locale = testSetting = currentCase.getString("locale");
135 String from = currentCase.getString("from");
137 String to = currentCase.getString("to");
170 DataMap currentCase = (DataMap) iter.next();
178 String testSetting = currentCase.getString(param);
186 String from = testSetting=currentCase.getString(param);
197 String operation = testSetting=currentCase.getString(param);
201 String paramsData = testSetting = currentCase.getString(param);
208 String to = testSetting=currentCase.getString(param)
    [all...]
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestListParser.java 37 TestCase currentCase = null;
53 currentCase = handleCase(currentSuite, value);
59 handleTest(currentCase, value, timeout);
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 79 const DataMap *currentCase= NULL;
97 while (testData->nextCase(currentCase, status)) {
111 UnicodeString testSetting = currentCase->getString(param, status);
128 UnicodeString from = testSetting=currentCase->getString(param, status);
147 UnicodeString operation = testSetting=currentCase->getString(param,
164 =currentCase->getString(param, status);
180 UnicodeString to = testSetting=currentCase->getString(param, status);
368 const DataMap *currentCase= NULL;
392 while (testData->nextCase(currentCase, status)) {
395 UnicodeString locale = currentCase->getString("locale", status)
    [all...]
dadrfmt.cpp 109 const DataMap *currentCase= NULL;
112 while (testData->nextCase(currentCase, status)) {
131 UnicodeString locale = currentCase->getString("locale", status);
136 UnicodeString zone = currentCase->getString("zone", status);
141 UnicodeString spec = currentCase->getString("spec", status);
146 UnicodeString date = currentCase->getString("date", status);
151 UnicodeString expectStr= currentCase->getString("str", status);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenFormatTest.java 80 DataMap currentCase = (DataMap) iter.next();
83 String locale = currentCase.getString("locale");
84 String zone = currentCase.getString("zone");
85 String spec = currentCase.getString("spec");
86 String date = currentCase.getString("date");
87 String str = currentCase.getString("str");

Completed in 394 milliseconds