Searched refs:_cursor (Results 1 – 22 of 22) sorted by relevance
32 self._cursor = None48 self._cursor = None54 self._cursor.execute(query, parameters)55 self.rowcount = self._cursor.rowcount56 return self._cursor.fetchall()80 self._cursor = self._connection.cursor()97 self._cursor = self._connection.cursor()126 self._cursor = self._connection.cursor()
121 with _cursor(conn) as cursor:173 with _cursor(conn) as cursor:185 with _cursor(conn) as cursor:200 def _cursor(conn): function
68 self._cursor.execute(self._cmd.decode('utf-8'))77 self._cursor.close()85 self._cursor = self._db.cursor()
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\…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\…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 …]
15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx…
15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var…
15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \T…
15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}…
37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*})…
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{…
477 wl_cursor_frame_and_duration(struct wl_cursor *_cursor, uint32_t time, in wl_cursor_frame_and_duration() argument480 struct cursor *cursor = (struct cursor *) _cursor; in wl_cursor_frame_and_duration()526 wl_cursor_frame(struct wl_cursor *_cursor, uint32_t time) in wl_cursor_frame() argument528 return wl_cursor_frame_and_duration(_cursor, time, NULL); in wl_cursor_frame()
17 #define cursor_advance(_cursor, _len) \ argument18 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
390 " self._cursor = [ offset * segment for offset in range(batch_size)]\n",397 " batch[b, char2id(self._text[self._cursor[b]])] = 1.0\n",398 " self._cursor[b] = (self._cursor[b] + 1) % self._text_size\n",
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
2662 …_cursor=d.css("cursor")),d.css("cursor",e.cursor)},stop:function(b,c){var d=a(this).data("draggabl…