/third_party/skia/third_party/externals/dawn/generator/ |
H A D | remove_files.py | 64 [os.path.join(root_dir, line.strip()) for line in f.readlines()]) 73 stale_dirs = set([line.strip() for line in f.readlines()])
|
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/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/node/deps/v8/tools/testrunner/testproc/ |
H A D | progress.py | 88 print(result.output.stderr.strip()) 91 print(result.output.stdout.strip()) 264 stdout = output.stdout.strip() 265 stderr = output.stderr.strip() 380 stdout = output.stdout.strip() 383 stderr = output.stderr.strip()
|
/third_party/python/Tools/scripts/ |
H A D | summarize_stats.py | 92 key = key.strip() 103 opcode_stats[int(n)][rest.strip(".")] = value 109 line = line.strip() 114 defines[int(val.strip())].append(name.strip()) 276 label = key[6:].strip()
|
/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/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/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...] |
/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")
|
/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()
|
/third_party/mesa3d/src/mapi/new/ |
H A D | genCommon.py | 185 text = text.strip() 218 rv = typeName.strip() 229 rv = rv.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...] |
/kernel/linux/build/ |
H A D | kernel_build.py | 52 return title.strip() 193 print(">> [stdout] %s", line.strip('\n')) 198 print(">> [stderr] %s", line.strip('\n')) 203 print(">> [stdout] %s", line.strip('\n')) 207 print(">> [stderr] %s", line.strip('\n'))
|
/third_party/mesa3d/bin/pick/ |
H A D | core.py | 60 stderr=subprocess.DEVNULL).decode("ascii").strip() 147 ).decode("ascii").strip() 213 upstream = out.decode().strip() 221 return list(split_commit_list(out.decode().strip())) 254 return out.decode().strip()
|