Home
last modified time | relevance | path

Searched refs:front (Results 1 – 25 of 51) sorted by relevance

123

/developtools/hiperf/src/
Dcommand.cpp34 auto commandOption = Option::FindMainOption(arguments.front()); in DispatchCommands()
42 … printf("unknown options: %s\nUse the help command to view help.\n", arguments.front().c_str()); in DispatchCommands()
49 auto subCommand = SubCommand::FindSubCommand(arguments.front()); in DispatchCommands()
78 printf("unknown args: %s\n", arguments.front().c_str()); in DispatchCommands()
Dsubcommand_help.cpp57 auto command = SubCommand::FindSubCommand(args.front()); in OnHelp()
62 printf("Unknown command: '%s'\n", args.front().c_str()); in OnHelp()
Dsubcommand.cpp42 printf("unknown option '%s'\n", args.front().c_str()); in OnSubCommandOptions()
56 printf("unknown option '%s'\n", args.front().c_str()); in OnSubCommandOptions()
156 if (cmdName.front() == '-') { in RegisterSubCommand()
Doption.cpp30 if (optionName.front() != '-') { in CheckOptionFormat()
124 values.push_back(std::stoi(stringValues.front())); in GetValueFromString()
130 HLOGD("stoi failed with %s", stringValues.front().c_str()); in GetValueFromString()
Dsubcommand_list.cpp35 string requestEventType = args.front().c_str(); in OnSubCommand()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_base.cpp25 internalThreadsData_.front().internalPid_ = 0; in TraceDataCacheBase()
43 internalProcessesData_.front().cmdLine_ = ZERO_THREAD_NAME; in UpdataZeroThreadInfo()
44 auto& thread = internalThreadsData_.front(); in UpdataZeroThreadInfo()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhashlist_test.cpp183 HWTEST_F(HashListTest, front, TestSize.Level1)
190 auto first1 = hashList.front();
191 const auto first2 = hashList.front();
206 auto last2 = hashList.front();
220 auto val2 = hashList.front();
247 std::size_t tmp = hashList.front();
270 std::size_t tmp = hashList.front();
300 std::size_t tmp = hashList.front();
Dcallstack_test.cpp68 symbolsFile->filePath_ = TEST_DWARF_MMAP.front().fileName;
Dvirtual_thread_test.cpp128 EXPECT_EQ(memMaps.front()->begin, phdrMaps.front().begin); in PhdrCallBack()
129 EXPECT_EQ(memMaps.front()->offset, phdrMaps.front().offset); in PhdrCallBack()
/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp183 HWTEST_F(HashListTest, front, TestSize.Level1)
190 auto first1 = hashList.front();
191 const auto first2 = hashList.front();
206 auto last2 = hashList.front();
220 auto val2 = hashList.front();
247 std::size_t tmp = hashList.front();
270 std::size_t tmp = hashList.front();
300 std::size_t tmp = hashList.front();
Dvirtual_thread_test.cpp143 EXPECT_EQ(memMaps.front()->begin, phdrMaps.front().begin); in PhdrCallBack()
144 EXPECT_EQ(memMaps.front()->offset, phdrMaps.front().offset); in PhdrCallBack()
396 printf("symbols: %s\n", thread.symbolsFiles_.front().get()->filePath_.c_str());
Dvirtual_runtime_test.cpp343 ASSERT_STREQ(runtime_->GetSymbolsFiles().front()->filePath_.c_str(), "a");
344 ASSERT_STREQ(runtime_->GetSymbolsFiles().front()->GetBuildId().c_str(), "b");
345 ASSERT_EQ(runtime_->GetSymbolsFiles().front()->GetSymbols().size(), 2u);
Dhiperf_libreport_test.cpp108 ASSERT_EQ(content.front(), '['); in DefaultSymbolsBuildIdContentCheck()
124 ASSERT_EQ(content.front(), '{'); in DefaultJsonContentCheck()
131 ASSERT_EQ(content.front(), '{'); in UnwindJsonContentCheck()
/developtools/global_resource_tool/src/
Dfile_entry.cpp265 string::size_type pos = filePath_.find_first_of(SEPARATE.front(), offset); in GetSegments()
269 pos = filePath_.find_first_of(SEPARATE.front(), offset); in GetSegments()
322 string::size_type pos = path.find_first_of(SEPARATE.front(), offset); in CreateDirsInner()
346 if (filePath_.back() != SEPARATE.front()) { in CreateDirsInner()
355 string::size_type pos = filePath_.find_last_of(SEPARATE.front()); in CreateDirsInner()
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_data_repeater.cpp85 auto result = dataQueue_.front(); in TakePluginData()
105 auto result = dataQueue_.front(); in TakePluginData()
/developtools/profiler/device/plugins/xpower_plugin/src/
Dpower_message_queue.cpp52 value = dataQueue_.front(); in WaitAndPop()
74 std::shared_ptr<PowerOptimizeData> result = dataQueue_.front(); in WaitAndPopBatch()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprintk_formats_parser.cpp70 if (symbol.front() == '"') { in Parse()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dprintk_formats_processor.cpp62 if (curSymbol.front() == '"') { in HandlePrintkSyms()
/developtools/profiler/device/plugins/diskio_plugin/include/
Dio_stats.h162 auto cpuData = cpuDatas_.front(); in PutCpuStatsData()
196 auto ioData = ioDatas_.front(); in PutIoStatsData()
/developtools/profiler/device/plugins/native_hook/src/
Druntime_stack_range.cpp137 if (fileName.front() == '[' or fileName.back() == ']' or in IsLegalSoName()
150 const std::string& soRange = mapTokens.front(); in GetStandardLibraryRange()
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h190 Val &front();
191 const Val &front() const;
/developtools/hiperf/include/
Dhashlist.h190 Val &front();
191 const Val &front() const;
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_data_repeater.cpp114 result = rawDataQueue_.front(); in TakeRawData()
/developtools/smartperf_host/trace_streamer/src/filter/
Danimation_filter.cpp110 auto curRealFrameRate = SplitStringToVec(infos.front(), " ").back(); in BeginDynamicFrameEvent()
143 auto curAnimationIndex = traceDataCache_->GetDataIndex(infos.front()); in StartAnimationEvent()
/developtools/profiler/hiebpf/src/
Dmaps_info.cpp106 fileName.front() == '[' or fileName.back() == ']' or in IsLegalFileName()

123