Home
last modified time | relevance | path

Searched refs:strip (Results 101 - 125 of 871) sorted by relevance

12345678910>>...35

/third_party/skia/third_party/externals/dawn/generator/
H A Dremove_files.py64 [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 Dgenerator_lib.py126 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 Drun-draw-fuzzer-tests.py19 return ("" if is_debug_mode else text.decode ("utf-8").strip ()), p.returncode
57 if (not valgrind or returncode) and text.strip ():
H A Drun-shape-fuzzer-tests.py19 return ("" if is_debug_mode else text.decode ("utf-8").strip ()), p.returncode
56 if (not valgrind or returncode) and text.strip ():
H A Drun-subset-fuzzer-tests.py19 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.py78 '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 Dtest_helper.py102 disable_list.append(line.strip())
111 if file_path.endswith(one.strip()):
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
H A Dsymbolize_stack_trace.py63 line = line.strip()
83 sym = sym.strip()
/third_party/rust/crates/minimal-lexical/etc/
H A Dlemire_table.py44 print(HEADER.strip())
97 print(STATIC_WARNING.strip())
/third_party/vk-gl-cts/scripts/
H A Dcheck_resolution_list.py37 cases.append(line[6:].strip())
46 line = line.strip()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dprogress.py88 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 Dsummarize_stats.py92 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 Dgen_cmake.py113 target = stmt.children[1].children[0].strip('\"')
348 """.strip()
356 """.strip()
363 """.strip()
/third_party/node/tools/gyp/tools/
H A Dpretty_vcproj.py68 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 Dpatch.c33 -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 Dtest_i18n.py27 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 Dpdb.py303 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 Dtest_venv.py255 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 Diocost_coef_gen.py64 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 Diocost_coef_gen.py64 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 Dtestcfg.py55 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 DgenCommon.py185 text = text.strip()
218 rv = typeName.strip()
229 rv = rv.strip()
/third_party/googletest/googletest/scripts/
H A Dupload.py94 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 Dkernel_build.py52 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 Dcore.py60 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()

Completed in 14 milliseconds

12345678910>>...35