/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.h | 34 void nir_serialize(struct blob *blob, const nir_shader *nir, bool strip);
|
/kernel/uniproton/cmake/common/build_auxiliary_script/ |
H A D | Kconfig2macro.py | 105 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 D | oh_rust_parser.py | 96 if line.strip(): 97 self.failures_stdout.append(line.strip())
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | test_data_generation.py | 91 ).strip() 93 return "{} {}".format(self.test_name, self.case_description).strip()
|
/third_party/mesa3d/bin/ |
H A D | perf-annotate-jit.py | 111 line = stream.readline().strip() 116 line = stream.readline().strip()
|
/third_party/node/deps/v8/third_party/ittapi/ |
H A D | buildall.py | 91 if not path.strip(): 93 if not path.strip():
|
/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | pdl.py | 45 result['description'] = description.strip() 68 trimLine = line.strip()
|
/third_party/node/tools/inspector_protocol/ |
H A D | pdl.py | 41 result['description'] = description.strip() 64 trimLine = line.strip()
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _global.py | 80 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 D | cpp.py | 71 line = line.strip() 142 condition = ' '.join(fields[1:]).strip()
|
/third_party/python/Tools/scripts/ |
H A D | generate_token.py | 18 line = line.strip() 19 # strip comments 22 line = line[:i].strip()
|
/third_party/python/Lib/distutils/ |
H A D | text_file.py | 13 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 D | parse_llvm_coverage.py | 90 cov = cov.strip() 95 linenum = int(linenum.strip())
|
/third_party/python/PCbuild/ |
H A D | prepare_ssl.py | 82 src = src.replace('$(SRC_D)', '.').strip('"') 83 dest = dest.strip('"').replace('$(INCO_D)', dir)
|
/third_party/skia/infra/bots/assets/skp/ |
H A D | create.py | 141 pid = line.strip().split(' ')[0] 152 pid = line.strip().split(' ')[0]
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | gen_release_info.py | 42 return commit.decode().strip() 47 return commit.decode().strip()
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fp.c | 68 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 D | megaraid_sas_fp.c | 68 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 D | Makefile | 22 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 D | Makefile | 22 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 D | screen_agent.py | 84 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 D | prepare.py | 49 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 D | gn.py | 47 line = line.strip() 73 '/some/xcode/path')).stdout.strip() 116 stdout=api.raw_io.output_text()).stdout.strip()
|
/third_party/jerryscript/tools/ |
H A D | srcmerger.py | 45 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 D | icutrim.py | 188 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()
|