HomeSort by relevance Sort by last modified time
    Searched defs:mErrors (Results 1 - 9 of 9) sorted by null

  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/
UiWatchers.java 33 private final List<String> mErrors = new ArrayList<String>();
129 mErrors.add(errorText);
133 mErrors.add(errorText);
137 mErrors.clear();
141 return Collections.unmodifiableList(mErrors);
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiList.java 28 private int mWarnings, mErrors;
58 mErrors++;
72 return mErrors;
  /frameworks/base/core/java/android/net/http/
SslError.java 70 int mErrors;
179 mErrors |= (0x1 << error);
193 rval = ((mErrors & (0x1 << error)) != 0);
205 if (mErrors != 0) {
208 if ((mErrors & (0x1 << error)) != 0) {
212 // mErrors should never be set to an invalid value.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 41 private List<String> mErrors;
58 return mFidelityWarnings != null || mErrors != null || mWarnings != null ||
83 if (mErrors != null) {
84 for (String error : mErrors) {
244 if (mErrors == null) {
245 mErrors = new ArrayList<String>();
246 } else if (mErrors.contains(description)) {
250 mErrors.add(description);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 57 private List<Pair<IResource, String>> mErrors;
91 if (mErrors == null) {
92 mErrors = new ArrayList<Pair<IResource,String>>();
94 mErrors.add(Pair.of(mCurrentFile, error));
153 if (mErrors != null && mErrors.size() > 0) {
155 for (Pair<IResource, String> pair : mErrors) {
  /external/doclava/src/com/google/doclava/
PackageInfo.java 173 if (mErrors == null) {
174 mErrors = ClassInfo.sortByName(filterHidden(Converter.convertClasses(mPackage.errors())));
176 return mErrors;
200 private ClassInfo[] mErrors;
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
sdk-common.jar 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 

Completed in 560 milliseconds