Home
last modified time | relevance | path

Searched refs:itr (Results 1 - 10 of 10) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dsmartperf_main_test.cpp98 auto itr = keys.find("f1"); in CheckCMDParam() local
99 if (keys.end() != itr) { in CheckCMDParam()
100 keys.erase(itr); in CheckCMDParam()
102 itr = keys.find("f2"); in CheckCMDParam()
103 if (keys.end() != itr) { in CheckCMDParam()
104 keys.erase(itr); in CheckCMDParam()
106 itr = keys.find("fl"); in CheckCMDParam()
107 if (keys.end() != itr) { in CheckCMDParam()
108 keys.erase(itr); in CheckCMDParam()
110 itr in CheckCMDParam()
[all...]
/developtools/profiler/host/smartperf/client/client_command/
H A Dsmartperf_main.cpp86 auto itr = keys.find("f1"); in g_checkCmdParam() local
87 if (keys.end() != itr) { in g_checkCmdParam()
88 keys.erase(itr); in g_checkCmdParam()
90 itr = keys.find("f2"); in g_checkCmdParam()
91 if (keys.end() != itr) { in g_checkCmdParam()
92 keys.erase(itr); in g_checkCmdParam()
94 itr = keys.find("fl"); in g_checkCmdParam()
95 if (keys.end() != itr) { in g_checkCmdParam()
96 keys.erase(itr); in g_checkCmdParam()
98 itr in g_checkCmdParam()
[all...]
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhashlistpp.h113 HashList<Key, Val>::Iterator::Iterator(const Iterator& itr) in Iterator() argument
114 : pnode_ {itr.pnode_}, phashList_ {itr.phashList_} in Iterator()
118 HashList<Key, Val>::Iterator::Iterator(Iterator&& itr) in Iterator() argument
119 : pnode_ {itr.pnode_}, phashList_ {itr.phashList_} in Iterator()
121 itr.pnode_ = nullptr;
122 itr.phashList_ = nullptr;
126 auto HashList<Key, Val>::Iterator::operator=(const Iterator& itr)
129 Iterator temp {itr};
313 ReverseIterator(const ReverseIterator &itr) ReverseIterator() argument
318 ReverseIterator(ReverseIterator &&itr) ReverseIterator() argument
705 const auto &itr = valueTab_.find(key); global() variable
[all...]
H A Dhashlist.h81 Iterator(const Iterator &itr);
82 Iterator(Iterator &&itr);
83 Iterator &operator=(const Iterator &itr);
84 Iterator &operator=(Iterator &&itr);
89 bool operator<(const Iterator &itr) const noexcept;
90 bool operator==(const Iterator &itr) const noexcept;
117 ReverseIterator(const ReverseIterator &itr);
118 ReverseIterator(ReverseIterator &&itr);
119 ReverseIterator &operator=(const ReverseIterator &itr);
120 ReverseIterator &operator=(ReverseIterator &&itr);
[all...]
/developtools/hiperf/include/
H A Dhashlist.h81 Iterator(const Iterator &itr);
82 Iterator(Iterator &&itr);
83 Iterator &operator=(const Iterator &itr);
84 Iterator &operator=(Iterator &&itr);
89 bool operator<(const Iterator &itr) const noexcept;
90 bool operator==(const Iterator &itr) const noexcept;
117 ReverseIterator(const ReverseIterator &itr);
118 ReverseIterator(ReverseIterator &&itr);
119 ReverseIterator &operator=(const ReverseIterator &itr);
120 ReverseIterator &operator=(ReverseIterator &&itr);
313 Iterator(const Iterator& itr) Iterator() argument
318 Iterator(Iterator&& itr) Iterator() argument
513 ReverseIterator(const ReverseIterator &itr) ReverseIterator() argument
518 ReverseIterator(ReverseIterator &&itr) ReverseIterator() argument
908 const auto &itr = valueTab_.find(key); global() variable
[all...]
/developtools/hiperf/src/
H A Dsubcommand_stat.cpp326 auto itr = countEvents.find(configName); in FindEventCount() local
327 if (itr != countEvents.end()) { in FindEventCount()
328 eventCount = itr->second->eventCount; in FindEventCount()
329 if (itr->second->id == group_id in FindEventCount()
330 && itr->second->timeRunning < itr->second->timeEnabled in FindEventCount()
331 && itr->second->timeRunning != 0) { in FindEventCount()
332 scale = static_cast<double>(itr->second->timeEnabled) / itr->second->timeRunning; in FindEventCount()
H A Dcallstack.cpp622 for (auto itr = cachedCallFrames.begin(); itr < cachedCallFrames.end(); ++itr) { in ExpandCallStack()
634 const std::vector<DfxFrame> &cachedCallStack = *itr; in ExpandCallStack()
/developtools/hiperf/test/unittest/common/native/
H A Dhashlist_test.cpp232 auto itr = hashList.find(count); in HWTEST_F() local
234 EXPECT_EQ(*itr, count); in HWTEST_F()
236 EXPECT_TRUE(itr == hashList.end()); in HWTEST_F()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dhashlist_test.cpp231 auto itr = hashList.find(count); in HWTEST_F() local
233 EXPECT_EQ(*itr, count); in HWTEST_F()
235 EXPECT_TRUE(itr == hashList.end()); in HWTEST_F()
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Dtemplate_processor.py186 itr = BasicTool.match_paragraph(
188 for line_no, p in zip(line_no_list, itr):

Completed in 8 milliseconds