Home
last modified time | relevance | path

Searched refs:_cursor (Results 1 – 21 of 21) sorted by relevance

/external/autotest/database/
Ddatabase_connection.py32 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/venv/skylab_suite/
Dtko_test_views.py121 with _cursor(conn) as cursor:
173 with _cursor(conn) as cursor:
185 with _cursor(conn) as cursor:
200 def _cursor(conn): function
/external/autotest/site_utils/
Ddump_to_cloudsql.py68 self._cursor.execute(self._cmd.decode('utf-8'))
77 self._cursor.close()
85 self._cursor = self._db.cursor()
/external/libunwind/doc/
Dlibunwind.tex18 \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 …]
Dunw_step.tex15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
Dunw_is_signal_frame.tex15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
Dunw_get_reg.tex15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
Dunw_init_local.tex15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx…
Dunw_set_reg.tex15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
Dunw_set_fpreg.tex15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
Dunw_get_fpreg.tex15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
Dunw_init_remote.tex15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var…
Dunw_get_proc_name.tex15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \T…
Dunw_resume.tex15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
Dunw_get_proc_info.tex15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}…
Dlibunwind-ptrace.tex37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*})…
Dunw_create_addr_space.tex71 \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{…
/external/wayland/cursor/
Dwayland-cursor.c477 wl_cursor_frame_and_duration(struct wl_cursor *_cursor, uint32_t time, in wl_cursor_frame_and_duration() argument
480 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() argument
528 return wl_cursor_frame_and_duration(_cursor, time, NULL); in wl_cursor_frame()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.c17 #define cursor_advance(_cursor, _len) \ argument
18 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
/external/tensorflow/tensorflow/examples/udacity/
D6_lstm.ipynb390 " 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",
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2662_cursor=d.css("cursor")),d.css("cursor",e.cursor)},stop:function(b,c){var d=a(this).data("draggabl…