Home
last modified time | relevance | path

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

123456789

/external/robolectric/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/apache-http/src/org/apache/http/message/
DHeaderValueParser.java93 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()
DLineParser.java77 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()
DBasicHeaderValueParser.java107 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()
DBasicLineParser.java122 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/
Dpsconv.c73 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/
DSDL_nxmouse.c40 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/
Dcallchain.c203 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/
DSDL_ph_mouse.c34 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/
DSDL_gemmouse.c46 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/
DSDL_macmouse.c47 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/
DBaseCodeCursor.java29 private int cursor; field in BaseCodeCursor
40 public final int cursor() { in cursor() method in BaseCodeCursor
/external/webkit/Source/WebCore/storage/
DIDBCursorBackendImpl.cpp44 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/
Dwebcursor_gtk.cc26 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
Dwebcursor_win.cc113 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/
DSDL_sysmouse.cc45 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/
DSDL_gsmouse.c39 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/
Dhash.c183 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/
DCXCursor.h267 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/
Dinput.c62 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/
DSDL_vglmouse.c36 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/
DSDL_sysmouse.cc42 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/
DSDL_riscosmouse.c58 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/
DSourceCSSTokenizer.js125 _stringToken: function(cursor, stringEnds) argument
139 nextToken: function(cursor) argument

123456789