Searched
refs:strip (Results
1001 -
1025 of
2341) sorted by null
<<41424344454647484950>>
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
desktop_browser_backend.py | 31 # Python strptime does not support time zone parsing, strip it. 374 report_dict[report_key.strip()] = report_value.strip() 378 report_path = report_dict['Path'].strip() 392 report_path = report_dict['Path'].strip()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
tcmalloc_heap_profiler.py | 44 if not device_property or not device_property.strip():
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
chrome_trace_category_filter.py | 83 filter_set = set([cf.strip() for cf in filter_string.split(',')])
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
javascriptstatetracker_test.py | 120 tokenutil.TokensToString(comment_tokens).strip())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
base_cli.py | 94 if not readline.get_line_buffer().strip():
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/ |
exception.py | 29 self.__doc__.strip())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
bootstrap.py | 114 package = package.strip()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
test_resumable_downloads.py | 114 self.assertEquals(etag_line.rstrip('\n'), small_src_key.etag.strip('"\'')) 319 good_etag = small_src_key.etag.strip('"\'')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
test_website.py | 38 text = ''.join(t.strip() for t in text.splitlines())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
tools.py | 222 code = input('Enter verification code: ').strip()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
jsmin_2_0_9.py | 134 last = next1.strip()
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
utils.py | 68 charset = charset.strip('; ').lower()
|
/external/clang/tools/scan-view/share/ |
startfile.py | 129 kde_version = line.split(':')[-1].strip()
|
/external/clang/ |
update-prebuilts.py | 137 version = version_file.read().strip()
|
/external/deqp/modules/gles3/scripts/ |
gen-qualification_order.py | 131 variables = (var0 + var1 + var2).strip()
|
/external/deqp/scripts/khr_util/ |
registry.py | 321 declaration=''.join(eParam.xpath('.//text()')).strip(), 322 type=''.join(eParam.xpath('(.|ptype)/text()')).strip(), 333 declaration=''.join(eProto.xpath('.//text()')).strip(), 334 type=''.join(eProto.xpath('(.|ptype)/text()')).strip(),
|
/external/google-breakpad/src/testing/gtest/scripts/ |
fuse_gtest_files.py | 124 answer = sys.stdin.readline().strip()
|
/external/google-tv-pairing-protocol/cpp/ |
main.scons | 84 LINKFLAGS = ['--strip-all', '-s'], 115 LINKFLAGS = ['--strip-all'],
|
/external/libvpx/libvpx/tools/ |
lint-hunks.py | 81 tl = tl.communicate()[0].strip()
|
/external/libxml2/ |
check-xinclude-test-suite.py | 157 content = string.strip(test.content)
|
/external/llvm/utils/lit/lit/formats/ |
base.py | 107 if not exitCode and not diags.strip():
|
googletest.py | 43 if not ln.strip():
|
/external/markdown/markdown/extensions/ |
toc.py | 127 value = unicode(re.sub('[^\w\s-]', '', value).strip().lower())
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_table.py | 86 print CopyRight.strip()
|
/external/opencv3/3rdparty/jinja2/ |
exceptions.py | 114 lines.append(' ' + line.strip())
|
Completed in 651 milliseconds
<<41424344454647484950>>