/external/stlport/test/eh/ |
test_slist.cpp | 18 # include "TestClass.h" 32 typedef EH_STD::slist<TestClass, eh_allocator(TestClass) > TestSList; 34 typedef EH_STD::__slist__<TestClass, eh_allocator(TestClass) > TestSList; 60 TestClass x; 62 testSList2.push_front( TestClass() ); 74 TestClass *insFirst = new TestSList::value_type[1+insCnt];
|
test_vector.cpp | 17 #include "TestClass.h" 31 typedef EH_STD::vector<TestClass, eh_allocator(TestClass) > TestVector; 33 typedef EH_STD::__vector__<TestClass, eh_allocator(TestClass) > TestVector; 64 inline void prepare_insert_range( TestVector& vec, size_t, TestClass* first, TestClass* last ) 86 TestClass x; 88 testVector2.push_back( TestClass() ); 92 TestClass *insFirst = new TestVector::value_type[1+ insCnt] [all...] |
test_hash_map.cpp | 18 #include "TestClass.h" 31 template struct pair<const TestClass, TestClass>; 32 template struct __hashtable_node<pair<const TestClass, TestClass> >; 33 template class hash_map<TestClass, TestClass, ThrowHash, ThrowEqual>; 34 template class hash_multimap<TestClass, TestClass, ThrowHash, ThrowEqual>; 37 typedef EH_STD::__hash_multimap__<TestClass, TestClass, ThrowHash, ThrowEqual [all...] |
test_map.cpp | 17 #include "TestClass.h" 48 typedef EH_STD::__multimap__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMultiMap; 86 typedef EH_STD::__map__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMap;
|
test_list.cpp | 17 #include "TestClass.h" 31 typedef EH_STD::__list__<TestClass, eh_allocator(TestClass) > TestList; 71 TestClass x; 73 testList2.push_back( TestClass() ); 85 TestClass *insFirst = new TestList::value_type[1+insCnt];
|
test_hash_set.cpp | 22 #include "TestClass.h" 32 typedef EH_STD::__hash_multiset__<TestClass, ThrowHash, ThrowEqual, 33 eh_allocator(TestClass) > TestMultiSet; 80 typedef EH_STD::__hash_set__<TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestSet;
|
test_set.cpp | 17 #include "TestClass.h" 34 typedef EH_STD::__multiset__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestMultiSet; 68 typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet;
|
test_valarray.cpp | 22 #include "TestClass.h" 30 typedef __valarray__<TestClass, eh_allocator(TestClass) > TestValarray;
|
cray.mak | 9 AUX_LIST=TestClass.o main.o nc_alloc.o random_number.o
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itformat.cpp | 59 #define TESTCLASS(id, TestClass) \ 61 name = #TestClass; \ 63 logln(#TestClass " test---"); \ 65 TestClass test; \ 88 TESTCLASS(0,IntlTestDateFormat); 89 TESTCLASS(1,IntlTestNumberFormat); 90 TESTCLASS(2,CalendarTest); 91 TESTCLASS(3,CalendarLimitTest); 92 TESTCLASS(4,TimeZoneTest) [all...] |
/external/clang/test/CodeGenCXX/ |
captured-statements.cpp | 16 struct TestClass { 19 TestClass() : x(0) {}; 30 TestClass c; 32 // CHECK-1: %[[Capture:struct\.anon[\.0-9]*]] = type { %struct.Foo*, %struct.TestClass* } 46 // CHECK-1: getelementptr inbounds %struct.TestClass* {{[^,]*}}, i32 0, i32 0
|
/external/icu4c/test/intltest/ |
itformat.cpp | 65 #define TESTCLASS(id, TestClass) \ 67 name = #TestClass; \ 69 logln(#TestClass " test---"); \ 71 TestClass test; \ 94 TESTCLASS(0,IntlTestDateFormat); 95 TESTCLASS(1,IntlTestNumberFormat); 96 TESTCLASS(2,CalendarTest); 97 TESTCLASS(3,CalendarLimitTest); 98 TESTCLASS(4,TimeZoneTest) [all...] |
/external/junit/src/org/junit/internal/runners/ |
ClassRoadie.java | 21 private TestClass fTestClass; 25 public ClassRoadie(RunNotifier notifier, TestClass testClass, 28 fTestClass= testClass;
|
TestMethod.java | 22 private TestClass fTestClass; 24 public TestMethod(Method method, TestClass testClass) { 26 fTestClass= testClass;
|
MethodValidator.java | 26 private TestClass fTestClass; 28 public MethodValidator(TestClass testClass) { 29 fTestClass = testClass;
|
JUnit4ClassRunner.java | 32 private TestClass fTestClass; 35 fTestClass= new TestClass(klass); 142 protected TestClass getTestClass() {
|
TestClass.java | 22 public class TestClass { 25 public TestClass(Class<?> klass) { 80 private List<Class<?>> getSuperClasses(Class< ?> testClass) { 82 Class<?> current= testClass;
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
AccessibleObjectTest.java | 33 public class TestClass { 40 public class SubTestClass extends TestClass{ 96 AccessibleObject ao = TestClass.class.getField("aField"); 112 AccessibleObject ao = TestClass.class.getField("aField"); 127 AccessibleObject ao = TestClass.class.getField("aField");
|
/external/junit/src/org/junit/runners/ |
Parameterized.java | 18 import org.junit.runners.model.TestClass; 147 private List<Object[]> getParametersList(TestClass klass) 153 private FrameworkMethod getParametersMethod(TestClass testClass) 155 List<FrameworkMethod> methods= testClass 164 + testClass.getName());
|
/external/junit/src/org/junit/experimental/theories/internal/ |
Assignments.java | 15 import org.junit.runners.model.TestClass; 26 private final TestClass fClass; 29 List<ParameterSignature> unassigned, TestClass testClass) { 32 fClass= testClass; 40 TestClass testClass) throws Exception { 42 signatures= ParameterSignature.signatures(testClass 46 signatures, testClass);
|
AllMembersSupplier.java | 18 import org.junit.runners.model.TestClass; 53 private final TestClass fClass; 58 public AllMembersSupplier(TestClass type) {
|
/external/junit/src/org/junit/internal/runners/rules/ |
RuleFieldValidator.java | 10 import org.junit.runners.model.TestClass; 14 * {@link org.junit.runners.model.TestClass}. All reasons for rejecting the 15 * {@code TestClass} are written to a list of errors. 42 * Validate the {@link org.junit.runners.model.TestClass} and adds reasons 44 * @param target the {@code TestClass} to validate. 47 public void validate(TestClass target, List<Throwable> errors) {
|
/cts/tools/utils/ |
CollectAllTests.java | 186 Map<String,TestClass> testCases = new LinkedHashMap<String, TestClass>(); 242 for (Iterator<TestClass> iterator = testCases.values().iterator(); iterator.hasNext();) { 243 TestClass type = iterator.next(); 317 private static String getKnownFailure(final Class<? extends TestCase> testClass, 319 return getAnnotation(testClass, testName, KNOWN_FAILURE); 322 private static boolean isKnownFailure(final Class<? extends TestCase> testClass, 324 return getAnnotation(testClass, testName, KNOWN_FAILURE) != null; 327 private static boolean isBrokenTest(final Class<? extends TestCase> testClass, 329 return getAnnotation(testClass, testName, BROKEN_TEST) != null [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
TestDotTreeGenerator.cs | 40 [TestClass]
|
TestFastLexer.cs | 41 [TestClass]
|