/external/deqp/framework/delibs/decpp/ |
D | deAppendList.cpp | 60 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/deqp/scripts/log/ |
D | bottleneck_report.py | 77 def __init__ (self, testList) : argument 79 self.testList = testList 89 self.element.numberOfTests = len(self.testList) 91 for test in self.testList :
|
/external/webrtc/webrtc/tools/rtcbot/ |
D | main.js | 95 var testList = process.argv.slice(2); 96 if (testList.length === 1) 97 runTest(testList[0]);
|
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/ |
D | AnnotationProcessingUtilsTest.java | 220 List<Class<? extends Annotation>> testList = in testAnnotationExtractorSortOrder_UnknownAnnotations() local 222 testList.sort(comparator); in testAnnotationExtractorSortOrder_UnknownAnnotations() 224 testList, in testAnnotationExtractorSortOrder_UnknownAnnotations() 235 List<Class<? extends Annotation>> testList = in testAnnotationExtractorSortOrder_KnownAnnotations() local 237 testList.sort(comparator); in testAnnotationExtractorSortOrder_KnownAnnotations() 240 testList, in testAnnotationExtractorSortOrder_KnownAnnotations()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | PerfTest.java | 382 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/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLFileReader.java | 369 String[] testList = { in createXMLReader() local 377 for (int i = 0; i < testList.length; ++i) { in createXMLReader() 379 result = (testList[i].length() != 0) in createXMLReader() 380 ? XMLReaderFactory.createXMLReader(testList[i]) in createXMLReader()
|
/external/snakeyaml/src/test/java/examples/ |
D | CustomListExampleTest.java | 28 public void testList() { in testList() method in CustomListExampleTest
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | camel_case_unittest.py | 19 def testList(self): member in CamelCaseTest
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/ |
D | XmlPrinterTest.java | 32 public void testList() { in testList() method in XmlPrinterTest
|
/external/libxml2/xstc/ |
D | xstc.py | 472 self.testList = [] 486 self.testList.append(test) 627 for test in self.testList: 636 for test in self.testList:
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/ |
D | DirectiveTokenTest.java | 55 public void testList() { in testList() method in DirectiveTokenTest
|
/external/ltp/testcases/kernel/io/disktest/ |
D | main.c | 446 test_ll_t *getNewTest(test_ll_t * testList) in getNewTest() argument 478 pNewTest->next = testList; in getNewTest() 479 testList = pNewTest; in getNewTest()
|
/external/antlr/runtime/Python/tests/ |
D | t055templates.py | 119 def testList(self): member in T
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
D | PyRecursiveTest.java | 73 public void testList() { in testList() method in PyRecursiveTest
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | Demo.java | 1091 …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/ |
D | usettest.cpp | 828 UnicodeSet* testList[] = { in TestStrings() local 848 for (int32_t i = 0; testList[i] != NULL; i+=2) { in TestStrings() 851 testList[i]->toPattern(pat0, TRUE); in TestStrings() 852 testList[i+1]->toPattern(pat1, TRUE); in TestStrings() 853 if (*testList[i] == *testList[i+1]) { in TestStrings() 859 delete testList[i]; in TestStrings() 860 delete testList[i+1]; in TestStrings()
|
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 133 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
|
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 121 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
|
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
|
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
|
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
|
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 115 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/ |
D | StubFtpServerIntegrationTest.java | 133 public void testList() throws Exception { in testList() method in StubFtpServerIntegrationTest
|