/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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/linux-x86/2.7.5/bin/ |
smtpd.py | 158 arg = line[i+1:].strip() 218 address = arg[keylen:].strip()
|
/prebuilts/python/linux-x86/2.7.5/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/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
mls.py | 188 # strip() levels to handle ranges with spaces in them, 191 low = level_factory(policy, levels[0].strip()) 196 high = level_factory(policy, levels[1].strip())
|
/system/media/camera/docs/ |
metadata_template.mako | 24 % if tag.description and tag.description.strip():
|
/toolchain/binutils/binutils-2.25/ |
install-sh | 65 stripprog=${STRIPPROG-strip} 223 # However, 'strip' requires both read and write access to temps.
|
/art/tools/checker/file_format/checker/ |
parser.py | 43 return line[match.end():].strip()
|
/bionic/tools/bionicbb/ |
presubmit.py | 190 commands = [match.group(1).strip() for match in
|
/development/python-packages/gdbrunner/ |
__init__.py | 113 ps_script = " ".join([line.strip() for line in ps_script.splitlines()])
|
/external/autotest/client/bin/ |
partition.py | 146 fields = partline.strip().split() 315 fields = partline.strip().split() 324 if device.strip("/dev/") == partname: 585 args = args.strip() [all...] |
/external/autotest/client/common_lib/ |
cartesian_config.py | 401 name, dep = map(str.strip, line.lstrip("- ").split(":", 1)) 583 self.key = line[:m.start()].strip() 584 value = line[m.end():].strip() 649 line = line.strip()
|
/external/autotest/client/cros/audio/ |
sox_utils.py | 156 return ' '.join(value.split()).strip()
|
/external/autotest/client/cros/cellular/wardmodem/ |
at_channel.py | 264 command = command.strip()
|