/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
LookaheadStream.m | 144 public void release(int marker) { 148 public void rewind(int marker) { 150 seek(marker); // assume marker is top 151 // release(marker); // waste of call; it does nothing in this class 155 seek(lastMarker); // rewind but do not release marker
|
LookaheadStream.h | 144 public void release(int marker) { 148 public void rewind(int marker) { 150 seek(marker); // assume marker is top 151 // release(marker); // waste of call; it does nothing in this class 155 seek(lastMarker); // rewind but do not release marker
|
/frameworks/av/media/libstagefright/ |
JPEGSource.cpp | 45 #define JPEG_JFIF 0xE0 /* Jfif marker*/ 46 #define JPEG_EXIF 0xE1 /* Exif marker*/ 159 uint8_t marker; local 160 if (mSource->readAt(i++, &marker, 1) != 1) { 164 CHECK_EQ(marker, 0xff); 166 if (mSource->readAt(i++, &marker, 1) != 1) { 170 CHECK(marker != 0xff); 183 switch (marker) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParserTest.java | 173 for (IMarker marker : markers) { 174 marker.delete(); 188 IMarker marker = markers[0]; local 189 String message = marker.getAttribute(IMarker.MESSAGE, ""); //$NON-NLS-1$ 192 int start = marker.getAttribute(IMarker.CHAR_START, 0); 193 int end = marker.getAttribute(IMarker.CHAR_END, 0);
|
/external/jpeg/ |
wrjpgcom.c | 9 * user-supplied text as a COM (comment) marker in a JFIF file. 135 write_marker (int marker) 138 PUTBYTE(marker); 152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker 153 * code byte (which is not an FF). Here are the marker codes of interest 177 * Find the next JPEG marker and return its marker code. 182 * NB: this routine must not be used after seeing SOS marker, since it will 198 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs 214 * Read the initial marker, which should be SOI 291 int marker; local 421 int marker; local [all...] |
jcinit.c | 71 (*cinfo->marker->write_file_header) (cinfo);
|
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 9 * user-supplied text as a COM (comment) marker in a JFIF file. 135 write_marker (int marker) 138 PUTBYTE(marker); 152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker 153 * code byte (which is not an FF). Here are the marker codes of interest 177 * Find the next JPEG marker and return its marker code. 182 * NB: this routine must not be used after seeing SOS marker, since it will 198 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs 214 * Read the initial marker, which should be SOI 291 int marker; local 421 int marker; local [all...] |
jcinit.c | 71 (*cinfo->marker->write_file_header) (cinfo);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugTokenStream.cs | 128 public virtual void Rewind(int marker) { 129 dbg.Rewind(marker); 130 input.Rewind(marker); 138 public virtual void Release(int marker) {
|
DebugTreeNodeStream.cs | 144 public virtual void Rewind(int marker) { 145 dbg.Rewind(marker); 146 input.Rewind(marker); 154 public virtual void Release(int marker) {
|
IDebugEventListener.cs | 122 * the token stream's marker is sent in case you need it. 125 void Mark(int marker); 130 * rewound to the position associated with marker. 133 void Rewind(int marker); 136 * Rewind to the input position of the last marker. 140 * Do not "pop" the marker off the state. mark(i)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugTokenStream.cs | 150 public virtual void Rewind( int marker ) 152 dbg.Rewind( marker ); 153 input.Rewind( marker ); 162 public virtual void Release( int marker )
|
DebugTreeNodeStream.cs | 167 public virtual void Rewind( int marker ) 169 dbg.Rewind( marker ); 170 input.Rewind( marker ); 179 public virtual void Release( int marker )
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugTokenStream.java | 114 public void rewind(int marker) { 115 dbg.rewind(marker); 116 input.rewind(marker); 124 public void release(int marker) {
|
DebugTreeNodeStream.java | 102 public void rewind(int marker) { 103 dbg.rewind(marker); 104 input.rewind(marker); 112 public void release(int marker) {
|
DebugEventListener.java | 108 * the token stream's marker is sent in case you need it. 110 public void mark(int marker); 114 * rewound to the position associated with marker. 116 public void rewind(int marker); 118 /** Rewind to the input position of the last marker. 122 * Do not "pop" the marker off the state. mark(i)
|
/external/chromium_org/base/mac/ |
libdispatch_task_runner_unittest.cc | 82 TaskOrderMarker marker(test, name); 103 TaskOrderMarker marker(this, "Outer"); 119 TaskOrderMarker marker(this, 133 TaskOrderMarker marker(this, "First Block"); 137 TaskOrderMarker marker(this, "Second Block"); 157 TaskOrderMarker marker(this, "First"); 159 TaskOrderMarker marker(this, "Second NonNestable"); 184 TaskOrderMarker marker(this, "Timed"); 213 TaskOrderMarker marker(this, "Not Run");
|
/external/chromium_org/v8/src/ |
hydrogen-environment-liveness.h | 55 void ZapEnvironmentSlotsForInstruction(HEnvironmentMarker* marker);
|
/external/openssh/ |
hostfile.h | 30 HostkeyMarker marker; member in struct:hostkey_entry
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
Time.java | 108 * The name of the marker from the media element, for media marker times. 115 public void setMarker(String marker)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
XmlErrorHandler.java | 161 IMarker marker = BaseProjectHelper.markResource(getFile(), local 165 if (marker != null) { 167 marker.setAttribute(AdtConstants.MARKER_ATTR_TYPE, 169 marker.setAttribute(AdtConstants.MARKER_ATTR_CLASS, className);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintFixGenerator.java | 69 * A quickfix and marker resolution for disabling lint checks, and any 85 * if I make my marker be a new independent marker type. However, whenever I 86 * switch the marker type back to extend the "Problem" type, then the icon reverts 88 * And if I switch away from the Problems marker type, then the errors no longer 89 * show up in the Problems view. (I also tried extending the JDT marker but that 101 * make marker management more obvious. 112 public boolean hasResolutions(IMarker marker) { 114 assert marker.getType().equals(AdtConstants.MARKER_LINT); 122 public IMarkerResolution[] getResolutions(IMarker marker) { [all...] |
/packages/apps/Camera2/src/com/android/camera/util/ |
XmpUtil.java | 58 private static final int M_SOI = 0xd8; // File start marker. 59 private static final int M_APP1 = 0xe1; // Marker for Exif or XMP. 60 private static final int M_SOS = 0xda; // Image data marker. 65 public int marker; field in class:XmpUtil.Section 223 os.write(section.marker); 262 xmpSection.marker = M_APP1; 269 if (sections.get(i).marker == M_APP1 279 int position = (sections.get(0).marker == M_APP1) ? 1 : 0; 332 * and XMP sections (with marker M_APP1) and ignore others; otherwise, keep 356 int marker = c local [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
IDebugEventListener.cs | 124 * the token stream's marker is sent in case you need it. 127 void Mark( int marker ); 132 * rewound to the position associated with marker. 135 void Rewind( int marker ); 138 * Rewind to the input position of the last marker. 142 * Do not "pop" the marker off the state. mark(i)
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugTreeNodeStream.h | 61 - (void) rewind:(NSUInteger) marker; 63 - (void) release:(NSUInteger) marker;
|