| /cts/libs/vogar-expect/src/vogar/util/ |
| MarkResetConsole.java | 52 public Mark mark() { method in class:MarkResetConsole 53 return new Mark(); 56 public class Mark { 60 private Mark() {}
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| IIntStream.cs | 57 /// Executing Rewind(Mark()) on a stream should not affect the input position. 65 int Mark(); 95 /// of the decision. Do not "pop" the marker off the state. Mark(i) 111 /// argument. So if you're nested 5 levels of Mark(), and then Release(2) 130 /// <see cref="IIntStream.Mark"/>/<see cref="IIntStream.Rewind(int)"/>
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| IIntStream.cs | 58 * rewind(mark()) should not affect the input cursor. The Lexer 63 int Mark(); 93 * Do not "pop" the marker off the state. mark(i) 107 * argument. So if you're nested 5 levels of mark(), and then release(2) 126 * backtracking using the mark/rewind mechanism that restores state and
|
| UnbufferedTokenStream.cs | 113 public override int Mark() 116 return base.Mark();
|
| /external/javassist/src/main/javassist/bytecode/stackmap/ |
| BasicBlock.java | 95 static class Mark implements Comparable { 100 int size; // 0 unless the mark indicates RETURN etc. 103 Mark(int p) { 113 if (obj instanceof Mark) { 114 int pos = ((Mark)obj).position; 174 private Mark makeMark(HashMap table, int pos) { 181 private Mark makeMark(HashMap table, int pos, BasicBlock[] jump, 183 Mark m = makeMark0(table, pos, false, false); 188 private Mark makeMark0(HashMap table, int pos, 191 Mark m = (Mark)table.get(p) [all...] |
| /external/sfntly/cpp/src/sfntly/port/ |
| file_input_stream.h | 34 virtual void Mark(int32_t readlimit);
|
| input_stream.h | 32 virtual void Mark(int32_t readlimit) = 0;
|
| memory_input_stream.h | 34 virtual void Mark(int32_t readlimit);
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
| DebugTokenStream.cs | 40 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 122 public virtual int Mark() { 123 lastMarker = input.Mark(); 124 dbg.Mark(lastMarker);
|
| DebugTreeNodeStream.cs | 50 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 138 public virtual int Mark() { 139 lastMarker = input.Mark(); 140 dbg.Mark(lastMarker);
|
| IDebugEventListener.cs | 121 * The parser is going to look arbitrarily ahead; mark this location, 125 void Mark(int marker); 140 * Do not "pop" the marker off the state. mark(i) 173 * also must be rewound. Even the rewind for each mark must be unwount.
|
| DebugEventRepeater.cs | 89 public virtual void Mark(int i) { 90 _listener.Mark(i);
|
| BlankDebugEventListener.cs | 77 public virtual void Mark(int i) {
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
| DebugTokenStream.cs | 42 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 143 public virtual int Mark() 145 lastMarker = input.Mark(); 146 dbg.Mark( lastMarker );
|
| DebugTreeNodeStream.cs | 52 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 160 public virtual int Mark() 162 lastMarker = input.Mark(); 163 dbg.Mark( lastMarker );
|
| DebugEventRepeater.cs | 104 public virtual void Mark( int i ) 106 _listener.Mark( i );
|
| BlankDebugEventListener.cs | 92 public virtual void Mark( int i )
|
| /external/sfntly/cpp/src/sfntly/data/ |
| font_input_stream.h | 65 virtual void Mark(int32_t readlimit);
|
| font_input_stream.cc | 48 void FontInputStream::Mark(int32_t readlimit) { 50 stream_->Mark(readlimit);
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
| IDebugEventListener.cs | 123 * The parser is going to look arbitrarily ahead; mark this location, 127 void Mark( int marker ); 142 * Do not "pop" the marker off the state. mark(i) 175 * also must be rewound. Even the rewind for each mark must be unwount.
|
| /external/chromium_org/v8/src/ |
| store-buffer-inl.h | 41 void StoreBuffer::Mark(Address addr) {
|
| /external/v8/src/ |
| store-buffer-inl.h | 41 void StoreBuffer::Mark(Address addr) {
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
| mergeChangeLogs.pl | 75 2010-01-29 Mark Rowe <mrowe@apple.com> 144 2010-01-29 Mark Rowe <mrowe@apple.com> 227 2010-01-29 Mark Rowe <mrowe@apple.com> 271 2010-01-29 Mark Rowe <mrowe@apple.com> 286 2010-01-29 Mark Rowe <mrowe@apple.com>
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
| LookaheadStream.cs | 37 * A lookahead queue that knows how to mark/release locations 58 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 61 /** <summary>tracks how deep mark() calls are nested</summary> */ 159 public virtual int Mark() {
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
| LookaheadStream.cs | 39 * A lookahead queue that knows how to mark/release locations 61 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 64 /** <summary>tracks how deep mark() calls are nested</summary> */ 187 public virtual int Mark()
|