Home
last modified time | relevance | path

Searched refs:__which (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/pynche/
DTextViewer.py77 self.__which = IntVar()
78 self.__which.set(optiondb.get('WHICH', 0))
111 r = Radiobutton(frame, variable=self.__which,
143 which = self.__which.get()
165 which = self.__which.get()
180 optiondb['WHICH'] = self.__which.get()
/external/libcxx/src/
Dstrstream.cpp233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() argument
236 bool pos_in = (__which & ios::in) != 0; in seekoff()
237 bool pos_out = (__which & ios::out) != 0; in seekoff()
293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() argument
296 bool pos_in = (__which & ios::in) != 0; in seekpos()
297 bool pos_out = (__which & ios::out) != 0; in seekpos()
/external/libcxx/include/
Dstreambuf153 ios_base::openmode __which = ios_base::in | ios_base::out)
154 { return seekoff(__off, __way, __which); }
158 ios_base::openmode __which = ios_base::in | ios_base::out)
159 { return seekpos(__sp, __which); }
268 ios_base::openmode __which = ios_base::in | ios_base::out);
270 ios_base::openmode __which = ios_base::in | ios_base::out);
Dstrstream174 ios_base::openmode __which = ios_base::in | ios_base::out);
176 ios_base::openmode __which = ios_base::in | ios_base::out);