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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.cpp 100 const DocumentMarker& marker = *markerIt; local
102 // SVG is only interessted in the TextMatch marker, for now.
103 if (marker.type != DocumentMarker::TextMatch)
113 int markerStartPosition = max<int>(marker.startOffset - textBox->start(), 0);
114 int markerEndPosition = min<int>(marker.endOffset - textBox->start(), textBox->len());
141 document->markers()->setRenderedRectForMarker(node, marker, textRenderer->localToAbsoluteQuad(markerRect).enclosingBoundingBox());
  /external/jpeg/
transupp.c 889 jpeg_saved_marker_ptr marker; local
896 for (marker = srcinfo->marker_list; marker != NULL; marker = marker->next) {
898 marker->marker == JPEG_APP0 &&
899 marker->data_length >= 5 &&
900 GETJOCTET(marker->data[0]) == 0x4A &&
901 GETJOCTET(marker->data[1]) == 0x46 &
    [all...]
  /external/qemu/distrib/jpeg-6b/
transupp.c 889 jpeg_saved_marker_ptr marker; local
896 for (marker = srcinfo->marker_list; marker != NULL; marker = marker->next) {
898 marker->marker == JPEG_APP0 &&
899 marker->data_length >= 5 &&
900 GETJOCTET(marker->data[0]) == 0x4A &&
901 GETJOCTET(marker->data[1]) == 0x46 &
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 332 for (IMarker marker : markers) {
333 if (!LintFix.hasFix(EclipseLintClient.getId(marker))) {
340 List<LintFix> fixes = LintFix.getFixes(EclipseLintClient.getId(marker), marker);
350 for (IMarker marker : markers) {
351 IResource resource = marker.getResource();
490 for (IMarker marker : markers) {
491 List<LintFix> fixes = LintFix.getFixes(EclipseLintClient.getId(marker),
492 marker);
497 IResource resource = marker.getResource()
    [all...]
DocumentFix.java 32 protected DocumentFix(String id, IMarker marker) {
33 super(id, marker);
LinearLayoutWeightFix.java 36 private LinearLayoutWeightFix(String id, IMarker marker) {
37 super(id, marker);
ObsoleteLayoutParamsFix.java 32 private ObsoleteLayoutParamsFix(String id, IMarker marker) {
33 super(id, marker);
SetScrollViewSizeFix.java 35 private SetScrollViewSizeFix(String id, IMarker marker) {
36 super(id, marker);
LintList.java 277 for (IMarker marker : markers) {
278 markerList.add(marker);
279 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
288 // No need to sort the marker list here; it will be sorted by the tree table model
350 // marker of each type, and below we have all the duplicates of
354 for (IMarker marker : list) {
355 String id = EclipseLintClient.getId(marker);
356 types.put(id, marker);
408 public int getCount(IMarker marker) {
410 Integer count = mTypeCount.get(marker);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFix.java 68 * marker resolution (Problem view handling), since there is a lot of overlap between
90 public boolean hasResolutions(IMarker marker) {
93 message = (String) marker.getAttribute(IMarker.MESSAGE);
104 public IMarkerResolution[] getResolutions(IMarker marker) {
105 IResource markerResource = marker.getResource();
108 String message = (String) marker.getAttribute(IMarker.MESSAGE);
118 int start = marker.getAttribute(IMarker.CHAR_START, 0);
119 int end = marker.getAttribute(IMarker.CHAR_END, 0);
179 for (IMarker marker : markers) {
180 String message = marker.getAttribute(IMarker.MESSAGE, ""); //$NON-NLS-1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 104 * Adds a marker to a file on a specific line. This methods catches thrown
107 * @param markerId The id of the marker to add.
109 * @param lineNumber the line number where to put the mark. If line is < 1, it puts the marker
111 * @param severity the severity of the marker.
120 * Adds a marker to a file on a specific line, for a specific range of text. This
124 * @param markerId The id of the marker to add.
127 * the marker on line 1,
128 * @param startOffset the beginning offset of the marker (relative to the beginning of
130 * @param endOffset the ending offset of the marker
131 * @param severity the severity of the marker
142 IMarker marker = resource.createMarker(markerId); local
209 IMarker marker = project.createMarker(markerId); local
    [all...]
  /external/jhead/
jpgfile.c 43 // Process a COM marker.
44 // We want to print out the marker contents as legible text;
73 printf("COM marker comment: %s\n",Comment);
82 // Process a SOFn marker. This is useful for the image dimensions
84 static void process_SOFn (const uchar * Data, int marker)
99 ImageInfo.Process = marker;
127 // Parse the marker stream until SOS or EOI is seen;
141 int marker = 0; local
148 marker = fgetc(infile);
149 if (marker != 0xff) break
337 int marker = 0; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 60 IMarker marker = delegate.getIssueForNode(node); local
61 if (marker != null) {
62 String message = marker.getAttribute(IMarker.MESSAGE, null);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 111 /** Last marker position allocated
128 * current input position, index(), or some other marker so that
139 /** Reset the stream so that next call to index would return marker.
140 * The marker will usually be index() but it doesn't have to be. It's
141 * just a marker to indicate what state the stream was in. This is
143 * created after this marker argument, this routine must unroll them
144 * like a stack. Assume the state the stream was in when this marker
147 void (*rewind) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER marker);
149 /** Reset the stream to the last marker position, witouh destryoing the
150 * last marker position
    [all...]
  /frameworks/volley/src/com/android/volley/
VolleyLog.java 106 /** Minimum duration from first marker to last in an marker log to warrant logging. */
109 private static class Marker {
114 public Marker(String name, long thread, long time) {
121 private final List<Marker> mMarkers = new ArrayList<Marker>();
124 /** Adds a marker to this log with the specified name. */
127 throw new IllegalStateException("Marker added to finished log");
130 mMarkers.add(new Marker(name, threadId, SystemClock.elapsedRealtime()));
136 * @param header Header string to print above the marker log
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
UnbufferedTokenStream.cs 119 public override void Release(int marker)
121 base.Release(marker);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
ANTLRStringStream.h 80 - (void) rewind:(NSInteger) marker;
82 - (void) release:(NSInteger) marker;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 122 // Test marker resolution.
125 for (IMarker marker : markers) {
126 int start = marker.getAttribute(IMarker.CHAR_START, 0);
127 int end = marker.getAttribute(IMarker.CHAR_END, 0);
129 // Found the target marker. Now check the marker resolution of it.
130 assertTrue(aaptQuickFix.hasResolutions(marker));
131 IMarkerResolution[] resolutions = aaptQuickFix.getResolutions(marker);
138 // Not running marker yet -- if we create the files here they already
141 //resolution.run(marker);
236 IMarker marker = markers[0]; local
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 309 va_list marker; local
332 va_start(marker,format);
387 err= vsnprintf((char *)pStrOut, (size_t)strOutMaxLen + 1, (const char *)format, marker);
388 va_end(marker);
493 err = vsnprintf((char *)pStrOut, (size_t)strOutMaxLen + 1, (const char *)newFormat, marker);
494 va_end(marker);
  /external/libvorbis/lib/
envelope.c 282 float *marker=alloca(v->pcm_current*sizeof(*marker));
284 memset(marker,0,sizeof(*marker)*v->pcm_current);
298 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m].markers[l]*.1;
299 _analysis_output_always(buf,seq,marker,v->pcm_current,0,0,totalshift);
305 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m+VE_BANDS].markers[l]*.1;
306 _analysis_output_always(buf,seq,marker,v->pcm_current,0,0,totalshift);
309 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->mark[l]*.4;
310 _analysis_output_always("mark",seq,marker,v->pcm_current,0,0,totalshift)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonTokenStream.js 250 release: function(marker) {
262 rewind: function(marker) {
263 if (!org.antlr.lang.isNumber(marker)) {
264 marker = this.lastMarker;
266 this.seek(marker);

Completed in 791 milliseconds

1 2 34 5 6 7 8 91011>>