Searched defs:cursor (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/tools/
H A Dcpp.py99 It also overrides the cursor property of the base class. Because the one
101 hold useful information. The cursor in this class can be set by calling
107 cursor=None):
112 self._cursor = cursor
133 def cursor(self): member in class:Token
135 self._cursor = clang.cindex.Token.cursor
138 @cursor.setter
139 def cursor(self, new_cursor): member in class:Token
207 updates the cursor property in each token after parsing, by calling
224 The cursor propert
[all...]
/bionic/libc/dns/resolv/
H A Dres_cache.c179 * - p : a pointer to the current cursor position in the buffer
460 const uint8_t* cursor; member in struct:__anon16
468 packet->cursor = buff;
474 packet->cursor = packet->base;
480 const uint8_t* p = packet->cursor + count;
485 packet->cursor = p;
491 const uint8_t* p = packet->cursor;
496 packet->cursor = p+2;
504 * the cursor is only advanced in the case of success
509 const uint8_t* p = packet->cursor;
[all...]

Completed in 5 milliseconds