Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/external/llvm-project/llvm/test/MC/AArch64/
Datomic-acquire-comment.s3 ; CHECK: ldaddab w3, wzr, [x5] ; acquire semantics dropped since destination is zero
4 ; CHECK: ldaddah w5, wzr, [x0] ; acquire semantics dropped since destination is zero
5 ; CHECK: ldadda w7, wzr, [x5] ; acquire semantics dropped since destination is zero
6 ; CHECK: ldadda x9, xzr, [sp] ; acquire semantics dropped since destination is zero
12 ; CHECK: ldaddalb w3, wzr, [x5] ; acquire semantics dropped since destination is zero
13 ; CHECK: ldaddalh w5, wzr, [x0] ; acquire semantics dropped since destination is zero
14 ; CHECK: ldaddal w7, wzr, [x5] ; acquire semantics dropped since destination is zero
15 ; CHECK: ldaddal x9, xzr, [sp] ; acquire semantics dropped since destination is zero
21 ; CHECK: ldclrab w3, wzr, [x5] ; acquire semantics dropped since destination is zero
22 ; CHECK: ldclrah w5, wzr, [x0] ; acquire semantics dropped since destination is zero
[all …]
/external/rust/crates/anyhow/tests/
Dtest_context.rs60 let dropped = Dropped { in make_chain() localVariable
68 drop: DetectDrop::new(&dropped.low), in make_chain()
75 drop: DetectDrop::new(&dropped.mid), in make_chain()
83 drop: DetectDrop::new(&dropped.high), in make_chain()
87 (high, dropped) in make_chain()
92 let (err, dropped) = make_chain(); in test_downcast_ref()
109 assert!(dropped.none()); in test_downcast_ref()
111 assert!(dropped.all()); in test_downcast_ref()
116 let (err, dropped) = make_chain(); in test_downcast_high()
119 assert!(!dropped.high.get()); in test_downcast_high()
[all …]
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n.h114 void push(const T &v, T *dropped) { PushInternal(v, dropped); } in push() argument
121 void push(T &&v, T *dropped) { // NOLINT(build/c++11) in push() argument
122 PushInternal(std::move(v), dropped); in push()
189 void PushInternal(U &&v, T *dropped); // NOLINT(build/c++11)
210 void TopN<T, Cmp>::PushInternal(U &&v, T *dropped) { // NOLINT(build/c++11) in PushInternal() argument
212 if (dropped) *dropped = std::forward<U>(v); // NOLINT(build/c++11) in PushInternal()
231 if (dropped) *dropped = std::move(elements_.front()); in PushInternal()
249 if (dropped) *dropped = std::move(elements_.back()); in PushInternal()
251 if (dropped) *dropped = std::forward<U>(v); // NOLINT(build/c++11) in PushInternal()
Dtop_n_test.cc174 string *dropped = nullptr; in TEST() local
175 topn.push(new string(std::to_string(i)), &dropped); in TEST()
176 delete dropped; in TEST()
180 string *dropped = nullptr; in TEST() local
181 topn.push(new string(std::to_string(i)), &dropped); in TEST()
182 delete dropped; in TEST()
245 int dropped = -1; in TEST() local
246 top.push(1, &dropped); in TEST()
247 top.push(2, &dropped); in TEST()
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dtop_n.h116 void push(const T &v, T *dropped) { PushInternal(v, dropped); } in push() argument
123 void push(T &&v, T *dropped) { // NOLINT(build/c++11) in push() argument
124 PushInternal(std::move(v), dropped); in push()
191 void PushInternal(U &&v, T *dropped); // NOLINT(build/c++11)
212 void TopN<T, Cmp>::PushInternal(U &&v, T *dropped) { // NOLINT(build/c++11) in PushInternal() argument
214 if (dropped) *dropped = std::forward<U>(v); // NOLINT(build/c++11) in PushInternal()
233 if (dropped) *dropped = std::move(elements_.front()); in PushInternal()
242 if (dropped) *dropped = std::move(elements_.front()); in PushInternal()
245 if (dropped) *dropped = std::forward<U>(v); // NOLINT(build/c++11) in PushInternal()
/external/one-true-awk/testdir/
DT.misc161 if test -r core; then echo 1>&2 "BAD: T.misc getline ans dropped core"; fi
165 if test -r core; then echo 1>&2 "BAD: T.misc unireghf dropped core"; fi
169 if test -r core; then echo 1>&2 "BAD: T.misc nonterminated dropped core"; fi
231 if test -r core; then echo 1>&2 "BAD: T.misc function min dropped core"; fi
242 if test -r core; then echo 1>&2 "BAD: T.misc 1E40 dropped core"; fi
250 if test -r core; then echo 1>&2 "BAD: T.misc first/abs dropped core"; fi
255 if test -r core; then echo 1>&2 "BAD: T.misc split! dropped core"; fi
279 if test -r core; then echo 1>&2 "BAD: T.misc delete dropped core"; fi
/external/iproute2/doc/actions/
Difb-README93 Sent 252 bytes 3 pkts (dropped 0, overlimits 0)
97 Sent 252 bytes 3 pkts (dropped 0, overlimits 0)
101 Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
103 Sent 210 bytes 3 pkts (dropped 0, overlimits 0)
105 Sent 294 bytes 3 pkts (dropped 0, overlimits 0)
107 Sent 504 bytes 6 pkts (dropped 0, overlimits 0)
109 Sent 308 bytes 5 pkts (dropped 0, overlimits 0)
115 RX packets:6 errors:0 dropped:3 overruns:0 frame:0
116 TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
122 [In this case the three dropped packets were ipv6 ndisc].
Dgact-usage44 Sent 1680 bytes 20 pkts (dropped 20, overlimits 0 )
61 Sent 1680 bytes 20 pkts (dropped 16, overlimits 0 )
77 Sent 1680 bytes 20 pkts (dropped 10, overlimits 0 )
/external/autotest/client/site_tests/security_OpenSSLRegressions/
Dcontrol8 Ensures that local patches aren't dropped.
12 Ensure that local patches aren't dropped.
15 Tests that local patches are not dropped when updating. See the source for which
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dcore_test.py382 dropped = dp.apply(inputs, training=True)
385 np_output = self.evaluate(dropped)
387 dropped = dp.apply(inputs, training=False)
388 np_output = self.evaluate(dropped)
397 dropped = dp.apply(inputs, training=training)
399 np_output = sess.run(dropped, feed_dict={training: True})
401 np_output = sess.run(dropped, feed_dict={training: False})
409 dropped = dp.apply(inputs, training=True)
411 np_output = self.evaluate(dropped)
419 dropped = dp.apply(inputs, training=True)
[all …]
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/jbd2/jbd2_checkpoint_stats/
Dformat15 field:__u32 dropped; offset:32; size:4; signed:0;
17dropped %u", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)))…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/jbd2/jbd2_checkpoint_stats/
Dformat14 field:__u32 dropped; offset:40; size:4; signed:0;
16dropped %u", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)))…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/jbd2/jbd2_checkpoint_stats/
Dformat14 field:__u32 dropped; offset:40; size:4; signed:0;
16dropped %u", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)))…
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/jbd2/jbd2_checkpoint_stats/
Dformat14 field:__u32 dropped; offset:28; size:4; signed:0;
16dropped %u", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)))…
/external/webrtc/video/
Dvideo_analyzer.cc754 if (comparison.reference && !comparison.dropped) { in PerformFrameComparison()
766 samples_.push_back(Sample(comparison.dropped, comparison.input_time_ms, in PerformFrameComparison()
776 if (comparison.dropped) { in PerformFrameComparison()
869 sample.dropped, sample.input_time_ms, sample.send_time_ms, in PrintSamplesToFile()
893 bool dropped, in AddFrameComparison() argument
912 reference, render, dropped, reference.ntp_time_ms(), send_time_ms, in AddFrameComparison()
915 comparisons_.push_back(FrameComparison(dropped, reference.ntp_time_ms(), in AddFrameComparison()
923 : dropped(false), in FrameComparison()
932 bool dropped, in FrameComparison() argument
940 dropped(dropped), in FrameComparison()
[all …]
Dvideo_analyzer.h99 bool dropped,
105 FrameComparison(bool dropped,
114 bool dropped; member
123 Sample(int dropped,
132 int dropped; member
189 bool dropped,
/external/rust/crates/async-task/
DCHANGELOG.md32 - `JoinHandle` now only evaluates after the task's future has been dropped.
58 - Fix a use-after-free bug where the schedule function is dropped while running.
62 - If a task is dropped or canceled outside the `run` method, it gets re-scheduled.
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_frame_reporter.proto35 // The frame was dropped, i.e. some updates were desired for the frame, but
45 // Frame was dropped by the display-compositor.
50 // Frame was dropped because of the main-thread.
51 // The main-thread may cause a frame to be dropped, e.g. if the main-thread
55 // Frame was dropped by the client compositor.
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Dpeel-loop.ll14 ; Verify that MD_loop metadata is dropped.
21 ; Verify that MD_loop metadata is dropped.
28 ; Verify that MD_loop metadata is dropped.
70 ; Verify that MD_loop metadata is dropped.
77 ; Verify that MD_loop metadata is dropped.
84 ; Verify that MD_loop metadata is dropped.
/external/rust/crates/rayon/src/iter/collect/
Dtest.rs318 dropped: AtomicUsize, field
328 fn dropped(&self) -> usize { in dropped() method
329 self.dropped.load(Ordering::SeqCst) in dropped()
334 Element(&self.dropped) in element()
340 self.dropped(), in assert_drop_count()
343 self.dropped() in assert_drop_count()
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc42 RTC_LOG(INFO) << "[" << name << "] Dropped : " << counters.dropped; in LogFrameCounters()
235 frame_counters_.dropped++; in OnFrameCaptured()
237 stream_frame_counters_.at(key).dropped++; in OnFrameCaptured()
437 frame_counters_.dropped++; in OnFrameRendered()
438 stream_frame_counters_.at(stats_key).dropped++; in OnFrameRendered()
613 bool dropped, in AddComparison() argument
621 absl::nullopt, dropped, std::move(frame_stats), in AddComparison()
625 if (!captured && !dropped) { in AddComparison()
629 std::move(rendered), dropped, in AddComparison()
682 !comparison.dropped) { in ProcessComparison()
[all …]
/external/webrtc/call/
Dsimulated_network.cc204 PacketInfo dropped = capacity_link_.front(); in UpdateCapacityQueue() local
206 queue_size_bytes_ -= dropped.packet.size; in UpdateCapacityQueue()
207 dropped.arrival_time_us = PacketDeliveryInfo::kNotReceived; in UpdateCapacityQueue()
208 delay_link_.emplace_back(dropped); in UpdateCapacityQueue()
/external/grpc-grpc-java/grpclb/src/main/proto/grpc/lb/v1/
Dload_balancer.proto76 // The total number of RPCs that failed to reach a server except dropped RPCs.
83 // The list of dropped calls.
139 // also used in client stats for reporting dropped calls.
144 // Indicates whether this particular request should be dropped by the client.
145 // If the request is dropped, there will be a corresponding entry in
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto76 // The total number of RPCs that failed to reach a server except dropped RPCs.
83 // The list of dropped calls.
139 // also used in client stats for reporting dropped calls.
144 // Indicates whether this particular request should be dropped by the client.
145 // If the request is dropped, there will be a corresponding entry in
/external/llvm-project/llvm/test/Transforms/Util/
Dcall-promotion-utils-ptrcast-attribute.ll8 ; casting to i64 and pointer attribute at callsite dropped.
24 ; Make sure callsite attributes are dropped on arguments and retval.

12345678910>>...17