HomeSort by relevance Sort by last modified time
    Searched refs:IStatus (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
FileStorage.java 24 import org.eclipse.core.runtime.IStatus;
64 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.getDefault().getBundle()
65 .getSymbolicName(), IStatus.ERROR, mFile.getAbsolutePath(), e));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 31 import org.eclipse.core.runtime.IStatus;
441 IStatus status = validatePackage(mValues.packageName);
442 if (status == null || status.getSeverity() != IStatus.ERROR) {
443 IStatus validActivity = validateActivity();
448 if (status == null || status.getSeverity() != IStatus.ERROR) {
449 IStatus validMinSdk = validateMinSdk();
455 if (status == null || status.getSeverity() != IStatus.ERROR) {
456 IStatus validSourceFolder = validateSourceFolder();
464 if (status == null || status.getSeverity() != IStatus.ERROR) {
466 IStatus validTestProject = ProjectNamePage.validateProjectName
    [all...]
ProjectNamePage.java 37 import org.eclipse.core.runtime.IStatus;
432 IStatus status = null;
440 if (status == null || status.getSeverity() != IStatus.ERROR) {
441 IStatus validLocation = validateLocation();
453 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
462 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR);
465 status.getSeverity() == IStatus.ERROR
473 private IStatus validateLocation() {
487 IStatus locationStatus = workspace.validateProjectLocationURI(handle, uri);
496 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID
    [all...]
SampleSelectionPage.java 24 import org.eclipse.core.runtime.IStatus;
247 IStatus status = null;
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,
261 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR);
264 status.getSeverity() == IStatus.ERROR
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 18 import org.eclipse.core.runtime.IStatus;
158 * Logs given {@link IStatus} into Eclipse .log.
160 public static void log(IStatus status) {
165 * Logs {@link IStatus} with given message into Eclipse .log.
168 log(new Status(IStatus.INFO, sPluginId, IStatus.INFO, message, null));
172 * Logs {@link IStatus} with given exception into Eclipse .log.
175 Status status = new Status(IStatus.ERROR, sPluginId, "", e);
180 * Logs {@link IStatus} with given message and exception into Eclipse .log.
187 * Creates {@link IStatus} for given message and exception
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PatternBasedDeltaVisitor.java 29 import org.eclipse.core.runtime.IStatus;
65 AdtPlugin.log(IStatus.INFO, "%s (%s): Delta for %s", //$NON-NLS-1$
106 AdtPlugin.log(IStatus.INFO, "%s (%s:%s): %s", //$NON-NLS-1$
110 AdtPlugin.log(IStatus.INFO, "%s (%s): %s", //$NON-NLS-1$
124 AdtPlugin.log(IStatus.INFO, "%s (%s:%s): %s", //$NON-NLS-1$
128 AdtPlugin.log(IStatus.INFO, "%s (%s): %s", //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 27 import org.eclipse.core.runtime.IStatus;
58 protected IStatus run(IProgressMonitor monitor) {
83 protected IStatus run(IProgressMonitor monitor) {
AndroidClasspathContainerPage.java 25 import org.eclipse.core.runtime.IStatus;
53 private IStatus mCurrStatus;
143 if (visible && mCurrStatus.matches(IStatus.ERROR)) {
156 protected void updateStatus(IStatus status) {
158 setPageComplete(!status.matches(IStatus.ERROR));
172 protected void updateStatus(IStatus[] status) {
ExportHelper.java 48 import org.eclipse.core.runtime.IStatus;
113 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
215 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
295 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
300 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
307 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
314 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
317 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
320 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
323 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
Activator.java 21 import org.eclipse.core.runtime.IStatus;
72 public static IStatus newStatus(Exception e) {
73 return new Status(IStatus.ERROR, PLUGIN_ID, e.getMessage(), e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkLoadingTestCase.java 26 import org.eclipse.core.runtime.IStatus;
110 IStatus status = new AndroidTargetParser(target).run(new NullProgressMonitor());
111 if (status.getCode() != IStatus.OK) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 40 import org.eclipse.core.runtime.IStatus;
358 IStatus status = NewTemplatePage.validateCombo(null, mThemeParameter,
494 IStatus nameStatus = workspace.validateName(appName, IResource.PROJECT);
756 IStatus status = mValues.template.validateTemplate(mValues.minSdkLevel,
769 IStatus appStatus = validateAppName();
775 IStatus projectStatus = validateProjectName();
781 IStatus packageStatus = validatePackageName();
    [all...]
ProjectContentsPage.java 24 import org.eclipse.core.runtime.IStatus;
304 IStatus status = validateProjectLocation();
306 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR);
309 status.getSeverity() == IStatus.ERROR
317 static IStatus validateLocationInWorkspace(NewProjectWizardState values) {
326 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format(
335 private IStatus validateProjectLocation() {
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
    [all...]
InstallDependencyPage.java 22 import org.eclipse.core.runtime.IStatus;
238 IStatus status = null;
243 status = new Status(IStatus.WARNING, AdtPlugin.PLUGIN_ID,
247 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR);
250 status.getSeverity() == IStatus.ERROR
  /external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
AppNanolets.java 51 import fi.iki.elonen.NanoHTTPD.Response.IStatus;
91 public NanoHTTPD.Response.IStatus getStatus() {
112 public IStatus getStatus() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java 33 import org.eclipse.core.runtime.IStatus;
59 protected IStatus run(IProgressMonitor monitor) {
73 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, message);
119 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
RenderLogger.java 25 import org.eclipse.core.runtime.IStatus;
129 appendToIdeLog(null, IStatus.ERROR, description);
143 appendToIdeLog(throwable, IStatus.ERROR, description);
194 appendToIdeLog(null, IStatus.WARNING, description);
207 appendToIdeLog(throwable, IStatus.ERROR, description);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ColumnDialog.java 20 import org.eclipse.core.runtime.IStatus;
98 IStatus status;
102 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
105 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 26 import org.eclipse.core.runtime.IStatus;
112 public IStatus validate(Object[] selection) {
114 return new Status(IStatus.OK, // severity
116 IStatus.OK, // code
120 return new Status(IStatus.OK, // severity
122 IStatus.OK, // code
126 return new Status(IStatus.ERROR, // severity
128 IStatus.ERROR, // code
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 23 import org.eclipse.core.runtime.IStatus;
39 protected IStatus run(IProgressMonitor monitor) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 23 import org.eclipse.core.runtime.IStatus;
68 * @return an IStatus indicating the result of the load.
70 public synchronized IStatus loadDex(String osFilepath) {
74 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format(
212 private static IStatus createErrorStatus(String message, Throwable e) {
216 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, message, e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 27 import org.eclipse.core.runtime.IStatus;
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/editors/values/
ValuesEditorDelegate.java 30 import org.eclipse.core.runtime.IStatus;
84 AdtPlugin.log(IStatus.ERROR, "Error creating nested page"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 28 import org.eclipse.core.runtime.IStatus;
246 IStatus status;
249 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID,
250 IStatus.OK, "", //$NON-NLS-1$
253 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
254 IStatus.ERROR, "You must select a Resource Item",
258 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
259 IStatus.ERROR, "", //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 26 import org.eclipse.core.runtime.IStatus;
45 protected IStatus run(IProgressMonitor monitor) {

Completed in 662 milliseconds

1 2 3 4 5