Home
last modified time | relevance | path

Searched refs:strip (Results 176 - 200 of 857) sorted by relevance

12345678910>>...35

/third_party/python/Lib/distutils/
H A Dtext_file.py13 line-by-line syntax: strip comments (as long as "#" is your
15 escaping the newline (ie. backslash at end of line), strip
38 strip from "#" to end-of-line, as well as any whitespace
41 strip leading whitespace from each line before returning it
43 strip trailing whitespace (including line terminator!) from
57 strip leading whitespace from lines that are joined to their
62 Note that since 'rstrip_ws' can strip the trailing newline, the
184 # strip the comment, strip whitespace before it, and
212 if line.strip()
[all...]
H A Dsysconfig.py93 v = v.strip()
150 done[name] = value.strip()
167 # strip spurious spaces
170 done[k] = v.strip()
/third_party/skia/tools/
H A Dparse_llvm_coverage.py90 cov = cov.strip()
95 linenum = int(linenum.strip())
/third_party/python/PCbuild/
H A Dprepare_ssl.py82 src = src.replace('$(SRC_D)', '.').strip('"')
83 dest = dest.strip('"').replace('$(INCO_D)', dir)
/third_party/skia/infra/bots/assets/skp/
H A Dcreate.py141 pid = line.strip().split(' ')[0]
152 pid = line.strip().split(' ')[0]
/third_party/vk-gl-cts/framework/qphelper/
H A Dgen_release_info.py42 return commit.decode().strip()
47 return commit.decode().strip()
/third_party/node/deps/v8/tools/release/
H A Dcommon_includes.py149 return sys.stdin.readline().strip()
160 params["api_key"] = api_key.strip()
241 return self.step.Git("tag").strip().splitlines()
272 if self.step.Git("show-ref refs/remotes/origin/%s" % name).strip():
278 if self.step.Git("show-ref refs/remotes/branch-heads/%s" % name).strip():
535 tag = self.Git("describe --tags %s" % revision).strip()
547 int(time_now - max_age)).strip()
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgen-implicit-conversions.py56 """.strip()
85 """.strip()
110 """.strip()
140 """.strip()
165 """.strip()
187 """.strip()
212 """.strip()
/third_party/curl/docs/examples/
H A DMakefile.mk44 TARGETS := $(patsubst %,%$(BIN_EXT),$(strip $(check_PROGRAMS)))
/third_party/ltp/testcases/kernel/syscalls/swapon/
H A DMakefile5 ifneq ($(strip $(NEEDSPECIAL)),)
/third_party/python/Lib/importlib/metadata/
H A D_collections.py30 return cls(*map(str.strip, text.split("=", 1)))
/kernel/linux/linux-5.10/arch/mips/boot/
H A DMakefile22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
/kernel/linux/linux-6.6/arch/mips/boot/
H A DMakefile22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
/third_party/gn/infra/recipes/
H A Dgn.py47 line = line.strip()
73 '/some/xcode/path')).stdout.strip()
116 stdout=api.raw_io.output_text()).stdout.strip()
/third_party/jerryscript/tools/
H A Dsrcmerger.py45 if line.strip() == "#include BUILTIN_INC_HEADER_NAME":
105 if line.strip().endswith('*/'):
129 file_level, filename, line_idx, line.strip())
/third_party/node/tools/icu/
H A Dicutrim.py188 items = [line.strip() for line in fi.read().decode("utf-8").splitlines()]
290 trees[tree]["locs"] = [line.strip() for line in treeitems]
321 line = erritems[i].strip()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DSfntTool.java43 private boolean strip = false; field in SfntTool
69 tool.strip = true; in main()
139 // Most of the following are valid tables, but we don't renumber them yet, so strip in subsetFontFile()
156 if (strip) { in subsetFontFile()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dgen_restricted_traces.py195 source_files = ['"%s/%s"' % (trace, file.strip()) for file in files]
202 source_files = ['"%s/%s"' % (trace, file.strip()) for file in files]
350 version = version.strip('x')
/third_party/python/Lib/
H A D_osx_support.py74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
168 line = line.strip()
360 This function will strip '-isysroot PATH' and '-arch ARCH' from the
532 if (macrelease >= (10, 4)) and '-arch' in cflags.strip():
/third_party/python/Lib/test/
H A Dtest_ensurepip.py230 warning = stderr.getvalue().strip()
305 result = stdout.getvalue().strip()
336 result = stdout.getvalue().strip()
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c68 u64 strip, struct MR_DRV_RAID_MAP_ALL *map);
473 * This routine calculates the row for given strip using spanset.
483 * row - row associated with strip
487 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip()
501 if (strip > span_set->data_strip_end) in get_row_from_strip()
504 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip()
540 * Strip - Start strip associated with row
552 u64 strip; in get_strip_from_row() local
571 strip = mega_div64_32 in get_strip_from_row()
575 strip * in get_strip_from_row()
486 get_row_from_strip(struct megasas_instance *instance, u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) get_row_from_strip() argument
604 get_arm_from_strip(struct megasas_instance *instance, u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) get_arm_from_strip() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c68 u64 strip, struct MR_DRV_RAID_MAP_ALL *map);
473 * This routine calculates the row for given strip using spanset.
483 * row - row associated with strip
487 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip()
501 if (strip > span_set->data_strip_end) in get_row_from_strip()
504 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip()
540 * Strip - Start strip associated with row
552 u64 strip; in get_strip_from_row() local
571 strip = mega_div64_32 in get_strip_from_row()
575 strip * in get_strip_from_row()
486 get_row_from_strip(struct megasas_instance *instance, u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) get_row_from_strip() argument
604 get_arm_from_strip(struct megasas_instance *instance, u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) get_arm_from_strip() argument
[all...]
/third_party/skia/samplecode/
H A DSamplePatch.cpp158 SkPoint* strip = stripStorage.get(); in draw() local
159 SkPoint* tex = strip + stripCount; in draw()
171 strip[i*2 + 0] = *upper++; in draw()
172 strip[i*2 + 1] = *lower++; in draw()
181 strip, doTextures ? tex : nullptr, in draw()
/third_party/python/
H A Dsetup.py171 sysroot = m.group(1).strip('"')
699 multiarch_path_component = fp.readline().strip()
724 multiarch_path_component = fp.readline().strip()
746 for d in line.strip().split("=")[1].split(pathsep):
747 d = d.strip()
799 for d in line.strip().split("=")[1].split(":"):
806 line.strip())
831 # strip out all double dashes and any dashes followed by a
835 # strip out double-dashes first so that we don't end up with
1205 config_args = [arg.strip("'")
[all...]
/kernel/linux/linux-6.6/scripts/
H A Drust_is_available_test.py86 cls.rustc_default_version = subprocess.check_output(("scripts/min-tool-version.sh", "rustc")).decode().strip()
87 cls.bindgen_default_version = subprocess.check_output(("scripts/min-tool-version.sh", "bindgen")).decode().strip()
88 cls.llvm_default_version = subprocess.check_output(("scripts/min-tool-version.sh", "llvm")).decode().strip()
89 cls.rust_default_sysroot = subprocess.check_output(("rustc", "--print", "sysroot")).decode().strip()

Completed in 17 milliseconds

12345678910>>...35