Searched defs:cursor (Results 326 - 350 of 439) sorted by relevance

<<1112131415161718

/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc219 uint8* cursor = static_cast<uint8*>(buf); local
221 for (uint32 i = 0; i < str_len; ++i, input += 2, cursor += 2) {
224 cursor[0] = input[1];
225 cursor[1] = temp;
343 void* cursor = *out_buf; local
346 cursor = WriteBytes(cursor, NTLM_SIGNATURE, sizeof(NTLM_SIGNATURE));
349 cursor = WriteBytes(cursor, NTLM_TYPE1_MARKER, sizeof(NTLM_TYPE1_MARKER));
352 cursor
394 const uint8* cursor = (const uint8*) in_buf; local
584 void* cursor = *out_buf; local
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dafmparse.c48 FT_Byte* cursor; member in struct:AFM_StreamRec_
72 ( ( (stream)->cursor < (stream)->limit ) ? *(stream)->cursor++ \
76 (char*)( (stream)->cursor - 1 )
79 ( (char*)(stream)->cursor - key - 1 )
540 stream->cursor = stream->base = base;
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.c149 FT_Byte* cursor = hint_mask->bytes; local
159 val = *cursor++;
250 FT_Byte* cursor = hint_mask->bytes; local
263 val = *cursor++;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc882 uint64 cursor = vma_start_addr; local
888 cursor = mmap_iter->end_addr;
908 if (last_address_of_unhooked + 1 > cursor) {
909 RAW_CHECK(cursor >= vma_start_addr,
915 cursor,
921 mmap_dump_buffer->AppendPtr(cursor, 0);
928 last_address_of_unhooked - cursor + 1, 0);
931 cursor = last_address_of_unhooked + 1;
H A Dpprof1461 cursor: pointer; label
1468 cursor: pointer; label
/external/chromium_org/ui/gfx/
H A Drender_text_unittest.cc67 // Ensure cursor movement in the specified |direction| yields |expected| values.
311 // Test index conversion and cursor validity with a valid surrogate pair.
577 // The cursor hops over the ellipsis and elided text to the line end.
584 // The cursor hops over the elided text to preceeding text.
605 // The cursor hops over the ellipsis and elided text to the line end.
612 // The cursor hops over the elided text to preceeding text.
675 // |expected| saves the expected SelectionModel when moving cursor from left
962 // cursor movement (e.g. via arrow key) should avoid those indices.
1114 // Move the cursor to the beginning of the text and, by checking the cursor
1723 size_t cursor; member in struct:gfx::__anon16893
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc130 // Old cursor position.
138 // New cursor position.
153 at /* old cursor */,
157 at + new_text.length() /* new cursor */,
300 // SetText moves the cursor to the end.
378 bool TextfieldModel::MoveCursorTo(const gfx::SelectionModel& cursor) { argument
381 // ConfirmCompositionText() updates cursor position. Need to reflect it in
383 gfx::Range range(render_text_->selection().start(), cursor.caret_pos());
387 gfx::SelectionModel(cursor.caret_pos(), cursor
395 gfx::SelectionModel cursor = render_text_->FindCursorPosition(point); local
652 size_t cursor = GetCursorPosition(); local
[all...]
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp592 CXCursor cursor = cxcursor::MakeCXCursor(D, *TU); variable
594 AllocatedResults.ContainerKind = clang_getCursorKind(cursor);
596 CXString CursorUSR = clang_getCursorUSR(cursor);
H A DCXCursor.cpp82 // Check if cursor points to a selector id.
503 // Check if cursor points to a selector id.
865 void cxcursor::getOverriddenCursors(CXCursor cursor, argument
867 assert(clang_isDeclaration(cursor.kind));
868 const NamedDecl *D = dyn_cast_or_null<NamedDecl>(getCursorDecl(cursor));
872 CXTranslationUnit TU = getCursorTU(cursor);
883 cxcursor::getSelectorIdentifierIndexAndLoc(CXCursor cursor) { argument
884 if (cursor.kind == CXCursor_ObjCMessageExpr) {
885 if (cursor.xdata != -1)
886 return std::make_pair(cursor
900 getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) argument
923 getTypeRefCursor(CXCursor cursor) argument
982 clang_Cursor_isNull(CXCursor cursor) argument
986 clang_Cursor_getTranslationUnit(CXCursor cursor) argument
1060 getHashValue(const CXCursor &cursor) argument
1081 clang_CXCursorSet_contains(CXCursorSet set, CXCursor cursor) argument
1088 clang_CXCursorSet_insert(CXCursorSet set, CXCursor cursor) argument
1103 clang_getCursorCompletionString(CXCursor cursor) argument
1160 clang_getOverriddenCursors(CXCursor cursor, CXCursor **overridden, unsigned *num_overridden) argument
[all...]
/external/freetype/src/psaux/
H A Dafmparse.c48 FT_Byte* cursor; member in struct:AFM_StreamRec_
72 ( ( (stream)->cursor < (stream)->limit ) ? *(stream)->cursor++ \
76 (char*)( (stream)->cursor - 1 )
79 ( (char*)(stream)->cursor - key - 1 )
540 stream->cursor = stream->base = base;
/external/freetype/src/pshinter/
H A Dpshalgo.c149 FT_Byte* cursor = hint_mask->bytes; local
159 val = *cursor++;
250 FT_Byte* cursor = hint_mask->bytes; local
263 val = *cursor++;
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java994 int cursor; field in class:CodeIterator.Pointers
1003 cursor = cur;
1015 if (where < cursor || (where == cursor && exclusive))
1016 cursor += gapLength;
1096 currentPos = pointers.cursor;
/external/jemalloc/bin/
H A Dpprof1461 cursor: pointer; label
1468 cursor: pointer; label
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h129 struct cursor struct
276 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
278 extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c164 struct per_pid *cursor = all_data; local
166 while (cursor) {
167 if (cursor->pid == pid)
168 return cursor;
169 cursor = cursor->next;
171 cursor = zalloc(sizeof(*cursor));
172 assert(cursor != NULL);
173 cursor
617 struct per_pid *new_list, *p, *cursor, *prev; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dannotate.c213 struct disasm_line *cursor = ab->selection, *target; local
224 if (!disasm_line__is_valid_jump(cursor, sym))
227 target = ab->offsets[cursor->ops.target.offset];
231 bcursor = disasm_line__browser(cursor);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmachine.c1345 struct callchain_cursor *cursor = arg; local
1346 return callchain_cursor_append(cursor, entry->ip,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dafmparse.c48 FT_Byte* cursor; member in struct:AFM_StreamRec_
72 ( ( (stream)->cursor < (stream)->limit ) ? *(stream)->cursor++ \
76 (char*)( (stream)->cursor - 1 )
79 ( (char*)(stream)->cursor - key - 1 )
540 stream->cursor = stream->base = base;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.c149 FT_Byte* cursor = hint_mask->bytes; local
159 val = *cursor++;
250 FT_Byte* cursor = hint_mask->bytes; local
263 val = *cursor++;
/external/sepolicy/tools/
H A Dcheck_seapp.c798 line_order_list *cursor, *tmp; local
801 cursor = list_head;
802 while (cursor) {
803 e = cursor->e;
805 tmp = cursor;
806 cursor = cursor->next;
991 line_order_list *cursor; local
992 cursor = list_head;
994 while (cursor) {
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c1621 HChar** cursor = sym->sec_names; local
1625 *cursor = tmp[j];
1626 cursor++;
1628 vg_assert(*cursor == NULL);
/external/vixl/src/a64/
H A Ddebugger-a64.cc986 const char* cursor = arg + 1; local
988 if (!StringToUInt64(&code, cursor)) {
1028 const char* cursor = arg + 1; local
1029 while ((*cursor != '\0') && isalnum(*cursor)) {
1030 ++cursor;
1033 if (*cursor == '\0') {
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...

Completed in 809 milliseconds

<<1112131415161718