Home
last modified time | relevance | path

Searched refs:Utils (Results 1 - 25 of 42) sorted by relevance

12

/arkcompiler/toolchain/test/autotest/aw/
H A D__init__.py21 from aw.utils import Utils namespace
30 communicate_with_debugger_server = Utils.communicate_with_debugger_server
31 async_wait_timeout = Utils.async_wait_timeou
H A Dutils.py30 class Utils(object): class
/arkcompiler/toolchain/tooling/utils/
H A Dutils.cpp25 bool Utils::GetCurrentTime(char *date, char *tim, size_t size) in GetCurrentTime()
60 bool Utils::StrToUInt(const char *content, uint32_t *result) in StrToUInt()
71 bool Utils::StrToInt32(const std::string &str, int32_t &result) in StrToInt32()
83 bool Utils::StrToInt32(const std::string &str, std::optional<int32_t> &result) in StrToInt32()
95 std::vector<std::string> Utils::SplitString(const std::string &str, const std::string &delimiter) in SplitString()
116 bool Utils::RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath()
145 bool Utils::IsNumber(const std::string &str) in IsNumber()
H A Dutils.h24 class Utils { class
/arkcompiler/toolchain/test/autotest/scenario_test/
H A Dtest_cpu_profiler_02.py26 from aw import Utils namespace
56 self.id_generator = Utils.message_id_generator()
59 Utils.clear_fault_log()
60 self.hilog_process, self.write_thread = Utils.save_hilog(log_path=self.log_path,
74 Utils.save_fault_log(log_path=self.log_path)
H A Dtest_heap_profiler_01.py27 from aw import Utils namespace
55 self.id_generator = Utils.message_id_generator()
58 Utils.clear_fault_log()
59 self.hilog_process, self.write_thread = Utils.save_hilog(log_path=self.log_path,
73 Utils.save_fault_log(log_path=self.log_path)
H A Dtest_cpu_profiler_01.py26 from aw import Utils namespace
54 self.id_generator = Utils.message_id_generator()
57 Utils.clear_fault_log()
58 self.hilog_process, self.write_thread = Utils.save_hilog(log_path=self.log_path,
72 Utils.save_fault_log(log_path=self.log_path)
H A Dtest_heap_profiler_02.py27 from aw import Utils namespace
53 self.id_generator = Utils.message_id_generator()
56 Utils.clear_fault_log()
57 self.hilog_process, self.write_thread = Utils.save_hilog(log_path=self.log_path,
71 Utils.save_fault_log(log_path=self.log_path)
H A Dtest_debug_04.py27 from aw import Utils namespace
58 self.id_generator = Utils.message_id_generator()
61 Utils.clear_fault_log()
62 self.hilog_process, self.write_thread = Utils.save_hilog(log_path=self.log_path,
76 Utils.save_fault_log(log_path=self.log_path)
H A Dtest_debug_02.py28 from aw import Utils namespace
62 self.id_generator = Utils.message_id_generator()
65 Utils.clear_fault_log()
66 self.hilog_process, self.write_thread = Utils.save_hilog(log_path=self.log_path,
80 Utils.save_fault_log(log_path=self.log_path)
H A Dtest_debug_03.py27 from aw import Utils namespace
59 self.id_generator = Utils.message_id_generator()
62 Utils.clear_fault_log()
63 self.hilog_process, self.write_thread = Utils.save_hilog(log_path=self.log_path,
77 Utils.save_fault_log(log_path=self.log_path)
H A Dtest_debug_01.py27 from aw import Utils namespace
67 self.id_generator = Utils.message_id_generator()
70 Utils.clear_fault_log()
71 self.hilog_process, self.write_thread = Utils.save_hilog(log_path=self.log_path,
85 Utils.save_fault_log(log_path=self.log_path)
/arkcompiler/toolchain/tooling/client/utils/
H A Dcli_command.cpp352 if (!Utils::IsNumber(GetArgList()[1])) { in BreakCommand()
381 if (!Utils::IsNumber(GetArgList()[0])) { in DeleteCommand()
424 if (!Utils::IsNumber(GetArgList()[0])) { in InfosourceCommand()
449 if (Utils::IsNumber(GetArgList()[0]) && Utils::IsNumber(GetArgList()[1])) { in ListCommand()
456 if (Utils::IsNumber(GetArgList()[0])) { in ListCommand()
562 if (argList.size() == 1 && Utils::IsNumber(argList[0])) { in SessionDelCommand()
564 if (Utils::StrToUInt(argList[0].c_str(), &sessionId)) { in SessionDelCommand()
597 if (argList.size() == 1 && Utils::IsNumber(argList[0])) { in SessionSwitchCommand()
599 if (Utils in SessionSwitchCommand()
[all...]
/arkcompiler/ets_runtime/test/regresstest/
H A Drun_regress_test.py344 shorten = Utils.get_inside_path(test)
392 return Utils.read_skip_list(RegressTestConfig.SKIP_LIST_FILE)
461 f"{Utils.get_file_only_name(test_report.src_path)}-filesInfo.txt"))
468 line = f"{src_file_info};{Utils.get_file_only_name(src_file_info)};esm;xxx;yyy\n"
489 os.path.join(test_report.out_path, Utils.get_file_name(test_report.test_id)),
499 Utils.exec_command(command, test_report.test_id, step_result, self.args.timeout,
524 os.path.join(test_report.out_path, Utils.get_file_name(test_report.test_id)),
527 entry_point = Utils.get_file_only_name(RegressTestConfig.TEST_TOOL_FILE_JS_NAME)
554 Utils.exec_command(command, test_report.test_id, step, self.args.timeout,
570 class Utils class
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Dmark_always_inline.cpp25 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
H A Dremove_unused_functions.cpp25 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dloop_peeling.cpp23 #include <llvm/Transforms/Utils/LoopPeel.h>
H A Dinsert_safepoints.cpp29 #include <llvm/Transforms/Utils/Cloning.h>
H A Dpropagate_lenarray.cpp28 #include <llvm/Transforms/Utils/LoopPeel.h>
H A Dmem_barriers.cpp22 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
/arkcompiler/toolchain/tooling/client/manager/
H A Dbreakpoint_manager.cpp50 breaksplitstring = Utils::SplitString(breakpointId, ":"); in Createbreaklocation()
/arkcompiler/toolchain/tooling/client/domain/
H A Dheapprofiler_client.cpp275 bool res = Utils::GetCurrentTime(date, time, sizeof(date)); in SaveHeapSnapshotAndAllocationTrackData()
315 bool res = Utils::GetCurrentTime(date, time, sizeof(date)); in SaveHeapsamplingData()
335 bool res = Utils::RealPath(fileName, realPath, false); in WriteHeapProfilerForFile()
H A Dprofiler_client.cpp180 bool res = Utils::GetCurrentTime(date, time, sizeof(date)); in RecvProfilerResult()
202 bool res = Utils::RealPath(fileName, realPath, false); in WriteCpuProfileForFile()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dllvm_optimizer.cpp51 #include <llvm/Transforms/Utils/CanonicalizeAliases.h>
52 #include <llvm/Transforms/Utils/NameAnonGlobals.h>
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dgc_barriers.cpp27 #include <llvm/Transforms/Utils/BasicBlockUtils.h>

Completed in 12 milliseconds

12