Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/external/libdrm/tests/modetest/
Dcursor.c48 struct cursor { struct
61 static struct cursor cursors[MAX_CURSORS]; argument
81 static void set_cursor(struct cursor *cursor, const struct cursor_step *step) in set_cursor()
94 static void move_cursor(struct cursor *cursor, const struct cursor_step *step) in move_cursor()
152 struct cursor *cursor = &cursors[i]; in cursor_thread_func() local
173 struct cursor *cursor = &cursors[ncursors]; in cursor_init() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMatrixCursorTest.java29 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldAddObjectArraysAsRows() local
51 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldAddIterablesAsRows() local
73 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldDefineColumnNames() local
91 MatrixCursor cursor = new MatrixCursor(new String[]{"a"}); in shouldDefineGetBlob() local
100 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldAllowTypeFlexibility() local
123 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldDefineGetColumnNameOrThrow() local
129 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldThrowIndexOutOfBoundsExceptionWithoutData() local
135 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldThrowIndexOutOfBoundsExceptionForInvalidColumn() local
142 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldThrowIndexOutOfBoundsExceptionForInvalidColumnLastRow() local
DSQLiteDatabaseTest.java113 …Cursor cursor = database.query("table_name", new String[]{"second_column", "first_column"}, null, … in testInsertAndQuery() local
136 … Cursor cursor = database.rawQuery("select second_column, first_column from table_name", null); in testInsertAndRawQuery() local
165 … Cursor cursor = database.rawQuery("select second_column, first_column from table_name", null); in testInsertOrThrow() local
185 …Cursor cursor = database.rawQuery("select second_column, first_column from rawtable WHERE `id` = ?… in testRawQueryCountWithOneArgument() local
191 Cursor cursor = database.rawQuery("select second_column, first_column from rawtable", null); in testRawQueryCountWithNullArgs() local
197 …Cursor cursor = database.rawQuery("select second_column, first_column from rawtable", new String[]… in testRawQueryCountWithEmptyArguments() local
216 …Cursor cursor = database.query("table_name", new String[]{"second_column", "first_column"}, null, … in testEmptyTable() local
256 …Cursor cursor = database.query("blob_table", new String[]{"blob_col"}, "id=1", null, null, null, n… in testInsertEmptyBlobArgument() local
280 …Cursor cursor = database.query("table_name", new String[]{"id", "name"}, null, null, null, null, n… in testUpdate() local
293 …Cursor cursor = database.query("table_name", new String[]{"id", "name"}, null, null, null, null, n… in testUpdateNoMatch() local
[all …]
DShadowSimpleCursorAdapterTest.java20 Cursor cursor = setUpDatabase(); in testChangeCursor() local
31 Cursor cursor = setUpDatabase(); in testSwapCursor() local
42 Cursor cursor = setUpDatabase(); in testSwapCursorToNull() local
DSQLiteQueryBuilderTest.java66 Cursor cursor = builder.query(database, new String[] {"rowid"}, null, null, null, null, null); in shouldBeAbleToMakeQueries() local
72 …Cursor cursor = builder.query(database, new String[] {"rowid"}, COL_VALUE + "=?", new String[] {"r… in shouldBeAbleToMakeQueriesWithSelection() local
80 …Cursor cursor = builder.query(database, new String[] {"rowid"}, null, null, COL_GROUP, null, null); in shouldBeAbleToMakeQueriesWithGrouping() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DMatrixCursorTest.java32 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldAddRows() local
54 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldDefineColumnNames() local
72 MatrixCursor cursor = new MatrixCursor(new String[]{"a"}); in shouldDefineGetBlob() local
81 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldAllowTypeFlexibility() local
102 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldDefineGetColumnNameOrThrow() local
108 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldThrowIndexOutOfBoundsExceptionWithoutData() local
114 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldThrowIndexOutOfBoundsExceptionForInvalidColumn() local
121 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"}); in shouldThrowIndexOutOfBoundsExceptionForInvalidColumnLastRow() local
DDatabaseTestBase.java93 …Cursor cursor = database.query("table_name", new String[]{"second_column", "first_column"}, null, … in testInsertAndQuery() local
116 … Cursor cursor = database.rawQuery("select second_column, first_column from table_name", null); in testInsertAndRawQuery() local
142 … Cursor cursor = database.rawQuery("select second_column, first_column from table_name", null); in testInsertOrThrow() local
162 …Cursor cursor = database.rawQuery("select second_column, first_column from rawtable WHERE `id` = ?… in testRawQueryCount() local
168 Cursor cursor = database.rawQuery("select second_column, first_column from rawtable", null); in testRawQueryCount2() local
174 …Cursor cursor = database.rawQuery("select second_column, first_column from rawtable", new String[]… in testRawQueryCount3() local
218 …Cursor cursor = database.rawQuery("select second_column, first_column from rawtable WHERE `id` = ?… in testRawQueryCount4() local
224 …Cursor cursor = database.rawQuery("select second_column, first_column from rawtable WHERE `id` = ?… in testRawQueryCount5() local
229 …Cursor cursor = database.rawQuery("select second_column, first_column from rawtable", new String[]… in testRawQueryCount8() local
242 …Cursor cursor = database.query("table_name", new String[]{"second_column", "first_column"}, null, … in testEmptyTable() local
[all …]
/external/libunwind_llvm/src/
Dlibunwind.cpp45 _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor, in unw_init_local()
83 _LIBUNWIND_EXPORT int unw_init_remote_thread(unw_cursor_t *cursor, in unw_init_remote_thread()
164 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_reg()
179 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_reg()
198 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_fpreg()
213 _LIBUNWIND_EXPORT int unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_fpreg()
232 _LIBUNWIND_EXPORT int unw_step(unw_cursor_t *cursor) { in unw_step()
240 _LIBUNWIND_EXPORT int unw_get_proc_info(unw_cursor_t *cursor, in unw_get_proc_info()
254 _LIBUNWIND_EXPORT int unw_resume(unw_cursor_t *cursor) { in unw_resume()
263 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf, in unw_get_proc_name()
[all …]
DUnwindLevel1.c36 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
129 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
238 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced()
346 unw_cursor_t cursor; in _Unwind_RaiseException() local
380 unw_cursor_t cursor; in _Unwind_Resume() local
405 unw_cursor_t cursor; in _Unwind_ForcedUnwind() local
421 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetLanguageSpecificData() local
442 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetRegionStart() local
467 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetGR() local
481 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_SetGR() local
[all …]
/external/libunwind/include/tdep-ia64/
Dlibunwind_i.h129 struct cursor struct
131 void *as_arg; /* argument to address-space callbacks */
132 unw_addr_space_t as; /* reference to per-address-space info */
137 unw_word_t ip; /* instruction pointer value */
138 unw_word_t cfm; /* current frame mask */
139 unw_word_t pr; /* current predicate values */
142 unw_word_t bsp; /* backing store pointer value */
143 unw_word_t sp; /* stack pointer value */
144 unw_word_t psp; /* previous sp value */
145 ia64_loc_t cfm_loc; /* cfm save location (or NULL) */
[all …]
/external/apache-http/src/org/apache/http/message/
DHeaderValueParser.java98 ParserCursor cursor) throws ParseException; in parseElements()
115 ParserCursor cursor) throws ParseException; in parseHeaderElement()
201 ParserCursor cursor) throws ParseException; in parseParameters()
216 ParserCursor cursor) throws ParseException; in parseNameValuePair()
DLineParser.java82 ParserCursor cursor) throws ParseException; in parseProtocolVersion()
106 ParserCursor cursor); in hasProtocolVersion()
122 ParserCursor cursor) throws ParseException; in parseRequestLine()
138 ParserCursor cursor) throws ParseException; in parseStatusLine()
DBasicHeaderValueParser.java112 ParserCursor cursor = new ParserCursor(0, value.length()); in parseElements() local
119 final ParserCursor cursor) { in parseElements()
163 ParserCursor cursor = new ParserCursor(0, value.length()); in parseHeaderElement() local
170 final ParserCursor cursor) { in parseHeaderElement()
228 ParserCursor cursor = new ParserCursor(0, value.length()); in parseParameters() local
236 final ParserCursor cursor) { in parseParameters()
298 ParserCursor cursor = new ParserCursor(0, value.length()); in parseNameValuePair() local
305 final ParserCursor cursor) { in parseNameValuePair()
321 final ParserCursor cursor, in parseNameValuePair()
DBasicLineParser.java127 ParserCursor cursor = new ParserCursor(0, value.length()); in parseProtocolVersion() local
134 final ParserCursor cursor) in parseProtocolVersion()
230 final ParserCursor cursor) { in hasProtocolVersion()
292 ParserCursor cursor = new ParserCursor(0, value.length()); in parseRequestLine() local
307 final ParserCursor cursor) in parseRequestLine()
392 ParserCursor cursor = new ParserCursor(0, value.length()); in parseStatusLine() local
399 final ParserCursor cursor) in parseStatusLine()
499 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) { in skipWhitespace()
/external/google-breakpad/src/common/
Dbyte_cursor_unittest.cc61 ByteCursor cursor(&buffer); in TEST() local
68 ByteCursor cursor(&buffer); in TEST() local
75 ByteCursor cursor(&buffer); in TEST() local
82 ByteCursor cursor(&buffer); in TEST() local
89 ByteCursor cursor(&buffer); in TEST() local
97 ByteCursor cursor(&buffer); in TEST() local
110 ByteCursor cursor(&buffer); in TEST() local
142 ByteCursor cursor(&buffer); in TEST() local
160 ByteCursor cursor(&buffer); in TEST() local
181 ByteCursor cursor(&buffer, true); in TEST() local
[all …]
/external/syslinux/gpxe/src/crypto/
Dasn1.c49 static int asn1_start ( struct asn1_cursor *cursor, in asn1_start()
122 int asn1_enter ( struct asn1_cursor *cursor, unsigned int type ) { in asn1_enter()
147 int asn1_skip ( struct asn1_cursor *cursor, unsigned int type ) { in asn1_skip()
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c43 emit_copies(nir_cursor cursor, nir_shader *shader, struct exec_list *new_vars, in emit_copies()
90 nir_cursor cursor = nir_before_instr(&intrin->instr); in emit_output_copies_impl() local
97 nir_cursor cursor = nir_before_block(nir_start_block(impl)); in emit_output_copies_impl() local
107 nir_cursor cursor = nir_after_block_before_jump(block); in emit_output_copies_impl() local
118 nir_cursor cursor = nir_before_block(nir_start_block(impl)); in emit_input_copies_impl() local
/external/libunwind/src/mips/
DGresume.c34 mips_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in mips_local_resume()
42 unw_resume (unw_cursor_t *cursor) in unw_resume()
DGinit_local.c31 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
39 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
/external/libunwind/src/sh/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
/external/libunwind/src/hppa/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
/external/libunwind/src/aarch64/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
/external/libunwind/src/ppc/
DGinit_local.c38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
47 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
/external/libunwind/src/x86_64/
DGinit_local.c34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
42 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
/external/libunwind/src/x86/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()

12345678910>>...15