Home
last modified time | relevance | path

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

12345678

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts296 let result = tabPaneCurrentSelection.setFunctionData(functionData); variable
301 let result = tabPaneCurrentSelection.setMemData(memData); variable
306 let result = getTimeString(3600_000_000_002); variable
311 let result = getTimeString(60000000001); variable
316 let result = getTimeString(1000000001); variable
321 let result = getTimeString(1000001); variable
326 let result = getTimeString(1001); variable
331 let result = getTimeString(101); variable
361 let result = tabPaneCurrentSelection.setFunctionData(functionData); variable
366 let result = tabPaneCurrentSelection.setMemData(memData); variable
[all …]
/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
402 const char *result = ReportGetSymbolFiles(PERF_DATA_INPUT_PATH); variable
409 const char *result = ReportGetSymbolFiles(PERF_DATA_ERROR_FORMAT_INPUT_PATH); variable
416 const char *result = ReportGetSymbolFiles(ILLEGAL_PATH); variable
423 const char *result = ReportGetSymbolFiles(nullptr); variable
430 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/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/smartperf_host/trace_streamer/test/unittest/
Devent_parser_test.cpp670 int32_t result = eventParser.SchedSwitchEvent(args, bytraceLine); variable
689 int32_t result = eventParser.SchedSwitchEvent(args, bytraceLine); variable
705 int32_t result = eventParser.TaskRenameEvent(args, bytraceLine); variable
722 int32_t result = eventParser.TaskNewtaskEvent(args, bytraceLine); variable
741 int32_t result = eventParser.TracingMarkWriteOrPrintEvent(args, bytraceLine); variable
759 int32_t result = eventParser.SchedWakeupEvent(args, bytraceLine); variable
777 int32_t result = eventParser.SchedWakeupEvent(args, bytraceLine); variable
796 int32_t result = eventParser.SchedWakingEvent(args, bytraceLine); variable
815 int32_t result = eventParser.SchedWakingEvent(args, bytraceLine); variable
833 int32_t result = eventParser.CpuIdleEvent(args, bytraceLine); variable
[all …]
/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts44 let result = await queryHeapFile(); variable
76 let result = await queryHeapInfo(file.id); variable
94 let result = await queryHeapNode(file.id); variable
127 let result = await queryHeapTraceNode(file.id); variable
156 let result = await queryHeapString(file.id); variable
/developtools/profiler/host/smartperf/ide/src/js-heap/
DLoadDatabase.ts44 let result = await queryHeapFile(); variable
80 let result = await queryHeapInfo(file.id); variable
98 let result = await queryHeapNode(file.id); variable
131 let result = await queryHeapTraceNode(file.id); variable
160 let result = await queryHeapString(file.id); variable
/developtools/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader.cpp65 bool ProtoReaderBase::ParseVarIntValue(ParseDataAreaResult& result, in ParseVarIntValue()
80 bool ProtoReaderBase::ParseLengthDelimitedValue(ParseDataAreaResult& result, in ParseLengthDelimitedValue()
102 bool ProtoReaderBase::ParseFixed64Value(ParseDataAreaResult& result, in ParseFixed64Value()
119 bool ProtoReaderBase::ParseFixed32Value(ParseDataAreaResult& result, in ParseFixed32Value()
137 ParseDataAreaResult result = {ABORT, startAddr, DataArea{}}; in ParseOneDataArea() local
186 ParseDataAreaResult result = {ABORT, currentReadAddr_, DataArea{}}; in ReadNextDataArea() local
197 ParseDataAreaResult result = {ABORT, startAddr_, DataArea{}}; in ParseAllDataAreas() local
/developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/
Dproto_reader.cpp65 bool ProtoReaderBase::ParseVarIntValue(ParseDataAreaResult& result, in ParseVarIntValue()
80 bool ProtoReaderBase::ParseLengthDelimitedValue(ParseDataAreaResult& result, in ParseLengthDelimitedValue()
102 bool ProtoReaderBase::ParseFixed64Value(ParseDataAreaResult& result, in ParseFixed64Value()
119 bool ProtoReaderBase::ParseFixed32Value(ParseDataAreaResult& result, in ParseFixed32Value()
137 ParseDataAreaResult result = {ABORT, startAddr, DataArea{}}; in ParseOneDataArea() local
186 ParseDataAreaResult result = {ABORT, currentReadAddr_, DataArea{}}; in ReadNextDataArea() local
197 ParseDataAreaResult result = {ABORT, startAddr_, DataArea{}}; in ParseAllDataAreas() 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/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.cpp31 std::string result; in GetTrace() local
43 std::string result; in GetLayout() local
53 std::string result; in ChangeToBackground() local
92 std::smatch result; in InitXY2() local
131 std::smatch result; in InitXY() local
Dsp_parse_fps.cpp122 std::smatch result; in StaticHandoffStartTime() local
143 std::smatch result; in DecHandOffTime() local
180 std::smatch result; in CountRsEndTime() local
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/smaps/
DTabPaneSmapsComparison.test.ts72 let result = [smaps, smaps]; variable
76 let result = [ variable
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/cpu/
DTabPaneCpuUsage.test.ts125 let result = tabPaneCpuUsage.sortFreq([ variable
166 let result = tabPaneCpuUsage.groupByCpuToMap([ variable
/developtools/global_resource_tool/src/
Dconfig_parser.cpp314 const auto &result = JSON_ARRAY_IDS.find(key); in ParseRefImpl() local
361 const auto &result = JSON_STRING_IDS.find(key); in ParseJsonStringRef() local
381 auto result = jsonCheckIds_.find(key); in AddCheckNode() local
402 smatch result; in GetRefIdFromString() local
413 const auto &result = MODULE_TYPES.find(type); in ParseModuleType() local
Did_worker.cpp69 auto result = ids_.find(make_pair(resType, name)); in GetId() local
78 auto result = sysDefinedIds_.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
182 auto result = ids_.find(make_pair(resType, name)); in GenerateSysId() local
Dresource_util.cpp153 string result; in ComposeStrings() local
176 vector<string> result; in DecomposeStrings() local
335 string result; in PaserKeyParam() local
362 string result; in DecToHexStr() local
378 string result; in GetAllRestypeString() local
/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/packing_tool/adapter/ohos/
DModuleResult.java49 private boolean result = true; field in ModuleResult
59 public void setResult(boolean result) { in setResult()
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpHiSysEventChart.test.ts166 let result = [ variable
236 let result = [ variable
/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
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp45 bool HdcDaemonUnity::AsyncCmdOut(bool finish, int64_t exitStatus, const string result) in AsyncCmdOut()
215 string result = ((HdcJdwp *)daemon->clsJdwp)->GetProcessList(); in ListJdwpProcess() local
229 string result = MESSAGE_FAIL; in TrackJdwpProcess() local

12345678