OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoreException
(Results
1 - 25
of
231
) sorted by null
1
2
3
4
5
6
7
8
9
10
/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
;
64
} catch (
CoreException
e2) {
89
} 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
...]
/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
;
111
} catch (
CoreException
e1) {
122
} catch (
CoreException
e) {
128
} catch (
CoreException
e) {
135
} catch (
CoreException
e) {
143
} catch (
CoreException
e) {
151
} catch (
CoreException
e) {
157
} catch (
CoreException
e) {
164
} catch (
CoreException
e) {
178
} catch (
CoreException
e)
[
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/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.cpp
36
static const struct
CoreException
{
84
static const
CoreException
* getErrorEntry(ExceptionCode ec)
103
const
CoreException
* entry = getErrorEntry(ec);
123
const
CoreException
* entry = getErrorEntry(ec);
133
const
CoreException
* entry = getErrorEntry(ec);
/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()
/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) {
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar
Completed in 388 milliseconds
1
2
3
4
5
6
7
8
9
10