HomeSort by relevance Sort by last modified time
    Searched full:markers (Results 101 - 125 of 589) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 38 * in the buffer for backtracking purposes. Any markers force the FastQueue
39 * superclass to keep all tokens until no more markers; then can reset
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 40 * in the buffer for backtracking purposes. Any markers force the FastQueue
41 * superclass to keep all tokens until no more markers; then can reset
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 35 * in the buffer for backtracking purposes. Any markers force the FastQueue
36 * superclass to keep all tokens until no more markers; then can reset
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.h 34 * in the buffer for backtracking purposes. Any markers force the FastQueue
35 * superclass to keep all tokens until no more markers; then can reset
LookaheadStream.m 34 * in the buffer for backtracking purposes. Any markers force the FastQueue
35 * superclass to keep all tokens until no more markers; then can reset
  /external/chromium/net/http/
http_chunked_decoder.h 87 // Called to filter out the chunk markers from buf and to check for end-of-
89 // markers. The return value indicates the final size of decoded data stored
  /external/jpeg/
jcapistd.c 96 * delayed so that application can write COM, etc, markers between
141 * delayed so that application can write COM, etc, markers between
jdmarker.c 8 * This file contains routines to decode JPEG datastream markers.
166 * Routines to process JPEG markers.
179 * markers. Some COM/APPn markers might have large parameter segments
359 /* Prepare to scan data & restart markers */
572 * Routines for processing APPn and COM markers.
575 * JFIF and Adobe markers, respectively.
945 * Read markers until SOS or EOI.
1095 /* For now, we treat the reserved markers as fatal errors since they are
1137 /* Uh-oh, the restart markers have been messed up. *
    [all...]
libjpeg.doc 45 Special markers
573 This will read the source datastream header markers, up to the beginning
    [all...]
jdapimin.c 74 * for COM, APPn markers before calling jpeg_read_header.
143 /* Saw no special markers, try to guess from the component IDs */
176 /* No special markers, assume straight CMYK. */
  /external/qemu/distrib/jpeg-6b/
jcapistd.c 96 * delayed so that application can write COM, etc, markers between
141 * delayed so that application can write COM, etc, markers between
jdmarker.c 8 * This file contains routines to decode JPEG datastream markers.
166 * Routines to process JPEG markers.
179 * markers. Some COM/APPn markers might have large parameter segments
359 /* Prepare to scan data & restart markers */
572 * Routines for processing APPn and COM markers.
575 * JFIF and Adobe markers, respectively.
945 * Read markers until SOS or EOI.
1095 /* For now, we treat the reserved markers as fatal errors since they are
1137 /* Uh-oh, the restart markers have been messed up. *
    [all...]
libjpeg.doc 45 Special markers
573 This will read the source datastream header markers, up to the beginning
    [all...]
jdapimin.c 74 * for COM, APPn markers before calling jpeg_read_header.
143 /* Saw no special markers, try to guess from the component IDs */
176 /* No special markers, assume straight CMYK. */
  /external/webkit/Source/WebCore/editing/
SpellChecker.cpp 177 // spellings in the background. To avoid adding markers to the words modified by users or
185 m_requestNode->document()->markers()->addMarker(range.get(), toMarkerType(results[i].type));
Editor.cpp 2240 DocumentMarkerController* markers = m_frame->document()->markers(); local
3228 Vector<DocumentMarker> markers = m_frame->document()->markers()->markersForNode(node); local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3inputstream.c 180 input->markers = NULL;
205 // Close any markers in the input stream
207 if (input->markers != NULL)
209 input->markers->free(input->markers);
210 input->markers = NULL;
268 input->markDepth = 0; /* Reset markers */
270 /* Clear out up the markers table if it is there
272 if (input->markers != NULL)
274 input->markers->clear(input->markers)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 314 * Reads and processes the current markers and adds a listener for marker changes.
337 * Processes the markers of the specified {@link IFile} and updates the error status of
343 // get the markers for the file
344 IMarker[] markers = inputFile.findMarkers( local
356 for (IMarker marker : markers) {
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Basics.text 125 `+`, and `-`) as list markers. These three markers are
153 list markers:
  /external/markdown/MarkdownTest/Tests_2007/
Markdown Documentation - Basics.text 125 `+`, and `-`) as list markers. These three markers are
153 list markers:
  /external/markdown/tests/markdown-test/
markdown-documentation-basics.txt 125 `+`, and `-`) as list markers. These three markers are
153 list markers:
  /external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
TestANTLRStringStream.as 88 // setup a couple of markers
  /external/chromium-trace/trace-viewer/src/tracks/
canvas_based_track.js 104 if (this.viewport_.markers.length < 2)
  /external/clang/include/clang/Basic/
DiagnosticOptions.def 70 /// diagnostics, indicated by markers in the
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 39 bool ShowLineMarkers; ///< Show #line markers.
40 bool UseLineDirective; ///< Use of line directives or line markers.
87 // If we're in microsoft mode, use normal #line instead of line markers.
92 /// markers depending on what mode we're in, including the \p Filename and

Completed in 1950 milliseconds

1 2 3 45 6 7 8 91011>>