Home
last modified time | relevance | path

Searched refs:strip (Results 201 - 225 of 925) sorted by relevance

12345678910>>...37

/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.h34 void nir_serialize(struct blob *blob, const nir_shader *nir, bool strip);
/kernel/uniproton/cmake/common/build_auxiliary_script/
H A DKconfig2macro.py105 value = expression[1].strip()
109 text = '%s#define %s %s\n%s' %(prefix ,macro, value.strip('"'), suffix)
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Doh_rust_parser.py96 if line.strip():
97 self.failures_stdout.append(line.strip())
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dtest_data_generation.py91 ).strip()
93 return "{} {}".format(self.test_name, self.case_description).strip()
/third_party/mesa3d/bin/
H A Dperf-annotate-jit.py111 line = stream.readline().strip()
116 line = stream.readline().strip()
/third_party/node/deps/v8/third_party/ittapi/
H A Dbuildall.py91 if not path.strip():
93 if not path.strip():
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dpdl.py45 result['description'] = description.strip()
68 trimLine = line.strip()
/third_party/node/tools/inspector_protocol/
H A Dpdl.py41 result['description'] = description.strip()
64 trimLine = line.strip()
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_global.py80 if not maybe_inline_actual.strip().endswith(';'):
83 if maybe_inline_actual.strip().endswith('='):
174 _data = f'{name} = {var_init.strip()}'
/third_party/python/Tools/clinic/
H A Dcpp.py71 line = line.strip()
142 condition = ' '.join(fields[1:]).strip()
/third_party/python/Tools/scripts/
H A Dgenerate_token.py18 line = line.strip()
19 # strip comments
22 line = line[:i].strip()
/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...]
/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()
/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...]
/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) $@
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H A Dscreen_agent.py84 picture_name = picture_name.strip(ext)
187 phone_time = _device.execute_shell_command("date '+%Y%m%d_%H%M%S'").strip()
189 phone_time = _device.connector.shell("date '+%Y%m%d_%H%M%S'").strip()
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dprepare.py49 cls_name = get_base_name(cls.attrib["class"].strip())
51 name = get_base_name(case.attrib["name"].strip())
106 self.validate_test_name(elem.strip())
/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()

Completed in 12 milliseconds

12345678910>>...37