Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 107) sorted by relevance

12345

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dsmaps_stats_unittest.cpp49 std::string line = "00400000-00409000 \n"; variable
74 std::string line = "00400000-00409000 r-xp\n"; variable
99 std::string line = "00400000-00409000 r-xp 00000000\n"; variable
124 std::string line = "00400000-00409000 r-xp 00000000 fc:00\n"; variable
149 std::string line = "00400000-00409000 r-xp 00000000 fc:00 426998\n"; variable
174 std::string line = "00400000-00409000 r-xp 00000000 fc:00 426998 /usr/lib/gvfs/gvfsd-http\n"; variable
199 std::string line = "00400000-00409000 r-xp 00000000 fc:00 426998 /usr/lib/gvfs/gvfsd-http"; variable
224 …std::string line = "564045dbe000-564045ddf000 rw-p 00000000 00:00 0 [heap… variable
249 std::string line = "Pss: 4 kB"; variable
275 std::string line = "Private_Clean: 0 kB"; variable
[all …]
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dstalling_rate_trace_test.cpp263 std::string line = "H:RSHardwareThread::CommitAndReleaseLayers"; variable
274 std::string line = "H:RSHardwareThread::PerformSetActiveMode setting active mode"; variable
285 std::string line = "H:RSHardwareThread::CommitAndReleaseLayers"; variable
322 std::string line = "some line"; variable
333 std::string line = "some line"; variable
345 std::string line = "some line"; variable
385 std::string line = "rate: 60.0"; variable
394 std::string line = "now: 123456"; variable
403 std::string line = "now: 123456, rate: 60.0"; variable
411 std::string line = "H:Present Fence 12345"; variable
[all …]
Dparse_click_complete_trace_test.cpp61 std::string line = "task_newtask: pid=1234 comm=appspawn"; variable
70 std::string line = "task_newtask: pid=1234 prio=10"; variable
79 std::string line = "task_newtask: pid=1234 prio=10"; variable
Dparse_slide_fps_trace_test.cpp87 std::string line = "H:APP_SWIPER_SCROLL,123456789"; variable
96 std::string line = "H:APP_SWIPER_FLING,987654321"; variable
107 std::string line = "H:APP_SWIPER_SCROLL,123456789"; variable
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js191 line: nodeLoc.line || 1, property
248 line: pos.line || 1, property
270 line: nodeLoc.line || 1, property
279 line: nodeLoc.line || 1, property
301 line: nodeLoc.line || 1, property
327 line: nodeLoc.Line || 1, property
338 line: nodeLoc.Line || 1, property
387 line: nodeLoc.line || 1, property
393 line: nodeLoc.line || 1, property
421 line: nodeLoc.line || 1, property
[all …]
Dindex.js112 line: 1, property
119 line: 1, property
153 line: node.sourceCodeLocation.startLine, property
220 line: pos.line || 1, property
227 line: pos.line || 1, property
242 line: pos.line || 1, property
282 line: child.sourceCodeLocation.startLine, property
Dbind.js65 line: nodeLoc.line || 1, property
177 line: nodeLoc.line || 1, property
183 line: nodeLoc.line || 1, property
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dframe_filter_test.cpp68 BytraceLine line = {START_TS, TID1}; variable
95 BytraceLine line = {START_TS, TID1}; variable
125 BytraceLine line = {START_TS, TID1}; variable
149 BytraceLine line = {START_TS, TID1}; variable
180 BytraceLine line = {START_TS, TID1}; variable
212 BytraceLine line = {START_TS, TID1}; variable
304 BytraceLine line = {START_TS, TID1}; variable
358 BytraceLine line = {START_TS, TID1}; variable
378 BytraceLine line = {SON_START_TS, TID1}; variable
403 BytraceLine line = {SON_START_TS, TID1}; variable
[all …]
Dtask_pool_filter_test.cpp125 BytraceLine line; variable
165 BytraceLine line; variable
203 BytraceLine line; variable
247 BytraceLine line; variable
287 BytraceLine line; variable
325 BytraceLine line; variable
Danimation_filter_test.cpp146 BytraceLine line; variable
186 BytraceLine line; variable
276 BytraceLine line; variable
/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp53 std::string line; in GetSystime() local
89 std::string line; in ParseCpuStats() local
103 bool IoStats::GetCpuStats(std::string& line) in GetCpuStats()
147 std::string line; in ParseIoStats() local
157 bool IoStats::GetIoStats(std::string& line) in GetIoStats()
290 uint32_t IoStats::ParseLineFields(const std::string& line, std::string& name) in ParseLineFields()
319 uint32_t IoStats::ParseLineFields(const std::string& line) in ParseLineFields()
/developtools/profiler/host/smartperf/client/client_command/
Dstalling_rate_trace.cpp55 std::string line; in CalculateTime() local
177 void StallingRateTrace::AppList(const std::string &line, const std::string &signS, const std::strin… in AppList()
223 void StallingRateTrace::GetRsHardWareRate(double curFrameRate, const std::string &line, SWIM_TYPE t… in GetRsHardWareRate()
285 void StallingRateTrace::AppSwiperScroll(const std::string &line, const std::string &signS, const st… in AppSwiperScroll()
328 void StallingRateTrace::APPTabs(const std::string &line, const std::string &signS, const std::strin… in APPTabs()
400 double StallingRateTrace::GetTimes(const std::string &line, const std::string &sign) const in GetTimes() argument
413 bool StallingRateTrace::IsAppLaunchPatternMatched(const std::string &line) in IsAppLaunchPatternMatched()
Dnavigation.cpp65 std::string line(buf); in GetNavResult() local
78 void Navigation::SubstrNavName(const std::string &line, std::string &nameStr) const in SubstrNavName() argument
103 std::string line = buf; in GetWinId() local
Dparse_click_response_trace.cpp46 std::string line; in GetLineTime() local
83 std::string ParseClickResponseTrace::GetPid(std::string line, const std::string &pn, const std::str… in GetPid()
116 std::string ParseClickResponseTrace::GetStartTime(std::string line, const std::string &startTimeBef… in GetStartTime()
Dparse_click_complete_trace.cpp46 std::string line; in GetLineTime() local
93 std::string ParseClickCompleteTrace::GetPid(std::string line, const std::string &pn, const std::str… in GetPid()
125 std::string ParseClickCompleteTrace::GetStartTime(std::string line, const std::string &startTimeBef… in GetStartTime()
Dparse_slide_fps_trace.cpp44 std::string line; in CalculateTime() local
92 void ParseSlideFpsTrace::AppSwiperScroll(std::string line) in AppSwiperScroll()
/developtools/smartperf_host/trace_streamer/src/parser/
Dprint_event_parser.cpp50 const BytraceLine &line) in ParsePrintEvent()
102 const BytraceLine &line) in ParseBeginEvent()
136 const BytraceLine &line) in ParseStartEvent()
149 …rser::ParseFinishEvent(uint64_t ts, uint32_t pid, const TracePoint &point, const BytraceLine &line) in ParseFinishEvent()
181 …r::HandleAnimationBeginEvent(const TracePoint &point, size_t callStackRow, const BytraceLine &line) in HandleAnimationBeginEvent()
286 const BytraceLine &line) in HandleFrameSliceBeginEvent()
300 bool PrintEventParser::ReciveVsync(size_t callStackRow, std::string &args, const BytraceLine &line) in ReciveVsync()
344 …PrintEventParser::DealUvTraceEvent(size_t callStackRow, std::string &args, const BytraceLine &line) in DealUvTraceEvent()
359 bool PrintEventParser::DealUIVsyncTaskEvent(DataIndex eventName, const BytraceLine &line) in DealUIVsyncTaskEvent()
376 bool PrintEventParser::OnVsyncEvent(size_t callStackRow, std::string &args, const BytraceLine &line) in OnVsyncEvent()
[all …]
/developtools/ace_js2bundle/ace-loader/src/
Dcard-loader.js55 line: item.node.__location.line, property
67 line: item.node.__location.line, property
80 line: item.node.__location.line, property
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp417 std::string line; in ReadBootTime() local
431 uint32_t ProcessDataPlugin::GetBootData(const std::string& line, uint64_t& bootTime) in GetBootData()
465 std::string line; in ReadCpuUsage() local
475 uint32_t ProcessDataPlugin::GetCpuUsageData(const std::string& line, uint64_t& cpuTime) in GetCpuUsageData()
519 std::string line; in WriteDiskioData() local
529 template <typename T> bool ProcessDataPlugin::GetDiskioData(std::string& line, T& diskioInfo) in GetDiskioData()
608 std::string line; in WritePssData() local
/developtools/smartperf_host/trace_streamer/src/filter/
Danimation_filter.cpp49 bool AnimationFilter::UpdateDeviceFps(const BytraceLine &line) in UpdateDeviceFps()
87 bool AnimationFilter::UpdateDeviceInfoEvent(const TracePoint &point, const BytraceLine &line) in UpdateDeviceInfoEvent()
139 bool AnimationFilter::StartAnimationEvent(const BytraceLine &line, const TracePoint &point, size_t … in StartAnimationEvent()
160 bool AnimationFilter::FinishAnimationEvent(const BytraceLine &line, size_t callStackRow) in FinishAnimationEvent()
Dframe_filter.cpp27 void FrameFilter::BeginVsyncEvent(const BytraceLine &line, in BeginVsyncEvent()
55 void FrameFilter::BeginUVTraceEvent(const BytraceLine &line, uint32_t callStackSliceId) in BeginUVTraceEvent()
75 bool FrameFilter::UpdateVsyncId(const BytraceLine &line, uint32_t vsyncId) in UpdateVsyncId()
/developtools/profiler/hiebpf/src/
Dkernel_symbol_info.cpp24 void KernelSymbolInfo::GetSymbol(const std::string &line, SymbolItem &symbol) in GetSymbol()
85 std::string line; in GetSymbolData() local
Dmaps_info.cpp39 std::string line; in GetMaps() local
72 void MapsInfo::ParseMapsLine(uint32_t pid, std::string &line, std::vector<MapsItem> &maps) in ParseMapsLine()
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp172 bool SmapsStats::SetMapAddrInfo(std::string& line, MapPiecesInfo& head) in SetMapAddrInfo()
184 bool SmapsStats::ParseMapHead(std::string& line, MapPiecesInfo& head, SmapsHeadInfo& smapsHeadInfo) in ParseMapHead()
214 bool SmapsStats::GetMemUsageField(std::string& line, MemUsageInfo& memusage) in GetMemUsageField()
270 bool SmapsStats::GetMemFromSmapsrollup(std::string& line, MemUsageInfo& memusage) in GetMemFromSmapsrollup()
/developtools/smartperf_host/ide/test/trace/bean/
DPerfStruct.test.ts39 line: 0, variable

12345