Home
last modified time | relevance | path

Searched refs:strip (Results 76 - 100 of 711) sorted by relevance

12345678910>>...29

/third_party/node/tools/inspector_protocol/
H A Droll.py53 stdout = RunCmd(['git', 'rev-parse', '--abbrev-ref', 'HEAD']).strip()
60 if (RunCmd(['git', 'config', '--get', 'remote.origin.url']).strip() !=
67 if (RunCmd(['git', 'config', '--get', 'remote.origin.url']).strip() !=
/third_party/libfuse/test/
H A Dutil.py25 caps.add(line.strip())
125 fusermount_path = which.communicate()[0].strip()
156 if os.environ.get('TEST_WITH_VALGRIND', 'no').lower().strip() \
/third_party/python/Tools/i18n/
H A Dmakelocalealias.py27 line = line.strip()
62 line = line.strip()
67 line = line.replace('/', ' ').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/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")
/third_party/googletest/googletest/test/
H A Dgtest_list_output_unittest.py275 expected_line_re = re.compile(expected_line.strip())
277 expected_line_re.match(actual_line.strip()),
/third_party/ltp/include/mk/
H A Denv_pre.mk71 srcdir := $(strip $(subst $(abs_top_srcdir)/,,$(abs_srcdir)))
101 ifeq ($(strip $(DESTDIR)$(prefix)),)
/third_party/node/deps/v8/tools/testrunner/outproc/
H A Dmessage.py30 if line.startswith("#") or not line.strip():
62 not string.strip() or
/third_party/python/Tools/freeze/
H A Dparsesetup.py34 value = value.strip()
71 variables[name] = value.strip()
/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/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('"'))

Completed in 11 milliseconds

12345678910>>...29