/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_misc.py | 24 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 39 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 56 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1)) 71 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1)) 93 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 108 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
|
D | test_images.py | 58 self.assertEqual(self.root.splitlist(actual), expected)
|
/external/python/cpython2/Lib/lib-tk/ |
D | tkFont.py | 74 font = tk.splitlist(tk.call("font", "actual", font)) 84 if self.name not in tk.splitlist(tk.call("font", "names")): 94 self._split = tk.splitlist 172 return root.tk.splitlist(root.tk.call("font", "families")) 178 return root.tk.splitlist(root.tk.call("font", "names"))
|
D | Tkinter.py | 137 t = tk.splitlist(v) 308 cbname = self._tk.splitlist(cbname)[0] 310 if self._tk.splitlist(ca)[0] == cbname: 320 return map(self._tk.splitlist, self._tk.splitlist( 623 script = self.tk.splitlist(data)[0] 808 for child in self.tk.splitlist( 857 return self.tk.splitlist(self.tk.call(args)) 1043 return self.tk.splitlist( 1063 return self.tk.splitlist(self.tk.call(what)) 1142 return tuple(map(getint, self.tk.splitlist(string))) [all …]
|
D | ttk.py | 265 ltuple = tk.splitlist(ltuple) 398 return _list_from_statespec(self.tk.splitlist( 471 return self.tk.splitlist(self.tk.call(self._name, "element", "names")) 476 return self.tk.splitlist(self.tk.call(self._name, "element", "options", elementname)) 510 return self.tk.splitlist(self.tk.call(self._name, "theme", "names")) 591 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec))) 904 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ()) 1194 return self.tk.splitlist( 1399 return self.tk.splitlist(self.tk.call(self._w, "selection", selop, items)) 1464 return self.tk.splitlist(
|
D | Canvas.py | 38 tk.splitlist(x)[0][1:], 39 self.canvas.tk.splitlist( 169 return self.canvas.tk.splitlist(self._do('gettags', self.tag))
|
D | tkFileDialog.py | 91 return self._fixresult(widget, widget.tk.splitlist(result))
|
D | Tix.py | 249 y = self.tk.splitlist(x) 265 self.tk.splitlist( 376 return self.tk.splitlist(x) 974 return self.tk.splitlist(c) 1002 return self.tk.splitlist(c) 1247 names = self.tk.splitlist(self.tk.call(self._w, 'panes')) 1482 return self.tk.splitlist(c) 1589 return self.tk.splitlist(c)
|
/external/python/cpython3/Lib/tkinter/ |
D | font.py | 76 font = tk.splitlist(tk.call("font", "actual", font)) 86 if self.name not in tk.splitlist(tk.call("font", "names")): 97 self._split = tk.splitlist 187 return root.tk.splitlist(root.tk.call("font", "families", *args)) 194 return root.tk.splitlist(root.tk.call("font", "names"))
|
D | __init__.py | 131 t = tk.splitlist(v) 414 if self._tk.splitlist(ca)[0] == cbname: 425 splitlist = self._tk.splitlist 426 return [(splitlist(k), v) for k, v in map(splitlist, 427 splitlist(self._tk.call('trace', 'info', 'variable', self._name)))] 459 cbname = self._tk.splitlist(cbname)[0] 461 if self._tk.splitlist(ca)[0] == cbname: 477 return [self._tk.splitlist(x) for x in self._tk.splitlist( 834 script = self.tk.splitlist(data)[0] 1040 for child in self.tk.splitlist( [all …]
|
D | ttk.py | 264 ltuple = tk.splitlist(ltuple) 400 return _list_from_statespec(self.tk.splitlist(result)) 403 return {k: _list_from_statespec(self.tk.splitlist(v)) 471 return tuple(n.lstrip('-') for n in self.tk.splitlist( 477 return tuple(o.lstrip('-') for o in self.tk.splitlist( 512 return self.tk.splitlist(self.tk.call(self._name, "theme", "names")) 593 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec))) 906 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ()) 1224 return self.tk.splitlist( 1427 return self.tk.splitlist(self.tk.call(self._w, "selection")) [all …]
|
D | tix.py | 245 y = self.tk.splitlist(x) 261 self.tk.splitlist( 372 return self.tk.splitlist(x) 972 return self.tk.splitlist(c) 1000 return self.tk.splitlist(c) 1116 names = self.tk.splitlist(self.tk.call(self._w, 'pages')) 1162 names = self.tk.splitlist(self.tk.call(self._w, 'pages')) 1244 names = self.tk.splitlist(self.tk.call(self._w, 'panes')) 1479 return self.tk.splitlist(c) 1585 return self.tk.splitlist(self.tk.call(self._w, 'getselection', mode)) [all …]
|
D | filedialog.py | 346 return self._fixresult(widget, widget.tk.splitlist(result))
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_misc.py | 79 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 94 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 111 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1)) 126 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1)) 148 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1)) 163 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
|
D | test_images.py | 57 self.assertEqual(self.root.splitlist(actual), expected)
|
/external/python/cpython2/Lib/test/ |
D | test_tcl.py | 539 splitlist = self.interp.tk.splitlist 541 self.assertRaises(TypeError, splitlist) 542 self.assertRaises(TypeError, splitlist, 'a', 'b') 543 self.assertRaises(TypeError, splitlist, 2) 579 self.assertEqual(splitlist(arg), res) 580 self.assertRaises(TclError, splitlist, '{') 760 self.assertRaises(OverflowError, tk.splitlist, value)
|
/external/python/cpython3/Lib/test/ |
D | test_tcl.py | 526 splitlist = self.interp.tk.splitlist 528 self.assertRaises(TypeError, splitlist) 529 self.assertRaises(TypeError, splitlist, 'a', 'b') 530 self.assertRaises(TypeError, splitlist, 2) 570 self.assertEqual(splitlist(arg), res, 572 self.assertRaises(TclError, splitlist, '{') 735 self.assertRaises(OverflowError, tk.splitlist, value)
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_cfg.c | 1877 char *splitlist = addrlist; local 2020 splitlist = 2025 splitlist = addrlist; 2030 if (script_env_append(envp, envc, "SPLIT_INCLUDE", splitlist) != 0) { 2040 if (splitlist != addrlist) 2041 racoon_free(splitlist); 2046 splitlist = 2051 splitlist = addrlist; 2056 if (script_env_append(envp, envc, "SPLIT_LOCAL", splitlist) != 0) { 2066 if (splitlist != addrlist) [all …]
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | listtree.py | 19 children = list.tk.splitlist(
|
D | AttrDialog.py | 211 words = self.master.tk.splitlist( 374 items = self.master.tk.splitlist( 383 words = self.master.tk.splitlist(item)
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_functions.py | 8 def splitlist(self, arg): member in MockTkApp
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_functions.py | 7 def splitlist(self, arg): member in MockTkApp
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a2.rst | 320 Fixed memory leaks in Tkinter's methods splitlist() and split() when pass a
|
D | 3.6.4rc1.rst | 632 Fixed memory leaks in Tkinter's methods splitlist() and split() when pass a
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6rc1.rst | 445 Tkinter's splitlist() and split() methods now accept Tcl_Obj argument.
|