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/antlr/runtime/ObjC/Framework/test/runtime/misc/
DFastQueueTest.h21 -(void) testDescription;
DFastQueueTest.m79 -(void) testDescription
/external/antlr/runtime/ObjC/Framework/test/runtime/sets/
DANTLRBitSetTest.h23 -(void) testDescription;
DANTLRBitSetTest.m120 -(void) testDescription
/external/autotest/client/deps/webgl_perf/files/
D0002-Report-tests-url-name.patch17 if (e.data.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/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp429 const std::string testDescription = "vkBufferView test " + testName; in createBufferViewCreateTests() local
443 …usageGroup->addChild(new BufferViewTestCase(testCtx, testName.c_str(), testDescription.c_str(), te… in createBufferViewCreateTests()
/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