Home
last modified time | relevance | path

Searched refs:begin (Results 201 - 225 of 8341) sorted by relevance

12345678910>>...334

/third_party/skia/modules/skparagraph/src/
H A DIterators.h19 , fCurrentChar(utf8.begin()) in LangIterator()
20 , fCurrentStyle(fTextStyles.begin()) in LangIterator()
31 fCurrentChar = fText.begin() + fCurrentStyle->fRange.end;
37 fCurrentChar = fText.begin() + fCurrentStyle->fRange.end;
41 size_t endOfCurrentRun() const override { return fCurrentChar - fText.begin(); }
/third_party/spirv-tools/source/opt/
H A Dinline_exhaustive_pass.cpp27 for (auto bi = func->begin(); bi != func->end(); ++bi) { in InlineExhaustive()
28 for (auto ii = bi->begin(); ii != bi->end();) { in InlineExhaustive()
49 func->begin()->begin().InsertBefore(std::move(newVars)); in InlineExhaustive()
51 ii = bi->begin(); in InlineExhaustive()
/third_party/ninja/src/
H A Dgraph.cc68 nodes.insert(nodes.end(), new_validation_nodes.begin(), in RecomputeDirty()
74 new_validation_nodes.begin(), in RecomputeDirty()
141 for (vector<Node*>::iterator o = edge->outputs_.begin(); in RecomputeNodeDirty()
165 edge->validations_.begin(), edge->validations_.end()); in RecomputeNodeDirty()
169 for (vector<Node*>::iterator i = edge->inputs_.begin(); in RecomputeNodeDirty()
181 if (!edge->is_order_only(i - edge->inputs_.begin())) { in RecomputeNodeDirty()
202 for (vector<Node*>::iterator o = edge->outputs_.begin(); in RecomputeNodeDirty()
234 vector<Node*>::iterator start = stack->begin(); in VerifyDAG()
267 for (vector<Node*>::iterator o = edge->outputs_.begin(); in RecomputeOutputsDirty()
373 for (vector<Node*>::const_iterator i = inputs_.begin(); in AllInputsReady()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp96 for (vvec::iterator I = c2->values.begin(), E = c2->values.end(); I != E; in unify_chunks()
102 chunk_vec::iterator F = std::find(all_chunks.begin(), all_chunks.end(), c2); in unify_chunks()
123 for (vvec::iterator I = c1->values.begin(), E = c1->values.end(); I != E; in chunks_interference()
127 for (vvec::iterator I = c2->values.begin(), E = c2->values.end(); I != E; in chunks_interference()
140 for (edge_queue::iterator I = edges.begin(), E = edges.end(); in build_chunks()
169 for (edge_queue::iterator I = edges.begin(), E = edges.end(); in dump_edges()
183 for (chunk_vec::iterator I = all_chunks.begin(), E = all_chunks.end(); in dump_chunks()
194 for (constraint_queue::iterator I = constraints.begin(), in dump_constraint_queue()
233 for (vvec::iterator I = c->values.begin(), E = c->values.end(); I != E; in get_chunk_interferences()
242 for (chunk_vec::iterator I = all_chunks.begin(), in build_chunk_queue()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddms_continue_time_dumper_test.cpp82 DTEST_LOG << "DmsDurationTest SetBeginTime_001 begin" << std::endl; in HWTEST_F()
97 DTEST_LOG << "DmsDurationTest SetEndTime_001 begin" << std::endl; in HWTEST_F()
112 DTEST_LOG << "DmsDurationTest SetDurationTime_001 begin" << std::endl; in HWTEST_F()
127 DTEST_LOG << "DmsDurationTest SetStrTime_001 begin" << std::endl; in HWTEST_F()
141 DTEST_LOG << "DmsDurationTest SetDurationName_001 begin" << std::endl; in HWTEST_F()
155 DTEST_LOG << "DmsContinueTimeTest Init_001 begin" << std::endl; in HWTEST_F()
169 DTEST_LOG << "DmsContinueTimeTest SetPull_001 begin" << std::endl; in HWTEST_F()
183 DTEST_LOG << "DmsContinueTimeTest SetSrcBundleName_001 begin" << std::endl; in HWTEST_F()
201 DTEST_LOG << "DmsContinueTimeTest SetSaveDataDurationBegin_001 begin" << std::endl; in HWTEST_F()
205 int64_t begin in HWTEST_F() local
238 int64_t begin = GetTickCount(); HWTEST_F() local
256 int64_t begin = GetTickCount(); HWTEST_F() local
317 int64_t begin = GetTickCount(); HWTEST_F() local
335 int64_t begin = GetTickCount(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp27 auto idsIter = ids.begin(); in MakeNodeMapById()
28 auto nodeIter = nodes.begin(); in MakeNodeMapById()
65 tempChildrenOfRepeat_ = std::vector<RefPtr<UINode>>(tempChildren_.begin(), tempChildren_.end()); in CreateTempItems()
71 tempOldIdsSet_.insert(tempIds_.begin(), tempIds_.end()); in CollectRemovingIds()
98 std::unordered_set<std::string> newIdsSet(ids_.begin(), ids_.end()); in CompareAndUpdateChildren()
102 std::unordered_set<std::string> oldIdsSet(tempIds_.begin(), tempIds_.end()); in CompareAndUpdateChildren()
153 auto newCompsIter = additionalChildComps.begin(); in MappingChildWithId()
200 newNodeSet(children.begin(), children.end()); in FinishRepeatRender()
269 auto idIter = ids_.begin(); in MoveData()
273 idIter = ids_.begin(); in MoveData()
[all...]
/third_party/gn/src/gn/
H A Dpointer_set_unittest.cc31 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST()
40 TestPointerSet set1(kFullList.begin(), kFullList.end()); in TEST()
52 TestPointerSet set1(kFullList.begin(), kFullList.end()); in TEST()
92 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST()
116 set.insert(kFullList.begin(), kFullList.end()); in TEST()
122 set.insert(kFullList.begin(), kFullList.end()); in TEST()
127 TestPointerSet set1(kFullList.begin(), kFullList.end()); in TEST()
163 set1.insert(kFullList.begin(), kFullList.end()); in TEST()
172 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST()
178 EXPECT_NE(std::find(vector.begin(), vecto in TEST()
[all...]
/third_party/skia/src/core/
H A DSkDeque.cpp78 char* begin; in push_front() local
83 begin = first->fStop - fElemSize; in push_front()
85 begin = first->fBegin - fElemSize; in push_front()
86 if (begin < first->start()) { // no more room in this chunk in push_front()
96 first->fBegin = begin; in push_front()
100 fFront = fBack = begin; in push_front()
103 fFront = begin; in push_front()
106 return begin; in push_front()
166 char* begin = first->fBegin + fElemSize; in pop_front() local
167 SkASSERT(begin < in pop_front()
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_param_list_test.cc34 ASSERT_EQ(e.value[0]->source.range.begin.line, 1u); in TEST_F()
35 ASSERT_EQ(e.value[0]->source.range.begin.column, 1u); in TEST_F()
52 ASSERT_EQ(e.value[0]->source.range.begin.line, 1u); in TEST_F()
53 ASSERT_EQ(e.value[0]->source.range.begin.column, 1u); in TEST_F()
61 ASSERT_EQ(e.value[1]->source.range.begin.line, 1u); in TEST_F()
62 ASSERT_EQ(e.value[1]->source.range.begin.column, 10u); in TEST_F()
72 ASSERT_EQ(e.value[2]->source.range.begin.line, 1u); in TEST_F()
73 ASSERT_EQ(e.value[2]->source.range.begin.column, 18u); in TEST_F()
115 ASSERT_EQ(e.value[0]->source.range.begin.line, 1u); in TEST_F()
116 ASSERT_EQ(e.value[0]->source.range.begin in TEST_F()
[all...]
/third_party/nghttp2/src/
H A Dutil.h117 auto p = std::begin(result); in percent_decode()
133 result.resize(p - std::begin(result)); in percent_decode()
144 for (auto first = std::begin(target); first != std::end(target); ++first) { in percent_encode_token()
220 for (auto it = std::begin(s); it != std::end(s); it += 2) { in decode_hex()
299 return starts_with(a.begin(), a.end(), b.begin(), b.end()); in starts_with()
318 return istarts_with(a.begin(), a.end(), b.begin(), b.end()); in istarts_with()
323 return istarts_with(a.begin(), a.end(), b, b + N - 1); in istarts_with_l()
336 return ends_with(a.begin(), in ends_with()
[all...]
H A Dtemplate.h201 return strcopy(std::begin(val), std::end(val));
243 : len(s.size()), base(copystr(std::begin(s), std::end(s))) {}
248 : len(other.len), base(copystr(std::begin(other), std::end(other))) {}
265 base = copystr(std::begin(other), std::end(other));
284 const_iterator begin() const { return base; };
321 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
326 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
335 std::equal(std::begin(lh
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_layout_test_ng.cpp975 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->first, 0); in HWTEST_F()
976 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->second.startPos, margin); in HWTEST_F()
977 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->second.endPos, margin + itemWidth); in HWTEST_F()
992 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->first, 0); in HWTEST_F()
993 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->second.startPos, TABS_WIDTH / TABCONTENT_NUMBER); in HWTEST_F()
994 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->second.endPos, TABS_WIDTH / TABCONTENT_NUMBER + itemWidth); in HWTEST_F()
1010 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->first, 0); in HWTEST_F()
1011 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->second.startPos, startPos); in HWTEST_F()
1012 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->second.endPos, startPos + BARITEM_SIZE); in HWTEST_F()
1047 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin() in HWTEST_F()
[all...]
/third_party/json/tests/src/
H A Dunit-element_access1.cpp273 SECTION("erase(begin())")
277 json::iterator it2 = jarray.erase(jarray.begin());
289 SECTION("erase(begin(), end())")
293 json::iterator it2 = jarray.erase(jarray.begin(), jarray.end());
305 SECTION("erase(begin(), begin())")
309 json::iterator it2 = jarray.erase(jarray.begin(), jarray.begin());
325 json::iterator it = jarray.begin() + 4;
343 json::iterator it2 = jarray.erase(jarray.begin()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.cpp125 for (auto iter = metadata_.begin(); iter != metadata_.end(); ++iter) { in GetAllMetaKeys()
132 int VirtualSingleVerSyncDBInterface::GetSyncData(Timestamp begin, Timestamp end, std::vector<DataItem> &dataItems, in GetSyncData() argument
138 int VirtualSingleVerSyncDBInterface::GetUnSyncTotal(Timestamp begin, Timestamp end, uint32_t &total) const in GetUnSyncTotal() argument
143 if (data.writeTimestamp >= begin && data.writeTimestamp < end) { in GetUnSyncTotal()
233 for (auto iter = dbData_.begin(); iter != dbData_.end(); ++iter) { in GetMaxTimestamp()
260 auto iter = std::find_if(dbData_.begin(), dbData_.end(), in GetSyncData()
277 int VirtualSingleVerSyncDBInterface::GetSyncData(Timestamp begin, Timestamp end, in GetSyncData() argument
282 int errCode = GetSyncData(begin, end, dataSizeInfo, dataItems, continueStmtToken); in GetSyncData()
307 bool isFinished = GetDataInner(token->begin, token->end, currentWaterMark, dataSizeInfo, dataItems); in GetSyncDataNext()
313 token->begin in GetSyncDataNext()
322 GetSyncData(Timestamp begin, Timestamp end, const DataSizeSpecInfo &dataSizeInfo, std::vector<VirtualDataItem> &dataItems, ContinueToken &continueStmtToken) const GetSyncData() argument
639 GetDataInner(Timestamp begin, Timestamp end, Timestamp &currentWaterMark, const DataSizeSpecInfo &dataSizeInfo, std::vector<VirtualDataItem> &dataItems) const GetDataInner() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_mode_setting.cpp78 1 < std::count_if(execution_modes->begin(), execution_modes->end(), in ValidateEntryPoint()
96 execution_modes->begin(), execution_modes->end(), in ValidateEntryPoint()
117 execution_modes->begin(), execution_modes->end(), in ValidateEntryPoint()
136 execution_modes->begin(), execution_modes->end(), in ValidateEntryPoint()
158 execution_modes->begin(), execution_modes->end(), in ValidateEntryPoint()
175 1 < std::count_if(execution_modes->begin(), execution_modes->end(), in ValidateEntryPoint()
191 1 < std::count_if(execution_modes->begin(), execution_modes->end(), in ValidateEntryPoint()
210 execution_modes->begin(), execution_modes->end(), in ValidateEntryPoint()
230 1 != std::count_if(execution_modes->begin(), execution_modes->end(), in ValidateEntryPoint()
249 1 != std::count_if(execution_modes->begin(), execution_mode in ValidateEntryPoint()
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Darray_view.h48 constexpr array_view(pointer begin, pointer end) noexcept
49 : begin_(begin), size_(static_cast<size_type>(end - begin))
51 BASE_ASSERT(end >= begin);
53 constexpr array_view(pointer begin, size_type aSize) noexcept : begin_(begin), size_(aSize) {} in size_()
111 constexpr iterator begin() noexcept
119 constexpr const_iterator begin() const noexcept
129 return begin();
/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp37 for (iter = routes.begin(); iter != routes.end(); ++iter) { in AddRoutesToLocal()
60 for (iter = routes.begin(); iter != routes.end(); ++iter) { in RemoveRoutesFromLocal()
86 for (itero = oldnl.routeList_.begin(); itero != oldnl.routeList_.end(); ++itero) { in UpdateRoutes()
87 iterf = std::find(newnl.routeList_.begin(), newnl.routeList_.end(), *itero); in UpdateRoutes()
97 for (itern = newnl.routeList_.begin(); itern != newnl.routeList_.end(); ++itern) { in UpdateRoutes()
98 if (std::find(oldnl.routeList_.begin(), oldnl.routeList_.end(), *itern) == oldnl.routeList_.end()) { in UpdateRoutes()
103 for (itern = added.begin(); itern != added.end(); ++itern) { in UpdateRoutes()
110 for (itern = added.begin(); itern != added.end(); ++itern) { in UpdateRoutes()
117 for (itern = removed.begin(); itern != removed.end(); ++itern) { in UpdateRoutes()
/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.cpp74 inputTypeCfgs.insert(inputTypeCfgs.end(), typeCfgs.first.begin(), typeCfgs.first.end()); in CheckTypesFormat()
77 inputTypeCfgs.insert(inputTypeCfgs.end(), typeCfgs.second.begin(), typeCfgs.second.end()); in CheckTypesFormat()
107 inputTypeCfgs.insert(inputTypeCfgs.end(), typeCfgs.first.begin(), typeCfgs.first.end()); in CheckTypesRelation()
110 inputTypeCfgs.insert(inputTypeCfgs.end(), typeCfgs.second.begin(), typeCfgs.second.end()); in CheckTypesRelation()
123 if (std::set<std::string>(typeIds.begin(), typeIds.end()).size() != typeIds.size()) { in CheckTypesRelation()
160 if (find(typeIds.begin(), typeIds.end(), belongingToType) == typeIds.end()) { in CheckBelongingToTypes()
175 allTypeCfgs.insert(allTypeCfgs.end(), customCfgs.begin(), customCfgs.end()); in CanConstructDAG()
178 for (auto iter = allTypeCfgs.begin(); iter != allTypeCfgs.end();) { in CanConstructDAG()
200 allTypeCfgs.insert(allTypeCfgs.end(), presetCfgs.begin(), presetCfgs.end()); in CanConstructDAG()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_engine.h96 std::fill(std::begin(state_), std::begin(state_) + kCapacityT, 0); in seed()
97 std::fill(std::begin(state_) + kCapacityT, std::end(state_), seed_value); in seed()
122 std::fill(std::begin(buffer) + requested_entropy, std::end(buffer), 0); in reseed()
123 seq.generate(std::begin(buffer), std::begin(buffer) + requested_entropy); in reseed()
142 seq.generate(std::begin(buffer), std::end(buffer)); in reseed()
166 std::equal(std::begin(state_), std::end(state_), in operator ==()
167 std::begin(other.state_)); in operator ==()
/third_party/spirv-tools/test/opt/
H A Dcfg_test.cpp62 Function* function = &*module->begin(); in TEST_F()
64 cfg->ForEachBlockInPostOrder(&*function->begin(), [&order](BasicBlock* bb) { in TEST_F()
105 Function* function = &*module->begin(); in TEST_F()
107 cfg->ForEachBlockInPostOrder(&*function->begin(), [&order](BasicBlock* bb) { in TEST_F()
148 Function* function = &*module->begin(); in TEST_F()
151 &*function->begin(), in TEST_F()
191 Function* function = &*module->begin(); in TEST_F()
194 &*function->begin(), in TEST_F()
309 Function* function = &*module->begin(); in TEST_F()
/foundation/multimedia/player_framework/services/services/sa_media/server/
H A Dmedia_server_manager.cpp424 for (auto it = avCodecStubMap_.begin(); it != avCodecStubMap_.end(); it++) { in DestroyAVCodecStub()
436 for (auto it = avCodecListStubMap_.begin(); it != avCodecListStubMap_.end(); it++) { in DestroyAVCodecStub()
456 for (auto it = playerStubMap_.begin(); it != playerStubMap_.end(); it++) { in DestroyAVPlayerStub()
466 for (auto it = playerStubPtrMap_.begin(); it != playerStubPtrMap_.end(); it++) { in DestroyAVPlayerStub()
480 for (auto it = avMetadataHelperStubMap_.begin(); it != avMetadataHelperStubMap_.end(); it++) { in DestroyAVPlayerStub()
500 for (auto it = transCoderStubMap_.begin(); it != transCoderStubMap_.end(); it++) { in DestroyAVTransCoderStub()
520 for (auto it = recorderStubMap_.begin(); it != recorderStubMap_.end(); it++) { in DestroyAVRecorderStub()
532 for (auto it = recorderProfilesStubMap_.begin(); it != recorderProfilesStubMap_.end(); it++) { in DestroyAVRecorderStub()
552 for (auto it = screenCaptureStubMap_.begin(); it != screenCaptureStubMap_.end(); it++) { in DestroyAVScreenCaptureStub()
564 for (auto it = screenCaptureMonitorStubMap_.begin(); i in DestroyAVScreenCaptureStub()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_manager.cpp60 for (auto iter = localServicesInfo.begin(); iter != localServicesInfo.end(); ++iter) { in AddLocalService()
75 for (auto iter = localServicesInfo.begin(); iter != localServicesInfo.end(); ++iter) { in RemoveLocalService()
126 for (auto itRsp = rsp.GetData().begin(); itRsp != rsp.GetData().end(); ++itRsp) { in AddDeviceService()
143 for (auto devService = deviceServices.begin(); devService != deviceServices.end(); ++devService) { in AddDeviceService()
175 for (auto mapIter = deviceService.begin(); mapIter != deviceService.end(); ++mapIter) { in GetDeviceServices()
176 for (auto svrInfoIter = mapIter->second.begin(); svrInfoIter != mapIter->second.end(); ++svrInfoIter) { in GetDeviceServices()
196 for (auto addedRespIter = p2pSvrRespList.GetServiceResponseList().begin(); in AddServiceResponse()
199 for (auto foundRespIter = findIter->second.GetServiceResponseList().begin(); in AddServiceResponse()
222 for (auto delRespIter = p2pSvrRespList.GetServiceResponseList().begin(); in RemoveServiceResponse()
225 for (auto foundRespIter = findIter->second.GetServiceResponseList().begin(); in RemoveServiceResponse()
[all...]
/third_party/gn/src/base/
H A Dstl_util.h33 for (auto it = container.begin(); it != container.end();) { in IterateAndEraseIf()
74 return std::find(std::begin(collection), std::end(collection), value) != in ContainsValue()
94 std::set_difference(a1.begin(), a1.end(), a2.begin(), a2.end(), in STLSetDifference()
105 std::set_union(a1.begin(), a1.end(), a2.begin(), a2.end(), in STLSetUnion()
117 std::set_intersection(a1.begin(), a1.end(), a2.begin(), a2.end(), in STLSetIntersection()
128 return std::includes(a1.begin(), a1.end(), a2.begin(), a in STLIncludes()
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_measure.c319 * Notify intel_measure that a frame is about to begin.
413 const struct intel_measure_snapshot *begin = &batch->snapshots[i]; in intel_measure_push_result() local
418 if (begin->type == INTEL_SNAPSHOT_SECONDARY_BATCH) { in intel_measure_push_result()
419 assert(begin->secondary != NULL); in intel_measure_push_result()
420 begin->secondary->batch_count = batch->batch_count; in intel_measure_push_result()
421 intel_measure_push_result(device, begin->secondary); in intel_measure_push_result()
447 memcpy(&buffered_result->snapshot, begin, in intel_measure_push_result()
603 const struct intel_measure_snapshot *begin = &start_result->snapshot; in print_combined_results() local
610 begin->event_name, begin in print_combined_results()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc80 // Works with classes which have custom ADL-selected overloads of std::begin in TEST_F()
88 // ADL-selecting begin/end overloads. in TEST_F()
94 std::sort(c.calls.begin(), c.calls.end()); in TEST_F()
100 std::sort(c2.calls.begin(), c2.calls.end()); in TEST_F()
203 EXPECT_EQ(result.first, vector_.begin()); in TEST_F()
204 EXPECT_EQ(result.second, sequence_.begin()); in TEST_F()
208 EXPECT_EQ(result.first, sequence_.begin()); in TEST_F()
209 EXPECT_EQ(result.second, vector_.begin()); in TEST_F()
215 EXPECT_EQ(result.first, vector_.begin()); in TEST_F()
216 EXPECT_EQ(result.second, sequence_.begin()); in TEST_F()
[all...]

Completed in 18 milliseconds

12345678910>>...334