/arkcompiler/toolchain/test/autotest/aw/ |
H A D | __init__.py | 21 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 D | utils.py | 30 class Utils(object): class
|
/arkcompiler/toolchain/tooling/utils/ |
H A D | utils.cpp | 25 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 D | utils.h | 24 class Utils { class
|
/arkcompiler/toolchain/test/autotest/scenario_test/ |
H A D | test_cpu_profiler_02.py | 26 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 D | test_heap_profiler_01.py | 27 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 D | test_cpu_profiler_01.py | 26 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 D | test_heap_profiler_02.py | 27 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 D | test_debug_04.py | 27 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 D | test_debug_02.py | 28 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 D | test_debug_03.py | 27 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 D | test_debug_01.py | 27 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 D | cli_command.cpp | 352 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 D | run_regress_test.py | 344 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 D | mark_always_inline.cpp | 25 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
|
H A D | remove_unused_functions.cpp | 25 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | loop_peeling.cpp | 23 #include <llvm/Transforms/Utils/LoopPeel.h>
|
H A D | insert_safepoints.cpp | 29 #include <llvm/Transforms/Utils/Cloning.h>
|
H A D | propagate_lenarray.cpp | 28 #include <llvm/Transforms/Utils/LoopPeel.h>
|
H A D | mem_barriers.cpp | 22 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
|
/arkcompiler/toolchain/tooling/client/manager/ |
H A D | breakpoint_manager.cpp | 50 breaksplitstring = Utils::SplitString(breakpointId, ":"); in Createbreaklocation()
|
/arkcompiler/toolchain/tooling/client/domain/ |
H A D | heapprofiler_client.cpp | 275 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 D | profiler_client.cpp | 180 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 D | llvm_optimizer.cpp | 51 #include <llvm/Transforms/Utils/CanonicalizeAliases.h> 52 #include <llvm/Transforms/Utils/NameAnonGlobals.h>
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
H A D | gc_barriers.cpp | 27 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
|