/external/u-boot/drivers/gpio/ |
D | bcm2835_gpio.c | 80 int funcid; in bcm2835_gpio_get_function() local 82 funcid = pinctrl_get_gpio_mux(priv->pinctrl, 0, offset); in bcm2835_gpio_get_function() 84 switch (funcid) { in bcm2835_gpio_get_function()
|
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 55 def unbind(self, sequence, funcid=None): argument 56 self.canvas.tag_unbind(self.id, sequence, funcid) 156 def unbind(self, sequence, funcid=None): argument 157 self.canvas.tag_unbind(self.id, sequence, funcid)
|
D | Tkinter.py | 1052 funcid = self._register(func, self._substitute, 1057 funcid, self._subst_format_str)) 1059 return funcid 1104 def unbind(self, sequence, funcid=None): argument 1108 if funcid: 1109 self.deletecommand(funcid) 2276 def tag_unbind(self, tagOrId, sequence, funcid=None): argument 2280 if funcid: 2281 self.deletecommand(funcid) 3172 def tag_unbind(self, tagName, sequence, funcid=None): argument [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | multicall.py | 352 def unbind(self, sequence, funcid=None): argument 361 return widget.unbind(self, sequence, funcid)
|
/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 340 def unbind(self, sequence, funcid=None): argument 349 return widget.unbind(self, sequence, funcid)
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1200 funcid = self._register(func, self._substitute, 1205 funcid, self._subst_format_str)) 1207 return funcid 1252 def unbind(self, sequence, funcid=None): argument 1256 if funcid: 1257 self.deletecommand(funcid) 2440 def tag_unbind(self, tagOrId, sequence, funcid=None): argument 2444 if funcid: 2445 self.deletecommand(funcid) 3347 def tag_unbind(self, tagName, sequence, funcid=None): argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | XRayExample.rst | 83 funcid count [ min, med, 90p, 99p, max] sum function 156 funcid count [ min, med, 90p, 99p, max] sum function
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 785 funcid = self.scale.bind('<<RangeChanged>>', lambda evt: failure.pop())
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 789 funcid = self.scale.bind('<<RangeChanged>>', lambda evt: failure.pop())
|