HomeSort by relevance Sort by last modified time
    Searched full:markerid (Results 1 - 7 of 7) 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 182 * @param markerId The id of the marker to add.
188 protected final IMarker markProject(String markerId, String message, int severity) {
189 return BaseProjectHelper.markResource(getProject(), markerId, message, severity);
195 * @param markerId The id of the markers to remove. If null, all marker of
198 public final void removeMarkersFromResource(IResource resource, String markerId) {
201 resource.deleteMarkers(markerId, true, IResource.DEPTH_ZERO);
204 String msg = String.format(Messages.Marker_Delete_Error, markerId, resource.toString());
212 * @param markerId The id of the markers to remove. If null, all marker of
215 protected final void removeMarkersFromContainer(IContainer folder, String markerId) {
218 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 105 * @param markerId The id of the marker to add.
112 public final static IMarker markResource(IResource resource, String markerId,
114 return markResource(resource, markerId, message, lineNumber, -1, -1, severity);
122 * @param markerId The id of the marker to add.
132 public final static IMarker markResource(IResource resource, String markerId,
135 IMarker marker = resource.createMarker(markerId);
162 markerId, resource.getFullPath());
172 * @param markerId The id of the marker to add.
177 public final static IMarker markResource(IResource resource, String markerId,
179 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 441 * @param markerId The marker id to put.
448 String message, String root, IProject project, String markerId, int severity) {
495 IMarker[] markers = f2.findMarkers(markerId, true, IResource.DEPTH_ZERO);
536 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 752 final String markerId = IMarker.PROBLEM;
754 IMarker[] markers = resource.findMarkers(markerId, true, IResource.DEPTH_ZERO);
787 final String markerId = IMarker.PROBLEM;
795 IMarker[] markers = resource.findMarkers(markerId, true, IResource.DEPTH_ZERO);
832 BaseProjectHelper.markResource(resource, markerId, message, lineNumber,
    [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);
  /prebuilt/linux-x86/toolchain/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);

Completed in 5143 milliseconds