HomeSort by relevance Sort by last modified time
    Searched full:splitlist (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 71 font = root.tk.splitlist(root.tk.call("font", "actual", font))
92 self._split = root.tk.splitlist
170 return root.tk.splitlist(root.tk.call("font", "families"))
176 return root.tk.splitlist(root.tk.call("font", "names"))
Canvas.py 38 tk.splitlist(x)[0][1:],
39 self.canvas.tk.splitlist(
169 return self.canvas.tk.splitlist(self._do('gettags', self.tag))
tkFileDialog.py 91 return self._fixresult(widget, widget.tk.splitlist(result))
Tkinter.py 263 return map(self._tk.split, self._tk.splitlist(
553 # In Tk 8.3, splitlist returns: (script, type)
554 # In Tk 8.4, splitlist may return (script, type) or (script,)
555 script = self.tk.splitlist(data)[0]
740 for child in self.tk.splitlist(
790 return self.tk.splitlist(self.tk.call(args))
    [all...]
Tix.py 256 y = self.tk.splitlist(x)
272 self.tk.splitlist(
    [all...]
ttk.py 590 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 71 font = root.tk.splitlist(root.tk.call("font", "actual", font))
92 self._split = root.tk.splitlist
170 return root.tk.splitlist(root.tk.call("font", "families"))
176 return root.tk.splitlist(root.tk.call("font", "names"))
Canvas.py 38 tk.splitlist(x)[0][1:],
39 self.canvas.tk.splitlist(
169 return self.canvas.tk.splitlist(self._do('gettags', self.tag))
tkFileDialog.py 91 return self._fixresult(widget, widget.tk.splitlist(result))
Tkinter.py 263 return map(self._tk.split, self._tk.splitlist(
553 # In Tk 8.3, splitlist returns: (script, type)
554 # In Tk 8.4, splitlist may return (script, type) or (script,)
555 script = self.tk.splitlist(data)[0]
740 for child in self.tk.splitlist(
790 return self.tk.splitlist(self.tk.call(args))
    [all...]
Tix.py 256 y = self.tk.splitlist(x)
272 self.tk.splitlist(
    [all...]
ttk.py 590 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 1873 char *splitlist = addrlist; local
    [all...]
  /libcore/luni/src/main/java/java/util/
Locale.java     [all...]

Completed in 344 milliseconds