/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
SetPropertyFix.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 98 AdtPlugin.openFile(file, mSelect, true); 100 AdtPlugin.log(e, null);
|
EclipseLintClient.java | 23 import com.android.ide.eclipse.adt.AdtPlugin; 127 AdtPlugin.log(IStatus.WARNING, format, args); 129 AdtPlugin.log(exception, format, args); 155 AdtPlugin.log(IStatus.ERROR, "Can't find file %1$s in workspace", path); 169 AdtPlugin.log(e, "Cannot read XML file"); 171 AdtPlugin.log(e, null); 245 AdtPlugin.log(e, null); 282 AdtPlugin.log(e, null); 317 AdtPlugin.log(e, null); 345 AdtPlugin.log(e, null) [all...] |
TypographyFix.java | 18 import com.android.ide.eclipse.adt.AdtPlugin; 75 AdtPlugin.log(e, null);
|
UseCompoundDrawableDetectorFix.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 52 return AdtPlugin.getAndroidLogo();
|
LintFix.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 113 AdtPlugin.log(e, null); 115 AdtPlugin.log(e, null); 185 AdtPlugin.log(t, null);
|
EclipseLintRunner.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 81 AdtPlugin.log(e, null); 164 AdtPlugin.log(e, null); 264 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR, 291 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportLinksPart.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 73 Image androidLogo = AdtPlugin.getAndroidLogo();
|
AbstractPropertiesFieldsPart.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 193 AdtPlugin.log(e, "Failed to replace in export.properties"); 230 AdtPlugin.log(e, "Failed to append to export.properties: %s", line); 303 AdtPlugin.log(e, "Failed to set field to export.properties value");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
InstrumentationPage.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 67 form.setImage(AdtPlugin.getAndroidLogo());
|
PermissionPage.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 71 form.setImage(AdtPlugin.getAndroidLogo());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/ |
ValuesTreePage.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 84 form.setImage(AdtPlugin.getAndroidLogo());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileWizard.java | 26 import com.android.ide.eclipse.adt.AdtPlugin; 140 AdtPlugin.getDisplay().asyncExec(new Runnable() { 146 IEditorPart editor = AdtPlugin.openFile(file, null, 156 AdtPlugin.log(e, "Failed to create %1$s: missing type", //$NON-NLS-1$ 173 AdtPlugin.log(IStatus.ERROR, "Failed to create %1$s: missing type", name); //$NON-NLS-1$ 180 AdtPlugin.log(IStatus.ERROR, "Failed to create %1$s: missing root element", //$NON-NLS-1$ 197 if (!AdtPlugin.displayPrompt("New Android XML File", 285 AdtPlugin.displayError("New Android XML File", error);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 123 String pkgAdt = AdtPlugin .class.getPackage().getName();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 27 import com.android.ide.eclipse.adt.AdtPlugin; 284 AdtPlugin.displayError("Android SDK", sb.toString()); 430 AdtPlugin.log(IStatus.ERROR, 446 AdtPlugin.log(IStatus.ERROR, 457 if (AdtPlugin.getDefault().getSdkLoadStatus() == LoadStatus.LOADED) { 553 AdtPlugin plugin = AdtPlugin.getDefault(); 589 AdtPlugin.log(t, "Exception in checkAndLoadTargetData."); //$NON-NLS-1$ 590 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, [all...] |
AndroidTargetData.java | 23 import com.android.ide.eclipse.adt.AdtPlugin; 311 AdtPlugin.log(throwable, message); 316 AdtPlugin.log(IStatus.ERROR, message); 321 AdtPlugin.log(IStatus.WARNING, message); 325 AdtPlugin.log(IStatus.ERROR,
|
LayoutParamsParser.java | 22 import com.android.ide.eclipse.adt.AdtPlugin; 205 AdtPlugin.log(e, "Problem loading class %1$s or %2$s", //$NON-NLS-1$ 208 AdtPlugin.log(e, "Problem loading classes"); //$NON-NLS-1$ 210 AdtPlugin.log(e, "Problem loading classes"); //$NON-NLS-1$ 212 AdtPlugin.log(e, "Problem loading classes"); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ConvertSwitchQuickFixProcessor.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 129 AdtPlugin.log(e, "Can't validate error message in %1$s", file.getName()); 188 Shell shell = AdtPlugin.getDisplay().getActiveShell(); 211 return AdtPlugin.getAndroidLogo();
|
AidlProcessor.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 128 AdtPlugin.printToConsole(project, "AIDL: " + name); 203 AdtPlugin.printToConsole(project, cmd_line); 224 AdtPlugin.printErrorToConsole(project, results.toArray()); 230 AdtPlugin.printToConsole(project, results.toArray()); 404 // throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 410 // throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerDeltaVisitor.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 292 AdtPlugin.printErrorToConsole(mBuilder.getProject(), msg); 297 AdtPlugin.printErrorToConsole(mBuilder.getProject(), msg); 344 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE,
|
BaseBuilder.java | 21 import com.android.ide.eclipse.adt.AdtPlugin; 211 AdtPlugin.printErrorToConsole(getProject(), msg); 228 AdtPlugin.printErrorToConsole(getProject(), msg); 378 AdtPlugin.logAndPrintError(e, getProject().getName(), msg); 391 AdtPlugin.logAndPrintError(t, getProject().getName(), message);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
CompiledResourcesMonitor.java | 21 import com.android.ide.eclipse.adt.AdtPlugin; 91 AdtPlugin.log(IStatus.ERROR, 178 AdtPlugin.log(IStatus.ERROR, 229 AdtPlugin.log(e, "loadAndParseRClass failed to find class %1$s", className); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
ExportWizard.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 284 String path = AdtPlugin.getOsAbsoluteZipAlign(); 306 AdtPlugin.displayWarning("Export Wizard", 373 ImageDescriptor desc = AdtPlugin.getImageDescriptor(PROJECT_LOGO_LARGE); 513 AdtPlugin.displayError("Export Wizard", message); 520 AdtPlugin.log(t, "Export Wizard Error"); 552 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 33 import com.android.ide.eclipse.adt.AdtPlugin; 130 AdtPlugin.log(e, "Could not create image descriptor for %s", file); 351 AdtPlugin.log(IStatus.WARNING, "Failed to render set of icons for %1$s", 355 AdtPlugin.log(session.getResult().getException(), 358 AdtPlugin.log(IStatus.WARNING, session.getResult().getErrorMessage()); 499 IPath pluginState = AdtPlugin.getDefault().getStateLocation(); 537 AdtPlugin.log(e, "Failed writing palette file"); 549 AdtPlugin.writeFile(file, colors); 595 AdtPlugin.log(e, "Can't read preview properties"); 623 AdtPlugin.log(t, "Cannot initialize preview color settings") [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ClientRulesEngine.java | 32 import com.android.ide.eclipse.adt.AdtPlugin; 119 AdtPlugin.printToConsole( 133 AdtPlugin.getDisplay().getActiveShell(), 149 AdtPlugin.log(e, "Custom validator failed: %s", e.toString()); 157 AdtPlugin.getDisplay().getActiveShell(), 224 Shell shell = AdtPlugin.getDisplay().getActiveShell(); 262 Shell shell = AdtPlugin.getDisplay().getActiveShell(); 361 Shell parent = AdtPlugin.getDisplay().getActiveShell(); 425 AdtPlugin.log(e, null); 427 AdtPlugin.log(e, null) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlEditor.java | 21 import com.android.ide.eclipse.adt.AdtPlugin; 130 AdtPlugin.log(IStatus.INFO, 160 AdtPlugin.log(IStatus.INFO, 187 AdtPlugin.log(IStatus.INFO, 198 AdtPlugin.log(IStatus.INFO,
|