HomeSort by relevance Sort by last modified time
    Searched refs:Mark (Results 151 - 175 of 184) sorted by null

1 2 3 4 5 67 8

  /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/webrtc/
PRESUBMIT.py 98 ' 2. Mark the old APIs as deprecated.\n'
  /external/libpng/projects/owatcom/
pngconfig.mak 141 $# must do Actions/Mark All Targets for Remake. This is because the compiler
  /art/runtime/gc/collector/
mark_sweep.cc 60 // Don't attempt to parallelize mark stack processing unless the mark stack is at least n
63 // ProcessMarkStack with very small mark stacks.
84 // Mark all of the spaces we never collect as immune.
95 (is_concurrent ? "concurrent mark sweep": "mark sweep")),
100 mark_stack_lock_("mark sweep mark stack lock", kMarkSweepMarkStackLock),
105 "mark sweep sweep array free buffer", nullptr,
133 // TODO: I don't think we should need heap bitmap lock to Get the mark bitmap
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
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/owasp/sanitizer/empiricism/
html-containment.js 201 // Mark blocks so that we can do expandos on collections.
  /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/v8/src/js/
promise.js 425 // Mark this promise as having handler.
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 634 return ReadBarrier::Mark(obj);
  /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/zlib/src/contrib/masmx86/
inffas32.asm 5 ; * Copyright (C) 1995-2003 Mark Adler
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 37 Unicode. Much of this code is taken from Mark Pilgrim's Universal Feed Parser.
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
yacc.py 813 Mark all symbols that are reachable from symbol s.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 813 Mark all symbols that are reachable from symbol s.
    [all...]
  /external/v8/benchmarks/
deltablue.js 172 Constraint.prototype.satisfy = function (mark) {
173 this.chooseMethod(mark);
179 this.markInputs(mark);
184 if (!planner.addPropagate(this, mark))
186 out.mark = mark;
233 UnaryConstraint.prototype.chooseMethod = function (mark) {
234 this.satisfied = (this.myOutput.mark != mark)
245 UnaryConstraint.prototype.markInputs = function (mark) {
    [all...]
  /external/google-breakpad/src/common/
test_assembler_unittest.cc     [all...]
  /build/core/
main.mk 111 # Mark this is a ninja build.
116 # Remove ninja build mark if it exists.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]

Completed in 1307 milliseconds

1 2 3 4 5 67 8