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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
spdhelper.cpp 29 if (++mErrorCount >= mMaxErrorCount)
62 mErrorCount = 0;
67 ALOGD("%s '%s' (%d) is %sa known bad patch file", __func__, mPatchId.c_str(), mErrorCount, (mIsPatchBad ? "" : "not "));
82 mErrorCount = 0;
  /external/libnfc-nci/halimpl/bcm2079x/include/
spdhelper.h 25 int mErrorCount;
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 75 private int mErrorCount;
131 if (mErrorCount > MAX_ERROR_COUNT) {
167 mErrorCount = 0;
215 mErrorCount = 0;
263 mErrorCount++;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 114 private int mErrorCount;
272 mErrorCount = mWarningCount = 0;
281 mErrorCount++;
294 return mErrorCount;
    [all...]
  /sdk/lint/cli/src/com/android/tools/lint/
Main.java 117 protected int mErrorCount;
598 reporter.write(mErrorCount, mWarningCount, mWarnings);
    [all...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
AbstractCheckTest.java 327 reporter.write(mErrorCount, mWarningCount, mWarnings);
  /prebuilts/sdk/tools/lib/
lint.jar 

Completed in 527 milliseconds