/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuEditorDelegate.java | 22 import com.android.ide.eclipse.adt.AdtPlugin; 81 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$ 123 AdtPlugin.log(e, "XPath error when trying to find '%s' element in XML.", //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
UiElementPart.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 63 AdtPlugin.log(IStatus.ERROR, "Missing node to edit!"); //$NON-NLS-1$ 225 AdtPlugin.log(IStatus.WARNING,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ColumnDialog.java | 18 import com.android.ide.eclipse.adt.AdtPlugin; 102 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 105 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID, null);
|
SetPropertyFix.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 115 AdtPlugin.openFile(file, mSelect, true); 117 AdtPlugin.log(e, null);
|
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 | 21 import com.android.ide.eclipse.adt.AdtPlugin; 123 AdtPlugin.log(e, null); 125 AdtPlugin.log(e, null); 207 AdtPlugin.log(t, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkGdbLaunchShortcut.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 71 AdtPlugin.printErrorToConsole(project, 99 AdtPlugin.printErrorToConsole(project,
|
/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 | 20 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/otherxml/ |
OtherXmlEditorDelegate.java | 22 import com.android.ide.eclipse.adt.AdtPlugin; 76 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
ExportWizard.java | 20 import com.android.ide.eclipse.adt.AdtPlugin; 276 AdtPlugin.printToConsole(mProject, 294 String path = AdtPlugin.getOsAbsoluteZipAlign(); 316 AdtPlugin.displayWarning("Export Wizard", 384 ImageDescriptor desc = AdtPlugin.getImageDescriptor(PROJECT_LOGO_LARGE); 532 AdtPlugin.displayError("Export Wizard", message); 539 AdtPlugin.log(t, "Export Wizard Error"); 571 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | 31 import com.android.ide.eclipse.adt.AdtPlugin; 241 return AdtPlugin.displayPrompt("New Android Project", 337 parameters.put(PARAM_SDK_TOOLS_DIR, AdtPlugin.getOsSdkToolsFolder()); 400 parameters.put(PARAM_SDK_TOOLS_DIR, AdtPlugin.getOsSdkToolsFolder()); 456 parameters.put(PARAM_SDK_TOOLS_DIR, AdtPlugin.getOsSdkToolsFolder()); 517 AdtPlugin.log(e, "New Project Wizard failed"); 526 MessageDialog.openError(AdtPlugin.getShell(), 529 ErrorDialog.openError(AdtPlugin.getShell(), 543 MessageDialog.openError(AdtPlugin.getShell(), "Error", msg); 622 AdtPlugin.log(e, null) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectWizard.java | 24 import com.android.ide.eclipse.adt.AdtPlugin; 291 File libFolder = new File(AdtPlugin.getOsSdkToolsFolder(), 302 AdtPlugin.log(e, null); 308 AdtPlugin.log(e, null); 320 AdtPlugin.log(e, null); 357 AdtPlugin.log(e, null); 362 AdtPlugin.log(ioe, null); 405 AdtPlugin.log(e, null);
|
ProjectContentsPage.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 326 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format( 342 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 349 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 355 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 364 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 369 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 374 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
|
NewTemplateWizard.java | 25 import com.android.ide.eclipse.adt.AdtPlugin; 160 AdtPlugin.getDisplay().asyncExec(new Runnable() { 168 AdtPlugin.openFile((IFile) resource, null, false); 170 AdtPlugin.log(e, "Failed to open %1$s", //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 20 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/editors/ |
AndroidXmlEditor.java | 23 import com.android.ide.eclipse.adt.AdtPlugin; 181 AdtPlugin.getDefault().refreshSdk(); 204 AdtPlugin.getDefault().addTargetListener(mTargetListener); 292 AdtPlugin.log(e, null); 434 QualifiedName qname = new QualifiedName(AdtPlugin.PLUGIN_ID, 456 AdtPlugin.log(e, "Selecting page '%s' in AndroidXmlEditor failed", defaultPageId); 540 QualifiedName qname = new QualifiedName(AdtPlugin.PLUGIN_ID, 594 AdtPlugin.getDefault().removeTargetListener(mTargetListener); 825 Status status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 837 AdtPlugin.log(e, "Error while loading editor"); //$NON-NLS-1 [all...] |
/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.getShell(); 211 return AdtPlugin.getAndroidLogo();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerDeltaVisitor.java | 22 import com.android.ide.eclipse.adt.AdtPlugin; 301 AdtPlugin.printErrorToConsole(mBuilder.getProject(), msg); 306 AdtPlugin.printErrorToConsole(mBuilder.getProject(), msg); 353 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
CompiledResourcesMonitor.java | 25 import com.android.ide.eclipse.adt.AdtPlugin; 100 AdtPlugin.log(IStatus.ERROR, 187 AdtPlugin.log(IStatus.ERROR, 238 AdtPlugin.log(e, "loadAndParseRClass failed to find class %1$s", className); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkHelper.java | 19 import com.android.ide.eclipse.adt.AdtPlugin; 68 AdtPlugin.printErrorToConsole(e.getLocalizedMessage()); 86 AdtPlugin.printErrorToConsole(project, "Unknown Application ABI: ", abi); 116 AdtPlugin.printErrorToConsole(e.getLocalizedMessage());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 35 import com.android.ide.eclipse.adt.AdtPlugin; 132 AdtPlugin.log(e, "Could not create image descriptor for %s", file); 353 AdtPlugin.log(IStatus.WARNING, "Failed to render set of icons for %1$s", 357 AdtPlugin.log(session.getResult().getException(), 360 AdtPlugin.log(IStatus.WARNING, session.getResult().getErrorMessage()); 512 IPath pluginState = AdtPlugin.getDefault().getStateLocation(); 553 AdtPlugin.log(e, "Failed writing palette file"); 565 AdtPlugin.writeFile(file, colors); 611 AdtPlugin.log(e, "Can't read preview properties"); 639 AdtPlugin.log(t, "Cannot initialize preview color settings") [all...] |