/arkcompiler/toolchain/tooling/client/tcpServer/test/js_test_case/ |
H A D | js_test.py | 34 subprocess.run( 59 subprocess.run( 130 subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 135 subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 139 subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 146 subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 150 subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 160 subprocess.run("%s shell wukong special -t 600,600 -c 1" % self.hdctool, stdout=subprocess.PIPE) 173 subprocess.run( 181 subprocess.run( [all...] |
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
H A D | test_unit.py | 74 run: RunResult = res.execution_forks[0] 75 test.assertTrue(95.587 == run.avg_time) 76 test.assertTrue(90.999 == run.iterations[0]) 77 test.assertTrue(0 == len(run.warmup)) 78 test.assertTrue('ns/op' == run.unit) 89 run: RunResult = res.execution_forks[0] 90 test.assertTrue(101.1 == run.avg_time) 91 test.assertTrue(100.0 == run.iterations[0]) 92 test.assertTrue(1 == len(run.warmup)) 93 test.assertTrue('ns/op' == run [all...] |
H A D | test_shell.py | 42 res = sh.run(f'ls -1 {here}') 50 res = sh.run(f'ls -1 .', cwd=this_dir) 56 res = sh.run('sleep 1', measure_time=True, timeout=3)
|
/arkcompiler/toolchain/test/autotest/aw/ |
H A D | utils.py | 75 mount_result = subprocess.run(mount_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 83 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 93 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 105 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 111 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 116 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 121 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 126 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 131 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 136 result = subprocess.run(cm [all...] |
H A D | application.py | 31 stop_result = subprocess.run(stop_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 39 uninstall_result = subprocess.run(uninstall_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 47 install_result = subprocess.run(install_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 56 start_result = subprocess.run(start_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 63 ps_result = subprocess.run(ps_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 86 attach_result = subprocess.run(attach_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 96 screen_info = subprocess.run(get_screen_info_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 103 click_result = subprocess.run(click_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 111 keep_awake_result = subprocess.run(keep_awake_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
H A D | fport.py | 33 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 50 result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 62 list_fport_result = subprocess.run(list_fport_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 70 un_fport_result = subprocess.run(un_fport_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/arkcompiler/ets_frontend/test/scripts/ |
H A D | entry.py | 52 subprocess.run(cmd, shell=False) 55 def run(): function 59 job(os.path.join(".", "auto_xts_test", "run.bat")) 66 schedule.every().day.at("02:10").do(run) 67 run()
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
H A D | debug.py | 60 async def run( function 68 async with ark_runtime.run( 77 return run 145 async def run( function 153 async with ark_runtime.run( 164 return run 187 async def run( function 203 return run
|
H A D | disassembler.py | 44 def run( member in Disassembler 55 proc = subprocess.run( # noqa: S603 82 self._ark_disassembler.run(file.panda_file, pa_file, cwd=self._tmp_path)
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/ |
H A D | swiftc.py | 52 return self.sh.run( 60 res = self.sh.run(cmd, measure_time=True, timeout=300) 70 self.sh.run('pkill swift-driver') 71 self.sh.run('pkill swiftc')
|
H A D | tsc.py | 39 return self.sh.run( 50 res = self.sh.run(
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/classEnv/ |
H A D | class-env-with-exception.js | 16 function run() { function 34 run()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/objectExpression/ |
H A D | object-define-property.js | 19 set a(run) { 20 run()
|
/arkcompiler/runtime_core/static_core/scripts/ |
H A D | compiler_bisect.py | 32 and this script will set it to different values and run your script to find minimal subsets 42 Or put command in `run.sh` and do `./compiler_bisect ./run.sh` 136 # expect_fail - if not None, print additional info for unexpected run result 137 def run(compiled_methods, noinline_methods, passes, dump=False, verbose=False, expect_fail=None): function 155 res = subprocess.run(cmd_and_args, env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 189 def run(self, verbose=False): member in Runner 190 return run(self.opts.compiled.values, self.opts.inline.neg_values, 199 if self.run(): 268 res = run([], [], [], expect_fai [all...] |
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
H A D | shell.py | 112 def run(self, member in ShellBase 138 r = self.run(cmd=cmd) 154 def run(self, member in ShellUnix 235 def run(self, cmd: str, member in ShellDevice 244 res = self._sh.run( 252 self._sh.run(f"{self._devsh} shell 'rm -f {self.stderr_out}'") 258 self._sh.run(f'rm -f {stderr_host}') 268 res = self.run(f"stat -c '%s' {filepath}") 284 res = self.run(f'mkdir -p {self.tmp_dir}') 308 return self._sh.run( [all...] |
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
H A D | tombstones.py | 52 self.x_sh.run(f'rm -f /data/tomb{"stones"}/*') 60 res = self.x_sh.run(f'head -40 /data/tombstones/{dump}') 61 self.x_sh.run(f'rm -f /data/tombstones/{dump}*')
|
H A D | cpumask.py | 81 platform.x_sh.run(f'echo {val} > {f}') 83 r = platform.x_sh.run( 123 platform.x_sh.run( 135 platform.x_sh.run(f'echo {val} > {f}')
|
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/ |
H A D | size_compare.py | 248 def run(self): member in ES2ABCRunner 256 subprocess.run(cmd, timeout=self.args.timeout) 287 def run(self): member in JavaD8Runner 294 subprocess.run(cmd) 324 def run(self): member in JavaR8Runner 331 subprocess.run(cmd) 367 def run(self): member in Workload 382 workload.run() 397 js_runner.run() 398 ts_runner.run() [all...] |
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | sort_helper.h | 25 struct run { struct 28 run(int b, int l) : base(b), len(l) { in run() function 47 std::vector<run> pending_; 79 pending_.push_back(run(runBase, runLen)); in PushRun()
|
/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
H A D | entry.py | 18 Description: entry to run sdk test daily 27 def run(): function 28 cmd = ['python', 'run.py'] 50 run()
|
H A D | run.py | 18 Description: entrance to run sdk test suite 32 def run(): function 55 run(
|
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/ |
H A D | run_javar8.py | 107 def run(self): member in JavaR8Runner 123 subprocess.run(cmd_java2class, timeout=self.args.timeout) 124 subprocess.run(cmd_class2jar, timeout=self.args.timeout) 125 subprocess.run(cmd_jar2dex, timeout=self.args.timeout) 148 java_runner.run()
|
H A D | run_java.py | 92 def run(self): member in JavaD8Runner 100 subprocess.run(cmd_java2class, timeout=self.args.timeout) 109 subprocess.run(cmd_class2dex, timeout=self.args.timeout) 135 java_runner.run()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | ark_inlining.h | 41 llvm::PreservedAnalyses run(llvm::LazyCallGraph::SCC &component, llvm::CGSCCAnalysisManager & /*unused*/, 56 llvm::PreservedAnalyses run(llvm::Module &module, llvm::ModuleAnalysisManager &moduleAm);
|
/arkcompiler/ets_frontend/arkguard/scripts/ |
H A D | obfuscate_script.js | 58 function run() { function 64 run();
|