HomeSort by relevance Sort by last modified time
    Searched refs:CoreException (Results 76 - 100 of 241) sorted by null

1 2 34 5 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringUtil.java 31 import org.eclipse.core.runtime.CoreException;
77 } catch (CoreException e1) {
AndroidTypeRenameParticipant.java 51 import org.eclipse.core.runtime.CoreException;
160 } catch (CoreException e) {
193 public Change createChange(IProgressMonitor pm) throws CoreException,
306 } catch (CoreException e) {
317 } catch (CoreException e) {
355 } catch (CoreException e) {
402 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/
AdtSourceLookupDirector.java 26 import org.eclipse.core.runtime.CoreException;
44 public void initializeDefaults(ILaunchConfiguration configuration) throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java 32 import org.eclipse.core.runtime.CoreException;
100 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DevTreeProjectProvider.java 24 import org.eclipse.core.runtime.CoreException;
136 } catch (CoreException e) {
SourceRevealer.java 22 import org.eclipse.core.runtime.CoreException;
131 } catch (CoreException e) {
151 public void acceptSearchMatch(SearchMatch match) throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 62 import org.eclipse.core.runtime.CoreException;
549 if (t instanceof CoreException) {
550 CoreException core = (CoreException) t;
654 } catch (CoreException e) {
676 } catch (CoreException e) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java 38 import org.eclipse.core.runtime.CoreException;
260 } catch (CoreException e) {
522 } catch (CoreException e) {
538 } catch (CoreException e) {
IdeScanningContext.java 38 import org.eclipse.core.runtime.CoreException;
147 } catch (CoreException ce) {
186 } catch (CoreException ce) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSelectionPage.java 27 import org.eclipse.core.runtime.CoreException;
219 } catch (CoreException ignored) {
245 private List<String> getCyclicProjects(List<IJavaProject> projects) throws CoreException {
262 throws CoreException {
ProjectSetupBuilder.java 32 import org.eclipse.core.runtime.CoreException;
97 throws CoreException {
198 throws InternalException, CoreException {
248 throws InternalException, CoreException {
348 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 31 import org.eclipse.core.runtime.CoreException;
69 } catch (CoreException e) {
77 } catch (CoreException e) {
CustomViewFinder.java 29 import org.eclipse.core.runtime.CoreException;
103 } catch (CoreException e) {
111 } catch (CoreException e) {
204 public void acceptSearchMatch(SearchMatch match) throws CoreException {
265 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 28 import org.eclipse.core.runtime.CoreException;
176 } catch (CoreException e) {
187 } catch (CoreException e) {
NewProjectWizard.java 38 import org.eclipse.core.runtime.CoreException;
322 } catch (CoreException e) {
334 } catch (CoreException e) {
371 } catch (CoreException e) {
425 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 27 import org.eclipse.core.runtime.CoreException;
67 } catch (CoreException e) {
115 } catch (CoreException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 39 import org.eclipse.core.runtime.CoreException;
105 IProgressMonitor monitor) throws CoreException {
227 } catch (CoreException e) {
371 * @throws CoreException
374 boolean createFolders, IProgressMonitor monitor) throws CoreException {
418 * @throws CoreException
421 throws CoreException {
471 // throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
477 // throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 31 import org.eclipse.core.runtime.CoreException;
362 } catch (CoreException ce) {
395 } catch (CoreException ce) {
411 } catch (CoreException e) {
421 } catch (CoreException ce) {
436 } catch (CoreException ce) {
467 } catch (CoreException ce) {
511 } catch (CoreException e) {
512 // TODO: does the real error need to be extracted out of CoreException
523 private void mapResources(ILaunchConfigurationWorkingCopy config) throws CoreException {
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 34 import org.eclipse.core.runtime.CoreException;
98 throws CoreException, OperationCanceledException {
121 public Change createChange(IProgressMonitor pm) throws CoreException,
175 } catch (CoreException e) {
216 } catch (CoreException e) {
307 } catch (CoreException e) {
431 public boolean visit(IResource resource) throws CoreException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 36 import org.eclipse.core.runtime.CoreException;
337 } catch (CoreException e) {
368 throws CoreException {
391 IConfigurationElement[] configElements) throws CoreException {
415 throws CoreException {
435 * @throws CoreException
438 throws CoreException {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 56 import org.eclipse.core.runtime.CoreException;
88 IProgressMonitor monitor) throws CoreException {
99 IProgressMonitor monitor) throws CoreException {
366 } catch (CoreException e) {
379 IProject project, NativeAbi compatAbi, IProgressMonitor monitor) throws CoreException {
423 throws CoreException{
488 } catch (CoreException e) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 

Completed in 183 milliseconds

1 2 34 5 6 7 8 910