/external/deqp/modules/gles2/ |
tes2TestPackage.cpp | 48 void init (tcu::TestCase* testCase, const std::string& path); 49 void deinit (tcu::TestCase* testCase); 50 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase); 65 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&) 67 testCase->init(); 70 void TestCaseWrapper::deinit (tcu::TestCase* testCase [all...] |
/external/deqp/modules/gles3/ |
tes3TestPackage.cpp | 47 void init (tcu::TestCase* testCase, const std::string& path); 48 void deinit (tcu::TestCase* testCase); 49 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase); 64 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&) 66 testCase->init(); 69 void TestCaseWrapper::deinit (tcu::TestCase* testCase [all...] |
/external/deqp/modules/gles31/ |
tes31TestPackage.cpp | 43 void init (tcu::TestCase* testCase, const std::string& path); 44 void deinit (tcu::TestCase* testCase); 45 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase); 60 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&) 62 testCase->init(); 65 void TestCaseWrapper::deinit (tcu::TestCase* testCase [all...] |
/external/guava/guava-gwt/test/com/google/common/collect/ |
ImmutableEnumMapTest_gwt.java | 22 com.google.common.collect.ImmutableEnumMapTest testCase = new com.google.common.collect.ImmutableEnumMapTest(); 23 testCase.testEmptyImmutableEnumMap(); 27 com.google.common.collect.ImmutableEnumMapTest testCase = new com.google.common.collect.ImmutableEnumMapTest(); 28 testCase.testImmutableEnumMapOrdering();
|
MultimapBuilderTest_gwt.java | 22 com.google.common.collect.MultimapBuilderTest testCase = new com.google.common.collect.MultimapBuilderTest(); 23 testCase.testGenerics_gwtCompatible(); 27 com.google.common.collect.MultimapBuilderTest testCase = new com.google.common.collect.MultimapBuilderTest(); 28 testCase.testTreeKeys_gwtCompatible();
|
SimpleAbstractMultisetTest_gwt.java | 22 com.google.common.collect.SimpleAbstractMultisetTest testCase = new com.google.common.collect.SimpleAbstractMultisetTest(); 23 testCase.testFastAddAllMultiset(); 27 com.google.common.collect.SimpleAbstractMultisetTest testCase = new com.google.common.collect.SimpleAbstractMultisetTest(); 28 testCase.testRemoveUnsupported();
|
SortedIterablesTest_gwt.java | 22 com.google.common.collect.SortedIterablesTest testCase = new com.google.common.collect.SortedIterablesTest(); 23 testCase.testComparator(); 27 com.google.common.collect.SortedIterablesTest testCase = new com.google.common.collect.SortedIterablesTest(); 28 testCase.testSameComparator();
|
SortedListsTest_gwt.java | 22 com.google.common.collect.SortedListsTest testCase = new com.google.common.collect.SortedListsTest(); 23 testCase.testWithDups(); 27 com.google.common.collect.SortedListsTest testCase = new com.google.common.collect.SortedListsTest(); 28 testCase.testWithoutDups();
|
/external/guava/guava-gwt/test/com/google/common/xml/ |
XmlEscapersTest_gwt.java | 22 com.google.common.xml.XmlEscapersTest testCase = new com.google.common.xml.XmlEscapersTest(); 23 testCase.testXmlAttributeEscaper(); 27 com.google.common.xml.XmlEscapersTest testCase = new com.google.common.xml.XmlEscapersTest(); 28 testCase.testXmlContentEscaper();
|
/external/icu/icu4c/source/test/perf/normperf/ |
dtfmtrtperf.cpp | 25 TESTCASE(0,RoundTripLocale1); // 1 locale 26 TESTCASE(1,RoundTripLocale10); // 10 locales 27 TESTCASE(2,RoundTripLocale11); // 11 locales 28 TESTCASE(3,RoundTripLocale21); // 21 locales w/ reverse order
|
/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/llvm/test/Assembler/ |
2002-10-08-LargeArrayPerformance.ll | 3 ; This testcase comes from the following really simple c file:
|
2003-04-25-UnresolvedGlobalReference.ll | 3 ; There should be absolutely no problem with this testcase.
|
/external/llvm/test/CodeGen/X86/ |
return_zeroext_i2.ll | 2 ; Check that the testcase does not crash
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
2003-08-15-AllocaAssertion.ll | 3 ; This testcase failed to work because two variable sized allocas confused the
|
/external/llvm/test/Transforms/InstCombine/ |
2004-08-09-RemInfLoop.ll | 3 ; This testcase should not send the instcombiner into an infinite loop!
|
/external/llvm/test/Verifier/ |
2002-11-05-GetelementptrPointers.ll | 4 ; This testcase is invalid because we are indexing into a pointer that is
|
/external/v8/test/preparser/ |
testcfg.py | 34 from testrunner.objects import testcase namespace 73 test = testcase.TestCase(self, testname, flags=flags) 98 test = testcase.TestCase(self, f, flags=flags) 108 def GetFlagsForTestCase(self, testcase, context): 109 first = testcase.flags[0] 111 testcase.flags[0] = os.path.join(self.root, first) 112 source = self.GetSourceForTest(testcase) 119 result.append(os.path.join(self.root, testcase.path + ".js") [all...] |
/external/valgrind/none/tests/linux/ |
mremap6.vgtest | 3 # This testcase used to run into an assertion. Therefore cannot use
|
/frameworks/base/core/tests/coretests/src/android/util/ |
OrientationUtil.java | 50 ActivityInstrumentationTestCase2 testCase) { 51 Preconditions.checkNotNull(testCase); 52 return new OrientationUtil(testCase.getActivity(), testCase.getInstrumentation());
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/ |
HasMethodAnnotationTest.java | 20 import junit.framework.TestCase; 26 public class HasMethodAnnotationTest extends TestCase { 38 private boolean methodHasAnnotation(Class<? extends TestCase> aClass, 47 static class AnnotatedMethodExample extends TestCase {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
NodeChangeListenerTest.java | 22 import junit.framework.TestCase; 27 public class NodeChangeListenerTest extends TestCase { 32 * @see TestCase#setUp() 41 * @see TestCase#tearDown()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
overload12_1.cpp | 2 // Testcase for not trying a candidate that would generate an ill-formed
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
overload12_1.cpp | 2 // Testcase for not trying a candidate that would generate an ill-formed
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_crypt.py | 6 class CryptTestCase(unittest.TestCase):
|