Home
last modified time | relevance | path

Searched refs:testDescription (Results 1 – 7 of 7) 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/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/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