HomeSort by relevance Sort by last modified time
    Searched refs:testCount (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/tests/backup/
backup_helper_test.cpp 71 int testCount = 0;
75 testCount++;
87 t->name, i, testCount);
104 printf("All %d test(s) passed\n", testCount);
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
  /dalvik/dx/src/junit/runner/
TestRunListener.java 13 public void testRunStarted(String testSuiteName, int testCount);
  /external/junit/src/junit/runner/
TestRunListener.java 13 public void testRunStarted(String testSuiteName, int testCount);
  /frameworks/base/test-runner/src/junit/runner/
TestRunListener.java 14 public void testRunStarted(String testSuiteName, int testCount);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
Menu.java 63 int testCount = generateTestList(path);
68 intent.putExtra(TestShellActivity.TOTAL_TEST_COUNT, testCount);
76 int testCount = 0;
80 testCount = FsUtils.writeLayoutTestListRecursively(
87 return testCount;
FsUtils.java 58 int testCount = 0;
76 testCount += writeLayoutTestListRecursively(bos, s, ignoreResultsInDir);
98 testCount++;
101 return testCount;
  /external/icu4c/test/intltest/
itercoll.h 101 void verifyExpansion(UnicodeString rules, ExpansionRecord tests[], int32_t testCount);
regcoll.h 238 int32_t testCount);
loctest.cpp 858 int32_t testCount = 0;
    [all...]
rbbitst.cpp 667 int32_t testCount;
732 testCount = 0;
733 if (wordCount != (testCount = enumer1->count(status))) {
735 testCount, wordCount, u_errorName(status));
752 if (wordCount != (testCount = enumer2->count(status))) {
754 testCount, wordCount, u_errorName(status));
779 if (wordCount != (testCount = cloneEnum->count(status))) {
781 testCount, wordCount, u_errorName(status));
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
ITestRunListener.java 53 * @param testCount total number of tests in test run
55 public void testRunStarted(String runName, int testCount);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCollector.java 72 public void testRunStarted(String ignoredRunName, int testCount) {
73 mTotalTestCount = testCount;
RemoteAdtTestRunner.java 240 public void testRunStarted(String runName, int testCount) {
  /dalvik/dx/src/junit/extensions/
ActiveTestSuite.java 51 while (fActiveTestDeathCount < testCount()) {
  /external/junit/src/junit/extensions/
ActiveTestSuite.java 53 while (fActiveTestDeathCount < testCount()) {
  /libcore/junit/src/main/java/junit/extensions/
ActiveTestSuite.java 51 while (fActiveTestDeathCount < testCount()) {
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java 85 final int testCount = mTestCount;
96 if (testCount == mTestCount && !mIsTesting) {
98 Log.d("ProfiledWebView", "num " + testCount
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ResultFilter.java 69 public void testRunStarted(String runName, int testCount) {
70 super.testRunStarted(runName, testCount);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.js 347 var testCount = selectedTests.length
349 $('test-count').textContent = testCount;
351 $('next-test').disabled = testIndex == testCount - 1;
  /external/junit/src/junit/swingui/
TestTreeModel.java 97 return suite.testCount();
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 349 final int testCount = suite.testCount();
351 for (int j = 0; j < testCount; j++) {
  /dalvik/dx/src/junit/framework/
TestSuite.java 219 public int testCount() {
  /external/junit/src/junit/framework/
TestSuite.java 251 public int testCount() {
  /libcore/junit/src/main/java/junit/framework/
TestSuite.java 221 public int testCount() {
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 177 public void testCount() throws SQLException, Exception {
184 db.create_function("testCount", 0, countTest);
185 // the invokation of testCount leads to a Segmentation fault
188 .get_table("select testCount() from "+DatabaseCreator.TEST_TABLE2);

Completed in 3541 milliseconds

1 2