Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 25 of 129) sorted by relevance

123456

/developtools/hiperf/script/
Dloadlib_test.py32 ret = libhiperf_report.EchoLoopBack(b'123') variable
36 ret = libhiperf_report.EchoLoopBack(b'test') variable
40 ret = libhiperf_report.EchoLoopBack(b'test123') variable
44 ret = libhiperf_report.EchoLoopBack(b'') variable
48 ret = libhiperf_report.EchoLoopBack(None) variable
52 ret = libhiperf_report.Report(b'perf.data', b'report.txt', b'-s') variable
55 ret = libhiperf_report.SetDebug(True) variable
58 ret = libhiperf_report.ReportJson(b'perf.data', b'json.txt') variable
61 ret = libhiperf_report.ReportGetSymbolFiles(b'perf.data') variable
64 ret = libhiperf_report.ReportGetBuildId(b'elf32_test') variable
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dflow_controller_test.cpp99 int ret = config.SerializeToArray(configData.data(), configData.size()); variable
121 int ret = config.SerializeToArray(configData.data(), configData.size()); variable
143 int ret = config.SerializeToArray(configData.data(), configData.size()); variable
166 int ret = config.SerializeToArray(configData.data(), configData.size()); variable
189 int ret = config.SerializeToArray(configData.data(), configData.size()); variable
218 int ret = config.SerializeToArray(configData.data(), configData.size()); variable
/developtools/profiler/device/plugins/native_daemon/src/
Delf_file.cpp101 size_t ret = lseek(fd_, 0, SEEK_SET); in ParseElfHeader() local
122 int64_t ret = lseek(fd_, phdrOffset, SEEK_SET); in ParsePrgHeaders() local
161 int64_t ret = lseek(fd_, shdrOffset, SEEK_SET); in ParseSecNamesStr() local
210 int64_t ret = lseek(fd_, shdrOffset, SEEK_SET); in ParseSecHeaders() local
260 int64_t ret = lseek(fd_, secOffset, SEEK_SET); in ParseSymTable() local
292 int64_t ret = lseek(fd_, secOffset, SEEK_SET); in ParseSymNamesStr() local
323 int64_t ret = lseek(fd_, secOffset, SEEK_SET); in ParseDynSymTable() local
/developtools/hiperf/src/
Delf_file.cpp104 ssize_t ret = lseek(fd_, 0, SEEK_SET); in ParseElfHeader() local
125 int64_t ret = lseek(fd_, phdrOffset, SEEK_SET); in ParsePrgHeaders() local
162 int64_t ret = lseek(fd_, shdrOffset, SEEK_SET); in ParseSecNamesStr() local
211 int64_t ret = lseek(fd_, shdrOffset, SEEK_SET); in ParseSecHeaders() local
259 int64_t ret = lseek(fd_, secOffset, SEEK_SET); in ParseSymTable() local
291 int64_t ret = lseek(fd_, secOffset, SEEK_SET); in ParseSymNamesStr() local
320 int64_t ret = lseek(fd_, secOffset, SEEK_SET); in ParseDynSymTable() local
/developtools/hiperf/test/unittest/common/native/
Dperf_file_reader_test.cpp50 std::unique_ptr<PerfFileReader> ret = hiperfFileReader->Instance(filename); variable
63 std::unique_ptr<PerfFileReader> ret = hiperfFileReader->Instance(filename); variable
76 bool ret = hiperfFileReader->ReadFeatureSection(); variable
85 bool ret = hiperfFileReader->ReadFeatureSection(); variable
Dutilities_test.cpp53 int ret = fflush(nullptr); in TestThread() local
72 int ret = fflush(nullptr); in StartThreads() local
479 bool ret = IsDir("../"); variable
490 bool ret = IsPath("./"); variable
/developtools/profiler/device/services/ipc/src/
Dipc_generator_impl.cpp123 std::string ret = ""; in SwapName() local
140 std::string ret = base; in ReplaceStr() local
277 std::string ret = ""; in GenSendResponseImpl() local
297 std::string ret = ""; in GenOnResponseImpl() local
317 std::string ret = ""; in GenServiceCallImpl() local
353 std::string ret = ""; in GenClientProcImpl() local
400 std::string ret = ""; in GenClientRequestImpl() local
430 std::string ret = ""; in GenServiceProcImpl() local
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp71 void* ret = nullptr; in hook_malloc() local
200 size_t ret = 0; in hook_malloc_usable_size() local
305 void* ret = hook_malloc(GetDispatch()->malloc, size); in ohos_malloc_hook_malloc() local
313 void* ret = hook_realloc(GetDispatch()->realloc, ptr, size); in ohos_malloc_hook_realloc() local
321 void* ret = hook_calloc(GetDispatch()->calloc, number, size); in ohos_malloc_hook_calloc() local
329 void* ret = hook_valloc(GetDispatch()->valloc, size); in ohos_malloc_hook_valloc() local
344 void* ret = hook_memalign(GetDispatch()->memalign, alignment, bytes); in ohos_malloc_hook_memalign() local
352 size_t ret = hook_malloc_usable_size(GetDispatch()->malloc_usable_size, mem); in ohos_malloc_hook_malloc_usable_size() local
/developtools/syscap_codec/test/
Dsyscap_tool_test.c38 int32_t ret; in PrepareTestFile() local
73 int32_t ret = PrepareTestFile(pcidFileName, g_testFilePcid); in main() local
/developtools/hdc_standard/src/daemon/
Ddaemon_forward.cpp44 bool ret = clsJdwp->CheckPIDExist(pid); in SetupJdwpPoint() local
53 bool ret = false; in SetupJdwpPoint() local
Dsystem_depend.cpp38 bool ret = true; in SetDevItem() local
51 bool ret = true; in GetDevItem() local
Ddaemon.cpp141 bool ret = true; in RedirectToTask() local
192 bool ret = false; in HandDaemonAuth() local
294 bool ret = true; in FetchCommand() local
326 bool ret = true; in RemoveInstanceTask() local
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Drpc_server.cpp69 int ret = ts_->OperateDatabase(sql); in SqlOperate() local
85 int ret = ts_->SearchDatabase(sql, resultCallBack); in SqlQuery() local
110 int ret = ts_->SearchDatabase(sql, out, outLen); in WasmSqlQuery() local
/developtools/hdc_standard/src/host/
Dhost_app.cpp32 bool ret = false; in BeginInstall() local
81 bool ret = false; in BeginSideload() local
150 bool ret = true; in CommandDispatch() local
/developtools/hdc_standard/src/common/
Dauth.cpp132 int ret = -1; in GetUserInfo() local
154 int ret = 0; in WritePublicKeyfile() local
179 bool ret = false; in GenerateKey() local
223 bool ret = false; in ReadKey() local
304 int ret; in GetPublicKeyFileBuf() local
326 bool ret = false; in RSAPublicKey2RSA() local
374 int ret; in ReadDaemonKeys() local
411 int ret = 0; in AuthVerify() local
Dfile.cpp40 bool ret = false; in BeginTransfer() local
141 bool ret = true; in SlaveCheck() local
177 bool ret = true; in CommandDispatch() local
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Draw_syscalls.proto30 uint64 ret = 2; field
/developtools/profiler/protos/types/plugins/ftrace_data/
Draw_syscalls.proto30 uint64 ret = 2; field
/developtools/profiler/trace_analyzer/test/unittest/
Dirq_filter_test.cpp95 uint32_t ret = 1; // 1 for handled, else for unhandled variable
142 uint32_t ret = 1; // 1 for handled, else for unhandled variable
169 uint32_t ret = 1; // 1 for handled, else for unhandled variable
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dirq_filter_test.cpp95 uint32_t ret = 1; // 1 for handled, else for unhandled variable
142 uint32_t ret = 1; // 1 for handled, else for unhandled variable
169 uint32_t ret = 1; // 1 for handled, else for unhandled variable
/developtools/hdc_standard/src/test/
Dut_mod.cpp26 bool ret = false; in TestBaseCommand() local
74 bool ret = false; in TestShellExecute() local
116 vector<uint8_t> ret; in Md5Sum() local
128 bool ret = false; in TestFileCommand() local
218 bool ret = false; in UtForwardConnect() local
/developtools/global_resource_tool/src/
Dresource_util.cpp114 auto ret = g_fileClusterMap.find(name); in GetResTypeByDir() local
123 auto ret = find_if(g_fileClusterMap.begin(), g_fileClusterMap.end(), [type](auto iter) { in ResTypeToString() local
208 auto ret = g_contentClusterMap.find(type); in GetResTypeFromString() local
295 auto ret = find_if(g_deviceMap.begin(), g_deviceMap.end(), [KeyParam](const auto &iter) { in GetDeviceTypeLimitkey() local
306 … auto ret = find_if(g_resolutionMap.begin(), g_resolutionMap.end(), [KeyParam](const auto &iter) { in GetResolutionLimitkey() local
/developtools/syscap_codec/src/
Dsyscap_tool.c59 uint32_t ret; in GetFileContext() local
101 int32_t ret; in ConvertedContextSaveAsFile() local
143 int32_t ret; in PCIDEncode() local
348 int32_t ret; in PCIDDecode() local
570 int32_t ret; in RPCIDEncode() local
671 uint32_t ret; in RPCIDDecode() local
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_db.cpp148 int ret = sqlite3_prepare_v2(db_, sql.data(), static_cast<int>(sql.size()), &stmt, nullptr); in ExecuteSql() local
193 int ret = sqlite3_exec(db_, sql.c_str(), NULL, NULL, &errmsg); in OperateDatabase() local
204 int ret = sqlite3_prepare_v2(db_, sql.c_str(), static_cast<int>(sql.size()), &stmt, nullptr); in SearchDatabase() local
256 int ret = sqlite3_prepare_v2(db_, sql.c_str(), static_cast<int>(sql.size()), &stmt, nullptr); in SearchDatabase() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp58 int ret = fflush(nullptr); in TestThread() local
75 int ret = fflush(nullptr); in StartThreads() local
486 bool ret = IsDir("../"); variable
497 bool ret = IsPath("./"); variable

123456