Home
last modified time | relevance | path

Searched refs:funcid (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/gpio/
Dbcm2835_gpio.c80 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/
DCanvas.py55 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)
DTkinter.py1052 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/
Dmulticall.py352 def unbind(self, sequence, funcid=None): argument
361 return widget.unbind(self, sequence, funcid)
/external/python/cpython2/Lib/idlelib/
DMultiCall.py340 def unbind(self, sequence, funcid=None): argument
349 return widget.unbind(self, sequence, funcid)
/external/python/cpython3/Lib/tkinter/
D__init__.py1200 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/
DXRayExample.rst83 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/
Dtest_widgets.py785 funcid = self.scale.bind('<<RangeChanged>>', lambda evt: failure.pop())
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py789 funcid = self.scale.bind('<<RangeChanged>>', lambda evt: failure.pop())