Home
last modified time | relevance | path

Searched refs:strip (Results 226 - 250 of 720) sorted by relevance

12345678910>>...29

/third_party/astc-encoder/Test/
H A Dastc_dump_binary.py118 print(" %s" % ex.stderr.strip())
/third_party/libunwind/libunwind/tests/
H A Drun-coredump-unwind31 strip "$binary" ## throw away the symbol table
/third_party/mesa3d/.gitlab-ci/container/
H A Dbuild-skqp.sh87 ${STRIP_CMD:-strip} "${SKQP_OUT_DIR}/${BINARY}"
/third_party/mesa3d/src/egl/
H A Degl-entrypoint-check.py71 line = line.strip()
/third_party/node/deps/v8/tools/release/
H A Dauto_push.py54 self["candidate"] = self.Git("show-ref -s refs/heads/lkgr").strip()
/third_party/node/deps/v8/tools/testrunner/outproc/
H A Dtest262.py40 return match.group(1).strip()
/third_party/node/deps/v8/tools/
H A Dobjdump-v853 stripped = line.strip()
/third_party/node/tools/
H A Dutils.py41 line = line.strip()
/third_party/icu/icu4c/source/samples/udata/
H A DMakefile21 ifeq ($(strip $(ICU_PATH)),)
/third_party/mesa3d/src/vulkan/util/
H A Dvk_icd_gen.py39 return name.tail.strip()
/third_party/python/Tools/peg_generator/scripts/
H A Djoinstats.py46 line = line.strip()
/third_party/python/Tools/scripts/
H A Dnm2def.py47 lines = [s.strip() for s in lines]
/third_party/skia/third_party/externals/icu/source/samples/udata/
H A DMakefile21 ifeq ($(strip $(ICU_PATH)),)
/third_party/python/Lib/
H A D_aix_support.py41 out = out.strip().split(":") # type: ignore
/third_party/skia/tools/
H A Dbuild_workaround_header.py26 workarounds.update([workaround.strip() for workaround in f])
/third_party/skia/third_party/externals/freetype/builds/unix/
H A Ddetect.mk21 is_unix := $(strip $(wildcard /sbin/init) \
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
H A Dwin_ssh_cmd.py33 stripped = line.strip()
/third_party/skia/infra/bots/assets/clang_linux/
H A Dcreate.py47 subprocess.check_call(["cp", libstdcpp.strip(), target_dir + "/lib"])
/third_party/python/Lib/test/
H A Dtest_bigmem.py43 # better to use the strip or count methods, or compare meaningful slices.
90 self.assertEqual(s.strip(), SUBSTR.strip())
127 self.assertEqual(len(s.strip(_(' '))), 0)
250 self.assertEqual(s.strip(), SUBSTR.strip())
330 self.assertEqual(s.strip(), SUBSTR.strip())
417 self.assertEqual(s.strip(), SUBSTR.strip())
[all...]
/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...]

Completed in 12 milliseconds

12345678910>>...29