HomeSort by relevance Sort by last modified time
    Searched defs:Cursor (Results 26 - 50 of 68) sorted by null

12 3

  /external/webkit/Source/WebCore/platform/
Cursor.h 47 #include <app/Cursor.h>
105 class Cursor {
154 static const Cursor& fromType(Cursor::Type);
156 Cursor()
163 Cursor(Image*, const IntPoint& hotSpot);
164 Cursor(const Cursor&);
165 ~Cursor();
166 Cursor& operator=(const Cursor&)
    [all...]
  /frameworks/base/core/java/android/database/
Cursor.java 29 * Cursor implementations are not required to be synchronized so code using a Cursor from multiple
30 * threads should perform its own synchronization when using the Cursor.
32 public interface Cursor extends Closeable {
53 * Returns the numbers of rows in the cursor.
55 * @return the number of rows in the cursor.
60 * Returns the current position of the cursor in the row set.
61 * The value is zero-based. When the row set is first returned the cursor
63 * last row is returned another call to next() will leave the cursor past
66 * @return the current cursor position
    [all...]
  /external/chromium/testing/gtest/scripts/
pump.py 87 class Cursor:
120 return Cursor(self.line, self.column + offset)
123 return Cursor(self.line, self.column - offset)
128 return Cursor(self.line, self.column)
131 # Special cursor to indicate the end-of-file.
133 """Returns the special cursor to denote the end-of-file."""
134 return Cursor(-1, -1)
186 def FindFirst(lines, token_table, cursor):
189 start = cursor.Clone()
190 cur_line_number = cursor.lin
    [all...]
  /external/gtest/scripts/
pump.py 87 class Cursor:
120 return Cursor(self.line, self.column + offset)
123 return Cursor(self.line, self.column - offset)
128 return Cursor(self.line, self.column)
131 # Special cursor to indicate the end-of-file.
133 """Returns the special cursor to denote the end-of-file."""
134 return Cursor(-1, -1)
186 def FindFirst(lines, token_table, cursor):
189 start = cursor.Clone()
190 cur_line_number = cursor.lin
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 168 const TiXmlCursor& Cursor() { return cursor; }
177 cursor.row = row;
178 cursor.col = col;
181 TiXmlCursor cursor; member in class:TiXmlParsingData
198 int row = cursor.row;
199 int col = cursor.col;
296 cursor.row = row;
297 cursor.col = col;
298 assert( cursor.row >= -1 )
    [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 158 static private class Cursor {
648 return parseObjectType(sig, new Cursor(), false);
658 Cursor cur = new Cursor();
674 Cursor cur = new Cursor();
703 private static TypeParameter[] parseTypeParams(String sig, Cursor cur)
731 private static ObjectType parseObjectType(String sig, Cursor c, boolean dontThrow)
752 private static ClassType parseClassType(String sig, Cursor c)
761 private static ClassType parseClassType2(String sig, Cursor c, ClassType parent
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 36 Cursor
315 ### Cursor Kinds ###
319 A CursorKind describes the kind of entity that a cursor points to.
340 """Get the enumeration name of this cursor kind."""
351 raise ValueError,'Unknown cursor kind'
545 # while the type of the variable "size" is referenced. The cursor
851 # Cursor that represents the translation unit itself.
853 # The translation unit cursor exists primarily to act as the root cursor for
881 class Cursor(Structure)
1639 def cursor(self): member in class:TranslationUnit
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 345 llvm::BitstreamCursor &Cursor,
782 /// \brief Reads a statement from the specified cursor.
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 71 llvm::BitstreamCursor &Cursor,
73 : Reader(Reader), F(F), DeclsCursor(Cursor), Record(Record), Idx(Idx) { }
    [all...]
ASTReaderDecl.cpp 39 llvm::BitstreamCursor &Cursor;
196 llvm::BitstreamCursor &Cursor, DeclID thisDeclID,
199 : Reader(Reader), F(F), Cursor(Cursor), ThisDeclID(thisDeclID),
    [all...]
ASTReader.cpp 720 llvm::BitstreamCursor &Cursor,
723 SavedStreamPosition SavedPosition(Cursor);
726 Cursor.JumpToBit(Offsets.first);
731 unsigned Code = Cursor.ReadCode();
732 unsigned RecCode = Cursor.ReadRecord(Code, Record, &Blob, &BlobLen);
744 Cursor.JumpToBit(Offsets.second);
749 unsigned Code = Cursor.ReadCode();
750 unsigned RecCode = Cursor.ReadRecord(Code, Record, &Blob, &BlobLen);
942 // Set the source-location entry cursor to the current position in
943 // the stream. This cursor will be used to read the contents of th
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 183 static void PrintCursor(CXCursor Cursor) {
184 CXTranslationUnit TU = clang_Cursor_getTranslationUnit(Cursor);
185 if (clang_isInvalid(Cursor.kind)) {
186 CXString ks = clang_getCursorKindSpelling(Cursor.kind);
187 printf("Invalid Cursor => %s", clang_getCString(ks));
201 ks = clang_getCursorKindSpelling(Cursor.kind);
202 string = want_display_name? clang_getCursorDisplayName(Cursor)
203 : clang_getCursorSpelling(Cursor);
209 Referenced = clang_getCursorReferenced(Cursor);
232 if (clang_isCursorDefinition(Cursor))
913 CXCursor cursor; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 120 move the cursor to the end regardless of what parse_{var,type}_DIE
123 whether or not they advanced the DIE cursor, and only if they
174 Cursor;
176 static inline Bool is_sane_Cursor ( Cursor* c ) {
183 static void init_Cursor ( Cursor* c,
200 static Bool is_at_end_Cursor ( Cursor* c ) {
205 static inline UWord get_position_of_Cursor ( Cursor* c ) {
209 static inline void set_position_of_Cursor ( Cursor* c, UWord pos ) {
214 static /*signed*/Word get_remaining_length_Cursor ( Cursor* c ) {
219 static UChar* get_address_of_Cursor ( Cursor* c )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 108 typedef XID Cursor;
360 #define BadCursor 6 /* parameter not a Cursor */
631 * CURSOR STUFF
Xproto.h 248 #define Cursor CARD32
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 108 typedef XID Cursor;
360 #define BadCursor 6 /* parameter not a Cursor */
631 * CURSOR STUFF
Xproto.h 248 #define Cursor CARD32
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 108 typedef XID Cursor;
360 #define BadCursor 6 /* parameter not a Cursor */
631 * CURSOR STUFF
Xproto.h 248 #define Cursor CARD32
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 130 // Cursor visitor.
141 /// \brief Visit the given cursor and, if requested by the visitor,
144 /// \param Cursor the cursor to visit.
147 /// this cursor is within the region of interest.
151 bool CursorVisitor::Visit(CXCursor Cursor, bool CheckedRegionOfInterest) {
152 if (clang_isInvalid(Cursor.kind))
155 if (clang_isDeclaration(Cursor.kind)) {
156 Decl *D = getCursorDecl(Cursor);
158 assert(0 && "Invalid declaration cursor");
2968 (^CXCursorVisitorBlock)(CXCursor cursor, CXCursor parent); variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1222 milliseconds

12 3