/external/lldb/test/pexpect-2.4/examples/ |
chess2.py | 31 while self.term.cur_r != r or self.term.cur_c != c: 35 print 'EXCEPTION, (r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c) 38 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c)) 43 if self.term.cur_r == r and self.term.cur_c == c: 60 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c))
|
chess3.py | 31 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c)) 33 if self.term.cur_r == r and self.term.cur_c == c: 44 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c))
|
chess.py | 30 if self.term.cur_r == r and self.term.cur_c == c:
|
bd_serv.py | 239 shell_window = '%x%x' % (virtual_screen.cur_r, virtual_screen.cur_c)
|
cgishell.cgi | 104 shell_window = '%x,%x' % (virtual_screen.cur_r, virtual_screen.cur_c)
|
/frameworks/native/opengl/libs/EGL/ |
egl_display.cpp | 283 void egl_display_t::loseCurrent(egl_context_t * cur_c) 285 if (cur_c) { 286 egl_display_t* display = cur_c->getDisplay(); 288 display->loseCurrentImpl(cur_c); 293 void egl_display_t::loseCurrentImpl(egl_context_t * cur_c) 297 ContextRef _cur_c(cur_c); 298 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); 299 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL) [all...] |
egl_display.h | 49 void loseCurrentImpl(egl_context_t * cur_c); 88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c, 91 static void loseCurrent(egl_context_t * cur_c);
|
eglApi.cpp | 722 egl_context_t * cur_c = get_context(getContext()); local 733 if (cur_c == NULL) { 755 EGLBoolean result = dp->makeCurrent(c, cur_c, [all...] |
/external/chromium_org/third_party/pexpect/ |
screen.py | 71 self.cur_c = 1 167 self.put_abs (self.cur_r, self.cur_c, ch) 184 self.insert_abs (self.cur_r, self.cur_c, ch) 194 self.get_abs (self.cur_r, self.cur_c) 224 self.cur_c = constrain (self.cur_c, 1, self.cols) 229 self.cur_c = c 234 self.cur_c = self.cur_c - count 244 self.cur_c = self.cur_c + coun [all...] |
ANSI.py | 322 self.put_abs(self.cur_r, self.cur_c, ch) 324 old_c = self.cur_c 326 if old_c == self.cur_c:
|
/external/lldb/test/pexpect-2.4/ |
screen.py | 55 self.cur_c = 1 151 self.put_abs (self.cur_r, self.cur_c, ch) 168 self.insert_abs (self.cur_r, self.cur_c, ch) 178 self.get_abs (self.cur_r, self.cur_c) 208 self.cur_c = constrain (self.cur_c, 1, self.cols) 213 self.cur_c = c 218 self.cur_c = self.cur_c - count 228 self.cur_c = self.cur_c + coun [all...] |
ANSI.py | 280 self.put_abs(self.cur_r, self.cur_c, ' ') 288 self.put_abs(self.cur_r, self.cur_c, ch) 290 old_c = self.cur_c 292 if old_c == self.cur_c:
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.c | 2108 FT_Pos org_c, org_ac, cur_c; local [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 2105 FT_Pos org_c, org_ac, cur_c; local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
pshalgo.c | 2108 FT_Pos org_c, org_ac, cur_c; local [all...] |