Home
last modified time | relevance | path

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

12345

/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/chromium_org/media/filters/
Dh264_parser.cc1094 H264DecRefPicMarking* marking; in ParseDecRefPicMarking() local
1098 marking = &shdr->ref_pic_marking[i]; in ParseDecRefPicMarking()
1100 READ_UE_OR_RETURN(&marking->memory_mgmnt_control_operation); in ParseDecRefPicMarking()
1101 if (marking->memory_mgmnt_control_operation == 0) in ParseDecRefPicMarking()
1104 if (marking->memory_mgmnt_control_operation == 1 || in ParseDecRefPicMarking()
1105 marking->memory_mgmnt_control_operation == 3) in ParseDecRefPicMarking()
1106 READ_UE_OR_RETURN(&marking->difference_of_pic_nums_minus1); in ParseDecRefPicMarking()
1108 if (marking->memory_mgmnt_control_operation == 2) in ParseDecRefPicMarking()
1109 READ_UE_OR_RETURN(&marking->long_term_pic_num); in ParseDecRefPicMarking()
1111 if (marking->memory_mgmnt_control_operation == 3 || in ParseDecRefPicMarking()
[all …]
/external/chromium_org/v8/test/cctest/
Dcctest.h508 i::IncrementalMarking* marking = heap->incremental_marking(); in SimulateIncrementalMarking() local
512 CHECK(marking->IsMarking() || marking->IsStopped()); in SimulateIncrementalMarking()
513 if (marking->IsStopped()) { in SimulateIncrementalMarking()
514 marking->Start(); in SimulateIncrementalMarking()
516 CHECK(marking->IsMarking()); in SimulateIncrementalMarking()
517 while (!marking->IsComplete()) { in SimulateIncrementalMarking()
518 marking->Step(i::MB, i::IncrementalMarking::NO_GC_VIA_STACK_GUARD); in SimulateIncrementalMarking()
520 CHECK(marking->IsComplete()); in SimulateIncrementalMarking()
Dtest-heap.cc1993 IncrementalMarking* marking = CcTest::heap()->incremental_marking(); in TEST() local
1994 marking->Abort(); in TEST()
1995 marking->Start(); in TEST()
2005 !marking->IsStopped()) { in TEST()
2008 marking->Step(MB, IncrementalMarking::NO_GC_VIA_STACK_GUARD); in TEST()
2011 CHECK(marking->IsMarking()); in TEST()
2115 IncrementalMarking* marking = CcTest::heap()->incremental_marking(); in TEST() local
2116 marking->Abort(); in TEST()
2117 marking->Start(); in TEST()
2124 while (!marking->IsStopped() && !marking->IsComplete()) { in TEST()
[all …]
/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/llvm/test/Transforms/DeadArgElim/
D2008-06-23-DeadAfterLive.ll13 ; marking @test5's return value dead because only this call is unused.
/external/bison/build-aux/
Ddo-release-commit-and-tag38 recorded. Commit that result with a log entry marking the release,
/external/llvm/test/CodeGen/X86/
Dremat-phys-dead.ll16 ; marking the definition register as dead.
Dcvtv2f32.ll1 ; A bug fix in the DAGCombiner made this test fail, so marking as xfail
Dhoist-common.ll9 ; Since it seems this test is broken, marking XFAIL for now
/external/llvm/lib/Target/Sparc/
DREADME.txt10 * Add support for isel'ing UMUL_LOHI instead of marking it as Expand.
/external/chromium_org/v8/src/heap/
Dincremental-marking.cc53 IncrementalMarking* marking = isolate->heap()->incremental_marking(); in RecordWriteFromCode() local
58 marking->write_barriers_invoked_since_last_step_ += in RecordWriteFromCode()
65 marking->RecordWrite(obj, slot, *slot); in RecordWriteFromCode()
/external/llvm/test/CodeGen/AArch64/
Darm64-aapcs.ll88 ; We weren't marking x7 as used after deciding that the i128 didn't fit into
/external/libvorbis/doc/
Dvorbis-clip.txt96 The process of marking the desired beginning point is similar to
97 marking an arbitrary ending point. If the encoder wishes sample zero
/external/llvm/test/MC/ARM/
Ddata-in-code.ll10 ;; marking the data-in-code region.
/external/chromium_org/components/feedback/proto/
Dconfig.proto77 // Tag that is used for marking feedback types that require non-ordinary handling.
/external/llvm/test/Transforms/TailCallElim/
Dbasic.ll126 ; not do anything including marking callsites with the tail call marker.
/external/chromium_org/third_party/sqlite/src/test/
Dfuzz.test83 # Also MemExpandBlob() was marking expanded blobs as nul-terminated.
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/
DReadMe.txt120 examples of this. We have considered marking these headers as Private, but it
/external/chromium_org/v8/tools/gyp/
Dv8_base.host.darwin-mips64.mk125 v8/src/heap/incremental-marking.cc \
Dv8_base.host.darwin-arm.mk125 v8/src/heap/incremental-marking.cc \
Dv8_base.host.linux-mips64.mk125 v8/src/heap/incremental-marking.cc \
Dv8_base.host.linux-mips.mk125 v8/src/heap/incremental-marking.cc \
Dv8_base.host.darwin-mips.mk125 v8/src/heap/incremental-marking.cc \

12345