Searched
refs:strip (Results
1251 -
1275 of
2233) sorted by null
<<51525354555657585960>>
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
cros_unittest.py | 50 username, password = f.read().strip().split(':')
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
linux_platform_backend.py | 62 codename = value.strip()
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
__init__.py | 208 return self.url[len(common_prefix):].strip('/')
|
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/ |
websocket.py | 214 return base64.encodestring(uid.bytes).strip() 517 hashed = base64.encodestring(hashlib.sha1(value).digest()).strip().lower() 530 line = line.strip() 540 headers[key.lower()] = value.strip().lower()
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
response.py | 57 return str(key).lower().strip()
|
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
http.py | 211 def _to_json(self, strip=None): 215 strip: array, An array of names of members to not include in the JSON. 223 if strip is not None: 224 for member in strip: 439 return self._to_json(strip=['_fd']) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
du.py | 210 line = line.strip()
|
help.py | 163 output.append(help_text.strip('\n'))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
jsonresponse.py | 114 value = value.strip()
|
utils.py | 120 interesting_headers[lk] = str(headers[key]).strip() 431 user_data[t[0].strip()] = t[1].strip() 462 ts = ts.strip() [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
resumable_download_handler.py | 151 self.etag_value_for_current_download = key.etag.strip('"\'') 186 self.etag_value_for_current_download == key.etag.strip('"\'')):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
protojson.py | 201 if not encoded_message.strip():
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
ihatexml.py | 104 charRanges = [item.strip() for item in chars.split(" | ")]
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
support.py | 100 return line[1:].strip()
|
/external/compiler-rt/ |
Android.mk | 286 $(filter-out $(patsubst lib/builtins/$(strip $(2))/%.S,lib/builtins/%.c,\ 287 $(filter lib/builtins/$(strip $(2))/%.S,$(1))) \ 288 $(patsubst lib/builtins/$(strip $(2))/%.c,lib/builtins/%.c,\ 289 $(filter lib/builtins/$(strip $(2))/%.c,$(1))),$(1))
|
/external/curl/tests/ |
runtests.pl | [all...] |
/external/dbus/test/ |
unused-code-gc.py | 108 command = string.strip (command)
|
/external/deqp/scripts/log/ |
log_to_xml.py | 77 if len(content.strip()) == 0:
|
/external/elfutils/src/ |
ld.c | 137 { "strip-all", 's', NULL, 0, N_("Strip all symbols."), 0 }, 138 { "strip-debug", 'S', NULL, 0, N_("Strip debugging symbols."), 0 }, 601 ld_state.strip = strip_debug; 691 if (ld_state.strip == strip_all) 692 ld_state.strip = strip_everything; 694 ld_state.strip = strip_all; [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D_S_I_G_.py | 103 }: not spam.get(l.strip())
|
G_M_A_P_.py | 88 gmapRecord.name = gmapRecord.name.strip('\0')
|
/external/jsoncpp/ |
doxybuild.py | 86 version = open('version','rt').read().strip()
|
/external/libcxx/test/libcxx/test/ |
executor.py | 169 temp_path = temp_path.strip()
|
/external/libxml2/ |
genChRanges.py | 75 line = string.strip(line)
|
/external/llvm/utils/lit/lit/ |
util.py | 188 out = out.strip()
|
Completed in 569 milliseconds
<<51525354555657585960>>