HomeSort by relevance Sort by last modified time
    Searched refs:testDescription (Results 1 - 19 of 19) 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/
ExpectationBasedFilter.java 99 Description testDescription = getTestDescription(description);
100 if (testDescription != null) {
101 String className = testDescription.getClassName();
102 String methodName = testDescription.getMethodName();
108 Log.d(TAG, "Excluding test " + testDescription
  /platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
BaseMetricListenerInstrumentedTest.java 104 Description testDescription = Description.createTestDescription("class", "method");
105 mListener.testStarted(testDescription);
106 mListener.testFinished(testDescription);
143 Description testDescription = Description.createTestDescription("class", "method",
145 mListener.testStarted(testDescription);
146 mListener.testFinished(testDescription);
191 Description testDescription = Description.createTestDescription("class", "method",
193 mListener.testStarted(testDescription);
194 mListener.testFinished(testDescription);
235 Description testDescription = Description.createTestDescription("class", "method"
    [all...]
  /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/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/
ComparatorMatcherTest.java 25 public void testDescription() {
ComparatorMatcherBuilderTest.java 36 public void testDescription() {
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
OrderingComparisonTest.java 19 public void testDescription() {
  /tools/tradefederation/core/src/com/android/tradefed/result/
JsonHttpTestResultReporter.java 171 Map<TestDescription, TestResult> testResultMap = runResult.getTestResults();
172 for (Entry<TestDescription, TestResult> entry : testResultMap.entrySet()) {
173 TestDescription testDescription = entry.getKey();
178 testDescription.getClassName(), testDescription.getTestName());
187 CLog.d("Skipping metrics for %s because results are empty.", testDescription);
  /art/test/989-method-trace-throw/src/art/
Test989.java 188 private static String testDescription(MethodTracer type, Runnable test) {
212 "Received no exception as expected for " + testDescription(type, test) + ".");
219 throw new Error("Unexpected error occured: " + t + " for " + testDescription(type, test), t);
222 " for " + testDescription(type, test), t);
225 "Received expected error for " + testDescription(type, test) + " - " + t);
233 + testDescription(type, test));
235 // + testDescription(type, test));
  /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);
  /cts/common/device-side/nativetesthelper/jni/
gtest_wrapper.cpp 169 ScopedLocalRef<jobject> testDescription(env,
171 addChild(env, suite, testDescription.get());
  /cts/tests/app/src/android/app/cts/
NotificationChannelTest.java 79 public void testDescription() {
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
BenchmarkRegistry.java 136 String testDescription = benchAttribs.getString(R.styleable.Benchmark_description);
141 id, testName, category, testDescription);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 424 const std::string testDescription = "vkBufferView test " + testName;
438 usageGroup->addChild(new BufferViewTestCase(testCtx, testName.c_str(), testDescription.c_str(), testParams));
  /external/testng/src/main/java/org/testng/remote/strprotocol/
TestResultMessage.java 139 final String testDescription,
153 m_testDescription= testDescription;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
MultiNetworkConnectivityTestActivity.java 572 String testName, int testDescription) {
575 mTestDescription = testDescription;
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 486 milliseconds