HomeSort by relevance Sort by last modified time
    Searched refs:Mark (Results 51 - 75 of 100) sorted by null

1 23 4

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 102 int mark = input.Mark(); // remember where decision started in input
203 input.Rewind( mark );
LegacyCommonTokenStream.cs 74 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
425 public virtual int Mark()
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 62 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
328 public int Mark()
  /external/libpcap/
optimize.c 85 * A block is marked if only if its mark equals the current mark.
90 #define isMarked(p) ((p)->mark == cur_mark)
92 #define Mark(p) ((p)->mark = cur_mark)
225 Mark(b);
    [all...]
  /external/v8/src/
heap-inl.h 336 if (!InNewSpace(address)) store_buffer_.Mark(address + offset);
343 store_buffer_.Mark(address + start + i * kPointerSize);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 196 public override void Mark(int i) {
197 Transmit("mark\t" + i);
Profiler.cs 288 * mark m
314 public override void Mark(int i) {
316 Console.WriteLine("mark " + i);
RemoteDebugEventSocketListener.cs 376 } else if (elements[0].Equals("mark")) {
377 listener.Mark(int.Parse(elements[1]));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 48 * This stream knows how to mark/release for backtracking.
147 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
388 public virtual int Mark() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 49 * This stream knows how to mark/release for backtracking.
156 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
458 public virtual int Mark()
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 223 public override void Mark( int i )
225 Transmit( "mark\t" + i );
Profiler.cs 314 * mark m
343 public override void Mark(int i)
346 Console.WriteLine("mark " + i);
RemoteDebugEventSocketListener.cs 484 else if ( elements[0].Equals( "mark" ) )
486 listener.Mark( int.Parse( elements[1] ) );
  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 372 [/* Mark the systems where we know it's bad if pthreads runs too
383 # Also, manually mark systems where we have to be careful how early
  /external/chromium_org/v8/src/
heap-inl.h 392 if (!InNewSpace(address)) store_buffer_.Mark(address + offset);
399 store_buffer_.Mark(address + start + i * kPointerSize);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 82 /// Executing Rewind(Mark()) on a stream should not affect the input position.
90 function Mark: Integer;
120 /// of the decision. Do not "pop" the marker off the state. Mark(I)
136 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
155 /// <see cref="IIntStream.Mark"/>/<see cref="IIntStream.Rewind(Integer)"/>
    [all...]
Antlr.Runtime.Tree.pas 696 /// This stream knows how to mark/release for backtracking.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 859 M := Stream.Mark;
906 M := Stream.Mark;
950 M := Stream.Mark; // MARK at start
953 M2:= Stream.Mark; // MARK on 102
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 225 int m = input.Mark();
467 int start = input.Mark();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 220 int m = input.Mark();
448 int start = input.Mark();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 255 M := Input.Mark();
539 Start := Input.Mark;
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 280 // Mark the current page
536 // Mark this drop as handled so that the catch-all drop handler
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 284 // Mark the current page
646 // Mark this drop as handled so that the catch-all drop handler
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
mosaic_mode.js     [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 282 // Mark existing notifications that received an update in this server

Completed in 1147 milliseconds

1 23 4