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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
spdhelper.cpp 30 if (++mErrorCount >= mMaxErrorCount)
63 mErrorCount = 0;
68 ALOGD("%s '%s' (%d) is %sa known bad patch file", __func__, mPatchId.c_str(), mErrorCount, (mIsPatchBad ? "" : "not "));
83 mErrorCount = 0;
  /external/libnfc-nci/halimpl/bcm2079x/include/
spdhelper.h 25 int mErrorCount;
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 78 private int mErrorCount;
141 if (mErrorCount > MAX_ERROR_COUNT) {
177 mErrorCount = 0;
227 mErrorCount = 0;
277 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...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/sdk/tools/lib/
lint.jar 

Completed in 330 milliseconds