Searched
refs:strip (Results
601 -
625 of
2233) sorted by null
<<21222324252627282930>>
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/ |
test_lxml.py | 58 self.assertEqual("", doctype.strip())
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/ |
demonstrate_parser_differences.py | 79 demo = Demonstration(markup.decode("utf8").strip().replace("\\n", "\n"))
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
__init__.py | 106 return (fpath, content.strip())
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
cat.py | 126 request_range = a.strip()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
old_run.py | 150 code = input('Enter verification code: ').strip()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
pem.py | 18 certLine = certLine.strip()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
pem.py | 54 line = line.strip()
|
/external/deqp/scripts/ |
caselist_diff.py | 130 cases.append(line[6:].strip())
|
/external/elfutils/tests/ |
test-subr.sh | 122 ${abs_top_builddir}/src/size.o ${abs_top_builddir}/src/strip.o \
|
/external/libcxx/ |
Makefile | 54 strip -S -o $(INSTALL_DIR)/usr/lib/libc++.1.dylib \
|
/external/libxml2/ |
regressions.py | 68 # print string.strip(line) 80 if string.strip(res[i]) != string.strip(exp[i]): 254 txt = string.strip(self.curText) 287 data = string.strip(self.curText)
|
/external/markdown/markdown/extensions/ |
imagelinks.py | 64 line = line.strip()
|
/external/opencv3/3rdparty/jinja2/markupsafe/ |
__init__.py | 146 r"""Unescape markup into an text_type string and strip all tags. This 179 'rjust', 'lstrip', 'rstrip', 'center', 'strip', \
|
/external/rootdev/ |
rootdev.c | 368 bool full, bool strip, 391 if (strip) { 392 /* When we strip the partition, we don't want get_path to return non-zero 403 int rootdev(char *path, size_t size, bool full, bool strip) { 425 strip,
|
/external/skia/tools/skp/ |
recreate_skps.py | 77 pid = line.strip().split(' ')[0]
|
/external/toybox/toys/posix/ |
patch.c | 33 -p Number of '/' to strip from start of file paths (default=all) 261 strip = 0; local 276 if (strip || !patchlinenum++) { 279 if (!strip) fprintf(stderr, "Removing DOS newlines\n"); 280 strip = 1;
|
/external/v8/build/ |
download_gold_plugin.py | 54 update.ReadStampFile().strip() == update.PACKAGE_VERSION):
|
/external/v8/tools/ |
find-commit-for-patch.py | 51 return subprocess.check_output(cmd).strip()
|
/external/v8/tools/release/ |
auto_push.py | 54 self["candidate"] = self.Git("show-ref -s refs/heads/lkgr").strip()
|
/external/v8/tools/testrunner/local/ |
utils.py | 51 line = line.strip()
|
verbose.py | 75 source = suite.GetSourceForTest(test).strip()
|
/ndk/build/core/ |
setup-abi.mk | 21 TARGET_ARCH := $(strip $(NDK_ABI.$(TARGET_ARCH_ABI).arch)) 44 TARGET_PLATFORM_LEVEL := $(strip $(subst android-,,$(TARGET_PLATFORM)))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
MimeWriter.py | 109 lines[i] = " " + lines[i].strip()
|
codeop.py | 71 line = line.strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
MimeWriter.py | 109 lines[i] = " " + lines[i].strip()
|
Completed in 592 milliseconds
<<21222324252627282930>>