Searched refs:_end_of_line (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/curses/
H A Dtextpad.py53 def _end_of_line(self, y): member in class:Textbox
99 self.win.move(y-1, self._end_of_line(y-1))
108 self.win.move(y, self._end_of_line(y))
126 if x == 0 and self._end_of_line(y) == 0:
129 # first undo the effect of self._end_of_line
137 if x > self._end_of_line(y+1):
138 self.win.move(y+1, self._end_of_line(y+1))
144 if x > self._end_of_line(y-1):
145 self.win.move(y-1, self._end_of_line(y-1))
153 stop = self._end_of_line(
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/curses/
H A Dtextpad.py53 def _end_of_line(self, y): member in class:Textbox
99 self.win.move(y-1, self._end_of_line(y-1))
108 self.win.move(y, self._end_of_line(y))
126 if x == 0 and self._end_of_line(y) == 0:
129 # first undo the effect of self._end_of_line
137 if x > self._end_of_line(y+1):
138 self.win.move(y+1, self._end_of_line(y+1))
144 if x > self._end_of_line(y-1):
145 self.win.move(y-1, self._end_of_line(y-1))
153 stop = self._end_of_line(
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
H A Dtextpad.py53 def _end_of_line(self, y): member in class:Textbox
99 self.win.move(y-1, self._end_of_line(y-1))
108 self.win.move(y, self._end_of_line(y))
126 if x == 0 and self._end_of_line(y) == 0:
129 # first undo the effect of self._end_of_line
137 if x > self._end_of_line(y+1):
138 self.win.move(y+1, self._end_of_line(y+1))
144 if x > self._end_of_line(y-1):
145 self.win.move(y-1, self._end_of_line(y-1))
153 stop = self._end_of_line(
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
H A Dtextpad.py53 def _end_of_line(self, y): member in class:Textbox
99 self.win.move(y-1, self._end_of_line(y-1))
108 self.win.move(y, self._end_of_line(y))
126 if x == 0 and self._end_of_line(y) == 0:
129 # first undo the effect of self._end_of_line
137 if x > self._end_of_line(y+1):
138 self.win.move(y+1, self._end_of_line(y+1))
144 if x > self._end_of_line(y-1):
145 self.win.move(y-1, self._end_of_line(y-1))
153 stop = self._end_of_line(
[all...]

Completed in 42 milliseconds