Home
last modified time | relevance | path

Searched refs:begin (Results 226 - 250 of 9685) sorted by relevance

12345678910>>...388

/third_party/skia/third_party/externals/swiftshader/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()
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin() function in spvtools::opt::PostOrderTreeDFIterator
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
227 NodeIterator next = ++current_->begin(); in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
/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()
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin() function in spvtools::opt::PostOrderTreeDFIterator
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
227 NodeIterator next = ++current_->begin(); in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_ring_buffer_wrapper.cpp101 size_t begin = 0; in SplitDumpInfo() local
102 size_t pos = dumpInfo.find(sepator, begin); in SplitDumpInfo()
104 result.push_back(dumpInfo.substr(begin, pos - begin)); in SplitDumpInfo()
106 begin = pos + sepator.size(); in SplitDumpInfo()
107 pos = dumpInfo.find(sepator, begin); in SplitDumpInfo()
109 if (begin < dumpInfo.size()) { in SplitDumpInfo()
110 result.push_back(dumpInfo.substr(begin)); in SplitDumpInfo()
/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_update.cpp60 queryValidTags.insert(queryValidTags.end(), CRITICAL_LABEL_TAGS.begin(), CRITICAL_LABEL_TAGS.end()); in CheckUpdateArgs()
61 queryValidTags.insert(queryValidTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckUpdateArgs()
62 queryValidTags.insert(queryValidTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TAGS.end()); in CheckUpdateArgs()
63 queryValidTags.insert(queryValidTags.end(), ACCESS_CONTROL_TAGS.begin(), ACCESS_CONTROL_TAGS.end()); in CheckUpdateArgs()
69 updateValidTags.insert(updateValidTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckUpdateArgs()
70 updateValidTags.insert(updateValidTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TAGS.end()); in CheckUpdateArgs()
71 updateValidTags.insert(updateValidTags.end(), ASSET_SYNC_TAGS.begin(), ASSET_SYNC_TAGS.end()); in CheckUpdateArgs()
72 updateValidTags.insert(updateValidTags.end(), UPDATE_OPTIONAL_TAGS.begin(), UPDATE_OPTIONAL_TAGS.end()); in CheckUpdateArgs()
/foundation/communication/netmanager_base/services/netpolicymanager/src/firewall_rule/
H A Dfirewall_rule.cpp61 if (std::find(allowedList_.begin(), allowedList_.end(), uid) == allowedList_.end()) { in SetAllowedList()
65 for (auto iter = allowedList_.begin(); iter != allowedList_.end();) { in SetAllowedList()
79 if (std::find(allowedList_.begin(), allowedList_.end(), it) == allowedList_.end()) { in SetAllowedList()
108 if (std::find(deniedList_.begin(), deniedList_.end(), uid) == deniedList_.end()) { in SetDeniedList()
112 for (auto iter = deniedList_.begin(); iter != deniedList_.end();) { in SetDeniedList()
126 if (std::find(deniedList_.begin(), deniedList_.end(), it) == deniedList_.end()) { in SetDeniedList()
157 for (auto iter = allowedList_.begin(); iter != allowedList_.end(); ++iter) { in RemoveFromAllowedList()
173 for (auto iter = deniedList_.begin(); iter != deniedList_.end(); ++iter) { in RemoveFromDeniedList()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_response_list.cpp32 for (auto it = srvRespList.begin(); it != srvRespList.end(); ++it) { in AddServiceResponse()
42 for (auto it = srvRespList.begin(); it != srvRespList.end(); ++it) { in RemoveServiceResponse()
59 for (auto it = srvRespList.begin(); it != srvRespList.end(); ++it) { in FilterSerivceResponse()
69 for (auto it = srvRespList.begin(); it != srvRespList.end(); ++it) { in ReverseFilterSerivceResponse()
83 for (auto mergerRespIter = respList.GetServiceResponseList().begin(); in MergerAndDeduplicate()
87 for (auto iter = srvRespList.begin(); iter != srvRespList.end(); ++iter) { in MergerAndDeduplicate()
104 for (auto tlvsIter = srvRespList.begin(); tlvsIter != srvRespList.end(); ++tlvsIter) { in GetTlvs()
106 for (auto dataIter = buf.begin(); dataIter != buf.end(); ++dataIter) { in GetTlvs()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_x86_64.c101 unsigned long *begin, unsigned long *end) in find_start_end()
111 *begin = 0x40000000; in find_start_end()
114 *begin = randomize_page(*begin, 0x02000000); in find_start_end()
119 *begin = get_mmap_base(1); in find_start_end()
133 unsigned long begin, end; in arch_get_unmapped_area() local
138 find_start_end(addr, flags, &begin, &end); in arch_get_unmapped_area()
153 info.low_limit = begin; in arch_get_unmapped_area()
100 find_start_end(unsigned long addr, unsigned long flags, unsigned long *begin, unsigned long *end) find_start_end() argument
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsys_x86_64.c97 unsigned long *begin, unsigned long *end) in find_start_end()
107 *begin = 0x40000000; in find_start_end()
110 *begin = randomize_page(*begin, 0x02000000); in find_start_end()
115 *begin = get_mmap_base(1); in find_start_end()
129 unsigned long begin, end; in arch_get_unmapped_area() local
134 find_start_end(addr, flags, &begin, &end); in arch_get_unmapped_area()
149 info.low_limit = begin; in arch_get_unmapped_area()
96 find_start_end(unsigned long addr, unsigned long flags, unsigned long *begin, unsigned long *end) find_start_end() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin() function in spvtools::opt::PostOrderTreeDFIterator
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
227 NodeIterator next = ++current_->begin(); in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
/third_party/libabigail/src/
H A Dabg-corpus.cc318 sorted_fun_symbols = elf_symbols(symtab_->begin(filter), symtab_->end()); in get_sorted_fun_symbols()
358 elf_symbols(symtab_->begin(filter), symtab_->end()); in get_sorted_undefined_fun_symbols()
452 sorted_var_symbols = elf_symbols(symtab_->begin(filter), symtab_->end()); in get_sorted_var_symbols()
492 elf_symbols(symtab_->begin(filter), symtab_->end()); in get_sorted_undefined_var_symbols()
760 types.get_types_sorted_by_name().begin(); in get_types_not_reachable_from_public_interfaces()
975 for (translation_units::const_iterator i = priv_->members.begin(), in is_empty()
1002 for (i = get_translation_units().begin(), in operator ==()
1003 j = other.get_translation_units().begin(); in operator ==()
1140 for (elf_symbols::const_iterator s = symbols.begin(); in find_symbol_by_version()
1147 for (elf_symbols::const_iterator s = symbols.begin(); in find_symbol_by_version()
[all...]
/base/global/i18n/frameworks/intl/src/
H A Dmeasure_data.cpp321 units.assign(USAGE_DEFAULT_GB.at(type).begin(), USAGE_DEFAULT_GB.at(type).end()); in GetDefaultPreferredUnit()
327 units.assign(USAGE_DEFAULT_US.at(type).begin(), USAGE_DEFAULT_US.at(type).end()); in GetDefaultPreferredUnit()
333 units.assign(USAGE_DEFAULT_001.at(type).begin(), USAGE_DEFAULT_001.at(type).end()); in GetDefaultPreferredUnit()
345 units.assign(USAGE_MX.at(usage).begin(), USAGE_MX.at(usage).end()); in GetFallbackPreferredUnit()
352 units.assign(USAGE_NL.at(usage).begin(), USAGE_NL.at(usage).end()); in GetFallbackPreferredUnit()
361 units.assign(USAGE_NO.at(usage).begin(), USAGE_NO.at(usage).end()); in GetFallbackPreferredUnit()
368 units.assign(USAGE_SE.at(usage).begin(), USAGE_SE.at(usage).end()); in GetFallbackPreferredUnit()
375 units.assign(USAGE_US.at(usage).begin(), USAGE_US.at(usage).end()); in GetFallbackPreferredUnit()
382 units.assign(USAGE_001.at(usage).begin(), USAGE_001.at(usage).end()); in GetFallbackPreferredUnit()
396 units.assign(USAGE_CA.at(usage).begin(), USAGE_C in GetRestPreferredUnit()
[all...]
/third_party/backends/backend/genesys/
H A Dregister.h94 std::sort(registers_.begin(), registers_.end()); in init_reg()
108 registers_.erase(registers_.begin() + i); in remove_reg()
143 iterator begin() { return registers_.begin(); } in begin() function in genesys::RegisterContainer
144 const_iterator begin() const { return registers_.begin(); } in begin() function in genesys::RegisterContainer
163 auto it = std::lower_bound(registers_.begin(), registers_.end(), search); in find_reg_index()
168 return std::distance(registers_.begin(), it); in find_reg_index()
302 iterator begin() { return registers_.begin(); } in begin() function in genesys::Genesys_Register_Set
303 const_iterator begin() const { return registers_.begin(); } begin() function in genesys::Genesys_Register_Set
374 iterator begin() { return registers_.begin(); } begin() function in genesys::RegisterSettingSet
375 const_iterator begin() const { return registers_.begin(); } begin() function in genesys::RegisterSettingSet
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-printers.cc333 // The array starts at begin, the length is len, it may include '\0' characters
339 PrintCharsAsStringTo(const CharType* begin, size_t len, ostream* os) { in PrintCharsAsStringTo() argument
340 const char* const quote_prefix = GetCharWidthPrefix(*begin); in PrintCharsAsStringTo()
345 const CharType cur = begin[index]; in PrintCharsAsStringTo()
363 // 'begin'. CharType must be either char or wchar_t.
368 UniversalPrintCharArray(const CharType* begin, size_t len, in UniversalPrintCharArray() argument
377 if (len > 0 && begin[len - 1] == '\0') { in UniversalPrintCharArray()
378 PrintCharsAsStringTo(begin, len - 1, os); in UniversalPrintCharArray()
386 PrintCharsAsStringTo(begin, len, os); in UniversalPrintCharArray()
390 // Prints a (const) char array of 'len' elements, starting at address 'begin'
391 UniversalPrintArray(const char* begin, size_t len, ostream* os) UniversalPrintArray() argument
398 UniversalPrintArray(const char8_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
405 UniversalPrintArray(const char16_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
411 UniversalPrintArray(const char32_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
417 UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-printers.cc336 // The array starts at begin, the length is len, it may include '\0' characters
342 PrintCharsAsStringTo(const CharType* begin, size_t len, ostream* os) { in PrintCharsAsStringTo() argument
343 const char* const quote_prefix = GetCharWidthPrefix(*begin); in PrintCharsAsStringTo()
348 const CharType cur = begin[index]; in PrintCharsAsStringTo()
366 // 'begin'. CharType must be either char or wchar_t.
371 UniversalPrintCharArray(const CharType* begin, size_t len, in UniversalPrintCharArray() argument
380 if (len > 0 && begin[len - 1] == '\0') { in UniversalPrintCharArray()
381 PrintCharsAsStringTo(begin, len - 1, os); in UniversalPrintCharArray()
389 PrintCharsAsStringTo(begin, len, os); in UniversalPrintCharArray()
393 // Prints a (const) char array of 'len' elements, starting at address 'begin'
394 UniversalPrintArray(const char* begin, size_t len, ostream* os) UniversalPrintArray() argument
401 UniversalPrintArray(const char8_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
408 UniversalPrintArray(const char16_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
414 UniversalPrintArray(const char32_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
420 UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_bigint.cc193 int BigUnsigned<max_words>::ReadDigits(const char* begin, const char* end, in ReadDigits() argument
200 while (begin < end && *begin == '0') { in ReadDigits()
201 ++begin; in ReadDigits()
206 while (begin < end && *std::prev(end) == '0') { in ReadDigits()
210 if (begin < end && *std::prev(end) == '.') { in ReadDigits()
215 while (begin < end && *std::prev(end) == '0') { in ReadDigits()
222 const char* dp = std::find(begin, end, '.'); in ReadDigits()
235 for (; begin != end && significant_digits > 0; ++begin) { in ReadDigits()
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.cpp107 for (vector<Variable*>::iterator i = m_declaredVariables.begin(); i != m_declaredVariables.end(); i++) in ~VariableScope()
110 for (vector<Variable*>::iterator i = m_liveVariables.begin(); i != m_liveVariables.end(); i++) in ~VariableScope()
137 vector<Variable*>::iterator pos = std::find(m_liveVariables.begin(), m_liveVariables.end(), variable); in removeLive()
155 for (vector<ValueEntry*>::iterator i = m_entries.begin(); i != m_entries.end(); i++) in clear()
199 vector<ValueEntry*>::const_iterator pos = std::find(m_entries.begin(), m_entries.end(), CompareEntryVariable(variable)); in findEntry()
215 vector<ValueEntry*>::iterator pos = std::find(m_entries.begin(), m_entries.end(), CompareEntryVariable(variable)); in removeValue()
293 return std::find(curLiveVars.begin(), curLiveVars.end(), variable) != curLiveVars.end(); in canDeclareInCurrentScope()
304 std::vector<const ValueEntry*>::iterator pos = std::find(m_entryCache.begin(), m_entryCache.end(), CompareEntryVariable(variable)); in declareVariable()
308 DE_ASSERT(std::find(m_entryCache.begin(), m_entryCache.end(), CompareEntryVariable(variable)) == m_entryCache.end()); in declareVariable()
311 for (vector<ValueScope*>::const_iterator stackIter = m_valueScopeStack.begin(); stackIte in declareVariable()
[all...]
/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_hevc_unit_test.cpp466 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts++) { in HWTEST_F()
467 for (auto mode = seekModes.begin(); mode != seekModes.end(); mode++) { in HWTEST_F()
503 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts++) { in HWTEST_F()
504 for (auto mode = seekModes.begin(); mode != seekModes.end(); mode++) { in HWTEST_F()
541 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts++) { in HWTEST_F()
542 for (auto mode = seekModes.begin(); mode != seekModes.end(); mode++) { in HWTEST_F()
576 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts++) { in HWTEST_F()
577 for (auto mode = seekModes.begin(); mode != seekModes.end(); mode++) { in HWTEST_F()
611 for (auto toPts = toPtsList.begin(); toPts != toPtsList.end(); toPts++) { in HWTEST_F()
612 for (auto mode = seekModes.begin(); mod in HWTEST_F()
[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...]

Completed in 16 milliseconds

12345678910>>...388