Searched refs:cursor (Results 26 - 50 of 1010) sorted by relevance

1234567891011>>

/external/libunwind/src/mips/
H A DGinit_remote.c29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument
34 struct cursor *c = (struct cursor *) cursor;
39 Debug (1, "(cursor=%p)\n", c);
H A DGstep.c29 unw_step (unw_cursor_t *cursor) argument
31 struct cursor *c = (struct cursor *) cursor;
34 Debug (1, "(cursor=%p)\n", c);
H A DGresume.c34 mips_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) argument
42 unw_resume (unw_cursor_t *cursor) argument
H A DGis_signal_frame.c31 unw_is_signal_frame (unw_cursor_t *cursor) argument
/external/libunwind/src/sh/
H A DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
30 struct cursor *c = (struct cursor *) cursor;
H A DGinit_remote.c29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument
34 struct cursor *c = (struct cursor *) cursor;
39 Debug (1, "(cursor=%p)\n", c);
/external/libunwind/src/x86/
H A DGget_proc_info.c29 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
42 struct cursor *c = (struct cursor *) cursor;
47 Debug (1, "(cursor=%p)\n", c);
/external/libunwind/src/x86_64/
H A DGget_proc_info.c31 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
33 struct cursor *c = (struct cursor *) cursor;
H A DGinit_local.c34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
42 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
44 struct cursor *c = (struct cursor *) cursor;
49 Debug (1, "(cursor=%p)\n", c);
H A DGinit_remote.c32 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument
37 struct cursor *c = (struct cursor *) cursor;
42 Debug (1, "(cursor=%p)\n", c);
/external/libunwind/src/ppc/
H A DGinit_local.c38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
47 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
49 struct cursor *c = (struct cursor *) cursor;
54 Debug (1, "(cursor=%p)\n", c);
H A DGget_proc_info.c30 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
H A DGget_save_loc.c30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
H A DGinit_remote.c37 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument
42 struct cursor *c = (struct cursor *) cursor;
47 Debug (1, "(cursor=%p)\n", c);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dfast_masking.i60 char* cursor = *result;
64 while ((cursor < cursor_end) &&
65 (reinterpret_cast<size_t>(cursor) & 0xf)) {
66 *cursor ^= masking_key[masking_key_index];
67 ++cursor;
70 if (cursor == cursor_end) {
82 while (cursor + kBlockSize <= cursor_end) {
84 _mm_load_si128(reinterpret_cast<__m128i*>(cursor));
85 _mm_stream_si128(reinterpret_cast<__m128i*>(cursor),
87 cursor
[all...]
/external/chromium_org/ui/base/cursor/
H A Dcursor.cc5 #include "ui/base/cursor/cursor.h"
21 Cursor::Cursor(const Cursor& cursor) argument
22 : native_type_(cursor.native_type_),
23 platform_cursor_(cursor.platform_cursor_),
24 device_scale_factor_(cursor.device_scale_factor_) {
42 void Cursor::Assign(const Cursor& cursor) { argument
43 if (*this == cursor)
47 native_type_ = cursor.native_type_;
48 platform_cursor_ = cursor
[all...]
/external/libunwind/src/ppc32/
H A DGresume.c46 ppc32_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) argument
55 cursor C and establishing them as the current machine state. */
58 establish_machine_state (struct cursor *c)
65 unw_resume (unw_cursor_t *cursor) argument
67 struct cursor *c = (struct cursor *) cursor;
70 Debug (1, "(cursor=%p)\n", c);
/external/libunwind/src/ppc64/
H A DGresume.c46 ppc64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) argument
55 cursor C and establishing them as the current machine state. */
58 establish_machine_state (struct cursor *c)
65 unw_resume (unw_cursor_t *cursor) argument
67 struct cursor *c = (struct cursor *) cursor;
70 Debug (1, "(cursor=%p)\n", c);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/database/
H A DSimpleTestCursorTest.java21 private SimpleTestCursor cursor; field in class:SimpleTestCursorTest
29 cursor = new SimpleTestCursor();
30 shadowContentResolver.setCursor(uri, cursor);
34 cursor.setColumnNames(columnNames);
40 assertThat(cursor.uri, equalTo(uri));
41 assertThat(cursor.projection[0], equalTo("projection"));
42 assertThat(cursor.selection, equalTo("selection"));
43 assertThat(cursor.selectionArgs[0], equalTo("selection"));
44 assertThat(cursor.sortOrder, equalTo("sortOrder"));
49 cursor
[all...]
/external/chromium_org/components/test/data/autofill/merge/tools/
H A Dserialize_profiles.py28 cursor = connection.cursor()
29 cursor.execute("SELECT * from autofill_profile_names;")
35 # For backward-compatibility, the result of |cursor.description| is a list of
38 types = [ColumnNameToFieldType(item[0]) for item in cursor.description]
40 for profile in cursor:
46 cursor.execute("SELECT * from autofill_profile_emails;")
52 types = [ColumnNameToFieldType(item[0]) for item in cursor.description]
53 for profile in cursor:
59 cursor
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMatrixCursorTest.java32 MatrixCursor cursor = new MatrixCursor(new String[]{"a", "b", "c"});
33 cursor.addRow(new Object[]{"foo", 10L, 0.1f});
34 cursor.addRow(new Object[]{"baz", 20L, null});
35 assertThat(cursor.getCount(), equalTo(2));
37 assertTrue(cursor.moveToFirst());
39 assertThat(cursor.getString(0), equalTo("foo"));
40 assertThat(cursor.getLong(1), equalTo(10L));
41 assertThat(cursor.getFloat(2), equalTo(0.1f));
43 assertTrue(cursor.moveToNext());
45 assertThat(cursor
[all...]
/external/clang/bindings/python/tests/cindex/
H A Dutil.py34 """Obtain a cursor from a source object.
36 This provides a convenient search mechanism to find a cursor with specific
40 If the cursor is not found, None is returned.
43 root_cursor = source if isinstance(source, Cursor) else source.cursor
45 for cursor in root_cursor.walk_preorder():
46 if cursor.spelling == spelling:
47 return cursor
61 root_cursor = source if isinstance(source, Cursor) else source.cursor
64 for cursor in root_cursor.walk_preorder():
65 if cursor
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_mouse.c34 void ph_FreeWMCursor(_THIS, WMcursor *cursor) argument
48 SDL_free(cursor);
53 WMcursor* cursor; local
57 /* Allocate and initialize the cursor memory */
58 if ((cursor = (WMcursor*)SDL_malloc(sizeof(WMcursor))) == NULL)
63 SDL_memset(cursor,0,sizeof(WMcursor));
65 cursor->ph_cursor = (PhCursorDef_t *) SDL_malloc(sizeof(PhCursorDef_t) + 32*4*2);
67 if (cursor->ph_cursor == NULL)
69 SDL_SetError("ph_CreateWMCursor(): cursor malloc failed !\n");
73 SDL_memset(cursor
112 ph_GetWMPhCursor(WMcursor *cursor) argument
117 ph_ShowWMCursor(_THIS, WMcursor* cursor) argument
[all...]
/external/libunwind/src/ia64/
H A DGis_signal_frame.c29 unw_is_signal_frame (unw_cursor_t *cursor) argument
31 struct cursor *c = (struct cursor *) cursor;
52 Debug (1, "(cursor=%p, ip=0x%016lx) -> %d\n", c, c->ip, ret);

Completed in 507 milliseconds

1234567891011>>