Home
last modified time | relevance | path

Searched refs:current_ (Results 26 - 50 of 97) sorted by relevance

1234

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dprocess_cpu_data.cpp23 ProcessCpuData::ProcessCpuData(int magic, int pid, unsigned int count): entry_(nullptr), current_(0) in ProcessCpuData()
54 if (entry_ == NULL || current_ >= entry_->cur_count) { in GetNextProcess()
58 struct ucollection_process_cpu_item *item = &entry_->datas[current_]; in GetNextProcess()
59 current_++; in GetNextProcess()
/third_party/skia/third_party/externals/dawn/src/common/
H A DLinkedList.h238 LinkedListIterator(LinkNode<T>* node) : current_(node), next_(node->next()) { in LinkedListIterator()
244 current_ = next_; in operator ++()
245 next_ = current_->next(); in operator ++()
250 return current_ != other.current_; in operator !=()
254 return current_; in operator *()
258 LinkNode<T>* current_; member in LinkedListIterator
/third_party/node/deps/v8/src/codegen/
H A Dsource-position-table.h125 return current_.code_offset; in code_offset()
129 return SourcePosition::FromRaw(current_.source_position); in source_position()
133 return current_.is_statement; in is_statement()
138 return {index_, current_, iteration_filter_, function_entry_filter_}; in GetState()
143 current_ = saved_state.position_; in RestoreState()
158 PositionTableEntry current_; member in v8::internal::SourcePositionTableIterator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.cpp115 position = current_; in GetRowIndex()
136 return GoTo(position - current_); in GoToRow()
146 current_ = 0; in GoToFirstRow()
161 if (current_ >= count_ - 1) { in GoToNextRow()
162 current_ = count_; in GoToNextRow()
167 current_++; in GoToNextRow()
177 if (current_ <= 0) { in GoToPreviousRow()
178 current_ = -1; in GoToPreviousRow()
183 current_--; in GoToPreviousRow()
193 result = current_ > in IsEnded()
[all...]
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dpool.h30 if (!isForce && current_ >= capability_) { in Get()
35 current_++; in Get()
55 if (!force && current_ <= min_) { in Release()
69 current_--; in Release()
130 uint32_t current_ = 0; member in OHOS::Pool
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpool.h32 if (!isForce && current_ >= capability_) { in Get()
37 current_++; in Get()
57 if (!force && current_ <= min_) { in Release()
71 current_--; in Release()
132 uint32_t current_ = 0; member in OHOS::NativePreferences::Pool
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dstate_machine.cpp23 current_ = it->second.get(); in InitState()
40 State *current = current_; in ProcessMessage()
57 return current_; in GetState()
83 current_ = it->second.get(); in Transition()
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-scopes.h23 Handle<AllocationSite> current() { return current_; } in current()
30 void update_current_site(AllocationSite site) { current_.PatchValue(site); } in update_current_site()
37 Handle<AllocationSite> current_; member in v8::internal::AllocationSiteContext
/third_party/node/deps/v8/src/zone/
H A Dzone-handle-set.h205 reference operator*() const { return (*set_)[current_]; }
207 return set_ == other.set_ && current_ == other.current_;
213 DCHECK(current_ < set_->size());
214 current_ += 1;
223 : set_(set), current_(current) {}
226 size_t current_;
/third_party/node/deps/v8/src/heap/cppgc/
H A Dstats-collector.h367 Event current_; member in cppgc::internal::final
436 GetScopeName(scope_id_, stats_collector_->current_.collection_type)); in StartTraceImpl()
446 GetScopeName(scope_id_, stats_collector_->current_.collection_type), k1, in StartTraceImpl()
458 GetScopeName(scope_id_, stats_collector_->current_.collection_type), k1, in StartTraceImpl()
468 GetScopeName(scope_id_, stats_collector_->current_.collection_type), in StopTraceImpl()
469 "epoch", stats_collector_->current_.epoch, "forced", in StopTraceImpl()
470 stats_collector_->current_.is_forced_gc == IsForcedGC::kForced); in StopTraceImpl()
486 stats_collector_->current_.scope_data[scope_id_] += time; in IncreaseScopeTime()
496 &stats_collector_->current_.concurrent_scope_data[scope_id_], in IncreaseScopeTime()
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_capture_range_adapter_impl.cpp37 return current_; in GetCurrent()
57 current_ = current; in SetCurrent()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp275 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
280 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
316 current_ = begin_; in parse()
367 currentValue().setOffsetLimit(current_ - begin_); in readValue()
371 currentValue().setOffsetLimit(current_ - begin_); in readValue()
409 current_--; in readValue()
412 currentValue().setOffsetStart(current_ - begin_ - 1); in readValue()
413 currentValue().setOffsetLimit(current_ - begin_); in readValue()
423 lastValueEnd_ = current_; in readValue()
443 token.start_ = current_; in readToken()
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp260 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
265 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
301 current_ = begin_; in parse()
352 currentValue().setOffsetLimit(current_ - begin_); in readValue()
356 currentValue().setOffsetLimit(current_ - begin_); in readValue()
394 current_--; in readValue()
397 currentValue().setOffsetStart(current_ - begin_ - 1); in readValue()
398 currentValue().setOffsetLimit(current_ - begin_); in readValue()
408 lastValueEnd_ = current_; in readValue()
428 token.start_ = current_; in readToken()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp260 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
265 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
301 current_ = begin_; in parse()
352 currentValue().setOffsetLimit(current_ - begin_); in readValue()
356 currentValue().setOffsetLimit(current_ - begin_); in readValue()
394 current_--; in readValue()
397 currentValue().setOffsetStart(current_ - begin_ - 1); in readValue()
398 currentValue().setOffsetLimit(current_ - begin_); in readValue()
408 lastValueEnd_ = current_; in readValue()
428 token.start_ = current_; in readToken()
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp260 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
265 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
301 current_ = begin_; in parse()
352 currentValue().setOffsetLimit(current_ - begin_); in readValue()
356 currentValue().setOffsetLimit(current_ - begin_); in readValue()
394 current_--; in readValue()
397 currentValue().setOffsetStart(current_ - begin_ - 1); in readValue()
398 currentValue().setOffsetLimit(current_ - begin_); in readValue()
408 lastValueEnd_ = current_; in readValue()
428 token.start_ = current_; in readToken()
[all...]
/third_party/node/deps/v8/src/utils/
H A Dbit-vector.h28 current_++; in operator ++()
36 current_ = current_index_ << kDataBitShift; in operator ++()
41 current_ += trailing_zeros; in operator ++()
50 return current_; in operator *()
72 current_(-1) { in Iterator()
79 current_(-1) { in Iterator()
88 int current_; member in v8::internal::BitVector::Iterator
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h855 current_(is_end ? end_ : begin_) { in IteratorImpl()
868 ++std::get<sizeof...(T) - 1>(current_);
895 (same = same && std::get<I>(current_) ==
896 std::get<I>(typed_other->current_))...};
904 if (std::get<ThisI>(current_) != std::get<ThisI>(end_)) return; in AdvanceIfEnd()
913 std::get<ThisI>(current_) = std::get<ThisI>(begin_); in AdvanceIfEnd()
914 ++std::get<NextI>(current_); in AdvanceIfEnd()
920 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue()
925 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; in AtEnd()
933 std::tuple<typename ParamGenerator<T>::iterator...> current_; member in testing::internal::CartesianProductGenerator::IteratorImpl
[all...]
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h779 current_(is_end ? end_ : begin_) { in IteratorImpl()
792 ++std::get<sizeof...(T) - 1>(current_);
819 (same = same && std::get<I>(current_) ==
820 std::get<I>(typed_other->current_))...};
828 if (std::get<ThisI>(current_) != std::get<ThisI>(end_)) return; in AdvanceIfEnd()
837 std::get<ThisI>(current_) = std::get<ThisI>(begin_); in AdvanceIfEnd()
838 ++std::get<NextI>(current_); in AdvanceIfEnd()
844 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue()
849 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; in AtEnd()
857 std::tuple<typename ParamGenerator<T>::iterator...> current_; member in testing::internal::CartesianProductGenerator::IteratorImpl
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h852 current_(is_end ? end_ : begin_) { in IteratorImpl()
865 ++std::get<sizeof...(T) - 1>(current_);
892 (same = same && std::get<I>(current_) ==
893 std::get<I>(typed_other->current_))...};
901 if (std::get<ThisI>(current_) != std::get<ThisI>(end_)) return; in AdvanceIfEnd()
910 std::get<ThisI>(current_) = std::get<ThisI>(begin_); in AdvanceIfEnd()
911 ++std::get<NextI>(current_); in AdvanceIfEnd()
917 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue()
922 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; in AtEnd()
930 std::tuple<typename ParamGenerator<T>::iterator...> current_; member in testing::internal::CartesianProductGenerator::IteratorImpl
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfree-list.h207 : current_(free_list->categories_[type]) {} in FreeListCategoryIterator()
209 bool HasNext() const { return current_ != nullptr; } in HasNext()
213 FreeListCategory* tmp = current_; in Next()
214 current_ = current_->next(); in Next()
219 FreeListCategory* current_; member in v8::internal::FreeList::final
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc727 : parent_(parent), current_(current) {} in WorkstackItemBase()
734 State& current_; member in v8::internal::CppGraphBuilderImpl::WorkstackItemBase
754 parent_->MarkDependentVisibility(&current_);
755 current_.UnmarkPending();
769 new VisitationDoneItem(parent_, current_)});
771 ParentScope parent_scope(current_);
773 current_.header()->Trace(&object_visitor);
775 current_.UnmarkPending();
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dthread_cpu_data.h33 unsigned int current_; member in OHOS::HiviewDFX::ThreadCpuData
H A Dprocess_cpu_data.h32 unsigned int current_; member in OHOS::HiviewDFX::ProcessCpuData
/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_capture_range_adapter_impl.h48 double current_ = 0.0; member in OHOS::NWeb::VideoCaptureRangeAdapterImpl
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h262 Token current_; // Returned by current(). member in google::protobuf::io::Tokenizer
280 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
312 // end of the last token. After this returns, current_.text will
351 // Consumed a slash, then realized it wasn't a comment. current_ has
397 inline const Tokenizer::Token& Tokenizer::current() { return current_; } in current()

Completed in 22 milliseconds

1234