Searched
refs:strip (Results
951 -
975 of
2233) sorted by null
<<31323334353637383940>>
/external/autotest/site_utils/autoupdate/ |
release.py | 67 branchpoint_list = map(str.strip,
|
/external/autotest/site_utils/lib/ |
infra.py | 144 return [x.strip() for x in s.split(',') if x]
|
/external/autotest/tko/ |
retrieve_logs.cgi | 94 host = host.strip()
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
util.py | 78 return inspect.getsource(condition).strip()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
desktop_browser_backend.py | 31 # Python strptime does not support time zone parsing, strip it. 391 report_dict[report_key.strip()] = report_value.strip() 395 report_path = report_dict['Path'].strip() 409 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/ |
tracing_category_filter.py | 65 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():
|
Completed in 967 milliseconds
<<31323334353637383940>>