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 48 if (++mErrorCount >= mMaxErrorCount)
81 mErrorCount = 0;
86 ALOGD("%s '%s' (%d) is %sa known bad patch file", __func__, mPatchId.c_str(), mErrorCount, (mIsPatchBad ? "" : "not "));
101 mErrorCount = 0;
  /external/libnfc-nci/halimpl/bcm2079x/include/
spdhelper.h 43 int mErrorCount;
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 81 private int mErrorCount;
144 if (mErrorCount > MAX_ERROR_COUNT) {
188 mErrorCount = 0;
238 mErrorCount = 0;
290 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/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/sdk/tools/lib/
lint.jar 

Completed in 122 milliseconds