/external/autotest/database/ |
D | 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/venv/skylab_suite/ |
D | tko_test_views.py | 121 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/ |
D | 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/ |
D | 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\… 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 …]
|
D | unw_step.tex | 15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
|
D | unw_is_signal_frame.tex | 15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
|
D | unw_get_reg.tex | 15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
|
D | unw_init_local.tex | 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx…
|
D | unw_set_reg.tex | 15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
|
D | unw_set_fpreg.tex | 15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
|
D | unw_get_fpreg.tex | 15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
|
D | unw_init_remote.tex | 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var…
|
D | unw_get_proc_name.tex | 15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \T…
|
D | unw_resume.tex | 15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
|
D | unw_get_proc_info.tex | 15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}…
|
D | libunwind-ptrace.tex | 37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*})…
|
D | 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{…
|
/external/wayland/cursor/ |
D | wayland-cursor.c | 477 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/ |
D | test_lwt_seg6local.c | 17 #define cursor_advance(_cursor, _len) \ argument 18 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
|
/external/tensorflow/tensorflow/examples/udacity/ |
D | 6_lstm.ipynb | 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",
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2662 …_cursor=d.css("cursor")),d.css("cursor",e.cursor)},stop:function(b,c){var d=a(this).data("draggabl…
|