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

12 3 4 5

  /external/chromium_org/third_party/icu/source/test/letest/
gendata.cpp 186 const UXMLElement *testCase;
189 while((testCase = root->nextChildElement(tc)) != NULL) {
190 if (testCase->getTagName().compare(test_case) == 0) {
191 char *id = getCString(testCase->getAttribute(id_attr));
192 char *script = getCString(testCase->getAttribute(script_attr));
193 char *lang = getCString(testCase->getAttribute(lang_attr));
230 while((element = testCase->nextChildElement(ec)) != NULL) {
xmlreader.cpp 163 const UXMLElement *testCase;
166 while((testCase = root->nextChildElement(tc)) != NULL) {
167 if (testCase->getTagName().compare(test_case) == 0) {
168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
199 while((element = testCase->nextChildElement(ec)) != NULL) {
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/chromium_org/third_party/icu/source/test/perf/leperf/
xmlreader.cpp 163 const UXMLElement *testCase;
166 while((testCase = root->nextChildElement(tc)) != NULL) {
167 if (testCase->getTagName().compare(test_case) == 0) {
168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
199 while((element = testCase->nextChildElement(ec)) != NULL) {
  /external/chromium_org/third_party/skia/tests/
WArrayTest.cpp 155 TestWData* testCase = (TestWData*)tc;
156 if (gId >= 0 && gId < testCase->fAdvancesLen) {
157 *advance = testCase->fAdvances[gId];
ClipStackTest.cpp 246 int testCase = 0;
291 SkASSERT(testCase < gNumCases);
292 REPORTER_ASSERT(reporter, devClipBound == gAnswerRectsBW[testCase]);
293 ++testCase;
    [all...]
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 281 typedef std::map<const xe::TestCase*, const xe::TestCaseResultHeader*> ShortTestResultMap;
307 const xe::TestCase* testCase = static_cast<const xe::TestCase*>(testNode);
308 ShortTestResultMap::const_iterator resultPos = resultMap.find(testCase);
313 dst << Writer::BeginElement("TestCase")
360 xe::TestCase* testCase = hierarchyBuilder.createCase(result->casePath.c_str(), result->caseType);
361 resultMap.insert(std::make_pair(testCase, &(*result)));
xeCommandLineExecutor.cpp 361 const xe::TestCase* testCase = static_cast<const xe::TestCase*>(node);
364 testCase->getFullPath(fullPath);
  /external/deqp/executor/
xeBatchExecutor.cpp 44 static inline bool isExecutedInBatch (const BatchResult* batchResult, const TestCase* testCase)
47 testCase->getFullPath(fullPath);
71 const TestCase* testCase = static_cast<const TestCase*>(node);
73 if (!isExecutedInBatch(batchResult, testCase))
74 executeSet.addCase(testCase);
91 const TestCase* testCase = static_cast<const TestCase*>(node)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 28 import junit.framework.TestCase;
276 } else if (test instanceof TestCase) {
277 TestCase testCase = (TestCase) test;
278 return Platform.getMethod(testCase.getClass(), testCase.getName());
281 "unable to extract method from test: not a TestCase.");
  /external/icu/icu4c/source/test/letest/
gendata.cpp 186 const UXMLElement *testCase;
189 while((testCase = root->nextChildElement(tc)) != NULL) {
190 if (testCase->getTagName().compare(test_case) == 0) {
191 char *id = getCString(testCase->getAttribute(id_attr));
192 char *script = getCString(testCase->getAttribute(script_attr));
193 char *lang = getCString(testCase->getAttribute(lang_attr));
230 while((element = testCase->nextChildElement(ec)) != NULL) {
xmlreader.cpp 163 const UXMLElement *testCase;
166 while((testCase = root->nextChildElement(tc)) != NULL) {
167 if (testCase->getTagName().compare(test_case) == 0) {
168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
199 while((element = testCase->nextChildElement(ec)) != NULL) {
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 163 const UXMLElement *testCase;
166 while((testCase = root->nextChildElement(tc)) != NULL) {
167 if (testCase->getTagName().compare(test_case) == 0) {
168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
199 while((element = testCase->nextChildElement(ec)) != NULL) {
  /external/junit/src/junit/textui/
TestRunner.java 7 import junit.framework.TestCase;
19 * <p>TestRunner expects the name of a TestCase class as argument.
59 * Runs a suite extracted from a TestCase subclass.
61 static public void run(Class<? extends TestCase> testClass) {
153 String testCase= "";
161 testCase= extractClassName(args[++i]);
165 testCase= arg.substring(0, lastIndex);
170 testCase= args[i];
173 if (testCase.equals(""))
174 throw new Exception("Usage: TestRunner [-wait] testCaseName, where name is the name of the TestCase class")
    [all...]
  /external/skia/tests/
WArrayTest.cpp 155 TestWData* testCase = (TestWData*)tc;
156 if (gId >= 0 && gId < testCase->fAdvancesLen) {
157 *advance = testCase->fAdvances[gId];
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 26 import junit.framework.TestCase;
40 private List<TestCase> mTestCases;
53 TestCase testCase = buildSingleTestMethod(testClass, testMethodName);
54 mTestCases = Lists.newArrayList(testCase);
66 mTestCases = (List<TestCase>) TestCaseUtil.getTests(test, true);
94 private TestCase buildSingleTestMethod(Class testClass, String testMethodName) {
110 private TestCase newSingleTestMethod(Class testClass, String testMethodName,
113 TestCase testCase = (TestCase) constructor.newInstance(args)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
alphaindextst.cpp 621 static const struct TestCase {
641 const TestCase &testCase = testCases[i];
642 UnicodeString name = UnicodeString(testCase.name).unescape();
643 UnicodeString label = UnicodeString(testCase.bucketLabel).unescape();
645 sprintf(msg, "getBucketIndex(%s)", testCase.name);
646 assertEquals(msg, testCase.bucketIndex, index.getBucketIndex(name, status));
647 sprintf(msg, "immutable getBucketIndex(%s)", testCase.name);
648 assertEquals(msg, testCase.bucketIndex, immIndex->getBucketIndex(name, status));
649 sprintf(msg, "immutable bucket label (%s)", testCase.name)
    [all...]
uts46test.cpp 237 struct TestCase {
245 static const TestCase testCases[]={
585 const TestCase &testCase=testCases[i];
586 UnicodeString input(ctou(testCase.s));
587 UnicodeString expected(ctou(testCase.u));
596 (int)i, testCase.o, testCase.s)
601 uint32_t uniErrors=testCase.errors&~
605 char mode=testCase.o[0]
    [all...]
convtest.cpp 97 const DataMap *testCase;
106 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
116 s=testCase->getString("charset", errorCode);
120 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
121 unicode=testCase->getString("unicode", errorCode);
126 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode);
135 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode);
136 cc.fallbacks= 0!=testCase->getInt28("fallbacks", errorCode);
138 s=testCase->getString("errorCode", errorCode);
153 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...]
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 200 const DataMap *testCase;
227 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
242 tempStr=testCase->getString("format", errorCode);
244 tempStr=testCase->getString("result", errorCode);
246 tempStr=testCase->getString("argument", errorCode);
256 switch (testCase->getString("argumentType", errorCode)[0]) {
294 log_err("Unknown type %c for test %d\n", testCase->getString("argumentType", errorCode)[0], i);
366 const DataMap *testCase;
393 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
407 tempStr=testCase->getString("format", errorCode)
    [all...]
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 623 static const struct TestCase {
643 const TestCase &testCase = testCases[i];
644 UnicodeString name = UnicodeString(testCase.name).unescape();
645 UnicodeString label = UnicodeString(testCase.bucketLabel).unescape();
647 sprintf(msg, "getBucketIndex(%s)", testCase.name);
648 assertEquals(msg, testCase.bucketIndex, index.getBucketIndex(name, status));
649 sprintf(msg, "immutable getBucketIndex(%s)", testCase.name);
650 assertEquals(msg, testCase.bucketIndex, immIndex->getBucketIndex(name, status));
651 sprintf(msg, "immutable bucket label (%s)", testCase.name)
    [all...]
uts46test.cpp 237 struct TestCase {
245 static const TestCase testCases[]={
587 const TestCase &testCase=testCases[i];
588 UnicodeString input(ctou(testCase.s));
589 UnicodeString expected(ctou(testCase.u));
598 (int)i, testCase.o, testCase.s)
603 uint32_t uniErrors=testCase.errors&~
607 char mode=testCase.o[0]
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 200 const DataMap *testCase;
227 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
242 tempStr=testCase->getString("format", errorCode);
244 tempStr=testCase->getString("result", errorCode);
246 tempStr=testCase->getString("argument", errorCode);
256 switch (testCase->getString("argumentType", errorCode)[0]) {
294 log_err("Unknown type %c for test %d\n", testCase->getString("argumentType", errorCode)[0], i);
366 const DataMap *testCase;
393 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
407 tempStr=testCase->getString("format", errorCode)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 19 import junit.framework.TestCase;
21 public class OldObjectTest extends TestCase {
140 int testCase = CASE_WAIT;
143 testCase = option;
149 switch(testCase) {

Completed in 831 milliseconds

12 3 4 5