/third_party/node/tools/inspector_protocol/ |
H A D | roll.py | 53 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 D | util.py | 25 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 D | makelocalealias.py | 27 line = line.strip() 62 line = line.strip() 67 line = line.replace('/', ' ').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/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")
|
/third_party/googletest/googletest/test/ |
H A D | gtest_list_output_unittest.py | 275 expected_line_re = re.compile(expected_line.strip()) 277 expected_line_re.match(actual_line.strip()),
|
/third_party/ltp/include/mk/ |
H A D | env_pre.mk | 71 srcdir := $(strip $(subst $(abs_top_srcdir)/,,$(abs_srcdir))) 101 ifeq ($(strip $(DESTDIR)$(prefix)),)
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
H A D | message.py | 30 if line.startswith("#") or not line.strip(): 62 not string.strip() or
|
/third_party/python/Tools/freeze/ |
H A D | parsesetup.py | 34 value = value.strip() 71 variables[name] = value.strip()
|
/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/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('"'))
|