Home
last modified time | relevance | path

Searched refs:barx (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
DFrameWork.py902 self.barx = self.bary = None
909 self.barx = self.bary = None
917 self.barx = NewControl(self.wid, rect, "", 1, vx, 0, 32767, 16, 0)
918 if not self.barx_enabled: self.barx.HiliteControl(255)
927 self.barx = self.bary = None
933 if self.barx and self.barx_enabled:
934 self.barx.ShowControl() # jvr
938 if self.barx:
939 self.barx.HideControl() # jvr; An inactive window should have *hidden*
949 if self.barx:
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-function-size.cpp64 void bar2() { class A { void barx() {;;} }; } in bar2() function in bar2::A