/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | run-draw-fuzzer-tests.py | 19 return ("" if is_debug_mode else text.decode ("utf-8").strip ()), p.returncode 57 if (not valgrind or returncode) and text.strip ():
|
H A D | run-shape-fuzzer-tests.py | 19 return ("" if is_debug_mode else text.decode ("utf-8").strip ()), p.returncode 56 if (not valgrind or returncode) and text.strip ():
|
H A D | run-subset-fuzzer-tests.py | 19 return ("" if is_debug_mode else text.decode ("utf-8").strip ()), p.returncode 60 if (not valgrind or returncode) and text.strip ():
|
/third_party/skia/tools/skpbench/ |
H A D | _hardware_pixel2.py | 78 'cat /sys/class/thermal/thermal_zone10/type').strip()) 80 'cat /sys/class/thermal/thermal_zone7/type').strip())
|
/third_party/typescript/tests/ts_extra_tests/tool/ |
H A D | test_helper.py | 102 disable_list.append(line.strip()) 111 if file_path.endswith(one.strip()):
|
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
H A D | symbolize_stack_trace.py | 63 line = line.strip() 83 sym = sym.strip()
|
/third_party/rust/crates/minimal-lexical/etc/ |
H A D | lemire_table.py | 44 print(HEADER.strip()) 97 print(STATIC_WARNING.strip())
|
/third_party/vk-gl-cts/scripts/ |
H A D | check_resolution_list.py | 37 cases.append(line[6:].strip()) 46 line = line.strip()
|
/third_party/python/Lib/ |
H A D | pdb.py | 303 line = rcLines.pop().strip() 381 traceback.format_exception_only(exc_type, exc_value)[-1].strip())) 460 if not line.strip(): 536 if line.strip().endswith((':', ',')): 794 id = idstring[0].strip() 797 id = idstring[1].strip() 835 line = line.strip() 893 bp = self.get_bpbynumber(args[0].strip()) 918 count = int(args[1].strip()) 922 bp = self.get_bpbynumber(args[0].strip()) [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | c_driver_lite.py | 80 if request.root.source.source_file.strip(): 82 request.root.source.source_file.strip()) 84 request.root.source.source_file.strip()).split(".")[0] 86 source = request.root.source.source_string.strip() 231 if input_burning.lower().strip() in ["y", "yes"]: 234 elif input_burning.lower().strip() in ["n", "no"]: 236 elif input_burning.lower().strip() == "quit":
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 193 if test_source.strip(): 194 test_sources.append(test_source.strip()) 210 if line.strip(): 211 test_sources.append(line.strip()) 216 if test_source.strip(): 217 test_sources.append(test_source.strip()) 239 if len(name) != len(name.strip()):
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 90 return rev.decode("utf-8").strip() 157 out = get_decode(out).strip() 205 err = get_decode(err).strip() 206 out = get_decode(out).strip() 361 line = line.strip() 484 addr = origin_ip.strip().split(".") 619 local_ip = str(lines[0]).strip() 731 proc_running = device.execute_shell_command(cmd).strip() 849 version_list = uitest_version_info.strip().split("\n")
|
/third_party/python/Lib/test/ |
H A D | test_venv.py | 255 self.assertEqual(out.strip(), expected.encode(), prefix) 277 self.assertEqual(out.strip(), expected.encode(), err) 300 self.assertEqual(out.strip(), expected.encode(), err) 431 self.assertEqual(out.strip(), envpy.encode()) 445 self.assertEqual(out.strip(), envpy.encode()) 462 self.assertEqual(out.strip(), '0') 483 self.assertEqual(out.strip(), "python".encode()) 528 self.assertEqual(out.strip(), 'False'.encode()) 627 self.assertEqual(out.strip(), "OK")
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | kit.py | 118 para_name = key.strip() 185 test_types = para.strip() 200 line = line.strip() 203 if items[0].strip() in ignore_keys:
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | gen_cmake.py | 113 target = stmt.children[1].children[0].strip('\"') 348 """.strip() 356 """.strip() 363 """.strip()
|
/third_party/node/tools/gyp/tools/ |
H A D | pretty_vcproj.py | 68 if node.data.strip(): 69 print("{}{}".format(" " * indent, node.data.strip())) 124 filename = filename.strip("\"' ") 316 vsprops.strip().split(";"), os.path.dirname(argv[1])
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | generator_lib.py | 126 lines = filter(lambda line: not line.strip().startswith('//*'), lines) 150 assert line.strip() == '' 309 expected = set([line.strip() for line in f.readlines()]) 332 allowed_dirs = set([line.strip() for line in f.readlines()])
|
/third_party/toybox/toys/posix/ |
H A D | patch.c | 33 -p Number of '/' to strip from start of file paths (default=all) 288 int reverse = FLAG(R), state = 0, patchlinenum = 0, strip = 0; in patch_main() local 304 if (strip || !patchlinenum++) { in patch_main() 307 if (!strip && !FLAG(s)) fprintf(stderr, "Removing DOS newlines\n"); in patch_main() 308 strip = 1; in patch_main()
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_i18n.py | 27 line = line.strip('"') 29 headers[key] = val.strip() 40 cur_msgid.append(line.strip('"')) 48 cur_msgid.append(line.strip('"'))
|
/third_party/googletest/googletest/scripts/ |
H A D | upload.py | 94 last_email = last_email_file.readline().strip("\n") 99 email = raw_input(prompt + ": ").strip() 578 print line.strip("\n") 636 answer = raw_input(prompt).strip() 671 filename = filename.strip().replace('\\', '/') 1071 self.base_rev = RunShell(["hg", "parent", "-q"]).split(':')[1].strip() 1128 # HACK: strip error message about missing file/directory if it isn't in 1135 oldrelpath = out[1].strip() 1173 new_filename = new_filename.strip() 1179 temp_filename = temp_filename.strip() [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 315 cmd, timeout=5 * 1000, output_flag=False, retry=RETRY_ATTEMPTS, abort_on_exception=False).strip() 367 abort_on_exception=abort_on_exception).strip() 383 abort_on_exception=abort_on_exception).strip() 405 command = command.strip() 413 if line.strip(): 414 LOG.debug(line.strip()) 540 abort_on_exception=True).strip() 642 if status and status.strip() == "true": 897 proc_pids[0] = self.execute_shell_command("pidof {}".format(UITEST_NAME)).strip() 900 proc_running = self.execute_shell_command(cmd).strip() [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 101 command_type = command.get("name").strip() 131 remote = files[0].strip() 132 local = files[1].strip() 139 src, dst = files[0].strip(), files[1].strip() 248 src, dst = files[0].strip(), files[1].strip() 298 web_resource_url = web_resource.get(ConfigConst.tag_url, "").strip() 788 output = output.strip() 821 LOG.info("Retry install hap result is: [%s]" % exec_out.strip()) [all...] |
/kernel/linux/linux-5.10/tools/cgroup/ |
H A D | iocost_coef_gen.py | 64 devname = os.path.basename(devname).decode('utf-8').strip() 143 elevator = re.sub(r'.*\[(.*)\].*', r'\1', f.read().strip()) 145 nomerges = f.read().strip()
|
/kernel/linux/linux-6.6/tools/cgroup/ |
H A D | iocost_coef_gen.py | 64 devname = os.path.basename(devname).decode('utf-8').strip() 143 elevator = re.sub(r'.*\[(.*)\].*', r'\1', f.read().strip()) 145 nomerges = f.read().strip()
|
/third_party/node/test/pseudo-tty/ |
H A D | testcfg.py | 55 if not str_arg.strip(): return True 64 if not line.strip(): 104 result += flags_match.group(1).strip().split()
|