/external/libxml2/ |
D | regressions.py | 102 def runOneTest(testDescription, filename, inbase, errbase): argument 103 if 'execpath' in testDescription: 104 dir = testDescription['execpath'] + '/' 107 cmd = os.path.abspath(dir + testDescription['testprog']) 108 if 'flag' in testDescription: 109 for f in string.split(testDescription['flag']): 111 if 'stdin' not in testDescription: 113 if 'extarg' in testDescription: 114 cmd += ' ' + testDescription['extarg'] 118 if 'resext' in testDescription: [all …]
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.m | 64 NSString *testDescription = @""; 68 testDescription = 73 NSString *reason = testDescription; 84 NSString *testDescription = @""; 88 testDescription = 94 condition, isTrue ? "false" : "true", testDescription]; 105 NSString *testDescription = @""; 109 testDescription = 116 [left description], [right description], testDescription]; 128 NSString *testDescription = @""; [all …]
|
/external/testng/src/main/java/org/testng/internal/ |
D | Yaml.java | 41 TypeDescription testDescription = new TypeDescription(XmlTest.class); in parse() local 42 testDescription.putListPropertyType("classes", XmlClass.class); in parse() 43 testDescription.putMapPropertyType("metaGroups", String.class, List.class); in parse() 44 testDescription.putListPropertyType("method-selectors", XmlMethodSelector.class); in parse() 45 constructor.addTypeDescription(testDescription); in parse()
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | DriverPropertyInfoTest.java | 78 assertEquals(testDescription, aDriverPropertyInfo.description); in testPublicFields() 102 static java.lang.String testDescription = null; field in DriverPropertyInfoTest
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 694 std::ostringstream testDescription; in createBufferTests() local 696 …testDescription << "vkCreateBuffer test: suballocation of " << combinedBufferUsageFlags << " " << … in createBufferTests() 697 …regularAllocation->addChild(new BuffersTestCase(testCtx, testName.str(), testDescription.str(), te… in createBufferTests() 713 std::ostringstream testDescription; in createBufferTests() local 715 …testDescription << "vkCreateBuffer test: dedicated alloc. of " << combinedBufferUsageFlags << " " … in createBufferTests() 716 …hild(new DedicatedAllocationBuffersTestCase(testCtx, testName.str(), testDescription.str(), testPa… in createBufferTests()
|
D | vktApiBufferViewCreateTests.cpp | 419 std::ostringstream testDescription; in createBufferViewCreateTests() local 421 testDescription << "vkBufferView test " << testName.str(); in createBufferViewCreateTests() 432 …ationKind]->addChild(new BufferViewTestCase(testCtx, testName.str(), testDescription.str(), testPa… in createBufferViewCreateTests()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/ |
D | ANTLRBitSetTest.h | 22 -(void) testDescription;
|
D | ANTLRBitSetTest.m | 99 -(void) testDescription
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
D | ANTLRFastQueueTest.h | 21 -(void) testDescription;
|
D | ANTLRFastQueueTest.m | 79 -(void) testDescription
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/ |
D | OrderingComparisonTest.java | 19 public void testDescription() { in testDescription() method in OrderingComparisonTest
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/ |
D | ComparatorMatcherTest.java | 25 public void testDescription() {
|
D | ComparatorMatcherBuilderTest.java | 36 public void testDescription() { in testDescription() method in ComparatorMatcherBuilderTest
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
D | TestResultMessage.java | 139 final String testDescription, in init() argument 153 m_testDescription= testDescription; in init()
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests.m | 409 - (void)testDescription { method
|