Home
last modified time | relevance | path

Searched refs:strip (Results 326 - 350 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/skia/infra/bots/assets/clang_linux/
H A Dcreate.py47 subprocess.check_call(["cp", libstdcpp.strip(), target_dir + "/lib"])
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py397 out = ascii(fp.read()).strip()
482 self.osversion = line[12:].strip().replace('"', '')
485 v = open('/proc/version', 'r').read().strip()
506 if i.strip():
507 out.append(i.strip())
523 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip()
568 i = i.strip()
1028 idv, idp = props[dev].altname.strip(), ''
1031 idp = ascii(fp.read()).strip()
1038 out = props[dev].altname.strip()
[all...]
/test/xts/tools/build/
H A Dsuite.py262 lines.append(line.strip())
266 arr = line.strip().split(' ')
341 value = _pattern.split(attr_value)[0].strip()
367 value = _pattern.split(resource)[0].strip()
/third_party/ffmpeg/tests/
H A DMakefile2 ifneq ($(strip $(KEEP)),)
3 ifneq ($(strip $(KEEP)),0)
76 ALLYES = $(strip $(call XYES, $(1)))
77 XYES = $(if $(strip $(1)), \
/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py93 first_line = [l for l in self.data.split('\n') if l.strip() != ''][0]
98 if line.strip() == '':
436 test.append((line_num, line.strip()))
472 if result.log.strip() != '':
/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py184 token = token.strip()
376 self.env.temp_data['rb:class'] = lastname.strip('.')
398 modname = self.arguments[0].strip()
446 modname = self.arguments[0].strip()
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py89 TRACEBACK = os.environ.get('SHOW_TRACEBACK', '').strip()
130 for value in item.strip().replace(',', ' ').split():
318 yield filename.strip()
379 kinds.extend(kind.strip().replace(',', ' ').split())
/third_party/python/Lib/test/test_email/
H A Dtest_message.py773 self.assertEqual(len(m.as_string().strip().splitlines()), 3)
777 self.assertEqual(len(m.as_string(maxheaderlen=0).strip().splitlines()),
779 self.assertEqual(len(m.as_string(maxheaderlen=34).strip().splitlines()),
791 self.assertEqual(len(str(m).strip().splitlines()), 3)
/third_party/ffmpeg/libavcodec/
H A Dcinepakenc.c144 { "strip_number_adaptivity", "How fast the strip number adapts, more is slightly better, much slower",
198 // and 2*256 extra flag bits per strip in cinepak_encode_init()
401 // "kind of" motion compensation, especially in 1 strip/frame case) -- rl in encode_codebook()
839 // actually we are exclusively using intra strip coding (how much can we win in write_strip_keyframe()
1011 int num_strips, strip, i, y, nexty, size, temp_size, best_size; in rd_frame() local
1079 for (y = 0, strip = 1; y < s->h; strip++, y = nexty) { in rd_frame()
1082 strip_offsets[strip-1] = size + CVID_HEADER_SIZE; in rd_frame()
1083 nexty = strip * s->h / num_strips; // <= s->h in rd_frame()
1090 av_log(s->avctx, AV_LOG_INFO, "skipping zero height strip in rd_frame()
[all...]
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp158 // Is this an opcode we should remove when using --strip?
384 // remember opcodes we want to strip later in stripDebug()
397 // strip opcodes pointing to removed data in stripDeadRefs()
414 strip(); in stripDeadRefs()
934 strip(); // strip out data we decided to eliminate in forwardLoadStores()
1083 strip(); // strip out data we decided to eliminate in optLoadStore()
1197 strip(); in dceTypes()
1420 void spirvbin_t::strip() in strip() function in spv::spirvbin_t
[all...]
/third_party/python/Lib/test/
H A Dtest_clinic.py372 """.strip(), function.docstring)
396 """.strip(), function.docstring)
452 self.assertEqual(function.docstring.strip(), """
464 """.strip())
513 self.assertEqual(function.docstring.strip(), """
540 """.strip())
760 """.strip(), function.docstring)
H A Dtest_ast.py387 mod.body[0].module = " __future__ ".strip()
2006 ''').strip()
2032 ''').strip()
2048 ''').strip()
2057 ''').strip()
2085 ''').strip()
2121 ''').strip()
2133 ''').strip()
2145 ''').strip()
2160 ''').strip()
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py627 if command.strip() == "reset":
688 product_info.setdefault(items[0].strip(),
689 items[1].strip().strip("[").strip("]"))
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py103 .format(measure_tool=self.measure_cmd.strip().split(' ')[0])
369 self.measure_cmd.strip().split(' ')[0]))
531 data = line.strip().split()
763 if re.match(r'size', self.size_common_info.measure_cmd.strip()):
768 .strip().split(' ')[0]))
/third_party/littlefs/scripts/
H A Ddata.py536 if k in r and r[k].strip()},
538 if 'data_'+k in r and r['data_'+k].strip()}))
577 if not any('data_'+k in r and r['data_'+k].strip()
583 if k in r and r[k].strip()},
585 if 'data_'+k in r and r['data_'+k].strip()}))
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py363 name = self._current_tr[0].strip ()
364 tag = self._current_tr[1].strip ("\t\n\v\f\r '")
374 iso_codes = self._current_tr[2].strip ()
857 print (' * %s' % ot.header.strip ())
891 .strip ()
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py177 arg = arg.strip()
257 args = (a.strip() for a in self.arguments[1].strip("'\"").split(","))
284 target = self.arguments[2].strip("\"'")
590 return opname.strip()
/applications/standard/app_samples/code/Project/HapBuild/test-tool/
H A DInstallAndTestSpecial_ci.py145 bundle_name=bundle_name.strip()
156 bundle = bundle.strip()
193 bundle = bundle.strip()
/kernel/linux/linux-5.10/scripts/
H A Dcheckkconfigsymbols.py255 return stdout.strip('\n')
445 line = line.strip('\n')
464 line = line.strip('\n')
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconf.c59 static void strip(char *str) in strip() function
196 strip(line); in conf_sym()
308 strip(line); in conf_choice()
/kernel/linux/linux-6.6/scripts/
H A Dcheckkconfigsymbols.py257 return stdout.strip('\n')
446 line = line.strip('\n')
459 line = line.strip('\n')
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py234 gpu_name_full = "(".join(line.split("(")[:-1]).strip()
292 print_red(line.strip(), prefix="| ")
294 print("| " + line.strip())
/third_party/nghttp2/
H A Dgit-clang-format241 return stdout.strip()
457 strip = kwargs.pop('strip', True)
468 if strip:
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py171 operands = [x.strip() for x in tail.split(",") if len(x.strip()) > 0]
380 lines = args.infile.read().strip().split('\n')
/third_party/node/deps/v8/
H A DPRESUBMIT.py327 line.strip()))
372 line.strip()))
435 bug = bug.strip()
518 errors.append(f'in {f.LocalPath()}: {match.group().strip()}')

Completed in 28 milliseconds

1...<<11121314151617181920>>...37