/external/llvm-project/flang/lib/Frontend/ |
D | TextDiagnosticBuffer.cpp | 33 all_.emplace_back(level, notes_.size()); in HandleDiagnostic() 37 all_.emplace_back(level, warnings_.size()); in HandleDiagnostic() 41 all_.emplace_back(level, remarks_.size()); in HandleDiagnostic() 46 all_.emplace_back(level, errors_.size()); in HandleDiagnostic() 54 for (const auto &i : all_) { in FlushDiagnostics()
|
/external/perfetto/src/profiling/memory/ |
D | system_property.cc | 32 all_ = other.all_; in Handle() 47 : system_properties_(system_properties), all_(true) {} in Handle() 55 if (all_) in ~Handle() 171 swap(a.all_, b.all_); in swap()
|
D | system_property.h | 61 bool all_ = false; variable
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hashtablez_sampler.cc | 86 : dropped_samples_(0), size_estimate_(0), all_(nullptr), dispose_(nullptr) { in HashtablezSampler() 92 HashtablezInfo* s = all_.load(std::memory_order_acquire); in ~HashtablezSampler() 101 sample->next = all_.load(std::memory_order_relaxed); in PushNew() 102 while (!all_.compare_exchange_weak(sample->next, sample, in PushNew() 159 HashtablezInfo* s = all_.load(std::memory_order_acquire); in Iterate()
|
D | hashtablez_sampler.h | 295 std::atomic<HashtablezInfo*> all_; variable
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 85 : dropped_samples_(0), size_estimate_(0), all_(nullptr), dispose_(nullptr) { in HashtablezSampler() 91 HashtablezInfo* s = all_.load(std::memory_order_acquire); in ~HashtablezSampler() 100 sample->next = all_.load(std::memory_order_relaxed); in PushNew() 101 while (!all_.compare_exchange_weak(sample->next, sample, in PushNew() 158 HashtablezInfo* s = all_.load(std::memory_order_acquire); in Iterate()
|
D | hashtablez_sampler.h | 271 std::atomic<HashtablezInfo*> all_; variable
|
/external/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 85 : dropped_samples_(0), size_estimate_(0), all_(nullptr), dispose_(nullptr) { in HashtablezSampler() 91 HashtablezInfo* s = all_.load(std::memory_order_acquire); in ~HashtablezSampler() 100 sample->next = all_.load(std::memory_order_relaxed); in PushNew() 101 while (!all_.compare_exchange_weak(sample->next, sample, in PushNew() 158 HashtablezInfo* s = all_.load(std::memory_order_acquire); in Iterate()
|
D | hashtablez_sampler.h | 271 std::atomic<HashtablezInfo*> all_; variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 86 : dropped_samples_(0), size_estimate_(0), all_(nullptr), dispose_(nullptr) { in HashtablezSampler() 92 HashtablezInfo* s = all_.load(std::memory_order_acquire); in ~HashtablezSampler() 101 sample->next = all_.load(std::memory_order_relaxed); in PushNew() 102 while (!all_.compare_exchange_weak(sample->next, sample, in PushNew() 159 HashtablezInfo* s = all_.load(std::memory_order_acquire); in Iterate()
|
D | hashtablez_sampler.h | 295 std::atomic<HashtablezInfo*> all_; variable
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 86 : dropped_samples_(0), size_estimate_(0), all_(nullptr), dispose_(nullptr) { in HashtablezSampler() 92 HashtablezInfo* s = all_.load(std::memory_order_acquire); in ~HashtablezSampler() 101 sample->next = all_.load(std::memory_order_relaxed); in PushNew() 102 while (!all_.compare_exchange_weak(sample->next, sample, in PushNew() 159 HashtablezInfo* s = all_.load(std::memory_order_acquire); in Iterate()
|
D | hashtablez_sampler.h | 295 std::atomic<HashtablezInfo*> all_; variable
|
/external/flac/src/flac/ |
D | analyze.c | 51 static subframe_stats_t all_; variable 61 init_stats(&all_); in flac__analyze_init() 152 update_stats(&all_, stats.buckets[i].residual, stats.buckets[i].count); in flac__analyze_frame() 167 compute_stats(&all_); in flac__analyze_finish() 168 (void)dump_stats(&all_, "all"); in flac__analyze_finish()
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins_test.py | 612 self.assertEqual(py_builtins.all_([False, True, False]), False) 613 self.assertEqual(py_builtins.all_([True, True, True]), True) 618 self.assertEqual(self.evaluate(py_builtins.all_(dataset_1)), False) 619 self.assertEqual(self.evaluate(py_builtins.all_(dataset_2)), True) 623 py_builtins.all_(dataset_3) 628 py_builtins.all_(dataset_zipped) 632 py_builtins.all_(dataset_mixed)
|
D | py_builtins.py | 572 def all_(iterable): function 648 'all': all_,
|
/external/llvm-project/flang/include/flang/Frontend/ |
D | TextDiagnosticBuffer.h | 40 DiagnosticsLevelAndIndexPairs all_; variable
|
/external/libxml2/ |
D | ChangeLog | 5111 * result//all_*.err result//any3_0_0.err result//choice_*.err 5125 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err: 6150 * result/schemas/all_* result/schemas/any3_0_0.err 10557 * test/schemas/all_* result/schemas/all_*: added some regression
|