HomeSort by relevance Sort by last modified time
    Searched full:istatus (Results 26 - 50 of 200) sorted by null

12 3 4 5 6 7 8

  /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) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 29 import org.eclipse.core.runtime.IStatus;
264 IStatus status = null;
268 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
277 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR);
280 status.getSeverity() == IStatus.ERROR
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar 
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 24 import org.eclipse.core.runtime.IStatus;
263 IStatus status = null;
268 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
271 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
276 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
300 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR);
303 status.getSeverity() == IStatus.ERROR
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 35 import org.eclipse.core.runtime.IStatus;
100 protected IStatus run(IProgressMonitor monitor) {
114 private IStatus runDexDump(final IProject project, IProgressMonitor monitor) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 24 import org.eclipse.core.runtime.IStatus;
126 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description);
190 AdtPlugin.log(IStatus.WARNING, "%1$s: %2$s", mName, description);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 64 int32 iStatus;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 49 import org.eclipse.core.runtime.IStatus;
604 IStatus status;
606 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, error);
608 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID, null);
904 IStatus status;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 37 import org.eclipse.core.runtime.IStatus;
73 protected IStatus run(IProgressMonitor monitor) {
145 protected IStatus run(IProgressMonitor monitor) {
219 protected IStatus run(IProgressMonitor monitor) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 63 import org.eclipse.core.runtime.IStatus;
142 AdtPlugin.log(IStatus.INFO, "%s CLEAN(POST)", project.getName());
175 AdtPlugin.log(IStatus.INFO, "%s BUILD(POST)", project.getName());
236 AdtPlugin.log(IStatus.INFO, "%s full build!", project.getName());
372 AdtPlugin.log(IStatus.INFO, "%s running crunch!", project.getName());
389 AdtPlugin.log(IStatus.INFO, "%s updating jar!", project.getName());
533 AdtPlugin.log(IStatus.INFO, "%s running crunch!", project.getName());
543 AdtPlugin.log(IStatus.INFO, "%s packaging resources!", project.getName());
588 AdtPlugin.log(IStatus.INFO, "%s running dex!", project.getName());
626 AdtPlugin.log(IStatus.INFO, "%s making final package!", project.getName())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 28 import org.eclipse.core.runtime.IStatus;
136 AdtPlugin.log(IStatus.WARNING,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 28 import org.eclipse.core.runtime.IStatus;
133 AdtPlugin.log(IStatus.WARNING,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java 29 import org.eclipse.core.runtime.IStatus;
116 AdtPlugin.log(IStatus.ERROR,
  /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/lint/
LintJob.java 39 import org.eclipse.core.runtime.IStatus;
94 protected IStatus run(IProgressMonitor monitor) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
FixImportsJob.java 27 import org.eclipse.core.runtime.IStatus;
74 public IStatus runInWorkspace(final IProgressMonitor monitor) throws CoreException {
RefactoringUtil.java 32 import org.eclipse.core.runtime.IStatus;
92 AdtPlugin.log(IStatus.INFO, AdtPlugin.PLUGIN_ID, message);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 39 import org.eclipse.core.runtime.IStatus;
130 AdtPlugin.log(IStatus.INFO,
160 AdtPlugin.log(IStatus.INFO,
187 AdtPlugin.log(IStatus.INFO,
198 AdtPlugin.log(IStatus.INFO,

Completed in 1204 milliseconds

12 3 4 5 6 7 8