Searched
refs:strip (Results
626 -
650 of
2341) sorted by null
<<21222324252627282930>>
/external/autotest/client/tests/aiostress/ |
aiostress.py | 54 key = key.strip().replace(' ', '_')
|
/external/autotest/client/tools/ |
scan_results.py | 21 line = line.strip()
|
/external/autotest/server/ |
deb_kernel.py | 78 return retval.stdout.strip()
|
/external/autotest/site_utils/tester_feedback/ |
sequenced_request.py | 47 return textwrap.fill(text.strip())
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
memory_cache_http_server_unittest.py | 22 x = x.strip()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
websocket_unittest.py | 21 hashed = base64.encodestring(hashlib.sha1(value).digest()).strip().lower()
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
script_injector.py | 51 content = content.strip()
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
basic.py | 47 auth = auth.strip().decode('base64')
|
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/ |
detect.mk | 67 BACKSLASH := $(strip \ )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/dos/ |
detect.mk | 55 is_dos := $(findstring Windows,$(strip $(shell ver)))
|
/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]
|
Completed in 426 milliseconds
<<21222324252627282930>>