OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markerId
(Results
1 - 7
of
7
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java
107
* @param
markerId
The id of the marker to add.
114
public final static IMarker markResource(IResource resource, String
markerId
,
116
return markResource(resource,
markerId
, message, lineNumber, -1, -1, severity);
124
* @param
markerId
The id of the marker to add.
135
public final static IMarker markResource(IResource resource, String
markerId
,
142
IMarker marker = resource.createMarker(
markerId
);
169
markerId
, resource.getFullPath());
179
* @param
markerId
The id of the marker to add.
185
public final static IMarker markResource(IResource resource, String
markerId
,
187
return markResource(resource,
markerId
, message, -1, severity)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java
202
* @param
markerId
The id of the marker to add.
208
protected final IMarker markProject(String
markerId
, String message, int severity) {
209
return BaseProjectHelper.markResource(getProject(),
markerId
, message, severity);
215
* @param
markerId
The id of the markers to remove. If null, all marker of
218
public final void removeMarkersFromResource(IResource resource, String
markerId
) {
221
resource.deleteMarkers(
markerId
, true, IResource.DEPTH_ZERO);
224
String msg = String.format(Messages.Marker_Delete_Error,
markerId
, resource.toString());
232
* @param
markerId
The id of the markers to remove. If null, all marker of
235
protected final void removeMarkersFromContainer(IContainer folder, String
markerId
) {
238
folder.deleteMarkers(
markerId
, true, IResource.DEPTH_INFINITE)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java
792
final String
markerId
= IMarker.PROBLEM;
794
IMarker[] markers = resource.findMarkers(
markerId
, true, IResource.DEPTH_ZERO);
828
final String
markerId
= IMarker.PROBLEM;
836
IMarker[] markers = resource.findMarkers(
markerId
, true, IResource.DEPTH_ZERO);
874
BaseProjectHelper.markResource(resource,
markerId
, message, lineNumber,
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java
495
* @param
markerId
The marker id to put.
502
String message, String root, IProject project, String
markerId
, int severity) {
549
IMarker[] markers = f2.findMarkers(
markerId
, true, IResource.DEPTH_ZERO);
590
BaseProjectHelper.markResource(f2,
markerId
, message, line,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java
612
String
markerId
= getId(marker);
613
Issue issue = registry.getIssue(
markerId
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 30 milliseconds