Home
last modified time | relevance | path

Searched refs:strip (Results 501 - 525 of 925) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/skia/third_party/externals/freetype/builds/dos/
H A Ddetect.mk55 is_dos := $(findstring Windows,$(strip $(shell ver)))
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_next.py69 if "".join([str(n) for n in head]).strip() == '__builtin__':
/third_party/python/Lib/zoneinfo/
H A D_tzpath.py123 zone = zone.strip()
/third_party/python/Lib/test/
H A Dtest_lltrace.py23 code = textwrap.dedent(code).strip()
H A Dtest__xxsubinterpreters.py459 cur = int(out.strip())
482 main = int(out.strip())
510 self.assertEqual(out.strip(), 'True')
628 id2 = int(out.strip())
643 id2 = int(out.strip())
1187 cid1 = int(out.strip())
1195 cid2 = int(out.strip())
1507 self.assertEqual(out.strip(), 'send')
1527 self.assertEqual(out.strip(), 'send')
1801 self.assertEqual(out.strip(), "
[all...]
/third_party/skia/third_party/externals/angle2/android/
H A Dcompress_symbols.py20 parser.add_argument('--strip', required=True, help='The strip binary to run', metavar='PATH')
74 strip_cmd = [args.strip, '--strip-all', '-R', '.comment', args.output]
/third_party/skia/buildtools/checkdeps/
H A Dcpp_checker.py96 line = line.strip()
H A Dproto_checker.py101 line = line.strip()
/third_party/skia/buildtools/reclient_cfgs/
H A Dfetch_reclient_cfgs.py33 ).decode('utf-8').strip()
/third_party/vk-gl-cts/scripts/build/
H A Dcommon.py121 path = path.strip('"')
/third_party/vk-gl-cts/scripts/ctsbuild/
H A Dcommon.py121 path = path.strip('"')
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DNativeLibs.mk404 STRIP=$(TOOLCHAIN_X86_PREFIX)-strip \
421 STRIP=$(TOOLCHAIN_X86_64_PREFIX)-strip \
438 STRIP=$(TOOLCHAIN_ARM_PREFIX)-strip \
455 STRIP=$(TOOLCHAIN_ARM_V7A_PREFIX)-strip \
472 STRIP=$(TOOLCHAIN_ARM_V7A_HARD_PREFIX)-strip \
489 STRIP=$(TOOLCHAIN_ARM64_V8A_PREFIX)-strip \
506 STRIP=$(TOOLCHAIN_MIPS_PREFIX)-strip \
523 STRIP=$(TOOLCHAIN_MIPS64_PREFIX)-strip \
/third_party/littlefs/scripts/
H A Dplot.py521 if (by is None or k not in by) and v.strip():
1441 type=lambda x: [x.strip() for x in x.split(',')],
1465 dat(x) if x.strip() else None
1471 dat(x) if x.strip() else None
1505 [x.strip() for x in x.split(',')]
1506 if x.strip() else [],
1511 [x.strip() for x in x.split(',')]
1512 if x.strip() else [],
/third_party/python/Tools/scripts/
H A Dtexi2html.py40 # 1. BUGFIX: In function makefile(), strip blanks from the nodename.
394 line = line.strip() + '\n'
701 args = [s.strip() for s in text.split(',')]
709 args = [s.strip() for s in text.split(',')]
725 args = [s.strip() for s in text.split(',')]
745 args = [s.strip() for s in text.split(',')]
872 args = line[b:].strip()
1047 parts = [s.strip() for s in args.split(',')]
1970 nodename = nodename.strip()
/third_party/python/Lib/test/test_warnings/
H A D__init__.py648 self.assertFalse(out.strip())
790 expected_line = ' ' + linecache.getline(path, line).strip() + '\n'
901 file_line = linecache.getline(file_name, line_num).strip()
917 expected_file_line = linecache.getline(file_name, line_num).strip()
943 file_line = linecache.getline(file_name, line_num).strip()
990 ''').strip()
1003 ''').strip()
1225 stdout_lines = [line.strip() for line in stdout.splitlines()]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c66 bool strip; member
242 flags.u.has_name = !ctx->strip && var->name; in write_variable()
257 if (ctx->strip && in write_variable()
2095 * \param strip Don't serialize information only useful for debugging,
2100 nir_serialize(struct blob *blob, const nir_shader *nir, bool strip) in nir_serialize() argument
2106 ctx.strip = strip; in nir_serialize()
2113 if (!strip && info.name) in nir_serialize()
2115 if (!strip && info.label) in nir_serialize()
2118 if (!strip in nir_serialize()
[all...]
/third_party/python/Lib/
H A Dpydoc.py193 lines = doc.strip().split('\n')
335 while line[:1] == '#' or not line.strip():
338 line = line.strip()
343 while not line.strip():
346 result = line.split('"""')[0].strip()
766 version = version[11:-1].strip()
1287 version = version[11:-1].strip()
2023 request = request.strip()
2047 request = request.strip()
2140 doc = doc.strip()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py260 l = line.strip()
623 l = line.strip()
636 test_name = test_name_string.strip()
637 test_info = test_info_string.strip().split()
638 result_stripped = result.strip()
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dmaintainers_include.py125 details = details.strip()
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A DMakefile93 $(call cmd,strip)
/kernel/linux/linux-5.10/arch/um/
H A DMakefile92 # strip leading and trailing whitespace to make the USER_CFLAGS removal of these
95 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dmaintainers_include.py123 details = details.strip()
/kernel/linux/linux-6.6/arch/um/
H A DMakefile89 # strip leading and trailing whitespace to make the USER_CFLAGS removal of these
92 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
/kernel/linux/linux-6.6/scripts/
H A Dlink-vmlinux.sh94 ldflags="${ldflags} ${wl}--strip-debug"
131 # SHF_ALLOC because .BTF will be part of the vmlinux image. --strip-all
136 --strip-all ${1} ${2} 2>/dev/null
/test/testfwk/xdevice/plugins/ohos/src/ohos/
H A Dexception.py139 if status and status.strip() == "true":

Completed in 25 milliseconds

1...<<21222324252627282930>>...37