| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
| SlimStringStream.cs | 66 /** <summary>tracks how deep mark() calls are nested</summary> */ 73 * A null is kept @ index 0. Create upon first call to mark(). 78 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 249 public int Mark()
|
| /external/sfntly/cpp/src/sfntly/port/ |
| memory_input_stream.cc | 45 void MemoryInputStream::Mark(int32_t readlimit) {
|
| file_input_stream.cc | 49 void FileInputStream::Mark(int32_t readlimit) {
|
| /external/chromium_org/third_party/re2/re2/ |
| dfa.cc | 90 // difficult to mark them as such. 379 #define Mark (-1) 388 // Constructor: n is number of normal slots, maxmark number of mark slots. 406 void mark() { function in class:re2::DFA::Workq 431 int nextmark_; // id of next mark 432 bool last_was_mark_; // last inserted was mark 536 if (state->inst_[i] == Mark) { 601 // This is implemented by separating different sets with Mark pointers. 618 bool sawmark = false; // whether queue contains a Mark 626 if (n > 0 && inst[n-1] != Mark) { [all...] |
| /external/regex-re2/re2/ |
| dfa.cc | 88 // difficult to mark them as such. 377 #define Mark (-1) 386 // Constructor: n is number of normal slots, maxmark number of mark slots. 404 void mark() { function in class:re2::DFA::Workq 429 int nextmark_; // id of next mark 430 bool last_was_mark_; // last inserted was mark 534 if (state->inst_[i] == Mark) { 599 // This is implemented by separating different sets with Mark pointers. 616 bool sawmark = false; // whether queue contains a Mark 624 if (n > 0 && inst[n-1] != Mark) { [all...] |
| /external/llvm/test/DebugInfo/SystemZ/ |
| variable-loc.s | 173 .byte 0 # End Of Children Mark 174 .byte 0 # End Of Children Mark 175 .byte 0 # End Of Children Mark
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| ANTLRStringStream.cs | 62 /** <summary>tracks how deep mark() calls are nested</summary> */ 69 * A null is kept @ index 0. Create upon first call to mark(). 74 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 199 public virtual int Mark() {
|
| BufferedTokenStream.cs | 65 /** Track the last mark() call result value for use in rewind(). */ 145 public virtual int Mark() {
|
| DFA.cs | 87 int mark = input.Mark(); // remember where decision started in input 172 input.Rewind(mark);
|
| LegacyCommonTokenStream.cs | 75 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 374 public virtual int Mark() {
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| ANTLRStringStream.cs | 64 /** <summary>tracks how deep mark() calls are nested</summary> */ 71 * A null is kept @ index 0. Create upon first call to mark(). 76 /** <summary>Track the last mark() call result value for use in rewind().</summary> */ 226 public virtual int Mark()
|
| BufferedTokenStream.cs | 67 /** Track the last mark() call result value for use in rewind(). */ 166 public virtual int Mark()
|
| /external/chromium_org/net/spdy/ |
| spdy_priority_forest.h | 88 // Mark the node as ready or not ready to read. Returns true on success, or 99 // Mark the node as ready or not ready to write. Returns true on success, or 137 bool Mark(NodeId node_id, unsigned int flag); 352 return Mark(node_id, kReadyToRead); 374 return Mark(node_id, kReadyToWrite); 396 bool SpdyPriorityForest<NodeId, Priority>::Mark(
|
| /external/chromium_org/v8/src/ |
| store-buffer.h | 65 inline void Mark(Address addr);
|
| /external/v8/src/ |
| store-buffer.h | 61 inline void Mark(Address addr);
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
| DebugEventHub.cs | 149 public virtual void Mark(int index) { 152 listener.Mark(index);
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
| DebugEventHub.cs | 176 public virtual void Mark( int index ) 181 listener.Mark( index );
|
| /external/chromium_org/v8/test/mjsunit/compiler/ |
| parallel-proto-change.js | 44 // Mark for parallel optimization.
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-embedded-cons-string.js | 40 // Mark for parallel optimization. 50 //Visit embedded cons string during mark compact.
|
| regress-opt-after-debug-deopt.js | 60 %OptimizeFunctionOnNextCall(f, "parallel"); // Mark with builtin.
|
| regress-prepare-break-while-recompile.js | 49 // Mark and trigger parallel optimization.
|
| regress-debug-deopt-while-recompile.js | 62 // Mark with builtin.
|
| /dalvik/vm/mterp/armv5te/ |
| OP_FILLED_NEW_ARRAY.S | 90 strneb r2, [r2, r0, lsr #GC_CARD_SHIFT] @ Mark card based on object head
|
| /external/chromium_org/third_party/jinja2/ |
| filters.py | 702 """Mark the value as safe which means that in an environment with automatic 709 """Mark a value as unsafe. This is the reverse operation for :func:`safe`."""
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
| ITreeNodeStreamFixture.cs | 209 int m = stream.Mark(); // MARK 252 int m = stream.Mark(); // MARK 293 int m = stream.Mark(); // MARK at start 296 int m2 = stream.Mark(); // MARK on 102
|