/external/robolectric/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/apache-http/src/org/apache/http/message/ |
D | HeaderValueParser.java | 93 ParserCursor cursor) throws ParseException; in parseElements() 110 ParserCursor cursor) throws ParseException; in parseHeaderElement() 196 ParserCursor cursor) throws ParseException; in parseParameters() 211 ParserCursor cursor) throws ParseException; in parseNameValuePair()
|
D | LineParser.java | 77 ParserCursor cursor) throws ParseException; in parseProtocolVersion() 101 ParserCursor cursor); in hasProtocolVersion() 117 ParserCursor cursor) throws ParseException; in parseRequestLine() 133 ParserCursor cursor) throws ParseException; in parseStatusLine()
|
D | BasicHeaderValueParser.java | 107 ParserCursor cursor = new ParserCursor(0, value.length()); in parseElements() local 114 final ParserCursor cursor) { in parseElements() 158 ParserCursor cursor = new ParserCursor(0, value.length()); in parseHeaderElement() local 165 final ParserCursor cursor) { in parseHeaderElement() 223 ParserCursor cursor = new ParserCursor(0, value.length()); in parseParameters() local 231 final ParserCursor cursor) { in parseParameters() 293 ParserCursor cursor = new ParserCursor(0, value.length()); in parseNameValuePair() local 300 final ParserCursor cursor) { in parseNameValuePair() 316 final ParserCursor cursor, in parseNameValuePair()
|
D | BasicLineParser.java | 122 ParserCursor cursor = new ParserCursor(0, value.length()); in parseProtocolVersion() local 129 final ParserCursor cursor) in parseProtocolVersion() 225 final ParserCursor cursor) { in hasProtocolVersion() 287 ParserCursor cursor = new ParserCursor(0, value.length()); in parseRequestLine() local 302 final ParserCursor cursor) in parseRequestLine() 387 ParserCursor cursor = new ParserCursor(0, value.length()); in parseStatusLine() local 394 final ParserCursor cursor) in parseStatusLine() 494 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) { in skipWhitespace()
|
/external/freetype/src/psaux/ |
D | psconv.c | 73 PS_Conv_Strtol( FT_Byte** cursor, in PS_Conv_Strtol() 120 PS_Conv_ToInt( FT_Byte** cursor, in PS_Conv_ToInt() 143 PS_Conv_ToFixed( FT_Byte** cursor, in PS_Conv_ToFixed() 334 PS_Conv_ASCIIHexDecode( FT_Byte** cursor, in PS_Conv_ASCIIHexDecode() 427 PS_Conv_EexecDecode( FT_Byte** cursor, in PS_Conv_EexecDecode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
D | SDL_nxmouse.c | 40 WMcursor * cursor ; in NX_CreateWMCursor() local 54 void NX_FreeWMCursor (_THIS, WMcursor * cursor) in NX_FreeWMCursor() 75 int NX_ShowWMCursor (_THIS, WMcursor * cursor) in NX_ShowWMCursor()
|
/external/linux-tools-perf/util/ |
D | callchain.c | 203 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node() 233 struct callchain_cursor *cursor, in add_child() 252 struct callchain_cursor *cursor, in split_add_child() 295 struct callchain_cursor *cursor, in append_chain_children() 316 struct callchain_cursor *cursor, in append_chain() 380 struct callchain_cursor *cursor, in callchain_append() 397 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch() 433 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge() 439 int callchain_cursor_append(struct callchain_cursor *cursor, in callchain_cursor_append()
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_mouse.c | 34 void ph_FreeWMCursor(_THIS, WMcursor *cursor) in ph_FreeWMCursor() argument 53 WMcursor* cursor; in ph_CreateWMCursor() local 112 PhCursorDef_t ph_GetWMPhCursor(WMcursor *cursor) in ph_GetWMPhCursor() 117 int ph_ShowWMCursor(_THIS, WMcursor* cursor) in ph_ShowWMCursor()
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
D | SDL_gemmouse.c | 46 void GEM_FreeWMCursor(_THIS, WMcursor *cursor) in GEM_FreeWMCursor() 66 WMcursor *cursor; in GEM_CreateWMCursor() local 141 int GEM_ShowWMCursor(_THIS, WMcursor *cursor) in GEM_ShowWMCursor()
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
D | SDL_macmouse.c | 47 void Mac_FreeWMCursor(_THIS, WMcursor *cursor) in Mac_FreeWMCursor() argument 55 WMcursor *cursor; in Mac_CreateWMCursor() local 91 int Mac_ShowWMCursor(_THIS, WMcursor *cursor) in Mac_ShowWMCursor()
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | BaseCodeCursor.java | 29 private int cursor; field in BaseCodeCursor 40 public final int cursor() { in cursor() method in BaseCodeCursor
|
/external/webkit/Source/WebCore/storage/ |
D | IDBCursorBackendImpl.cpp | 44 IDBCursorBackendImpl::IDBCursorBackendImpl(PassRefPtr<IDBBackingStore::Cursor> cursor, IDBCursor::D… in IDBCursorBackendImpl() 90 RefPtr<IDBCursorBackendImpl> cursor = this; in continueFunction() local 101 RefPtr<IDBCursorBackendImpl> cursor = prpCursor; in continueFunctionInternal() local
|
/external/chromium/webkit/glue/ |
D | webcursor_gtk.cc | 26 GdkCursor* cursor = CustomCursorsGdk[type]; in GetInlineCustomCursor() local 52 static GdkCursor* cursor = NULL; in GetInvisibleCustomCursor() local 201 GdkCursor* cursor = gdk_cursor_new_from_pixbuf(gdk_display_get_default(), in GetCustomCursor() local
|
D | webcursor_win.cc | 113 static WebCursorInfo::Type ToCursorType(HCURSOR cursor) { in ToCursorType() 115 HCURSOR cursor; in ToCursorType() member 198 void WebCursor::InitFromExternalCursor(HCURSOR cursor) { in InitFromExternalCursor()
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysmouse.cc | 45 WMcursor *cursor; in BE_CreateWMCursor() local 107 int BE_ShowWMCursor(_THIS, WMcursor *cursor) in BE_ShowWMCursor() 122 void BE_FreeWMCursor(_THIS, WMcursor *cursor) in BE_FreeWMCursor()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
D | SDL_gsmouse.c | 39 void GS_FreeWMCursor(_THIS, WMcursor *cursor) in GS_FreeWMCursor() argument 51 static void GS_MoveCursor(_THIS, SDL_Cursor *cursor, int x, int y) in GS_MoveCursor() 134 SDL_Cursor *cursor; in GS_ShowWMCursor() local
|
/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/clang/tools/libclang/ |
D | CXCursor.h | 267 static inline int getSelectorIdentifierIndex(CXCursor cursor) { in getSelectorIdentifierIndex() 270 static inline SourceLocation getSelectorIdentifierLoc(CXCursor cursor) { in getSelectorIdentifierLoc() 276 static inline CXCursor getTypeRefedCallExprCursor(CXCursor cursor) { in getTypeRefedCallExprCursor()
|
/external/qemu/ |
D | input.c | 62 QEMUPutKBDEntry *cursor, *cursor_next; in qemu_remove_kbd_event_handler() local 153 QEMUPutKBDEntry *cursor; in kbd_put_keycode() local 161 QEMUPutLEDEntry *cursor; in kbd_put_ledstate() local 253 QEMUPutMouseEntry *cursor; in do_info_mice() local 284 QEMUPutMouseEntry *cursor; in do_mouse_set() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
D | SDL_vglmouse.c | 36 void VGL_FreeWMCursor(_THIS, WMcursor *cursor) in VGL_FreeWMCursor() argument 47 int VGL_ShowWMCursor(_THIS, WMcursor *cursor) in VGL_ShowWMCursor()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_sysmouse.cc | 42 int QT_ShowWMCursor(_THIS, WMcursor *cursor) in QT_ShowWMCursor() 47 void QT_FreeWMCursor(_THIS, WMcursor *cursor) in QT_FreeWMCursor()
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
D | SDL_riscosmouse.c | 58 void RISCOS_FreeWMCursor(_THIS, WMcursor *cursor) in RISCOS_FreeWMCursor() 67 WMcursor *cursor; in RISCOS_CreateWMCursor() local 137 int RISCOS_ShowWMCursor(_THIS, WMcursor *cursor) in RISCOS_ShowWMCursor() 251 int WIMP_ShowWMCursor(_THIS, WMcursor *cursor) in WIMP_ShowWMCursor()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | SourceCSSTokenizer.js | 125 _stringToken: function(cursor, stringEnds) argument 139 nextToken: function(cursor) argument
|