/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
D | AaptQuickFixTest.java | 93 List<String> errors = new ArrayList<String>(); in checkResourceFix() local 104 errors.add(filePath + ":7: error: Error: No resource found that matches the given name" in checkResourceFix() 106 errors.add(filePath + ":7: error: Error: No resource found that matches the given name" in checkResourceFix() 108 errors.add(filePath + ":13: error: Error: No resource found that matches the given name" in checkResourceFix() 110 AaptParser.parseOutput(errors, project); in checkResourceFix() 215 List<String> errors = new ArrayList<String>(); in checkNamespaceFix() local 219 errors.add(filePath + ":5: error: Error parsing XML: unbound prefix"); in checkNamespaceFix() 220 AaptParser.parseOutput(errors, project); in checkNamespaceFix()
|
D | AaptParserTest.java | 166 List<String> errors = Collections.singletonList(originalError); in checkRanges() local 177 AaptParser.parseOutput(errors, project); in checkRanges()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
D | IdeScanningContext.java | 154 List<String> errors = new ArrayList<String>(); in updateMarkers() local 156 errors.add(pair.getSecond()); in updateMarkers() 158 AaptParser.parseOutput(errors, mProject); in updateMarkers()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | PreCompilerBuilder.java | 981 final ArrayList<String> errors = new ArrayList<String>(); in mergeManifest() local 1005 errors.add(String.format(errorFormat, args)); in mergeManifest() 1022 if (errors.size() > 1) { in mergeManifest() 1024 for (String s : errors) { in mergeManifest() 1031 } else if (errors.size() == 1) { in mergeManifest() 1032 markProject(AdtConstants.MARKER_MANIFMERGER, errors.get(0), in mergeManifest()
|
/sdk/ |
D | changes.txt | 69 * Find errors in format strings. This includes inconsistencies 82 errors on devices that do not provide the resource, since private 144 - Fix "folder locked" errors when installing packages in SDK Manager on Windows.
|
/sdk/docs/ |
D | howto_SDK_git_cygwin.txt | 83 some "mux/ssh" errors. In this case try this: 135 set -e # fail on errors
|
/sdk/eclipse/ |
D | changes.txt | 44 icons overlaid views with errors, lint error messages shown as 61 to have a default constructor, you can hit runtime errors when the 67 subtle errors that can be difficult to understand. 191 are also quickfixes available for many of the reported errors. 271 - Improved error messages and links for rendering errors, including 344 - AAPT errors are handled better. They are now underlined for the 669 - Fixed issue on winXP/Eclipse 3.2 where errors in the New Project 690 - Abort launch and prompt the user if the project contains errors. 747 - Improvements in the parsing of the aapt errors. 801 only errors stop the packaging like it should be.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintViewPart.java | 406 int errors = mLintView.getErrorCount(); in updateIssueCount() local 408 mErrorLabel.setText(String.format("%1$d errors, %2$d warnings", errors, warnings)); in updateIssueCount()
|
/sdk/eclipse/buildConfig/ |
D | build.properties | 217 # Whether or not to fail the build if there are compiler errors
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
D | NOTICE | 160 errors, compliance with applicable laws, damage to or loss of data,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
D | NOTICE | 160 errors, compliance with applicable laws, damage to or loss of data,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ |
D | NOTICE | 160 errors, compliance with applicable laws, damage to or loss of data,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | NOTICE | 160 errors, compliance with applicable laws, damage to or loss of data,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion5-expected-completion40.txt | 48 … a textual input method and automatically corrects some common spelling errors. * Deprecated: Use…
|
D | completion1-expected-completion39.txt | 48 … a textual input method and automatically corrects some common spelling errors. * Deprecated: Use…
|
D | completionvalues1-expected-completion32.txt | 17 … a textual input method and automatically corrects some common spelling errors. * Deprecated: Use…
|