| /developtools/hiperf/src/ |
| D | command.cpp | 34 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()
|
| D | subcommand_help.cpp | 57 auto command = SubCommand::FindSubCommand(args.front()); in OnHelp() 62 printf("Unknown command: '%s'\n", args.front().c_str()); in OnHelp()
|
| D | subcommand.cpp | 42 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()
|
| D | option.cpp | 30 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()
|
| D | subcommand_list.cpp | 35 string requestEventType = args.front().c_str(); in OnSubCommand()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache_base.cpp | 25 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/ |
| D | hashlist_test.cpp | 183 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();
|
| D | callstack_test.cpp | 68 symbolsFile->filePath_ = TEST_DWARF_MMAP.front().fileName;
|
| D | virtual_thread_test.cpp | 128 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/ |
| D | hashlist_test.cpp | 183 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();
|
| D | virtual_thread_test.cpp | 143 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());
|
| D | virtual_runtime_test.cpp | 343 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);
|
| D | hiperf_libreport_test.cpp | 108 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/ |
| D | file_entry.cpp | 265 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/ |
| D | profiler_data_repeater.cpp | 85 auto result = dataQueue_.front(); in TakePluginData() 105 auto result = dataQueue_.front(); in TakePluginData()
|
| /developtools/profiler/device/plugins/xpower_plugin/src/ |
| D | power_message_queue.cpp | 52 value = dataQueue_.front(); in WaitAndPop() 74 std::shared_ptr<PowerOptimizeData> result = dataQueue_.front(); in WaitAndPopBatch()
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | printk_formats_parser.cpp | 70 if (symbol.front() == '"') { in Parse()
|
| /developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
| D | printk_formats_processor.cpp | 62 if (curSymbol.front() == '"') { in HandlePrintkSyms()
|
| /developtools/profiler/device/plugins/diskio_plugin/include/ |
| D | io_stats.h | 162 auto cpuData = cpuDatas_.front(); in PutCpuStatsData() 196 auto ioData = ioDatas_.front(); in PutIoStatsData()
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | runtime_stack_range.cpp | 137 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/ |
| D | hashlist.h | 190 Val &front(); 191 const Val &front() const;
|
| /developtools/hiperf/include/ |
| D | hashlist.h | 190 Val &front(); 191 const Val &front() const;
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | stack_data_repeater.cpp | 114 result = rawDataQueue_.front(); in TakeRawData()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | animation_filter.cpp | 110 auto curRealFrameRate = SplitStringToVec(infos.front(), " ").back(); in BeginDynamicFrameEvent() 143 auto curAnimationIndex = traceDataCache_->GetDataIndex(infos.front()); in StartAnimationEvent()
|
| /developtools/profiler/hiebpf/src/ |
| D | maps_info.cpp | 106 fileName.front() == '[' or fileName.back() == ']' or in IsLegalFileName()
|