OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentCase
(Results
1 - 8
of
8
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DataDrivenCalendarTest.java
129
DataMap
currentCase
= (DataMap) iter.next();
132
String locale = testSetting =
currentCase
.getString("locale");
139
String from =
currentCase
.getString("from");
141
String to =
currentCase
.getString("to");
174
DataMap
currentCase
= (DataMap) iter.next();
182
String testSetting =
currentCase
.getString(param);
190
String from = testSetting=
currentCase
.getString(param);
201
String operation = testSetting=
currentCase
.getString(param);
205
String paramsData = testSetting =
currentCase
.getString(param);
212
String to = testSetting=
currentCase
.getString(param)
[
all
...]
/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/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenFormatTest.java
84
DataMap
currentCase
= (DataMap) iter.next();
87
String locale =
currentCase
.getString("locale");
88
String zone =
currentCase
.getString("zone");
89
String spec =
currentCase
.getString("spec");
90
String date =
currentCase
.getString("date");
91
String str =
currentCase
.getString("str");
/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");
/development/tools/checkstyle/
checkstyle.jar
Completed in 118 milliseconds