Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 141) sorted by relevance

123456

/developtools/hiperf/test/unittest/common/native/
Dhiperf_libreport_test.cpp240 const char *result = EchoLoopBack("123"); variable
246 const char *result = EchoLoopBack("test"); variable
252 const char *result = EchoLoopBack("test123"); variable
257 const char *result = EchoLoopBack(""); variable
263 const char *result = EchoLoopBack(nullptr); variable
411 const char *result = ReportGetSymbolFiles(PERF_DATA_INPUT_PATH); variable
418 const char *result = ReportGetSymbolFiles(PERF_DATA_ERROR_FORMAT_INPUT_PATH); variable
425 const char *result = ReportGetSymbolFiles(ILLEGAL_PATH); variable
432 const char *result = ReportGetSymbolFiles(nullptr); variable
439 const char *result = ReportGetSymbolFiles(""); variable
[all …]
Dperf_file_reader_test.cpp51 bool result = true; variable
64 bool result = true; variable
112 const std::string result = "ARCH"; variable
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts155 let result = tabPaneCurrentSelection.setFunctionData(functionData) variable
160 let result = tabPaneCurrentSelection.setMemData(memData) variable
165 let result = getTimeString(3600_000_000_002) variable
170 let result = getTimeString(60000000001) variable
175 let result = getTimeString(1000000001) variable
180 let result = getTimeString(1000001) variable
185 let result = getTimeString(1001) variable
190 let result = getTimeString(101) variable
DTabPaneContextSwitch.test.ts50 let result = tabPaneContextSwitch.groupByProcessToMap(dataArray) variable
55 let result = tabPaneContextSwitch.groupByThreadToMap(dataArray) variable
DTabPaneThreadSwitch.test.ts57 let result = tabPaneThreadSwitch.groupByProcessToMap(dataArray) variable
62 let result = tabPaneThreadSwitch.groupByStateProcessToMap(dataArray) variable
DTabPaneCpuUsage.test.ts64 let result = tabPaneCpuUsage.sortFreq([{ variable
94 let result = tabPaneCpuUsage.groupByCpuToMap([{ variable
DTabPanePTS.test.ts92 let result = tabPanePTS.groupByProcessToMap(dataArray) variable
97 let result = tabPanePTS.groupByThreadToMap(dataArray) variable
DTabPaneSPT.test.ts111 let result = tabPaneSPT.groupByProcessToMap(dataArray) variable
116 let result = tabPaneSPT.groupByStateProcessToMap(dataArray) variable
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp36 std::vector<std::string> result; in StringSplit() local
57 std::vector<int> result; in StringSplitToInt() local
104 bool result = false; in GetBoolFromOption() local
121 uint32_t result = 0; in GetUintFromOption() local
130 bool result = true; in ResetOption() local
141 bool result = true; in SetOutputFilename() local
153 std::string result = g_hiperfRecordOption->GetOutputFileName(); in GetOutputFileName() local
163 bool result = true; in SetTargetSystemWide() local
175 bool result = true; in SetCompressData() local
187 bool result = true; in SetSelectCpus() local
[all …]
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Devent_parser_test.cpp670 int result = eventParser.SchedSwitchEvent(args, bytraceLine); variable
689 int result = eventParser.SchedSwitchEvent(args, bytraceLine); variable
705 int result = eventParser.TaskRenameEvent(args, bytraceLine); variable
722 int result = eventParser.TaskNewtaskEvent(args, bytraceLine); variable
741 int result = eventParser.TracingMarkWriteOrPrintEvent(args, bytraceLine); variable
759 int result = eventParser.SchedWakeupEvent(args, bytraceLine); variable
777 int result = eventParser.SchedWakeupEvent(args, bytraceLine); variable
796 int result = eventParser.SchedWakingEvent(args, bytraceLine); variable
815 int result = eventParser.SchedWakingEvent(args, bytraceLine); variable
833 int result = eventParser.CpuIdleEvent(args, bytraceLine); variable
[all …]
/developtools/profiler/host/smartperf/client/client_command/
DDubai.cpp24 std::string result; in DumpDubaiBegin() local
29 std::string result; in DumpDubaiFinish() local
35 std::string result; in MoveDubaiDb() local
DByTrace.cpp31 std::string result; in ThreadGetTrace() local
37 std::string result; in ThreadEndTrace() local
43 std::string result; in ThreadFinishTrace() local
69 std::string result; in CheckFpsJitters() local
Dstartup_delay.cpp29 std::string result; in GetTrace() local
41 std::string result; in GetLayout() local
51 std::string result; in ChangeToBackground() local
80 std::smatch result; in InitXY2() local
DPower.cpp22 std::map<std::string, std::string> result; in ItemData() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_module.cpp37 int result = g_mainController->SetWriter(const_cast<WriterStructPtr>(writer)); in TracePluginRegisterWriter() local
52 int result = g_mainController->StartCapture(); in TracePluginStartSession() local
63 int result = g_mainController->ParseBasicData(); in TracePluginReportBasicData() local
74 int result = g_mainController->StopCapture(); in TracePluginStopSession() local
Dstring_utils.cpp56 std::string result; in Join() local
69 std::vector<std::string> result; in Split() local
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/cpu/
DTabPaneCpuUsage.test.ts84 let result = tabPaneCpuUsage.sortFreq([{ variable
114 let result = tabPaneCpuUsage.groupByCpuToMap([{ variable
/developtools/global_resource_tool/src/
Dsqlite_database.cpp33 int result = sqlite3_open(dbPath_.c_str(), &db_); in OpenDatabase() local
83 int result = sqlite3_exec(db_, sql.c_str(), callback, nullptr, &zErrMsg); in Insert() local
108 int result = sqlite3_exec(db_, sql.c_str(), callback, &id, &zErrMsg); in Query() local
142 int result = sqlite3_exec(db_, sql.c_str(), callback, nullptr, &zErrMsg); in FindMaxId() local
163 int result = sqlite3_exec(db_, sql.c_str(), callback, &find, &zErrMsg); in CreateTable() local
Did_worker.cpp69 auto result = ids_.find(make_pair(resType, name)); in GetId() local
78 auto result = definedIds_.find(make_pair(resType, name)); in GetSystemId() local
99 auto result = cacheIds_.emplace(make_pair(resType, name), id); in PushCache() local
126 auto result = ids_.find(make_pair(resType, name)); in GenerateAppId() local
155 auto result = ids_.find(make_pair(resType, name)); in GenerateSysId() local
305 auto result = definedIds_.emplace(make_pair(resType, resourceId.name), resourceId); in PushResourceId() local
Dsolid_xml_compiler.cpp65 bool result = ParseNodeId(fileInfo, xmlDocGetRootElement(doc), ids); in ParseXml() local
100 smatch result; in ParseNodeId() local
/developtools/profiler/host/smartperf/ide/test/trace/component/chart/
DSpHiSysEventChart.test.ts106 let result = [ variable
167 let result = [ variable
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_data_repeater.cpp84 auto result = dataQueue_.front(); in TakePluginData() local
104 auto result = dataQueue_.front(); in TakePluginData() local
/developtools/ace_ets2bundle/compiler/src/
Dpre_process.ts39 const result: ReplaceResult = sourceReplace(source, this.resourcePath); constant
/developtools/packing_tool/adapter/ohos/
DModuleResult.java49 private boolean result = true; field in ModuleResult
59 public void setResult(boolean result) { in setResult()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/key/
DKeyPairTools.java141 PublicKey result = null; in stringToPublicKey() local
160 PrivateKey result = null; in stringToPrivateKey() local

123456