HomeSort by relevance Sort by last modified time
    Searched refs:testDescription (Results 1 - 10 of 10) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
ANTLRFastQueueTest.h 21 -(void) testDescription;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/
ANTLRBitSetTest.h 22 -(void) testDescription;
  /external/libxml2/
regressions.py 102 def runOneTest(testDescription, filename, inbase, errbase):
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...]
  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestFilter.java 80 Description testDescription = getTestDescription(description);
81 if (testDescription != null) {
82 String className = testDescription.getClassName();
83 String methodName = testDescription.getMethodName();
94 Log.d(CoreTestRunner.TAG, "Excluding test " + testDescription
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 78 assertEquals(testDescription, aDriverPropertyInfo.description);
102 static java.lang.String testDescription = null;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 219 std::ostringstream testDescription;
221 testDescription << "vkBufferView test " << testName.str();
231 bufferViewTests->addChild(new BufferViewTestCase(testCtx, testName.str() + "_uniform", testDescription.str(), testParams));
242 bufferViewTests->addChild(new BufferViewTestCase(testCtx, testName.str() + "_storage", testDescription.str(), testParams));
vktApiBufferTests.cpp 329 std::ostringstream testDescription;
331 testDescription << "vkCreateBuffer test " << combinedBufferUsageFlags << " " << combinedBufferCreateFlags;
332 buffersTests->addChild(new BuffersTestCase(testCtx, testName.str(), testDescription.str(), testParams));
  /external/testng/src/main/java/org/testng/internal/
Yaml.java 41 TypeDescription testDescription = new TypeDescription(XmlTest.class);
42 testDescription.putListPropertyType("classes", XmlClass.class);
43 testDescription.putMapPropertyType("metaGroups", String.class, List.class);
44 testDescription.putListPropertyType("method-selectors", XmlMethodSelector.class);
45 constructor.addTypeDescription(testDescription);
  /external/testng/src/main/java/org/testng/remote/strprotocol/
TestResultMessage.java 139 final String testDescription,
153 m_testDescription= testDescription;
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 442 milliseconds