HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1526 - 1550 of 2341) sorted by null

<<61626364656667686970>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 599 while start < len(lines) and string.strip(lines[start]) in ('', '#'):
624 while comments and string.strip(comments[0]) == '#':
626 while comments and string.strip(comments[-1]) == '#':
    [all...]
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
88 lines = split(strip(doc), '\n')
197 while line[:1] == '#' or not strip(line):
200 line = strip(line)
205 while not strip(line):
208 result = strip(split(line, '"""')[0])
611 version = strip(version[11:-1])
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys.py 460 out = p.communicate()[0].strip()
466 out = p.communicate()[0].strip()
487 executable = p.communicate()[0].strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/
ConfigParser.py 484 if line.strip() == '' or line[0] in '#;':
491 value = line.strip()
528 optval = optval.strip()
inspect.py 599 while start < len(lines) and string.strip(lines[start]) in ('', '#'):
624 while comments and string.strip(comments[0]) == '#':
626 while comments and string.strip(comments[-1]) == '#':
    [all...]
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
88 lines = split(strip(doc), '\n')
197 while line[:1] == '#' or not strip(line):
200 line = strip(line)
205 while not strip(line):
208 result = strip(split(line, '"""')[0])
611 version = strip(version[11:-1])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 604 value = [elm.strip() for elm in value.split(',')]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys.py 460 out = p.communicate()[0].strip()
466 out = p.communicate()[0].strip()
487 executable = p.communicate()[0].strip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 484 if line.strip() == '' or line[0] in '#;':
491 value = line.strip()
528 optval = optval.strip()
inspect.py 599 while start < len(lines) and string.strip(lines[start]) in ('', '#'):
624 while comments and string.strip(comments[0]) == '#':
626 while comments and string.strip(comments[-1]) == '#':
    [all...]
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
88 lines = split(strip(doc), '\n')
197 while line[:1] == '#' or not strip(line):
200 line = strip(line)
205 while not strip(line):
208 result = strip(split(line, '"""')[0])
611 version = strip(version[11:-1])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 604 value = [elm.strip() for elm in value.split(',')]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 460 out = p.communicate()[0].strip()
466 out = p.communicate()[0].strip()
487 executable = p.communicate()[0].strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 484 if line.strip() == '' or line[0] in '#;':
491 value = line.strip()
528 optval = optval.strip()
inspect.py 599 while start < len(lines) and string.strip(lines[start]) in ('', '#'):
624 while comments and string.strip(comments[0]) == '#':
626 while comments and string.strip(comments[-1]) == '#':
    [all...]
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
88 lines = split(strip(doc), '\n')
197 while line[:1] == '#' or not strip(line):
200 line = strip(line)
205 while not strip(line):
208 result = strip(split(line, '"""')[0])
611 version = strip(version[11:-1])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 604 value = [elm.strip() for elm in value.split(',')]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 460 out = p.communicate()[0].strip()
466 out = p.communicate()[0].strip()
487 executable = p.communicate()[0].strip()
  /toolchain/binutils/binutils-2.25/bfd/
elfnn-ia64.c 3082 bfd_boolean strip; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 717 if (link_info.strip == strip_some)
766 if (link_info.strip != strip_none)
770 link_info.strip = strip_some;
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/
webapp2.py 150 charset = match.group(1).lower().strip().strip('"').strip()
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 

Completed in 916 milliseconds

<<61626364656667686970>>