HomeSort by relevance Sort by last modified time
    Searched full:markerid (Results 1 - 12 of 12) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 173 markerid = id(lst)
174 if markerid in markers:
176 markers[markerid] = lst
199 del markers[markerid]
206 markerid = id(dct)
207 if markerid in markers:
209 markers[markerid] = dct
270 del markers[markerid]
301 markerid = id(o)
302 if markerid in markers
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 201 * @param markerId The id of the marker to add.
207 protected final IMarker markProject(String markerId, String message, int severity) {
208 return BaseProjectHelper.markResource(getProject(), markerId, message, severity);
214 * @param markerId The id of the markers to remove. If null, all marker of
217 public final void removeMarkersFromResource(IResource resource, String markerId) {
220 resource.deleteMarkers(markerId, true, IResource.DEPTH_ZERO);
223 String msg = String.format(Messages.Marker_Delete_Error, markerId, resource.toString());
231 * @param markerId The id of the markers to remove. If null, all marker of
234 protected final void removeMarkersFromContainer(IContainer folder, String markerId) {
237 folder.deleteMarkers(markerId, true, IResource.DEPTH_INFINITE)
    [all...]
  /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/
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/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...]
  /external/skia/bench/
bench_graph_svg.py 602 function mark(markerId) {
608 if (markerId == null) {
611 svgLine.setAttributeNS(null,'marker-mid', markerId);
    [all...]
  /external/esd/include/
audiofile.h 549 void afSetLoopStart (AFfilehandle, int instid, int loopid, int markerid);
551 void afSetLoopEnd (AFfilehandle, int instid, int loopid, int markerid);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
audiofile.h 549 void afSetLoopStart (AFfilehandle, int instid, int loopid, int markerid);
551 void afSetLoopEnd (AFfilehandle, int instid, int loopid, int markerid);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 549 void afSetLoopStart (AFfilehandle, int instid, int loopid, int markerid);
551 void afSetLoopEnd (AFfilehandle, int instid, int loopid, int markerid);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 549 void afSetLoopStart (AFfilehandle, int instid, int loopid, int markerid);
551 void afSetLoopEnd (AFfilehandle, int instid, int loopid, int markerid);
  /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 

Completed in 471 milliseconds