HomeSort by relevance Sort by last modified time
    Searched refs:AdtPlugin (Results 51 - 75 of 253) sorted by null

1 23 4 5 6 7 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 29 import com.android.ide.eclipse.adt.AdtPlugin.CheckSdkErrorHandler.Solution;
130 public class AdtPlugin extends AbstractUIPlugin implements ILogger {
135 private static AdtPlugin sPlugin;
203 public AdtPlugin() {
289 synchronized (AdtPlugin.class) {
325 public static synchronized AdtPlugin getDefault() {
336 synchronized (AdtPlugin.class) {
363 Display display = AdtPlugin.getDisplay();
506 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$
528 AdtPlugin.log(e, null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 24 import com.android.ide.eclipse.adt.AdtPlugin;
249 AdtPlugin.log(IStatus.INFO, "%s BUILD(PRE)", project.getName());
294 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
298 AdtPlugin.log(IStatus.INFO, "%s full build!", project.getName());
312 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
423 AdtPlugin.printErrorToConsole(project, Messages.Xml_Error);
434 AdtPlugin.printErrorToConsole(project, msg);
459 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, msg);
525 AdtPlugin.printErrorToConsole(project, msg);
535 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, msg)
    [all...]
ResourceManagerBuilder.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
114 AdtPlugin.printErrorToConsole(project, errorMessage);
120 String osSdkFolder = AdtPlugin.getOsSdkFolder();
123 AdtPlugin.printErrorToConsole(project, Messages.No_SDK_Setup_Error);
167 AdtPlugin.printErrorToConsole(project, message);
189 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
272 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, Messages.Refreshing_Res);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 20 import com.android.ide.eclipse.adt.AdtPlugin;
48 private final static QualifiedName RULE_LOADER = new QualifiedName(AdtPlugin.PLUGIN_ID,
81 AdtPlugin.log(e, "Can't store RuleLoader");
136 AdtPlugin.log(IStatus.WARNING,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringUtil.java 28 import com.android.ide.eclipse.adt.AdtPlugin;
92 AdtPlugin.log(IStatus.INFO, AdtPlugin.PLUGIN_ID, message);
101 AdtPlugin.log(e, e.getMessage());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 22 import com.android.ide.eclipse.adt.AdtPlugin;
138 AdtPlugin.log(e, null);
163 AdtPlugin.printErrorToConsole(
187 AdtPlugin.getShell(),
197 AdtPlugin.printErrorToConsole("Failed to install Android Support library");
209 AdtPlugin.printErrorToConsole("Android Support Jar not found:",
397 AdtPlugin.log(e, null);
405 AdtPlugin.log(e, null);
468 AdtPlugin.log(e, msg);
480 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLMultiPageEditorPart.java 20 import com.android.ide.eclipse.adt.AdtPlugin;
78 AdtPlugin.log(e, e.getMessage(), null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonMatchingStrategy.java 22 import com.android.ide.eclipse.adt.AdtPlugin;
78 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportPropertiesPage.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
63 form.setImage(AdtPlugin.getAndroidLogo());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuTreePage.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
61 form.setImage(AdtPlugin.getAndroidLogo());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlTreePage.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
61 form.setImage(AdtPlugin.getAndroidLogo());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiModelTreeLabelProvider.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
66 return AdtPlugin.getAndroidLogo();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DocumentFix.java 18 import com.android.ide.eclipse.adt.AdtPlugin;
42 AdtPlugin.log(null, "Unexpected document type: %1$s. Can't fix.",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
StringEvaluator.java 23 import com.android.ide.eclipse.adt.AdtPlugin;
75 AdtPlugin.log(e, null);
Parameter.java 28 import com.android.ide.eclipse.adt.AdtPlugin;
73 AdtPlugin.printErrorToConsole("Unexpected template type '" + name + "'");
74 AdtPlugin.printErrorToConsole("Expected one of :");
76 AdtPlugin.printErrorToConsole(" " + s.name().toLowerCase(Locale.US));
140 AdtPlugin.printErrorToConsole("Unexpected template constraint '" + name + "'");
142 AdtPlugin.printErrorToConsole("Use | to separate constraints");
144 AdtPlugin.printErrorToConsole("Expected one of :");
146 AdtPlugin.printErrorToConsole(" " + s.name().toLowerCase(Locale.US));
386 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 27 import com.android.ide.eclipse.adt.AdtPlugin;
449 File file = new File(AdtPlugin.getOsSdkFolder(), OS_SDK_TOOLS_LIB_FOLDER
452 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
495 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
504 return new Status(IStatus.WARNING, AdtPlugin.PLUGIN_ID,
511 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
516 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
526 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
534 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
544 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID
    [all...]
ApplicationInfoPage.java 20 import com.android.ide.eclipse.adt.AdtPlugin;
89 AdtPlugin.getDefault().addTargetListener(this);
278 AdtPlugin.getDefault().removeTargetListener(this);
483 AdtPlugin.PLUGIN_ID,
490 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
529 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
538 return new Status(IStatus.WARNING, AdtPlugin.PLUGIN_ID,
546 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
595 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
599 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID
    [all...]
SampleSelectionPage.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
124 return AdtPlugin.getAndroidLogo();
249 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
252 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, "Choose a sample");
254 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
140 AdtPlugin.log(e, null);
155 AdtPlugin.log(e, null);
157 AdtPlugin.log(e, null);
163 AdtPlugin.log(e, null);
176 IWorkbench workbench = AdtPlugin.getDefault().getWorkbench();
185 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 26 import com.android.ide.eclipse.adt.AdtPlugin;
445 AdtPlugin.log(IStatus.WARNING, "Unexpected delta type: %1$s",
496 resources.loadPublicResources(AdtPlugin.getDefault());
536 AdtPlugin.log(t,
549 AdtPlugin.log(t,
588 private final static QualifiedName NEED_AAPT = new QualifiedName(AdtPlugin.PLUGIN_ID,
615 AdtPlugin.log(e, null);
635 AdtPlugin.log(e, null);
650 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 25 import com.android.ide.eclipse.adt.AdtPlugin;
95 AdtPlugin.getDefault().refreshSdk();
142 AdtPlugin.getDisplay().asyncExec(new Runnable() {
148 IEditorPart editor = AdtPlugin.openFile(file, null,
158 AdtPlugin.log(e, "Failed to create %1$s: missing type", //$NON-NLS-1$
175 AdtPlugin.log(IStatus.ERROR, "Failed to create %1$s: missing type", name); //$NON-NLS-1$
182 AdtPlugin.log(IStatus.ERROR, "Failed to create %1$s: missing root element", //$NON-NLS-1$
199 if (!AdtPlugin.displayPrompt("New Android XML File",
296 AdtPlugin.displayError("New Android XML File", error);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 20 import com.android.ide.eclipse.adt.AdtPlugin;
74 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format(
212 AdtPlugin.log(e, message);
213 AdtPlugin.printErrorToConsole(Messages.DexWrapper_Dex_Loader, message);
215 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, message, e);
BuildHelper.java 23 import com.android.ide.eclipse.adt.AdtPlugin;
170 AdtPlugin.printBuildToConsole(BuildVerbosity.ALWAYS, mProject, msg);
192 AdtPlugin.printBuildToConsole(BuildVerbosity.ALWAYS, mProject, msg);
217 AdtPlugin.printBuildToConsole(BuildVerbosity.ALWAYS, mProject, msg);
281 AdtPlugin.printBuildToConsole(BuildVerbosity.ALWAYS, mProject, msg);
323 AdtPlugin adt = AdtPlugin.getDefault();
333 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, mProject,
336 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, mProject,
488 command.add(AdtPlugin.getOsAbsoluteProguard())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 22 import com.android.ide.eclipse.adt.AdtPlugin;
126 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description);
140 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
190 AdtPlugin.log(IStatus.WARNING, "%1$s: %2$s", mName, description);
203 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
70 AdtPlugin.printToConsole(info.getProject(), msg);
84 AdtPlugin.printErrorToConsole(info.getProject(),
282 AdtPlugin.log(IStatus.ERROR, "Adt test runner executed on UI thread");
283 AdtPlugin.printErrorToConsole(mJUnitInfo.getProject(),

Completed in 192 milliseconds

1 23 4 5 6 7 8 91011