/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/ |
H A D | gesture_interpreter_libevdev_cros.cc | 83 CursorDelegateEvdev* cursor, 86 cursor_(cursor), 209 return; // No cursor! 231 return; // No cursor! 255 return; // No cursor! 257 // HACK for disabling TTC (actually, all clicks) on hidden cursor. 296 return; // No cursor! 324 return; // No cursor! 345 return; // No cursor! 369 return; // No cursor! 81 GestureInterpreterLibevdevCros( EventModifiersEvdev* modifiers, CursorDelegateEvdev* cursor, const EventDispatchCallback& callback) argument [all...] |
/external/chromium_org/ui/platform_window/win/ |
H A D | win_window.cc | 105 void WinWindow::SetCursor(PlatformCursor cursor) {} argument
|
/external/chromium_org/ui/platform_window/x11/ |
H A D | x11_window.cc | 248 void X11Window::SetCursor(PlatformCursor cursor) {} argument
|
/external/chromium_org/ui/wm/core/ |
H A D | cursor_manager.cc | 16 // Represents the cursor state which is composed of cursor type, visibility, and 17 // mouse events enable state. When mouse events are disabled, the cursor is 29 gfx::NativeCursor cursor() const { return cursor_; } function in class:wm::internal::CursorState 30 void set_cursor(gfx::NativeCursor cursor) { cursor_ = cursor; } argument 83 void CursorManager::SetCursor(gfx::NativeCursor cursor) { argument 84 state_on_unlock_->set_cursor(cursor); 86 GetCursor() != state_on_unlock_->cursor()) { 87 delegate_->SetCursor(state_on_unlock_->cursor(), thi 197 CommitCursor(gfx::NativeCursor cursor) argument [all...] |
/external/chromium_org/v8/src/ |
H A D | scanner-character-streams.cc | 246 // Move the cursor back to point at the preceding UTF-8 character start 248 static inline void Utf8CharacterBack(const byte* buffer, unsigned* cursor) { argument 249 byte character = buffer[--*cursor]; 255 while (IsUtf8MultiCharacterFollower(buffer[--*cursor])) { } 256 DCHECK(IsUtf8MultiCharacterStart(buffer[*cursor])); 261 // Move the cursor forward to point at the next following UTF-8 character start 263 static inline void Utf8CharacterForward(const byte* buffer, unsigned* cursor) { argument 264 byte character = buffer[(*cursor)++]; 280 *cursor += additional_bytes;
|
/external/clang/tools/libclang/ |
H A D | CIndexHigh.cpp | 147 static enum CXChildVisitResult findFileIdRefVisit(CXCursor cursor, argument 150 CXCursor declCursor = clang_getCursorReferenced(cursor); 160 cursor = cxcursor::getSelectorIdentifierCursor(data->SelectorIdIdx, cursor); 164 if ((cursor.kind == CXCursor_ObjCClassMethodDecl || 165 cursor.kind == CXCursor_ObjCInstanceMethodDecl) && 166 cxcursor::getSelectorIdentifierIndex(cursor) == -1) 169 if (clang_isExpression(cursor.kind)) { 170 if (cursor.kind == CXCursor_DeclRefExpr || 171 cursor 265 findFileMacroRefVisit(CXCursor cursor, CXCursor parent, CXClientData client_data) argument 354 visit(CXCursor cursor, CXCursor parent) argument 375 visit(CXCursor cursor, CXCursor parent, CXClientData client_data) argument 412 clang_findReferencesInFile(CXCursor cursor, CXFile file, CXCursorAndRangeVisitor visitor) argument 514 _visitCursorAndRange(void *context, CXCursor cursor, CXSourceRange range) argument 521 clang_findReferencesInFileWithBlock(CXCursor cursor, CXFile file, CXCursorAndRangeVisitorBlock block) argument [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
H A D | ByteArray.java | 252 * with the cursor starting at the beginning of this instance's data. 265 * with the cursor starting at the beginning of this instance's data. 277 * Helper interface that allows one to get the cursor (of a stream). 281 * Gets the current cursor. 283 * @return {@code 0..size();} the cursor 293 /** 0..size; the cursor */ 294 private int cursor; field in class:ByteArray.MyInputStream 300 cursor = 0; 305 if (cursor >= size) { 309 int result = getUnsignedByte0(cursor); [all...] |
H A D | ByteArrayAnnotatedOutput.java | 44 /** {@code >= 0;} current output cursor */ 45 private int cursor; field in class:ByteArrayAnnotatedOutput 109 this.cursor = 0; 138 byte[] result = new byte[cursor]; 139 System.arraycopy(data, 0, result, 0, cursor); 145 return cursor; 150 if (cursor != expectedCursor) { 151 throw new ExceptionWithContext("expected cursor " + 152 expectedCursor + "; actual value: " + cursor); 158 int writeAt = cursor; [all...] |
/external/e2fsprogs/e2fsck/ |
H A D | ea_refcount.c | 34 blk_t cursor; member in struct:ea_refcount 73 refcount->cursor = 0; 175 if (refcount->cursor >= refcount->count) 176 refcount->cursor = 0; 177 if (blk == refcount->list[refcount->cursor].ea_blk) 178 return &refcount->list[refcount->cursor++]; 180 printf("Non-cursor get_refcount_el: %u\n", blk); 185 refcount->cursor = mid+1; 275 refcount->cursor = 0; 285 if (refcount->cursor > [all...] |
/external/freetype/src/cff/ |
H A D | cffgload.h | 150 FT_Byte* cursor; member in struct:CFF_Decoder_Zone_
|
/external/freetype/src/gzip/ |
H A D | ftgzip.c | 182 FT_Byte* cursor; member in struct:FT_GZipFileRec_ 286 zip->cursor = zip->limit; 360 zip->cursor = zip->limit; 410 zip->cursor = zip->buffer; 411 zstream->next_out = zip->cursor; 431 if ( zip->limit == zip->cursor ) 457 delta = (FT_ULong)( zip->limit - zip->cursor ); 461 zip->cursor += delta; 513 delta = (FT_ULong)( zip->limit - zip->cursor ); 517 FT_MEM_COPY( buffer, zip->cursor, delt [all...] |
/external/icu/icu4c/source/i18n/ |
H A D | strmatch.cpp | 93 int32_t cursor = offset; local 94 if (limit < cursor) { 100 if (cursor > limit && 101 keyChar == text.charAt(cursor)) { 102 --cursor; 108 subm->matches(text, cursor, limit, incremental); 118 matchStart = cursor+1; 123 if (incremental && cursor == limit) { 131 // Don't need the cursor < limit check if 134 if (cursor < limi [all...] |
/external/libcxxabi/src/Unwind/ |
H A D | libunwind.cpp | 39 /// Create a cursor of a thread in this process given 'context' recorded by 41 _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor, argument 43 _LIBUNWIND_TRACE_API("unw_init_local(cursor=%p, context=%p)\n", 44 cursor, context); 45 // Use "placement new" to allocate UnwindCursor in the cursor buffer. 47 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_x86>( 50 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_x86_64>( 53 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_ppc>( 56 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_arm64>( 59 new ((void *)cursor) UnwindCurso 74 unw_init_remote_thread(unw_cursor_t *cursor, unw_addr_space_t as, void *arg) argument 155 unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, unw_word_t *value) argument 169 unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, unw_word_t value) argument 188 unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, unw_fpreg_t *value) argument 202 unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, unw_fpreg_t value) argument 221 unw_step(unw_cursor_t *cursor) argument 229 unw_get_proc_info(unw_cursor_t *cursor, unw_proc_info_t *info) argument 243 unw_resume(unw_cursor_t *cursor) argument 252 unw_get_proc_name(unw_cursor_t *cursor, char *buf, size_t bufLen, unw_word_t *offset) argument 265 unw_is_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum) argument 274 unw_regname(unw_cursor_t *cursor, unw_regnum_t regNum) argument 284 unw_is_signal_frame(unw_cursor_t *cursor) argument 292 unw_save_vfp_as_X(unw_cursor_t *cursor) argument [all...] |
/external/libedit/src/ |
H A D | chared.h | 53 * the cursor. 55 * On the other hand we really don't want to move the cursor, because 56 * all the editing commands don't include the character under the cursor. 74 int cursor; /* position of saved cursor */ member in struct:c_undo_t
|
/external/libunwind/include/tdep-hppa/ |
H A D | libunwind_i.h | 66 struct cursor struct 293 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg, 295 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
|
/external/libunwind/include/tdep-mips/ |
H A D | libunwind_i.h | 76 struct cursor struct 349 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg, 351 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
|
/external/libunwind/include/tdep-sh/ |
H A D | libunwind_i.h | 67 struct cursor struct 294 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg, 296 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
|
/external/libunwind/src/x86_64/ |
H A D | Gtrace.c | 215 unw_cursor_t *cursor, 221 struct cursor *c = (struct cursor *) cursor; 234 /* Reinitialise cursor to this instruction - but undo next/prev RIP 248 && likely((ret = unw_step (cursor)) >= 0)) 273 trace_lookup (unw_cursor_t *cursor, argument 330 return trace_init_addr (frame, cursor, cfa, rip, rbp, rsp); 397 tdep_trace (unw_cursor_t *cursor, void **buffer, int *size) argument 399 struct cursor * 214 trace_init_addr(unw_tdep_frame_t *f, unw_cursor_t *cursor, unw_word_t cfa, unw_word_t rip, unw_word_t rbp, unw_word_t rsp) argument [all...] |
/external/libunwind/tests/ |
H A D | Gperf-simple.c | 61 unw_cursor_t cursor; local 66 if (unw_init_local (&cursor, &uc) < 0) 73 ret = unw_step (&cursor); 159 cursor[N]; local 195 unw_init_local (&cursor[i].c, &uc[i].uc); 219 unw_init_local (&cursor[0].c, &uc[0].uc);
|
H A D | Gperf-trace.c | 145 cursor[N]; local 181 unw_init_local (&cursor[i].c, &uc[i].uc); 205 unw_init_local (&cursor[0].c, &uc[0].uc);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
H A D | callchain.h | 65 * A callchain cursor is a single linked list that 110 struct callchain_cursor *cursor, 113 int callchain_merge(struct callchain_cursor *cursor, 117 * Initialize a cursor before adding entries inside, but keep 120 static inline void callchain_cursor_reset(struct callchain_cursor *cursor) argument 122 cursor->nr = 0; 123 cursor->last = &cursor->first; 126 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, 129 /* Close a cursor writin 130 callchain_cursor_commit(struct callchain_cursor *cursor) argument 138 callchain_cursor_current(struct callchain_cursor *cursor) argument 146 callchain_cursor_advance(struct callchain_cursor *cursor) argument [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
H A D | cffgload.h | 150 FT_Byte* cursor; member in struct:CFF_Decoder_Zone_
|
/external/ppp/pppd/plugins/rp-pppoe/ |
H A D | common.c | 399 unsigned char *cursor = packet.payload; local 429 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE); 430 cursor += sizeof(pid) + TAG_HDR_SIZE; 441 memcpy(cursor, &err, elen + TAG_HDR_SIZE); 442 cursor += elen + TAG_HDR_SIZE; 448 CHECK_ROOM(cursor, packet.payload, 450 memcpy(cursor, &conn->cookie, ntohs(conn->cookie.length) + TAG_HDR_SIZE); 451 cursor += ntohs(conn->cookie.length) + TAG_HDR_SIZE; 456 CHECK_ROOM(cursor, packet.payload, 458 memcpy(cursor, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/ |
H A D | SDL_dx5audio.c | 251 DWORD cursor, junk; local 257 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor); 268 while ( (cursor/mixlen) == lastchunk ) { 294 &junk, &cursor); 341 DWORD cursor, junk; local 347 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor); 351 &junk, &cursor); 357 cursor /= mixlen; 360 { DWORD spot = cursor; 370 lastchunk = cursor; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
H A D | SDL_cursor.c | 24 /* General cursor handling code for SDL */ 37 /* These are static for our cursor handling code */ 47 SDL_Cursor *cursor; local 55 cursor = SDL_defcursor; 57 SDL_FreeCursor(cursor); 67 /* We don't have mouse focus, and the cursor isn't drawn yet */ 72 /* Create the default cursor */ 107 /* Software cursor drawing support */ 114 SDL_Cursor *cursor; local 121 SDL_SetError("Cursor hot spot doesn't lie within cursor"); 168 SDL_SetCursor(SDL_Cursor *cursor) argument 239 SDL_FreeCursor(SDL_Cursor *cursor) argument [all...] |