Home
last modified time | relevance | path

Searched refs:marking (Results 1 – 25 of 88) sorted by relevance

1234

/external/iptables/extensions/
Dlibxt_CONNSECMARK.man12 If the packet has a security marking, copy it to the connection
16 If the packet does not have a security marking, and the connection
17 does, copy the security marking from the connection to the packet.
Dlibxt_cluster.man59 to avoid marking TCP ACK packets coming in the reply direction as
/external/iproute2/examples/diffserv/
Dregression-testing26 *observe that the metering/policing works correctly (and the marking
34 *observe that the metering/policing works correctly (and the marking
80 *observe that the metering/policing works correctly (and the marking
/external/v8/src/
Dincremental-marking.cc91 IncrementalMarking* marking = isolate->heap()->incremental_marking(); in RecordWriteFromCode() local
92 ASSERT(!marking->is_compacting_); in RecordWriteFromCode()
93 marking->RecordWrite(obj, NULL, value); in RecordWriteFromCode()
100 IncrementalMarking* marking = isolate->heap()->incremental_marking(); in RecordWriteForEvacuationFromCode() local
101 ASSERT(marking->is_compacting_); in RecordWriteForEvacuationFromCode()
102 marking->RecordWrite(obj, slot, *slot); in RecordWriteForEvacuationFromCode()
DSConscript87 incremental-marking.cc
Dbuiltins.cc379 if (heap->marking()->TransferMark(elms->address(), in LeftTrimFixedArray()
/external/v8/test/cctest/
Dtest-heap.cc1511 IncrementalMarking* marking = HEAP->incremental_marking(); in TEST() local
1512 marking->Abort(); in TEST()
1513 marking->Start(); in TEST()
1523 !marking->IsStopped()) { in TEST()
1526 marking->Step(MB, IncrementalMarking::NO_GC_VIA_STACK_GUARD); in TEST()
1529 CHECK(marking->IsMarking()); in TEST()
1625 IncrementalMarking* marking = HEAP->incremental_marking(); in TEST() local
1626 marking->Abort(); in TEST()
1627 marking->Start(); in TEST()
1634 while (!marking->IsStopped() && !marking->IsComplete()) { in TEST()
[all …]
Dcctest.status38 # when snapshot is on, so I am marking it PASS || FAIL
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dpostdiffforrevert.py36 marking it commit-queue+. The commit-queue will build and test \
/external/llvm/test/Transforms/DeadArgElim/
D2008-06-23-DeadAfterLive.ll13 ; marking @test5's return value dead because only this call is unused.
/external/llvm/lib/Target/Sparc/
DREADME.txt10 * Add support for isel'ing UMUL_LOHI instead of marking it as Expand.
/external/chromium/chrome/browser/userfeedback/proto/
Dconfig.proto76 // Tag that is used for marking feedback types that require non-ordinary handling.
/external/v8/
DAndroid.v8common.mk51 src/incremental-marking.cc \
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Ddiffs244 /* special chk[] values marking the slots taking by end-of-buffer and action
260 /* special chk[] values marking the slots taking by end-of-buffer and action
/external/v8/tools/gyp/
Dv8.gyp350 '../../src/incremental-marking.cc',
351 '../../src/incremental-marking.h',
/external/webkit/Source/JavaScriptGlue/
DChangeLog494 were marking was protected.
714 Removed unneeded marking. We need to remove this marking in order to have
1258 Devirtualise marking
1261 Continue to jump through hoops to deal with the exposed marking routines
1278 Unfortunately JSGlue exposes recursive marking so we can only flatten
2659 by marking JavaScriptGlue as a dependency of testjsglue.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2002-12-0339 inlining and the way the marking list variant is implemented, but
114 marking instead; gains 1% on JavaScript iBench
449 * kjs/function.cpp: (ActivationImp::ActivationImp): Make a marking
867 Partway to removing Value from List. Created a marking List
872 (InterpreterImp::mark): Call appropriate List method to do marking of
875 * kjs/object.cpp: Use marking List instead of ListImp *.
DChangeLog1015 Drain the mark stack while marking weak handles, not after.
1018 Otherwise, items that would have caused more weak handle marking are
1019 processed after all weak handle marking has finished, and referenced
1030 handles. Otherwise, items drained while marking weak handles may force
1035 are not discovered until after weak handle marking is over.
2151 Introduced the concept of opaque roots, in preparation for marking the DOM with them
2173 marking all weak handles.
2182 (JSC::Heap::reset): Split out handle marking from handle finalization.
2981 (JSC::Heap::reset): Make marking proportional to 1X the size of the heap,
4717 stack root gathering routine. This allows us to exclude marking-related
[all …]
/external/skia/third_party/glu/libtess/
Dalg-outline129 - marking any terminated regions (regions which lie between two left-going
/external/oprofile/events/ppc64/power6/
Devents590 …M_MEM_DP_RQ_GLOB_LOC_GRP95 : (Group 95 pm_mem_dblpump) Memory read queue marking cache line double…
591 …M_MEM_DP_RQ_LOC_GLOB_GRP95 : (Group 95 pm_mem_dblpump) Memory read queue marking cache line double…
596 …MEM0_DP_RQ_GLOB_LOC_GRP96 : (Group 96 pm_mem0_dblpump) Memory read queue marking cache line double…
597 …MEM0_DP_RQ_LOC_GLOB_GRP96 : (Group 96 pm_mem0_dblpump) Memory read queue marking cache line double…
602 …MEM1_DP_RQ_GLOB_LOC_GRP97 : (Group 97 pm_mem1_dblpump) Memory read queue marking cache line double…
603 …MEM1_DP_RQ_LOC_GLOB_GRP97 : (Group 97 pm_mem1_dblpump) Memory read queue marking cache line double…
/external/v8/test/mozilla/
Dmozilla.status83 # #926379. We could consider marking this SKIP because it takes a
89 # and compiles a lot of regular expressions. We could consider marking
/external/openssh/contrib/redhat/
Dopenssh.spec558 - finish marking strings in the init script for translation
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css638 /* API reference: heading marking
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dinterop.dox156 /// for marking and rewinding to specific points in the input stream. Use the macro <code>GETCHARIN…
/external/tinyxml/
Dreadme.txt14 your own document markups. Where HTML does a very good job of marking

1234