/external/libdrm/tests/modetest/ |
D | cursor.c | 48 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/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | MatrixCursorTest.java | 32 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
|
D | DatabaseTestBase.java | 93 …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/include/tdep-ia64/ |
D | libunwind_i.h | 129 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/libunwind_llvm/src/ |
D | libunwind.cpp | 46 _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor, in unw_init_local() 78 _LIBUNWIND_EXPORT int unw_init_remote_thread(unw_cursor_t *cursor, in unw_init_remote_thread() 159 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_reg() 174 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_reg() 193 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_fpreg() 208 _LIBUNWIND_EXPORT int unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_fpreg() 227 _LIBUNWIND_EXPORT int unw_step(unw_cursor_t *cursor) { in unw_step() 235 _LIBUNWIND_EXPORT int unw_get_proc_info(unw_cursor_t *cursor, in unw_get_proc_info() 249 _LIBUNWIND_EXPORT int unw_resume(unw_cursor_t *cursor) { in unw_resume() 258 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf, in unw_get_proc_name() [all …]
|
D | UnwindLevel1.c | 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 487 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetIP() local 502 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_SetIP() local
|
/external/google-breakpad/src/common/ |
D | byte_cursor_unittest.cc | 61 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/apache-http/src/org/apache/http/message/ |
D | BasicHeaderValueParser.java | 112 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()
|
D | HeaderValueParser.java | 98 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()
|
D | LineParser.java | 82 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()
|
D | BasicLineParser.java | 127 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/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ContactsFacade.java | 88 Cursor cursor = mService.getContentResolver().query(phoneData, null, null, null, null); in pickPhone() local 102 Cursor cursor = mContentResolver.query(CONTACTS_URI, null, null, null, null); in contactsGetAttributes() local 118 Cursor cursor = mContentResolver.query(CONTACTS_URI, columns, null, null, null); in contactsGetIds() local 152 Cursor cursor = mContentResolver.query(CONTACTS_URI, query, null, null, null); in contactsGet() local 216 Cursor cursor = mContentResolver.query(uri, columns, null, null, null); in contactsGetById() local 232 Cursor cursor = mContentResolver.query(CONTACTS_URI, null, null, null, null); in contactsGetCount() local 267 Cursor cursor = mContentResolver.query(Uri.parse(uri), columns, selection, args, order); in queryContent() local 289 Cursor cursor = mContentResolver.query(Uri.parse(uri), null, "1=0", null, null); in queryAttributes() local
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | psconv.c | 84 PS_Conv_Strtol( FT_Byte** cursor, in PS_Conv_Strtol() 158 PS_Conv_ToInt( FT_Byte** cursor, in PS_Conv_ToInt() 192 PS_Conv_ToFixed( FT_Byte** cursor, in PS_Conv_ToFixed() 457 PS_Conv_ASCIIHexDecode( FT_Byte** cursor, in PS_Conv_ASCIIHexDecode() 550 PS_Conv_EexecDecode( FT_Byte** cursor, in PS_Conv_EexecDecode()
|
/external/freetype/src/psaux/ |
D | psconv.c | 84 PS_Conv_Strtol( FT_Byte** cursor, in PS_Conv_Strtol() 158 PS_Conv_ToInt( FT_Byte** cursor, in PS_Conv_ToInt() 192 PS_Conv_ToFixed( FT_Byte** cursor, in PS_Conv_ToFixed() 457 PS_Conv_ASCIIHexDecode( FT_Byte** cursor, in PS_Conv_ASCIIHexDecode() 550 PS_Conv_EexecDecode( FT_Byte** cursor, in PS_Conv_EexecDecode()
|
/external/bison/lib/ |
D | hash.c | 183 struct hash_entry const *cursor = bucket; in hash_get_max_bucket_length() local 211 struct hash_entry const *cursor = bucket; in hash_table_ok() local 264 struct hash_entry const *cursor; in hash_lookup() local 310 struct hash_entry const *cursor; in hash_get_next() local 341 struct hash_entry const *cursor; in hash_get_entries() local 373 struct hash_entry const *cursor; in hash_do_for_each() local 661 struct hash_entry *cursor; in hash_clear() local 699 struct hash_entry *cursor; in hash_free() local 794 struct hash_entry *cursor; in hash_find_entry() local 863 struct hash_entry *cursor; in transfer_entries() local [all …]
|
/external/libunwind/src/x86_64/ |
D | Gos-freebsd.c | 37 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() 91 unw_handle_signal_frame (unw_cursor_t *cursor) in unw_handle_signal_frame() 188 x86_64_sigreturn (unw_cursor_t *cursor) in x86_64_sigreturn()
|
D | Gos-linux.c | 82 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() 89 unw_handle_signal_frame (unw_cursor_t *cursor) in unw_handle_signal_frame() 139 x86_64_sigreturn (unw_cursor_t *cursor) in x86_64_sigreturn()
|
D | Ginit_local.c | 34 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/include/tdep-x86_64/ |
D | libunwind_i.h | 83 struct cursor struct 85 struct dwarf_cursor dwarf; /* must be first */ argument 105 dwarf_get_uc(const struct dwarf_cursor *cursor) in dwarf_get_uc()
|
/external/libunwind/src/mips/ |
D | Gresume.c | 34 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()
|
D | Ginit_local.c | 31 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/hppa/ |
D | Ginit_local.c | 32 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/arm/ |
D | Ginit_local.c | 32 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/sh/ |
D | Ginit_local.c | 32 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/aarch64/ |
D | Ginit_local.c | 32 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()
|