/external/mesa3d/docs/_extra/specs/ |
D | MESA_swap_frame_usage.spec | 51 completion of the two swaps. If the value is in the range [0,1], the 133 Missed frame swaps can be tracked by calling the following function: 144 The current missed frame count and total number of swaps since 155 number of swaps that have been committed. This value may not match the 156 number of swaps that have been requested since swaps may be 161 swaps that missed the specified frame. The frame usage for the 170 This function will not return until all swaps have occurred. The
|
D | MESA_swap_control.spec | 35 of color buffer swaps, measured in video frame periods. 91 If <interval> is set to a value of 0, buffer swaps are not synchro-
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 34 EXPECT_EQ(0, tracker.swaps()); in TEST() 45 EXPECT_EQ(0, tracker.swaps()); in TEST() 54 EXPECT_EQ(2, tracker.swaps()); in TEST() 88 EXPECT_EQ(2, tracker.swaps()); in TEST() 114 EXPECT_EQ(2, tracker.swaps()); in TEST()
|
/external/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 34 EXPECT_EQ(0, tracker.swaps()); in TEST() 45 EXPECT_EQ(0, tracker.swaps()); in TEST() 54 EXPECT_EQ(2, tracker.swaps()); in TEST() 88 EXPECT_EQ(2, tracker.swaps()); in TEST() 114 EXPECT_EQ(2, tracker.swaps()); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 34 EXPECT_EQ(0, tracker.swaps()); in TEST() 45 EXPECT_EQ(0, tracker.swaps()); in TEST() 54 EXPECT_EQ(2, tracker.swaps()); in TEST() 88 EXPECT_EQ(2, tracker.swaps()); in TEST() 114 EXPECT_EQ(2, tracker.swaps()); in TEST()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 34 EXPECT_EQ(0, tracker.swaps()); in TEST() 45 EXPECT_EQ(0, tracker.swaps()); in TEST() 54 EXPECT_EQ(2, tracker.swaps()); in TEST() 88 EXPECT_EQ(2, tracker.swaps()); in TEST() 114 EXPECT_EQ(2, tracker.swaps()); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | test_instance_tracker_test.cc | 34 EXPECT_EQ(0, tracker.swaps()); in TEST() 45 EXPECT_EQ(0, tracker.swaps()); in TEST() 54 EXPECT_EQ(2, tracker.swaps()); in TEST() 88 EXPECT_EQ(2, tracker.swaps()); in TEST() 114 EXPECT_EQ(2, tracker.swaps()); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 34 EXPECT_EQ(0, tracker.swaps()); in TEST() 45 EXPECT_EQ(0, tracker.swaps()); in TEST() 54 EXPECT_EQ(2, tracker.swaps()); in TEST() 88 EXPECT_EQ(2, tracker.swaps()); in TEST() 114 EXPECT_EQ(2, tracker.swaps()); in TEST()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | random_ops.cc | 161 auto swaps = in Compile() local 173 auto swaps = loop_vars[0]; in Compile() local 183 xla::DynamicSlice(swaps, absl::Span<const xla::XlaOp>({i}), {1}), {}); in Compile() 193 return std::vector<xla::XlaOp>{swaps, indices}; in Compile() 197 xla::ForEachIndex(n, xla::S32, swap_body_fn, {swaps, indices}, in Compile()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ppc-passname.ll | 61 ; Test pass name: ppc-vsx-swaps. 62 …werpc64le-unknown-unknown < %s -debug-pass=Structure -stop-before=ppc-vsx-swaps -o /dev/null 2>&1 … 63 ; STOP-BEFORE-VSX-SWAPS-NOT: -ppc-vsx-swaps 64 ; STOP-BEFORE-VSX-SWAPS-NOT: "ppc-vsx-swaps" pass is not registered. 67 …owerpc64le-unknown-unknown < %s -debug-pass=Structure -stop-after=ppc-vsx-swaps -o /dev/null 2>&1 … 68 ; STOP-AFTER-VSX-SWAPS: -ppc-vsx-swaps 69 ; STOP-AFTER-VSX-SWAPS-NOT: "ppc-vsx-swaps" pass is not registered.
|
/external/rust/crates/aho-corasick/src/ |
D | dfa.rs | 530 let mut swaps: Vec<S> = vec![fail_id(); self.state_count]; in shuffle_match_states() localVariable 538 swaps[cur] = S::from_usize(first_non_match); in shuffle_match_states() 539 swaps[first_non_match] = S::from_usize(cur); in shuffle_match_states() 554 if swaps[next.to_usize()] != fail_id() { in shuffle_match_states() 555 *next = swaps[next.to_usize()]; in shuffle_match_states() 559 if swaps[self.start_id.to_usize()] != fail_id() { in shuffle_match_states() 560 self.start_id = swaps[self.start_id.to_usize()]; in shuffle_match_states()
|
/external/rust/crates/url/src/ |
D | host.rs | 463 let mut swaps = piece_pointer - compress_pointer; in parse_ipv6addr() localVariable 465 while swaps > 0 { in parse_ipv6addr() 466 pieces.swap(piece_pointer, compress_pointer + swaps - 1); in parse_ipv6addr() 467 swaps -= 1; in parse_ipv6addr()
|
/external/rust/crates/rayon/src/slice/ |
D | quicksort.rs | 593 let mut swaps = 0; in choose_pivot() localVariable 600 swaps += 1; in choose_pivot() 628 if swaps < MAX_SWAPS { in choose_pivot() 629 (b, swaps == 0) in choose_pivot()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_InvertPermutation.pbtxt | 19 swaps each value with its index position. In other words, for an output tensor
|
/external/llvm/test/CodeGen/X86/ |
D | update-terminator.mir | 2 # Check the conditional jump in bb.1 is changed to unconditional after block placement swaps bb.2 a…
|
/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/ |
D | control | 26 The test then frequently swaps the sourceObject of the main feed with a
|
D | control.perf | 27 The test then frequently swaps the sourceObject of the main feed with a
|
/external/autotest/server/site_tests/firmware_PDDataSwap/ |
D | control | 19 - If the DUT advertises support for data role swaps
|
D | control.shutdown | 19 - If the DUT advertises support for data role swaps
|
D | control.dts | 19 - If the DUT advertises support for data role swaps
|
D | control.dts_flip | 19 - If the DUT advertises support for data role swaps
|
D | control.flip | 19 - If the DUT advertises support for data role swaps
|
/external/rust/crates/regex-automata/src/ |
D | dense.rs | 1579 let mut swaps: Vec<S> = vec![dead_id(); self.state_count]; in shuffle_match_states() localVariable 1587 swaps[cur] = S::from_usize(first_non_match); in shuffle_match_states() 1588 swaps[first_non_match] = S::from_usize(cur); in shuffle_match_states() 1599 if swaps[next.to_usize()] != dead_id() { in shuffle_match_states() 1600 *next = swaps[next.to_usize()]; in shuffle_match_states() 1604 if swaps[self.start.to_usize()] != dead_id() { in shuffle_match_states() 1605 self.start = swaps[self.start.to_usize()]; in shuffle_match_states()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr25157-peephole.ll | 3 ; Verify peephole simplification of splats and swaps. Bugpoint-reduced
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | update-terminator.mir | 2 # Check the conditional jump in bb.1 is changed to unconditional after block placement swaps bb.2 a…
|