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

<<131132133134135136137138139140>>

  /external/python/cpython2/Lib/
mimetools.py 43 fields = str.split('/')
repr.py 29 parts = typename.split()
textwrap.py 100 # This less funky little regex just split on recognized spaces. E.g.
166 Split the text to wrap into indivisible chunks. Chunks are
188 chunks = pat.split(text)
197 and split() will convert that to [..., "foo.", " ", "Bar", ...]
418 for line in text.split("\n"):
timeit.py 179 self.src.split("\n"),
  /external/python/cpython2/Lib/plat-irix5/
cddb.py 64 cddb_path = path.split(',')
  /external/python/cpython2/Lib/plat-irix6/
cddb.py 64 cddb_path = path.split(',')
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 332 execfile(os.path.join(os.path.split(__file__)[0], "%(realmainprogram)s"))
588 path = name.split(".")
666 pathitems = name.split(".")[:-1] + [filename]
734 head = name.split(".")[-1]
875 srcdst = arg.split(':')
    [all...]
  /external/python/cpython2/Lib/test/
test__osx_support.py 113 platform.mac_ver()[0].split('.')[0:2])
test_imaplib.py 3 # threading, this test module should be split. Right now we skip
88 splitline = line.split()
test_pep352.py 46 inheritance_tree = open(os.path.join(os.path.split(__file__)[0],
test_strftime.py 74 (sys.platform, sys.version.split()[0])
test_unicode_file.py 60 path, base = os.path.split(os.path.abspath(filename))
test_zipimport_support.py 111 mod_name = mod.__name__.split(".")[-1]
  /external/python/cpython2/Lib/unittest/
main.py 78 for part in module.split('.')[1:]:
  /external/python/cpython2/Lib/xml/etree/
ElementPath.py 78 prefix, uri = tag.split(":", 1)
  /external/python/cpython2/PC/VS9.0/
build_ssl.py 33 entries = os.environ["PATH"].split(os.pathsep)
  /external/python/cpython2/Tools/scripts/
reindent.py 104 not os.path.split(fullname)[1].startswith("."))
texcheck.py 90 validcmds = set(cmdstr.split())
treesync.py 100 words = e.split('/')
  /external/r8/src/main/java/com/android/tools/r8/utils/
InternalOptions.java 231 String[] patterns = pattern.split(",");
  /external/r8/src/test/java/com/android/tools/r8/maindexlist/
MainDexTracingTest.java 145 expectedMainDexList), StandardCharsets.UTF_8).split("\n");
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestAttributeSet.java 201 mappedKeys = key.split(":");
  /external/selinux/gui/
domainsPage.py 91 modules.append(l.split()[0])
modulesPage.py 107 module, ver, newline = i.split('\t')
  /external/selinux/libsemanage/src/
database_join.c 201 /* For each record, split, and add parts into their corresponding databases */
207 if (rjtable->split(handle, ptr->data, &record1, &record2) < 0)

Completed in 1124 milliseconds

<<131132133134135136137138139140>>