HomeSort by relevance Sort by last modified time
    Searched refs:testName (Results 101 - 125 of 142) sorted by null

1 2 3 45 6

  /external/junit/src/junit/awtui/
TestRunner.java 86 public void testStarted(String testName) {
87 showInfo("Running: "+testName);
90 public void testEnded(String testName) {
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 745 String testName = ((TestCase)test).getName();
748 mTestResult.putString(REPORT_KEY_NAME_TEST, testName);
761 testMethod = test.getClass().getMethod(testName);
    [all...]
TestRunner.java 485 String testName = "";
489 testName = originalClassName.substring(index + 1);
496 test.setName(testName);
  /cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java 58 final String testName = "testHello";
ConsoleTests.java 337 final String testName = "testHello";
359 + " <Test name=\"" + testName + "\"" + " type=\"automatic\"" + ">\n"
  /cts/tools/utils/cts/
tools.py 80 Test names are given in the form "testSuiteName.testSuiteName.TestCaseName.testName".
  /frameworks/base/core/java/android/app/
IApplicationThread.java 90 ComponentName testName, String profileName, ParcelFileDescriptor profileFd,
ApplicationThreadNative.java 260 ComponentName testName = (data.readInt() != 0)
277 providers, testName, profileName, profileFd, autoStopProfiler,
815 List<ProviderInfo> providers, ComponentName testName, String profileName,
825 if (testName == null) {
829 testName.writeToParcel(data, 0);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 85 * @param testName ignored
89 public void runTests(String[] testClassNames, String testName, TestExecution execution) {
  /external/v8/test/mjsunit/tools/
tickprocessor.js 406 for (var testName in testData) {
407 print('=== testProcessing-' + testName + ' ===');
408 driveTickProcessorTest.apply(null, testData[testName]);
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
cloctst.c 724 UChar *testName = 0;
    [all...]
  /external/webkit/Source/WebKit/chromium/src/js/
Tests.js 159 TestSuite.prototype.runTest = function(testName)
162 this[testName]();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioQualityVerifierActivity.java 247 TextView nameField = (TextView) row.findViewById(R.id.testName);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java 79 private void log(String testName, String message) {
80 Log.v(TAG, "["+testName+"] "+message);
83 private void loge(String testName, String message) {
84 Log.e(TAG, "["+testName+"] "+message);
    [all...]
MediaAudioTrackTest.java 56 private void log(String testName, String message) {
57 Log.v(TAG, "["+testName+"] "+message);
60 private void loge(String testName, String message) {
61 Log.e(TAG, "["+testName+"] "+message);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 97 String testName="testDeleteAllCacheFiles";
539 String testName="testDeleteAppCacheFiles";
596 String testName="testGetPackageSizeInfo";
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/v8/test/mjsunit/
regexp.js 322 var testName = "backref-ASCII-char-" + i + "," + (i^0x20);
326 assertTrue(test, testName);
328 assertFalse(test, testName);
  /external/webkit/Tools/Scripts/
old-run-webkit-tests     [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 696 TestSuite.prototype.goToTestByName = function(testName)
698 var match = testName.match(/^(?:(html4|xhtml1)\/)?([\w-_]+)(\.xht|\.htm)?/);
893 TestSuite.prototype.pathForTest = function(testName)
898 return prefix + '/' + testName + suffix;
901 TestSuite.prototype.urlForTest = function(testName)
903 return kTestSuiteHome + this.pathForTest(testName);
908 TestSuite.prototype.recordResult = function(testName, resolution, comment)
910 if (!testName)
914 this.appendResultToOutput(this.formatInfo, testName, resolution, comment);
920 this.storeTestResult(testName, this.format, resolution, comment, navigator.userAgent)
    [all...]
  /external/junit/src/junit/swingui/
TestRunner.java 131 public void testStarted(String testName) {
132 postInfo("Running: "+testName);

Completed in 488 milliseconds

1 2 3 45 6