Home
last modified time | relevance | path

Searched refs:testDescription (Results 1 – 24 of 24) 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/turbine/javatests/com/google/turbine/processing/
DAbstractTurbineTypesBiPredicateTest.java30 final String testDescription; field in AbstractTurbineTypesBiPredicateTest
35 String testDescription, TypesBiFunctionInput javacInput, TypesBiFunctionInput turbineInput) { in AbstractTurbineTypesBiPredicateTest() argument
36 this.testDescription = testDescription; in AbstractTurbineTypesBiPredicateTest()
DTurbineTypesUnaryTest.java42 final String testDescription; field in TurbineTypesUnaryTest
49 String testDescription, in TurbineTypesUnaryTest() argument
54 this.testDescription = testDescription; in TurbineTypesUnaryTest()
DTurbineTypesIsSameTypeTest.java34 String testDescription, TypesBiFunctionInput javacInput, TypesBiFunctionInput turbineInput) { in TurbineTypesIsSameTypeTest() argument
35 super(testDescription, javacInput, turbineInput); in TurbineTypesIsSameTypeTest()
DTurbineTypesIsSubsignatureTest.java37 String testDescription, TypesBiFunctionInput javacInput, TypesBiFunctionInput turbineInput) { in TurbineTypesIsSubsignatureTest() argument
38 super(testDescription, javacInput, turbineInput); in TurbineTypesIsSubsignatureTest()
DTurbineTypesIsSubtypeTest.java37 String testDescription, TypesBiFunctionInput javacInput, TypesBiFunctionInput turbineInput) { in TurbineTypesIsSubtypeTest() argument
38 super(testDescription, javacInput, turbineInput); in TurbineTypesIsSubtypeTest()
DTurbineTypesIsAssignableTest.java37 String testDescription, TypesBiFunctionInput javacInput, TypesBiFunctionInput turbineInput) { in TurbineTypesIsAssignableTest() argument
38 super(testDescription, javacInput, turbineInput); in TurbineTypesIsAssignableTest()
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.m60 NSString *testDescription = @"";
64 testDescription =
69 NSString *reason = testDescription;
80 NSString *testDescription = @"";
84 testDescription =
90 condition, isTrue ? "false" : "true", testDescription];
101 NSString *testDescription = @"";
105 testDescription =
112 [left description], [right description], testDescription];
124 NSString *testDescription = @"";
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit4/
DCoroutinesTimeoutStatement.kt14 private val testDescription: Description, constant
40 handleTimeout(testDescription) in evaluate()
/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/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.cpp427 const std::string testDescription = "vkBufferView test " + testName; in createBufferViewCreateTests() local
441 …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/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp938 …std::string testDescription = std::string("Conversion from ") + kFloatNames[i] + " to " + kFloatNa… in createPrecisionFconvertGroup() local
940 newGroup->addChild(new FConvertTestCase(testCtx, testName, testDescription, params)); in createPrecisionFconvertGroup()
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp5395 const char* testDescription, in WriteMainTestResult() argument
5414 testDescription, in WriteMainTestResult()
5448 const char* testDescription, in WritePoolTestResult() argument
5469 testDescription, in WritePoolTestResult()
5800 const char* testDescription = desc6.c_str(); in PerformMainTests() local
5804 printf("%s #%u\n", testDescription, (uint32_t)repeat); in PerformMainTests()
5811 … WriteMainTestResult(file, CODE_DESCRIPTION, testDescription, config, result); in PerformMainTests()
6029 const char* testDescription = desc5.c_str(); in PerformPoolTests() local
6033 printf("%s #%u\n", testDescription, (uint32_t)repeat); in PerformPoolTests()
6039 … WritePoolTestResult(file, CODE_DESCRIPTION, testDescription, config, result); in PerformPoolTests()
/external/protobuf/objectivec/Tests/
DGPBMessageTests.m410 - (void)testDescription { method
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp1080 std::string testDescription = "Unused variable test with " + location.toDescription(); in createUnusedVariableComputeTests() local
1082 …group->addChild(new SpvAsmComputeShaderCase(testCtx, testName.c_str(), testDescription.c_str(), sp… in createUnusedVariableComputeTests()
1130 std::string testDescription = "Unused function test with " + location.toDescription(); in createUnusedVariableComputeTests() local
1132 …group->addChild(new SpvAsmComputeShaderCase(testCtx, testName.c_str(), testDescription.c_str(), sp… in createUnusedVariableComputeTests()