Searched defs:cursor (Results 276 - 300 of 439) sorted by relevance

<<1112131415161718

/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h82 struct cursor struct
310 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
312 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h67 struct cursor struct
303 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
305 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
/external/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h73 struct cursor struct
314 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
316 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
/external/libunwind/include/tdep-ppc64/
H A Dlibunwind_i.h73 struct cursor struct
314 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
316 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
/external/libunwind/include/tdep-x86/
H A Dlibunwind_i.h68 struct cursor struct
91 dwarf_get_uc(const struct dwarf_cursor *cursor) argument
93 const struct cursor *c = (struct cursor *) cursor->as_arg;
297 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
299 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h83 struct cursor struct
105 dwarf_get_uc(const struct dwarf_cursor *cursor) argument
107 const struct cursor *c = (struct cursor *) cursor->as_arg;
243 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
245 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
259 extern int tdep_trace (unw_cursor_t *cursor, void **addresses, int *n);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.c202 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) argument
206 node->val_nr = cursor->nr - cursor->pos;
210 cursor_node = callchain_cursor_current(cursor);
225 callchain_cursor_advance(cursor);
226 cursor_node = callchain_cursor_current(cursor);
232 struct callchain_cursor *cursor,
238 fill_node(new, cursor);
251 struct callchain_cursor *cursor,
278 if (idx_total < cursor
231 add_child(struct callchain_node *parent, struct callchain_cursor *cursor, u64 period) argument
250 split_add_child(struct callchain_node *parent, struct callchain_cursor *cursor, struct callchain_list *to_split, u64 idx_parents, u64 idx_local, u64 period) argument
293 append_chain_children(struct callchain_node *root, struct callchain_cursor *cursor, u64 period) argument
314 append_chain(struct callchain_node *root, struct callchain_cursor *cursor, u64 period) argument
380 callchain_append(struct callchain_root *root, struct callchain_cursor *cursor, u64 period) argument
398 merge_chain_branch(struct callchain_cursor *cursor, struct callchain_node *dst, struct callchain_node *src) argument
434 callchain_merge(struct callchain_cursor *cursor, struct callchain_root *dst, struct callchain_root *src) argument
440 callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, struct map *map, struct symbol *sym) argument
[all...]
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp145 const char *cursor,
155 // cursor & last_char have to be within the current_line.
156 if (current_line == NULL || cursor == NULL || last_char == NULL)
159 if (cursor < current_line || last_char < current_line)
163 if (cursor - current_line > current_line_size || last_char - current_line > current_line_size)
167 log->Printf ("SBCommandInterpreter(%p)::HandleCompletion (current_line=\"%s\", cursor at: %" PRId64 ", last char at: %" PRId64 ", match_start_point: %d, max_return_elements: %d)",
168 m_opaque_ptr, current_line, (uint64_t) (cursor - current_line), (uint64_t) (last_char - current_line), match_start_point, max_return_elements);
173 num_completions = m_opaque_ptr->HandleCompletion (current_line, cursor, last_char, match_start_point,
192 const char *cursor = current_line + cursor_pos; local
194 return HandleCompletion (current_line, cursor, last_cha
144 HandleCompletion(const char *current_line, const char *cursor, const char *last_char, int match_start_point, int max_return_elements, SBStringList &matches) argument
[all...]
/external/mdnsresponder/mDNSPosix/
H A DResponder.c397 PosixService *cursor; local
399 cursor = gServiceList;
400 while (cursor != NULL) {
401 assert(&cursor->coreServ != thisRegistration);
402 cursor = cursor->next;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_tracker.h112 CursorPtr cursor; member in struct:_modesettingRec
/external/oprofile/libpopt/
H A Dpopthelp.c581 * @param cursor current display position
585 static size_t singleOptionUsage(FILE * fp, size_t cursor, argument
610 if (len == 4) return cursor;
631 if ((cursor + len) > 79) {
633 cursor = 7;
650 return cursor + len + 1;
656 * @param cursor current display position
661 static size_t itemUsage(FILE * fp, size_t cursor, argument
678 cursor = singleOptionUsage(fp, cursor, op
705 singleTableUsage(poptContext con, FILE * fp, size_t cursor, const struct poptOption * opt, const char * translation_domain, poptDone done) argument
788 size_t cursor; local
[all...]
/external/strace/
H A Dunwind.c281 get_symbol_name(unw_cursor_t *cursor, char **name, argument
285 int rc = unw_get_proc_name(cursor, *name, *size, offset);
305 unw_cursor_t *cursor,
313 if (unw_get_reg(cursor, UNW_REG_IP, &ip) < 0) {
329 get_symbol_name(cursor, symbol_name, symbol_name_size,
367 unw_cursor_t cursor; local
379 if (unw_init_remote(&cursor, libunwind_as, tcp->libunwind_ui) < 0)
384 &cursor, &symbol_name, &symbol_name_size) < 0)
386 if (unw_step(&cursor) <= 0)
301 print_stack_frame(struct tcb *tcp, call_action_fn call_action, error_action_fn error_action, void *data, unw_cursor_t *cursor, char **symbol_name, size_t *symbol_name_size) argument
/external/bison/lib/
H A Dhash.c183 struct hash_entry const *cursor = bucket; local
186 while (cursor = cursor->next, cursor)
211 struct hash_entry const *cursor = bucket; local
218 while (cursor = cursor->next, cursor)
264 struct hash_entry const *cursor; local
269 for (cursor
310 struct hash_entry const *cursor; local
341 struct hash_entry const *cursor; local
373 struct hash_entry const *cursor; local
661 struct hash_entry *cursor; local
699 struct hash_entry *cursor; local
794 struct hash_entry *cursor; local
863 struct hash_entry *cursor; local
1189 struct hash_entry *cursor = table->free_entry_list; local
1218 struct hash_entry *cursor; local
[all...]
/external/ceres-solver/internal/ceres/
H A Dcovariance_impl.cc337 int cursor = 0; // index into the covariance matrix. local
361 rows[row_begin + r] = cursor;
367 cols[cursor++] = col_begin++;
375 rows[num_rows] = cursor;
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc529 const char *cursor; local
531 if (!reader.ReadLine(&cursor, &eol)) { // EOF or malformed line.
543 cursor = GetHex(cursor, eol, &start_address);
544 if (cursor == eol || *cursor != '-') {
547 ++cursor; // Skip '-'.
551 cursor = GetHex(cursor, eol, &end_address);
552 if (cursor
[all...]
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine.cc186 int cursor,
198 composition_cursor_ = cursor;
181 SetComposition( int context_id, const char* text, int selection_start, int selection_end, int cursor, const std::vector<SegmentInfo>& segments, std::string* error) argument
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura.cc27 #include "ui/base/cursor/cursors_aura.h"
45 // Helper function to composite a cursor bitmap on a YUV420 video frame.
147 // Helper function to update cursor state.
149 // Returns the current cursor position in captured frame.
152 // Clears cursor state.
433 gfx::NativeCursor cursor = local
435 if (last_cursor_ != cursor) {
437 if (ui::GetCursorBitmap(cursor, &cursor_bitmap, &cursor_hot_point_)) {
445 last_cursor_ = cursor;
447 // Clear cursor stat
[all...]
/external/chromium_org/net/http/
H A Dhttp_stream_parser.cc1021 char* cursor = output; local
1026 cursor += num_chars;
1029 memcpy(cursor, payload.data(), payload.size());
1030 cursor += payload.size();
1033 memcpy(cursor, "\r\n", 2);
1034 cursor += 2;
1036 return cursor - output;
/external/chromium_org/third_party/icu/source/common/
H A Dicuplug.c410 UPlugData *cursor = NULL; local
414 for(cursor=pluginList;cursor!=NULL;) {
415 if(cursor==plug) {
417 cursor=NULL;
419 cursor = uplug_nextPlug(cursor);
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp177 const TiXmlCursor& Cursor() const { return cursor; }
186 cursor.row = row;
187 cursor.col = col;
190 TiXmlCursor cursor; member in class:TiXmlParsingData
207 int row = cursor.row;
208 int col = cursor.col;
305 cursor.row = row;
306 cursor.col = col;
307 assert( cursor.row >= -1 );
308 assert( cursor
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc31 #include "ui/base/cursor/cursor.h"
609 void WindowTreeHostX11::SetCursorNative(gfx::NativeCursor cursor) { argument
610 if (cursor == current_cursor_)
612 current_cursor_ = cursor;
613 SetCursorInternal(cursor);
707 void WindowTreeHostX11::SetCursorInternal(gfx::NativeCursor cursor) { argument
708 XDefineCursor(xdisplay_, xwindow_, cursor.platform());
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc322 // that means the cursor should not be moved, then we just place the caret at
330 int cursor = ::ImmGetCompositionString(imm_context, GCS_CURSORPOS, NULL, 0); local
331 composition->selection = gfx::Range(cursor);
/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc37 // Returns true if the given visual cursor |direction| is logically forward
169 // The cursor is not in any run: we're at the visual and logical edge.
177 // If the cursor is moving within the current run, just move it by one
192 // The cursor is at the edge of a run; move to the visually adjacent run.
223 size_t cursor = cur.caret_pos(); local
225 iter.IsEndOfWord(cursor) : iter.IsStartOfWord(cursor))
293 // Check that the index is marked as a legitimate cursor position by Pango.
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11_unittest.cc90 gfx::NativeCursor cursor) OVERRIDE;
91 virtual void UpdateCursor(gfx::NativeCursor cursor) OVERRIDE;
222 gfx::NativeCursor cursor) {
230 void TestMoveLoop::UpdateCursor(gfx::NativeCursor cursor) { argument
220 RunMoveLoop( aura::Window* window, gfx::NativeCursor cursor) argument
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c56 ext2_ino_t cursor; member in struct:ext2_icount
269 icount->cursor = 0;
367 if (icount->cursor >= icount->count)
368 icount->cursor = 0;
369 if (ino == icount->list[icount->cursor].ino)
370 return &icount->list[icount->cursor++];
372 printf("Non-cursor get_icount_el: %u\n", ino);
379 icount->cursor = mid+1;

Completed in 861 milliseconds

<<1112131415161718