HomeSort by relevance Sort by last modified time
    Searched refs:_split (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 92 self._split = root.tk.splitlist
126 self._split(self._call("font", "actual", self.name))
140 self._split(self._call("font", "config", self.name))
160 res = self._split(self._call("font", "metrics", self.name))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 92 self._split = root.tk.splitlist
126 self._split(self._call("font", "actual", self.name))
140 self._split(self._call("font", "config", self.name))
160 res = self._split(self._call("font", "metrics", self.name))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 163 def _split(self, text): member in class:TextWrapper
164 """_split(text : string) -> [string]
326 chunks = self._split(text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 163 def _split(self, text): member in class:TextWrapper
164 """_split(text : string) -> [string]
326 chunks = self._split(text)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 292 def _split(self, s, charset, maxlinelen, splitchars):
336 return chunk + self._split(last, charset, self._maxlinelen, splitchars)
411 newchunks += self._split(s, charset, targetlen, splitchars)
288 def _split(self, s, charset, maxlinelen, splitchars): member in class:Header
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 292 def _split(self, s, charset, maxlinelen, splitchars):
336 return chunk + self._split(last, charset, self._maxlinelen, splitchars)
411 newchunks += self._split(s, charset, targetlen, splitchars)
288 def _split(self, s, charset, maxlinelen, splitchars): member in class:Header
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 71 def _split(self, path): member in class:MockFileSystem
87 return self._split(path)[1]
121 return self._split(path)[0]
152 dirpath, basename = self._split(filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 41 result = self.wrapper._split(text)
241 # _split() method.
282 # Again, all of the above can be deduced from _split().
414 # Ensure that the standard _split() method works as advertised
419 result = self.wrapper._split(text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 41 result = self.wrapper._split(text)
241 # _split() method.
282 # Again, all of the above can be deduced from _split().
414 # Ensure that the standard _split() method works as advertised
419 result = self.wrapper._split(text)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 362 self._split = test_split_fn
446 directory = self._split(test_input.test_name)[0]

Completed in 1077 milliseconds