Home
last modified time | relevance | path

Searched refs:testDescription (Results 1 – 15 of 15) sorted by relevance

/external/libxml2/
Dregressions.py102 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/
DGTMSenTestCase.m64 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/
DYaml.java41 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/
DDriverPropertyInfoTest.java78 assertEquals(testDescription, aDriverPropertyInfo.description); in testPublicFields()
102 static java.lang.String testDescription = null; field in DriverPropertyInfoTest
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp694 std::ostringstream testDescription; in createBufferTests() local
696testDescription << "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
715testDescription << "vkCreateBuffer test: dedicated alloc. of " << combinedBufferUsageFlags << " " … in createBufferTests()
716 …hild(new DedicatedAllocationBuffersTestCase(testCtx, testName.str(), testDescription.str(), testPa… in createBufferTests()
DvktApiBufferViewCreateTests.cpp419 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/
DANTLRBitSetTest.h22 -(void) testDescription;
DANTLRBitSetTest.m99 -(void) testDescription
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
DANTLRFastQueueTest.h21 -(void) testDescription;
DANTLRFastQueueTest.m79 -(void) testDescription
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
DOrderingComparisonTest.java19 public void testDescription() { in testDescription() method in OrderingComparisonTest
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/
DComparatorMatcherTest.java25 public void testDescription() {
DComparatorMatcherBuilderTest.java36 public void testDescription() { in testDescription() method in ComparatorMatcherBuilderTest
/external/testng/src/main/java/org/testng/remote/strprotocol/
DTestResultMessage.java139 final String testDescription, in init() argument
153 m_testDescription= testDescription; in init()
/external/protobuf/objectivec/Tests/
DGPBMessageTests.m409 - (void)testDescription { method