Searched defs:cursor (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/prebuilts/misc/windows/sdl2/test/
H A Dtestwm2.c49 SDL_Cursor *cursor = NULL; local
124 SDL_Log("Changing cursor to \"%s\"", cursorNames[system_cursor]);
125 SDL_FreeCursor(cursor);
126 cursor = SDL_CreateSystemCursor((SDL_SystemCursor)system_cursor);
127 SDL_SetCursor(cursor);
132 SDL_FreeCursor(cursor);
H A Dtestautomation_mouse.c156 /* Helper that creates a new mouse cursor from an XPM */
159 SDL_Cursor *cursor; local
188 cursor = SDL_CreateCursor(data, mask, 32, 32, 0, 0);
189 return cursor;
201 SDL_Cursor *cursor; local
203 /* Create a cursor */
204 cursor = _initArrowCursor(_mouseArrowData);
206 SDLTest_AssertCheck(cursor != NULL, "Validate result from SDL_CreateCursor() is not NULL");
207 if (cursor == NULL) {
211 /* Free cursor agai
228 SDL_Cursor *cursor; local
313 SDL_Cursor *cursor; local
346 SDL_Cursor *cursor; local
[all...]
H A Dtestime.c35 static int cursor = 0; variable
157 if (cursor)
159 char *p = utf8_advance(markedText, cursor);
358 cursor = event.edit.start;
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
H A Dregression.py37 cur = self.con.cursor()
44 cur = self.con.cursor()
55 cursors = [con.cursor() for x in xrange(5)]
66 cur = self.con.cursor()
82 cur = con.cursor()
162 Verifies that cursor methods check wether base class __init__ was called.
188 cur = con.cursor()
197 Verifies that subclassed cursor classes are correctly registered with
201 def cursor(self): member in class:RegressionTests.CheckCursorRegistration.Connection
209 cur = con.cursor()
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
H A Dregression.py37 cur = self.con.cursor()
44 cur = self.con.cursor()
55 cursors = [con.cursor() for x in xrange(5)]
66 cur = self.con.cursor()
82 cur = con.cursor()
162 Verifies that cursor methods check wether base class __init__ was called.
188 cur = con.cursor()
197 Verifies that subclassed cursor classes are correctly registered with
201 def cursor(self): member in class:RegressionTests.CheckCursorRegistration.Connection
209 cur = con.cursor()
[all...]
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
H A Dftsystem.h321 * cursor ::
342 unsigned char* cursor; member in struct:FT_StreamRec_
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
H A Dregression.py37 cur = self.con.cursor()
44 cur = self.con.cursor()
55 cursors = [con.cursor() for x in xrange(5)]
66 cur = self.con.cursor()
82 cur = con.cursor()
162 Verifies that cursor methods check wether base class __init__ was called.
188 cur = con.cursor()
197 Verifies that subclassed cursor classes are correctly registered with
201 def cursor(self): member in class:RegressionTests.CheckCursorRegistration.Connection
209 cur = con.cursor()
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
H A Dregression.py37 cur = self.con.cursor()
44 cur = self.con.cursor()
55 cursors = [con.cursor() for x in xrange(5)]
66 cur = self.con.cursor()
82 cur = con.cursor()
162 Verifies that cursor methods check wether base class __init__ was called.
188 cur = con.cursor()
197 Verifies that subclassed cursor classes are correctly registered with
201 def cursor(self): member in class:RegressionTests.CheckCursorRegistration.Connection
209 cur = con.cursor()
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
H A Ddbshelve.py262 def cursor(self, txn=None, flags=0): member in class:DBShelf
263 c = DBShelfCursor(self.db.cursor(txn, flags))
290 def __init__(self, cursor):
291 self.dbc = cursor
298 """Some methods we can just pass through to the cursor object. (See below)"""
H A Ddbtables.py220 def cursor(self, txn=None) : member in class:bsdTableDB.__init__.db_py3k
221 return cursor_py3k(self._db.cursor(txn=txn))
294 cur = self.db.cursor()
718 cur = self.db.cursor()
792 cur = self.db.cursor(txn)
H A Ddbobj.py152 def cursor(self, *args, **kwargs): member in class:DB
153 return self._cobj.cursor(*args, **kwargs)
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
H A Ddbshelve.py262 def cursor(self, txn=None, flags=0): member in class:DBShelf
263 c = DBShelfCursor(self.db.cursor(txn, flags))
290 def __init__(self, cursor):
291 self.dbc = cursor
298 """Some methods we can just pass through to the cursor object. (See below)"""
H A Ddbtables.py220 def cursor(self, txn=None) : member in class:bsdTableDB.__init__.db_py3k
221 return cursor_py3k(self._db.cursor(txn=txn))
294 cur = self.db.cursor()
718 cur = self.db.cursor()
792 cur = self.db.cursor(txn)
H A Ddbobj.py152 def cursor(self, *args, **kwargs): member in class:DB
153 return self._cobj.cursor(*args, **kwargs)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbshelve.py262 def cursor(self, txn=None, flags=0): member in class:DBShelf
263 c = DBShelfCursor(self.db.cursor(txn, flags))
290 def __init__(self, cursor):
291 self.dbc = cursor
298 """Some methods we can just pass through to the cursor object. (See below)"""
H A Ddbtables.py220 def cursor(self, txn=None) : member in class:bsdTableDB.__init__.db_py3k
221 return cursor_py3k(self._db.cursor(txn=txn))
294 cur = self.db.cursor()
718 cur = self.db.cursor()
792 cur = self.db.cursor(txn)
H A Ddbobj.py152 def cursor(self, *args, **kwargs): member in class:DB
153 return self._cobj.cursor(*args, **kwargs)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbshelve.py262 def cursor(self, txn=None, flags=0): member in class:DBShelf
263 c = DBShelfCursor(self.db.cursor(txn, flags))
290 def __init__(self, cursor):
291 self.dbc = cursor
298 """Some methods we can just pass through to the cursor object. (See below)"""
H A Ddbtables.py220 def cursor(self, txn=None) : member in class:bsdTableDB.__init__.db_py3k
221 return cursor_py3k(self._db.cursor(txn=txn))
294 cur = self.db.cursor()
718 cur = self.db.cursor()
792 cur = self.db.cursor(txn)
H A Ddbobj.py152 def cursor(self, *args, **kwargs): member in class:DB
153 return self._cobj.cursor(*args, **kwargs)
/prebuilts/libs/libedit/include/
H A Dhistedit.h64 const char *cursor; member in struct:lineinfo
269 const wchar_t *cursor; member in struct:lineinfow
/prebuilts/tools/common/m2/repository/com/firebase/firebase-client-android/2.5.2/
H A Dfirebase-client-android-2.5.2.jar ... IOException e String[] columns long start android.database.Cursor cursor java.util.List writes private void saveWrite ...
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
H A Dtest_all.py65 self._dbcursor = db.cursor(*args, **kwargs)
108 cursor = self._dbcursor.dup(flags)
109 return dup_cursor_py3k(cursor)
371 def cursor(self, txn=None, flags=0) : member in class:DB_py3k
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
H A Dtest_all.py65 self._dbcursor = db.cursor(*args, **kwargs)
108 cursor = self._dbcursor.dup(flags)
109 return dup_cursor_py3k(cursor)
371 def cursor(self, txn=None, flags=0) : member in class:DB_py3k
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_all.py65 self._dbcursor = db.cursor(*args, **kwargs)
108 cursor = self._dbcursor.dup(flags)
109 return dup_cursor_py3k(cursor)
371 def cursor(self, txn=None, flags=0) : member in class:DB_py3k

Completed in 422 milliseconds

1234567891011>>