Searched refs:mErrors (Results 1 – 8 of 8) sorted by relevance
44 private List<String> mErrors = new ArrayList<String>(); field in TestDelegates49 mErrors.clear(); in testNativeDelegates()54 assertTrue(getErrors(), mErrors.isEmpty()); in testNativeDelegates()59 mErrors.clear(); in testMethodDelegates()67 assertTrue(getErrors(), mErrors.isEmpty()); in testMethodDelegates()79 mErrors.add("Failed to load class: " + e.getMessage()); in loadAndCompareClasses()81 mErrors.add("Failed to load class: " + e.getMessage()); in loadAndCompareClasses()129 mErrors.add( in compare()139 mErrors.add( in compare()148 mErrors.add( in compare()[all …]
74 int mErrors; field in SslError185 mErrors |= (0x1 << error); in addError()199 rval = ((mErrors & (0x1 << error)) != 0); in hasError()211 if (mErrors != 0) { in getPrimaryError()214 if ((mErrors & (0x1 << error)) != 0) { in getPrimaryError()
70 private int mErrors = 0; field in KernelCpuUidBpfMapReader90 if (mErrors > ERROR_THRESHOLD) { in removeUidsInRange()117 if (mErrors > ERROR_THRESHOLD) { in open()122 mErrors++; in open()148 mErrors++; in open()
90 private int mErrors = 0; field in KernelCpuProcStringReader128 if (mErrors >= ERROR_THRESHOLD) { in open()163 mErrors++; in open()176 mErrors++; in open()179 mErrors++; in open()
346 private int mErrors = 0; field in KernelCpuUidTimeReader.KernelCpuUidFreqTimeReader409 if (++mErrors >= MAX_ERROR_COUNT) { in readFreqs()
1327 mErrors.emplace_back(CommandError{location, error}); in parseSetError()1438 mErrors.clear(); in resetData()1457 return std::move(mErrors); in takeErrors()
316 std::vector<CommandError> mErrors; variable
78152 Lcom/android/internal/os/KernelCpuProcReader;->mErrors:I