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

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 57 #define Cursor CARD32
388 Cursor cursor B32;
399 Cursor cursor B32;
451 Cursor source B32;
452 Cursor destination B32;
461 Cursor source B32;
599 #undef Cursor
XI2proto.h 69 #define Cursor uint32_t
414 * Change the given device's sprite to the given cursor.
422 Cursor cursor; member in struct:__anon31905
588 Cursor cursor; member in struct:__anon31918
680 Cursor cursor; member in struct:__anon31924
    [all...]
XIproto.h 59 #define Cursor CARD32
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 36 Cursor
498 ### Cursor Kinds ###
527 """Get the enumeration name of this cursor kind."""
547 A CursorKind describes the kind of entity that a cursor points to.
740 # while the type of the variable "size" is referenced. The cursor
1073 # Cursor that represents the translation unit itself.
1075 # The translation unit cursor exists primarily to act as the root cursor for
2362 def cursor(self): member in class:TranslationUnit
2796 def cursor(self): member in class:Token
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 69 #define Cursor uint32_t
416 * Change the given device's sprite to the given cursor.
424 Cursor cursor; member in struct:__anon30042
590 Cursor cursor; member in struct:__anon30055
682 Cursor cursor; member in struct:__anon30061
    [all...]
XIproto.h 59 #define Cursor CARD32
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 520 llvm::BitstreamCursor &Cursor,
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReaderStmt.cpp 82 llvm::BitstreamCursor &Cursor,
84 : Reader(Reader), F(F), DeclsCursor(Cursor), Record(Record), Idx(Idx) { }
    [all...]
ASTReader.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 588 static void PrintCursorComments(CXCursor Cursor,
596 RawComment = clang_Cursor_getRawCommentText(Cursor);
600 PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange");
602 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
612 CXComment Comment = clang_Cursor_getParsedComment(Cursor);
642 static void PrintCursor(CXCursor Cursor, const char *CommentSchemaFile) {
643 CXTranslationUnit TU = clang_Cursor_getTranslationUnit(Cursor);
644 if (clang_isInvalid(Cursor.kind)) {
645 CXString ks = clang_getCursorKindSpelling(Cursor.kind);
646 printf("Invalid Cursor => %s", clang_getCString(ks))
1702 CXCursor cursor; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 121 move the cursor to the end regardless of what parse_{var,type}_DIE
124 whether or not they advanced the DIE cursor, and only if they
172 DiSlice sli; // to which this cursor applies
177 Cursor;
179 static inline Bool is_sane_Cursor ( const Cursor* c ) {
189 // Initialise a cursor from a DiSlice (ELF section, really) so as to
192 static void init_Cursor ( /*OUT*/Cursor* c,
207 static Bool is_at_end_Cursor ( const Cursor* c ) {
212 static inline ULong get_position_of_Cursor ( const Cursor* c ) {
216 static inline void set_position_of_Cursor ( Cursor* c, ULong pos )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 103 typedef XID Cursor;
356 #define BadCursor 6 /* parameter not a Cursor */
627 * CURSOR STUFF
Xproto.h 244 #define Cursor CARD32
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 103 typedef XID Cursor;
356 #define BadCursor 6 /* parameter not a Cursor */
627 * CURSOR STUFF
Xproto.h 244 #define Cursor CARD32
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 164 // Cursor visitor.
175 /// \brief Visit the given cursor and, if requested by the visitor,
178 /// \param Cursor the cursor to visit.
181 /// that this cursor is within the region of interest.
185 bool CursorVisitor::Visit(CXCursor Cursor, bool CheckedRegionOfInterest) {
186 if (clang_isInvalid(Cursor.kind))
189 if (clang_isDeclaration(Cursor.kind)) {
190 const Decl *D = getCursorDecl(Cursor);
192 assert(0 && "Invalid declaration cursor");
3488 (^CXCursorVisitorBlock)(CXCursor cursor, CXCursor parent); variable
    [all...]
  /external/libvncserver/x11vnc/
nox11.h 160 typedef XID Cursor;
408 #define BadCursor 6 /* parameter not a Cursor */
679 * CURSOR STUFF
1099 Cursor cursor; \/* cursor to be displayed (or None) *\/ member in struct:__anon13582
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /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/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 205 milliseconds

12 3 4