Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 28) sorted by relevance

12

/developtools/profiler/host/smartperf/ide/server/
Dmain.go51 func cors(fs http.Handler, version string) http.HandlerFunc {
68 func exist(path string) bool {
235 func SplitLines(s string) []string {
244 func readFileFirstLine(path string) string {
259 func PathExists(path string) (bool, error) {
270 func chekDir(path string) {
287 func open(url string) error {
297 func openUrlWindows(url string) error {
302 func openUrlDarwin(url string) error {
307 func openUrlOther(url string) error {
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorker.ts128 if ((e.data.type as string).startsWith("clear")) { alias
156 req.type = e.data.type as string; alias
/developtools/profiler/host/smartperf/client/client_ui/AppScope/resources/base/element/
Dstring.json2 "string": [ array
/developtools/global_resource_tool/test/resources/base/element/
Dstrings.json2 "string":[ array
/developtools/global_resource_tool/src/
Dresource_table.cpp129 uint32_t ResourceTable::SaveToResouorceIndex(const map<string, vector<TableData>> &configs) const in SaveToResouorceIndex() argument
175 bool ResourceTable::Prepare(const map<string, vector<TableData>> &configs, in Prepare()
212 bool ResourceTable::SaveRecordItem(const map<string, vector<TableData>> &configs, in SaveRecordItem()
258 void ResourceTable::SaveLimitKeyConfigs(const map<string, LimitKeyConfig> &limitKeyConfigs, ostring… in SaveLimitKeyConfigs() argument
270 void ResourceTable::SaveIdSets(const map<string, IdSet> &idSets, ostringstream &out) const in SaveIdSets() argument
Dcmd_parser.cpp356 handles_.emplace('f', [this](const string &) -> uint32_t { return ForceWrite(); }); in InitCommand()
357 handles_.emplace('v', [this](const string &) -> uint32_t { return PrintVersion(); }); in InitCommand()
362 handles_.emplace('a', [this](const string &) -> uint32_t { return SetPreviewMode(); }); in InitCommand()
365 handles_.emplace('z', [this](const string &) -> uint32_t { return SetCombine(); }); in InitCommand()
367 handles_.emplace('h', [this](const string &) -> uint32_t { return ShowHelp(); }); in InitCommand()
Dmodule_combine.cpp92 bool ModuleCombine::CombineSolidXml(const string &src, const string &dst, const map<string, string>… in CombineSolidXml()
Di_resource_compiler.cpp127 uint32_t IResourceCompiler::ConvertToSolidXml(const map<string, vector<FileInfo>> &setsByDirectory) in ConvertToSolidXml()
Dreference_parser.cpp293 bool ReferenceParser::ParseRefImpl(string &key, const map<string, ResType> &refs, bool isSystem) co… in ParseRefImpl() argument
/developtools/hiperf/src/
Dsubcommand_stat.cpp122 const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &countEvents) in Report()
152 const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &countEvents, in FindEventCount()
191 void SubCommandStat::GetComments(const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent… in GetComments()
281 const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &countEvents, in FindRunningTime()
Dutilities.cpp455 std::string &StringTrim(std::string &string) in StringTrim()
522 bool StringStartsWith(const std::string &string, const std::string &with) in StringStartsWith()
527 bool StringEndsWith(const std::string &string, const std::string &with) in StringEndsWith()
Dperf_file_writer.cpp426 bool PerfFileWriter::AddStringFeature(FEATURE feature, std::string string) in AddStringFeature()
Dperf_file_format.cpp161 uint32_t PerfFileSection::SizeOf(std::string &string) in SizeOf()
/developtools/hiperf/demo/js/entry/src/main/resources/base/element/
Dstring.json2 "string": [ array
/developtools/hdc/src/common/
Dbase.h109 std::function<void(const uint8_t, string &, const void *)> cb) in DelayDoSimple() argument
113 …inline bool DoNextLoop(uv_loop_t *loop, void *data, std::function<void(const uint8_t, string &, co… in DoNextLoop() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DVerificationResult.java51 public void setMessage(String string) { in setMessage()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_csv_util.h58 static void WriteCsvH(std::string path, std::map<std::string, std::string> vmap) in WriteCsvH()
Dsp_thread_socket.h26 std::string MapToString(std::map<std::string, std::string> dataMap) const in MapToString()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/resources/base/element/
Dstring.json2 "string": [ array
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp382 std::string &StringTrim(std::string &string) in StringTrim()
449 bool StringStartsWith(const std::string &string, const std::string &with) in StringStartsWith()
454 bool StringEndsWith(const std::string &string, const std::string &with) in StringEndsWith()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dutilities.cpp363 std::string &StringTrim(std::string &string) in StringTrim()
430 bool StringStartsWith(const std::string &string, const std::string &with) in StringStartsWith()
435 bool StringEndsWith(const std::string &string, const std::string &with) in StringEndsWith()
Dperf_file_format.cpp161 uint32_t PerfFileSection::SizeOf(std::string &string) in SizeOf()
/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp62 static std::string MapToString(std::map<std::string, std::string> myMap) in MapToString()
/developtools/hiperf/test/unittest/common/native/
Dperf_events_test.cpp81 const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &countEvents) in StatCount()
/developtools/hiperf/include/
Dperf_file_format.h92 char string[0]; /* zero terminated */ member

12