/external/regex-re2/lib/codereview/ |
codereview.py | 359 patchset = lines[1].strip() 434 s, val = line[:p].strip(), line[p+1:].strip() 453 line = line.strip() 474 s = s.strip() 636 # Strip maximal common leading white space prefix from text [all...] |
/external/skia/platform_tools/android/tests/expectations/ |
Android.mk | 47 ifneq ($(strip $(TARGET_FDO_CFLAGS)),)
|
/external/v8/build/android/pylib/remote/device/ |
remote_device_environment.py | 132 temp_key = api_key_file.read().strip() 140 temp_secret = api_secret_file.read().strip()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/webrtc/webrtc/video/ |
full_stack_plot.py | 115 self.title = it.next().strip() 117 field_names = [name.strip() for name in it.next().split()]
|
/packages/apps/Email/ |
Android.mk | 73 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
UserString.py | 125 def strip(self, chars=None): return self.__class__(self.data.strip(chars)) member in class:UserString
|
cmd.py | 181 line = line.strip() 193 cmd, arg = line[:i], line[i:].strip()
|
nntplib.py | 330 match = line_pat.search(raw_line.strip()) 506 match = line_pat.search(raw_line.strip())
|
smtpd.py | 158 arg = line[i+1:].strip() 218 address = arg[keylen:].strip()
|
ssl.py | 428 if not pem_cert_string.strip().endswith(PEM_FOOTER): 431 d = pem_cert_string.strip()[len(PEM_HEADER):-len(PEM_FOOTER)]
|
string.py | 247 # Strip leading and trailing tabs and spaces 248 def strip(s, chars=None): function 249 """strip(s [,chars]) -> string 257 return s.strip(chars) 259 # Strip leading tabs and spaces 269 # Strip trailing tabs and spaces
|
urllib.py | 325 proxy_auth = base64.b64encode(proxy_passwd).strip() 331 auth = base64.b64encode(user_passwd).strip() 415 proxy_auth = base64.b64encode(proxy_passwd).strip() 420 auth = base64.b64encode(user_passwd).strip() [all...] |
uuid.py | 132 hex = hex.strip('{}').replace('-', '') 358 value = line.split(':')[-1].strip().lower()
|
warnings.py | 41 line = line.strip() 118 action, message, category, module, lineno = [s.strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
UserString.py | 125 def strip(self, chars=None): return self.__class__(self.data.strip(chars)) member in class:UserString
|
cmd.py | 181 line = line.strip() 193 cmd, arg = line[:i], line[i:].strip()
|
nntplib.py | 330 match = line_pat.search(raw_line.strip()) 506 match = line_pat.search(raw_line.strip())
|
smtpd.py | 158 arg = line[i+1:].strip() 218 address = arg[keylen:].strip()
|
ssl.py | 428 if not pem_cert_string.strip().endswith(PEM_FOOTER): 431 d = pem_cert_string.strip()[len(PEM_HEADER):-len(PEM_FOOTER)]
|
string.py | 247 # Strip leading and trailing tabs and spaces 248 def strip(s, chars=None): function 249 """strip(s [,chars]) -> string 257 return s.strip(chars) 259 # Strip leading tabs and spaces 269 # Strip trailing tabs and spaces
|
urllib.py | 325 proxy_auth = base64.b64encode(proxy_passwd).strip() 331 auth = base64.b64encode(user_passwd).strip() 415 proxy_auth = base64.b64encode(proxy_passwd).strip() 420 auth = base64.b64encode(user_passwd).strip() [all...] |
uuid.py | 132 hex = hex.strip('{}').replace('-', '') 358 value = line.split(':')[-1].strip().lower()
|
warnings.py | 41 line = line.strip() 118 action, message, category, module, lineno = [s.strip()
|
/prebuilts/python/darwin-x86/2.7.5/bin/ |
smtpd.py | 158 arg = line[i+1:].strip() 218 address = arg[keylen:].strip()
|