Home
last modified time | relevance | path

Searched refs:testList (Results 1 – 25 of 54) sorted by relevance

123

/external/deqp/framework/delibs/decpp/
DdeAppendList.cpp60 AppendList<TestElem> testList; member
65 , testList (numElementsHint) in SharedState()
86 m_shared->testList.append(TestElem(m_threadNdx, elemNdx)); in run()
111 DE_TEST_ASSERT(sharedState.testList.size() == (size_t)numElements*(size_t)numThreads); in runAppendListTest()
118 for (AppendList<TestElem>::const_iterator elemIter = sharedState.testList.begin(); in runAppendListTest()
119 elemIter != sharedState.testList.end(); in runAppendListTest()
171 de::AppendList<ObjCountElem> testList (numElementsHint); in runClearTest() local
174 testList.append(ObjCountElem(&liveCount)); in runClearTest()
178 testList.clear(); in runClearTest()
183 testList.append(ObjCountElem(&liveCount)); in runClearTest()
/external/webrtc/webrtc/tools/rtcbot/
Dmain.js95 var testList = process.argv.slice(2);
96 if (testList.length === 1)
97 runTest(testList[0]);
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java382 Set testList = parseOptions(args); in run() local
385 for (Iterator iter = testList.iterator(); iter.hasNext();) { in run()
529 Set testList = new HashSet(); in parseOptions() local
534 testList.add(args[i]); in parseOptions()
544 if (testList.size() == 0) { in parseOptions()
548 testList.add((String)iter.next()); in parseOptions()
561 return testList; in parseOptions()
/external/snakeyaml/src/test/java/examples/
DCustomListExampleTest.java28 public void testList() { in testList() method in CustomListExampleTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/
DDirectiveTokenTest.java55 public void testList() { in testList() method in DirectiveTokenTest
/external/libxml2/xstc/
Dxstc.py472 self.testList = []
486 self.testList.append(test)
627 for test in self.testList:
636 for test in self.testList:
/external/ltp/testcases/kernel/io/disktest/
Dmain.c446 test_ll_t *getNewTest(test_ll_t * testList) in getNewTest() argument
478 pNewTest->next = testList; in getNewTest()
479 testList = pNewTest; in getNewTest()
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt055templates.py119 def testList(self): member in T
/external/snakeyaml/src/test/java/org/pyyaml/
DPyRecursiveTest.java73 public void testList() { in testList() method in PyRecursiveTest
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java1091 …String[] testList = {"u\u0308", "u\u0316\u0308", "u\u0308\u0316", "u\u0301\u0308", "u\u0308\u0301"…
1092 for (int i = 0; i < testList.length; ++i) {
1093 String yy = y.transliterate(testList[i]);
1094 System.out.println(hex.transliterate(testList[i]) + " => " + hex.transliterate(yy));
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp831 UnicodeSet* testList[] = { in TestStrings() local
851 for (int32_t i = 0; testList[i] != NULL; i+=2) { in TestStrings()
854 testList[i]->toPattern(pat0, TRUE); in TestStrings()
855 testList[i+1]->toPattern(pat1, TRUE); in TestStrings()
856 if (*testList[i] == *testList[i+1]) { in TestStrings()
862 delete testList[i]; in TestStrings()
863 delete testList[i+1]; in TestStrings()
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java133 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java114 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java114 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java133 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java133 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java133 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java121 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest

123