/third_party/skia/third_party/externals/freetype/builds/dos/ |
H A D | detect.mk | 55 is_dos := $(findstring Windows,$(strip $(shell ver)))
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_next.py | 69 if "".join([str(n) for n in head]).strip() == '__builtin__':
|
/third_party/python/Lib/zoneinfo/ |
H A D | _tzpath.py | 123 zone = zone.strip()
|
/third_party/python/Lib/test/ |
H A D | test_lltrace.py | 23 code = textwrap.dedent(code).strip()
|
H A D | test__xxsubinterpreters.py | 459 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 D | compress_symbols.py | 20 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 D | cpp_checker.py | 96 line = line.strip()
|
H A D | proto_checker.py | 101 line = line.strip()
|
/third_party/skia/buildtools/reclient_cfgs/ |
H A D | fetch_reclient_cfgs.py | 33 ).decode('utf-8').strip()
|
/third_party/vk-gl-cts/scripts/build/ |
H A D | common.py | 121 path = path.strip('"')
|
/third_party/vk-gl-cts/scripts/ctsbuild/ |
H A D | common.py | 121 path = path.strip('"')
|
/third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
H A D | NativeLibs.mk | 404 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 D | plot.py | 521 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 D | texi2html.py | 40 # 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__.py | 648 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 D | nir_serialize.c | 66 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 D | pydoc.py | 193 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 D | capture_replay_tests.py | 260 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 D | maintainers_include.py | 125 details = details.strip()
|
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | Makefile | 93 $(call cmd,strip)
|
/kernel/linux/linux-5.10/arch/um/ |
H A D | Makefile | 92 # 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 D | maintainers_include.py | 123 details = details.strip()
|
/kernel/linux/linux-6.6/arch/um/ |
H A D | Makefile | 89 # 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 D | link-vmlinux.sh | 94 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 D | exception.py | 139 if status and status.strip() == "true":
|