HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 4151 - 4175 of 6499) sorted by null

<<161162163164165166167168169170>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_glob.py 21 base, file = os.path.split(filename)
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
xmlbuilder.py 253 return param.split("=", 1)[1].lower()
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
bcppcompiler.py 221 head, tail = os.path.split (output_filename)
233 # split objects in .obj and .res files
cygwinccompiler.py 457 ld_exe = out.read().decode('ascii').split()[0]
fancy_getopt.py 413 Split 'text' into multiple lines of no more than 'width' characters
424 chunks = re.split(r'( +|-+)', text)
455 # (and we know from the re.split above that if a chunk has
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
register.py 139 choices = '1 2 3 4'.split()
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 55 expanded to 8 spaces) than maxheaderlen, the header will split as
152 # what the encoding is. There is no safe way to split this
154 # ascii split, but if it's multibyte then we could break the
156 # be to not split the string and risk it being too long.
265 lines = text.split('\n')
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 195 self.capabilities = tuple(dat[-1].upper().split())
    [all...]
mimetypes.py 217 words = line.split()
poplib.py 198 rets = retval.split()
pyclbr.py 204 c = n.split('.')
symtable.py 239 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_csv.py 739 fieldnames="1 2 3 4 5 6".split(),
758 fieldnames="i1 float i2 s1 s2".split())
768 fieldnames="1 2 3 4 5 6".split())
776 fieldnames="1 2 3 4 5 6".split(),
    [all...]
test_glob.py 21 base, file = os.path.split(filename)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
xmlbuilder.py 253 return param.split("=", 1)[1].lower()
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 103 my ($sign, $name, @text) = split ' ', $_;
161 my @x = split/-/, $f;
735 my @fname = split /\//,$fname;
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 103 my ($sign, $name, @text) = split ' ', $_;
161 my @x = split/-/, $f;
735 my @fname = split /\//,$fname;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
compiler.py 129 lines = [l.strip() for l in out.split('\n') if l.strip()]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/
compiler.py 138 lines = [l.strip() for l in out.split('\n') if l.strip()]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 221 head, tail = os.path.split (output_filename)
233 # split objects in .obj and .res files
cygwinccompiler.py 457 ld_exe = out.read().decode('ascii').split()[0]
fancy_getopt.py 413 Split 'text' into multiple lines of no more than 'width' characters
424 chunks = re.split(r'( +|-+)', text)
455 # (and we know from the re.split above that if a chunk has
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 139 choices = '1 2 3 4'.split()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 85 for line in MANIFEST_IN.split('\n'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 55 expanded to 8 spaces) than maxheaderlen, the header will split as
152 # what the encoding is. There is no safe way to split this
154 # ascii split, but if it's multibyte then we could break the
156 # be to not split the string and risk it being too long.
265 lines = text.split('\n')

Completed in 1330 milliseconds

<<161162163164165166167168169170>>