/external/iptables/extensions/ |
D | libxt_CONNSECMARK.man | 12 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.
|
D | libxt_cluster.man | 59 to avoid marking TCP ACK packets coming in the reply direction as
|
/external/chromium_org/media/filters/ |
D | h264_parser.cc | 1094 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/ |
D | cctest.h | 508 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()
|
D | test-heap.cc | 1993 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/ |
D | regression-testing | 26 *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/ |
D | 2008-06-23-DeadAfterLive.ll | 13 ; marking @test5's return value dead because only this call is unused.
|
/external/bison/build-aux/ |
D | do-release-commit-and-tag | 38 recorded. Commit that result with a log entry marking the release,
|
/external/llvm/test/CodeGen/X86/ |
D | remat-phys-dead.ll | 16 ; marking the definition register as dead.
|
D | cvtv2f32.ll | 1 ; A bug fix in the DAGCombiner made this test fail, so marking as xfail
|
D | hoist-common.ll | 9 ; Since it seems this test is broken, marking XFAIL for now
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 10 * Add support for isel'ing UMUL_LOHI instead of marking it as Expand.
|
/external/chromium_org/v8/src/heap/ |
D | incremental-marking.cc | 53 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/ |
D | arm64-aapcs.ll | 88 ; We weren't marking x7 as used after deciding that the i128 didn't fit into
|
/external/libvorbis/doc/ |
D | vorbis-clip.txt | 96 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/ |
D | data-in-code.ll | 10 ;; marking the data-in-code region.
|
/external/chromium_org/components/feedback/proto/ |
D | config.proto | 77 // Tag that is used for marking feedback types that require non-ordinary handling.
|
/external/llvm/test/Transforms/TailCallElim/ |
D | basic.ll | 126 ; not do anything including marking callsites with the tail call marker.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fuzz.test | 83 # Also MemExpandBlob() was marking expanded blobs as nul-terminated.
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/ |
D | ReadMe.txt | 120 examples of this. We have considered marking these headers as Private, but it
|
/external/chromium_org/v8/tools/gyp/ |
D | v8_base.host.darwin-mips64.mk | 125 v8/src/heap/incremental-marking.cc \
|
D | v8_base.host.darwin-arm.mk | 125 v8/src/heap/incremental-marking.cc \
|
D | v8_base.host.linux-mips64.mk | 125 v8/src/heap/incremental-marking.cc \
|
D | v8_base.host.linux-mips.mk | 125 v8/src/heap/incremental-marking.cc \
|
D | v8_base.host.darwin-mips.mk | 125 v8/src/heap/incremental-marking.cc \
|