Home
last modified time | relevance | path

Searched refs:all_ (Results 1 – 25 of 26) sorted by relevance

12

/third_party/cef/libcef/browser/
Dbrowser_context.cc45 DCHECK(all_.empty()); in ~ImplManager()
52 all_.push_back(impl); in AddImpl()
59 DCHECK(it != all_.end()); in RemoveImpl()
60 all_.erase(it); in RemoveImpl()
72 return GetImplPos(impl) != all_.end(); in IsValidImpl()
79 for (const auto& context : all_) { in GetImplFromGlobalId()
93 for (const auto& bc : all_) { in GetImplFromBrowserContext()
117 const Vector GetAllImpl() const { return all_; } in GetAllImpl()
121 Vector::iterator it = all_.begin(); in GetImplPos()
122 for (; it != all_.end(); ++it) { in GetImplPos()
[all …]
/third_party/boost/tools/build/src/build/
Dproperty_set.py166 self.all_ = properties
249 return self.all_
259 return [p._to_raw for p in self.all_]
262 return ' '.join(p._to_raw for p in self.all_)
319 r = property.refine(self.all_, requirements.all_)
327 expanded = feature.expand(self.all_)
333 self.subfeatures_ = create(feature.expand_subfeatures(self.all_))
357 expanded = feature.add_defaults(self.all_)
447 self.added_[ps] = create(self.all_ + ps.all())
469 for v in self.all_:
[all …]
/third_party/mindspore/tests/ut/python/pipeline/infer/
Dtest_interface_all_and_any_of_tensor.py29 all_ = x.all()
33 return all_, any_, all_0, any_0
47 all_ = x.all()
51 return all_, any_, all_0, any_0
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dqueue_map.h80 for (auto &it : qm.all_) {
137 auto it = all_.find(key); in GetRq()
138 if (it != all_.end()) { in GetRq()
143 auto r = all_.emplace(key, MemGuard<RequestQueue, Allocator<RequestQueue>>(alloc)); in GetRq()
157 std::map<K, MemGuard<RequestQueue, Allocator<RequestQueue>>> all_; variable
Dbtree_impl.tpp230 all_.Prepend(ptr);
251 all_.Prepend(ptr);
417 : leaf_nodes_(&LeafNode::link_), all_(&BaseNode::lru_), root_(nullptr), acquire_lock_(true) {
423 …: alloc_(alloc), leaf_nodes_(&LeafNode::link_), all_(&BaseNode::lru_), root_(nullptr), acquire_loc…
430 BaseNode *n = all_.head;
434 all_.Remove(n);
Dbtree.h307 List<BaseNode> all_; variable
327 all_.Prepend(p); in Init()
/third_party/boost/libs/icl/example/user_groups_/
Duser_groups.cpp136 MembershipT::iterator all_ = all_users.begin(); in user_groups() local
138 while(all_ != all_users.end()) in user_groups()
140 discrete_interval<date> when = (*all_).first; in user_groups()
142 MemberSetT who = (*all_++).second; in user_groups()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_core.h47 all_(true),
63 void SetAllStrategies(bool all) { all_ = all; } in SetAllStrategies()
81 bool all_{false};
Dsomas_solver_core.cc41 if (all_) { // loop over all heuristics in MemoryAllocationSolver()
307 if (all_ || is_multi_thread_valid_) { in Search()
/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc86 : 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()
Dhashtablez_sampler.h295 std::atomic<HashtablezInfo*> all_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc87 : dropped_samples_(0), size_estimate_(0), all_(nullptr), dispose_(nullptr) { in HashtablezSampler()
93 HashtablezInfo* s = all_.load(std::memory_order_acquire); in ~HashtablezSampler()
102 sample->next = all_.load(std::memory_order_relaxed); in PushNew()
103 while (!all_.compare_exchange_weak(sample->next, sample, in PushNew()
160 HashtablezInfo* s = all_.load(std::memory_order_acquire); in Iterate()
Dhashtablez_sampler.h296 std::atomic<HashtablezInfo*> all_; variable
/third_party/littlefs/scripts/
Dreadmdir.py166 self.all_ = self.pair[0].all_
181 self.all_ = []
195 self.all_.append(tag)
202 self.log = self.all_.copy()
307 self._dump_tags(self.all_, f=f, truncate=truncate)
/third_party/boost/tools/build/src/tools/
Dcommon.py105 self.all_ = set()
120 if id not in self.all_:
121 self.all_.add(id)
137 if id not in self.all_:
151 return self.all_
/third_party/boost/boost/numeric/ublas/
Dstorage.hpp1217 if (this != &all_) in preprocess()
1224 return all_; in all()
1230 static const basic_range all_; member in boost::numeric::ublas::basic_range
1234 const basic_range<Z,D> basic_range<Z,D>::all_ (0, size_type (-1)); member in boost::numeric::ublas::basic_range<Z,D>
1452 if (this != &all_) in preprocess()
1459 return all_; in all()
1466 static const basic_slice all_; member in boost::numeric::ublas::basic_slice
1470 const basic_slice<Z,D> basic_slice<Z,D>::all_ (0, 1, size_type (-1)); member in boost::numeric::ublas::basic_slice<Z,D>
1728 if (this != &all_) in preprocess()
1738 return all_; in all()
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dtransforms.h110 explicit SliceOption(bool all) : all_(all) {} in SliceOption()
124 bool all_ = false; variable
/third_party/mindspore/tests/vm_impl/
Dvm_interface.py70 setattr(vm, 'all', all_)
Dvm_me.py843 def all_(x, axis=(), keep_dims=False): function
/third_party/gn/src/gn/
Ddesc_builder.cc124 : what_(what), all_(all), tree_(tree), blame_(blame) {} in BaseDescBuilder()
230 bool all_; member in __anon60fa7e5c0111::BaseDescBuilder
689 if (all_) { in RenderDeps()
700 if (all_) { in RenderDeps()
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/optimizer/
Dopt_test.py550 all_ = P.ReduceAll()
554 return all_(x, 0)
/third_party/cJSON/tests/unity/docs/
DUnityHelperScriptsGuide.md144 Define this option with C code to be executed _after all_ test cases have
/third_party/unity/docs/
DUnityHelperScriptsGuide.md144 Define this option with C code to be executed _after all_ test cases have
/third_party/mindspore/mindspore/_extends/parse/
Dstandard_method.py84 def all_(x, axis=(), keep_dims=False): function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor.cc1057 if (slice_option.all_) { in Slice()

12