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

1 2 3 4 5 6 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidExportNature.java 21 import org.eclipse.core.runtime.CoreException;
43 * @throws CoreException if configuration fails.
46 public void configure() throws CoreException {
64 * @throws CoreException if configuration fails.
67 public void deconfigure() throws CoreException {
BaseClasspathContainerInitializer.java 25 import org.eclipse.core.runtime.CoreException;
57 } catch (CoreException e) {
70 } catch (CoreException e2) {
93 } catch (CoreException ce) {
104 } catch (CoreException e2) {
AndroidNature.java 28 import org.eclipse.core.runtime.CoreException;
56 * @throws CoreException if configuration fails.
59 public void configure() throws CoreException {
79 * @throws CoreException if configuration fails.
82 public void deconfigure() throws CoreException {
123 * @throws CoreException if fails to change the nature.
126 IProgressMonitor monitor, boolean addAndroidNature) throws CoreException {
151 * @throws CoreException if fails to change the nature.
154 String natureId, IProgressMonitor monitor) throws CoreException {
178 * @throws CoreException
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.cpp 36 static struct CoreException {
81 static const CoreException* getErrorEntry(ExceptionCode ec)
100 const CoreException* entry = getErrorEntry(ec);
114 const CoreException* entry = getErrorEntry(ec);
124 const CoreException* entry = getErrorEntry(ec);
134 const CoreException* entry = getErrorEntry(ec);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 19 import org.eclipse.core.runtime.CoreException;
105 } catch (CoreException e1) {
113 } catch (CoreException e) {
120 } catch (CoreException e) {
128 } catch (CoreException e) {
136 } catch (CoreException e) {
142 } catch (CoreException e) {
149 } catch (CoreException e) {
163 } catch (CoreException e) {
169 } catch (CoreException e1)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java 22 import org.eclipse.core.runtime.CoreException;
50 public IFileInfo[] childInfos(int options, IProgressMonitor monitor) throws CoreException {
56 throws CoreException {
61 public IFileStore[] childStores(int options, IProgressMonitor monitor) throws CoreException {
67 throws CoreException {
72 public void delete(int options, IProgressMonitor monitor) throws CoreException {
82 public IFileInfo fetchInfo(int options, IProgressMonitor monitor) throws CoreException {
123 public IFileStore mkdir(int options, IProgressMonitor monitor) throws CoreException {
129 throws CoreException {
135 throws CoreException {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.appserver_3.1.400.v20100427.jar 
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
OpenCreateAssetSetWizardAction.java 20 import org.eclipse.core.runtime.CoreException;
42 protected INewWizard createWizard() throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchShortcut.java 19 import org.eclipse.core.runtime.CoreException;
40 throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
FileStorage.java 22 import org.eclipse.core.runtime.CoreException;
59 public InputStream getContents() throws CoreException {
64 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.getDefault().getBundle()
XmlStorageEditorInput.java 20 import org.eclipse.core.runtime.CoreException;
48 public IStorage getStorage() throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
JavaQuickAssistant.java 23 import org.eclipse.core.runtime.CoreException;
37 public boolean hasAssists(IInvocationContext context) throws CoreException {
43 IProblemLocation[] locations) throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 26 import org.eclipse.core.runtime.CoreException;
50 } catch (CoreException e) {
63 } catch (CoreException e) {
110 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringDescriptor.java 19 import org.eclipse.core.runtime.CoreException;
58 * @throws CoreException
61 public Refactoring createRefactoring(RefactoringStatus status) throws CoreException {

Completed in 684 milliseconds

1 2 3 4 5 6 7 8