HomeSort by relevance Sort by last modified time
    Searched refs:_cursor (Results 1 - 25 of 25) sorted by null

  /frameworks/support/room/compiler/src/test/data/daoWriter/output/
ComplexDao.java 47 final Cursor _cursor = __db.query(_statement); local
49 final int _cursorIndexOfFullName = _cursor.getColumnIndexOrThrow("fullName");
50 final int _cursorIndexOfId = _cursor.getColumnIndexOrThrow("id");
51 final List<ComplexDao.FullName> _result = new ArrayList<ComplexDao.FullName>(_cursor.getCount());
52 while(_cursor.moveToNext()) {
55 _item.fullName = _cursor.getString(_cursorIndexOfFullName);
56 _item.id = _cursor.getInt(_cursorIndexOfId);
61 _cursor.close();
72 final Cursor _cursor = __db.query(_statement); local
74 final int _cursorIndexOfUid = _cursor.getColumnIndexOrThrow("uid")
113 final Cursor _cursor = __db.query(_statement); local
153 final Cursor _cursor = __db.query(_statement); local
184 final Cursor _cursor = __db.query(_statement); local
214 final Cursor _cursor = __db.query(_statement); local
250 final Cursor _cursor = __db.query(_statement); local
289 final Cursor _cursor = __db.query(_statement); local
349 final Cursor _cursor = __db.query(_statement); local
    [all...]
  /external/syslinux/core/include/
bios.h 71 extern union screen _cursor;
74 #define CursorDX _cursor.dx
75 #define CursorCol _cursor.b.col
76 #define CursorRow _cursor.b.row
  /test/vts/utils/python/archive/
archive_parser.py 61 self._cursor = 0
76 if self._cursor + n > len(self._content):
79 content = self._content[self._cursor : self._cursor + n]
80 self._cursor += n
95 while self._cursor < len(self._content):
  /external/autotest/database/
database_connection.py 32 self._cursor = None
48 self._cursor = None
54 self._cursor.execute(query, parameters)
55 self.rowcount = self._cursor.rowcount
56 return self._cursor.fetchall()
80 self._cursor = self._connection.cursor()
97 self._cursor = self._connection.cursor()
126 self._cursor = self._connection.cursor()
  /external/autotest/site_utils/
dump_to_cloudsql.py 68 self._cursor.execute(self._cmd.decode('utf-8'))
77 self._cursor.close()
85 self._cursor = self._db.cursor()
  /external/libunwind/doc/
libunwind.tex 18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void~*});\\
22 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*});\\
24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*});\\
26 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t~*});\\
28 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t});\\
30 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t});\\
32 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*});\\
50 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}, \Type{unw\_proc\_info\_t~*});\\
52 \Type{int} \Func{unw\_get\_save\_loc}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_save\_loc\_t~*});\
    [all...]
unw_is_signal_frame.tex 15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
unw_step.tex 15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
unw_get_fpreg.tex 15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t~*}\Var{valp});\\
unw_get_reg.tex 15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t~*}\Var{valp});\\
unw_init_local.tex 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
unw_init_remote.tex 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\
unw_set_fpreg.tex 15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t} \Var{val});\\
unw_set_reg.tex 15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_word\_t} \Var{val});\\
unw_get_proc_name.tex 15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \Type{size\_t} \Var{len}, \Type{unw\_word\_t~*}\Var{offp});\\
unw_resume.tex 15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
libunwind-ptrace.tex 37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*});\\
unw_get_proc_info.tex 15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
unw_create_addr_space.tex 71 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_cursor\_t~*}\Var{cp}, \Type{void~*}\Var{arg});\\
  /external/syslinux/core/
conio.c 35 union screen _cursor; variable in typeref:union:screen
  /bionic/libc/kernel/tools/
cpp.py 112 self._cursor = cursor
134 if self._cursor is None:
135 self._cursor = clang.cindex.Token.cursor
136 return self._cursor
140 self._cursor = new_cursor
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 461 milliseconds