Home
last modified time | relevance | path

Searched refs:TestList (Results 1 – 5 of 5) sorted by relevance

/external/stlport/test/eh/
Dtest_list.cpp31 typedef EH_STD::__list__<TestClass, eh_allocator(TestClass) > TestList; typedef
34 container_category(const TestList&) in container_category() argument
49 void operator()( TestList& list ) const in operator ()()
55 for ( TestList::iterator p = list.begin(); p != list.end(); p++ ) in operator ()()
57 TestList::iterator tmp=p; in operator ()()
66 TestList testList, testList2; in test_list()
76 StrongCheck( testList, test_insert_one<TestList>(testList) ); in test_list()
77 StrongCheck( testList, test_insert_one<TestList>(testList, 0) ); in test_list()
78 StrongCheck( testList, test_insert_one<TestList>(testList, (int)testList.size()) ); in test_list()
80 WeakCheck( testList, test_insert_n<TestList>(testList, random_number(random_base) ) ); in test_list()
[all …]
/external/llvm/tools/bugpoint/
DListReducer.h177 std::vector<ElTy> TestList(TheList); in reduceList()
178 TestList.erase(TestList.begin()+i); in reduceList()
180 if (doTest(EmptyList, TestList, Error) == KeepSuffix) { in reduceList()
182 TheList.swap(TestList); in reduceList()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dtest.py75 class TestList: class
103 tests = TestList()
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
DX500PrincipalTest.java1948 TestList list = new TestList(); in testValidDN()
2406 TestList list = new TestList(); in testValidEncoding()
2730 public static class TestList extends ArrayList<Object[]> { class in X500PrincipalTest
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas32 procedure TestList; procedure
68 procedure TestList; procedure
355 procedure TestICommonTree.TestList; procedure
779 procedure TestICommonTreeNodeStream.TestList; procedure