Searched refs:mErrors (Results 1 – 7 of 7) sorted by relevance
44 private List<String> mErrors = new ArrayList<String>(); field in TestDelegates49 mErrors.clear(); in testNativeDelegates()53 assertTrue(getErrors(), mErrors.isEmpty()); in testNativeDelegates()58 mErrors.clear(); in testMethodDelegates()66 assertTrue(getErrors(), mErrors.isEmpty()); in testMethodDelegates()78 mErrors.add("Failed to load class: " + e.getMessage()); in loadAndCompareClasses()80 mErrors.add("Failed to load class: " + e.getMessage()); in loadAndCompareClasses()128 mErrors.add( in compare()138 mErrors.add( in compare()147 mErrors.add( in compare()[all …]
70 int mErrors; field in SslError179 mErrors |= (0x1 << error); in addError()193 rval = ((mErrors & (0x1 << error)) != 0); in hasError()205 if (mErrors != 0) { in getPrimaryError()208 if ((mErrors & (0x1 << error)) != 0) { in getPrimaryError()
83 private int mErrors; field in KernelCpuProcReader107 if (mErrors >= ERROR_THRESHOLD) { in readBytes()123 mErrors++; in readBytes()131 mErrors++; in readBytes()135 mErrors++; in readBytes()
1038 mErrors.emplace_back(CommandError{location, error}); in parseSetError()1140 mErrors.clear(); in resetData()1159 return std::move(mErrors); in takeErrors()
258 std::vector<CommandError> mErrors; variable
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
3361 Landroid/net/http/SslError;->mErrors:I