HomeSort by relevance Sort by last modified time
    Searched refs:CLASS (Results 1 - 25 of 731) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
TypeLocVisitor.h 27 class TypeLocVisitor {
31 #define ABSTRACT_TYPELOC(CLASS, PARENT)
32 #define TYPELOC(CLASS, PARENT) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
36 llvm_unreachable("unexpected type loc class!");
41 #define ABSTRACT_TYPELOC(CLASS, PARENT)
42 #define TYPELOC(CLASS, PARENT) \
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc)
    [all...]
CommentVisitor.h 22 template<template <typename> class Ptr, typename ImplClass, typename RetTy=void>
23 class CommentVisitorBase {
25 #define PTR(CLASS) typename Ptr<CLASS>::type
26 #define DISPATCH(NAME, CLASS) \
27 return static_cast<ImplClass*>(this)->visit ## NAME(static_cast<PTR(CLASS)>(C))
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/annotation/
RetentionPolicy.java 44 * Annotations are to be recorded in the class file by the compiler
48 CLASS,
51 * Annotations are to be recorded in the class file by the compiler and
  /external/llvm/include/llvm/IR/
OperandTraits.h 1 //===-- llvm/OperandTraits.h - OperandTraits class definition ---*- C++ -*-===//
23 // FixedNumOperand Trait Class
44 // OptionalOperand Trait Class
58 // VariadicOperand Trait Class
79 // HungoffOperand Trait Class
85 /// Assumes that the User subclass that is determined by this traits class
89 /// This is the traits class that is needed when the Use array must be
105 /// Macro for generating in-class operand accessor declarations.
122 /// Macro for generating out-of-class operand accessor definitions
123 #define DEFINE_TRANSPARENT_OPERAND_ACCESSORS(CLASS, VALUECLASS)
    [all...]
  /frameworks/support/annotations/src/android/support/annotation/
VisibleForTesting.java 20 import static java.lang.annotation.RetentionPolicy.CLASS;
23 * Denotes that the class, method or field has its visibility relaxed, so that it is more widely
26 @Retention(CLASS)
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
AdoptableHostTest.java 23 import static android.appsecurity.cts.SplitTests.CLASS;
42 public class AdoptableHostTest extends DeviceTestCase implements IAbiReceiver, IBuildReceiver {
83 runDeviceTests(PKG, CLASS, "testDataInternal");
84 runDeviceTests(PKG, CLASS, "testDataWrite");
85 runDeviceTests(PKG, CLASS, "testDataRead");
86 runDeviceTests(PKG, CLASS, "testNative");
95 runDeviceTests(PKG, CLASS, "testDataNotInternal");
96 runDeviceTests(PKG, CLASS, "testDataRead");
97 runDeviceTests(PKG, CLASS, "testNative");
102 runDeviceTests(PKG, CLASS, "testDataNotInternal")
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
_std_common.i 14 so the class declarations become just a set of %defines
25 %define %STD_CONTAINER_METHODS(CLASS,T)
27 CLASS();
28 CLASS(const CLASS&);
36 throw std::out_of_range("in "#CLASS"::front()");
41 throw std::out_of_range("in "#CLASS"::back()");
50 %define %STD_FRONT_ACCESS_METHODS(CLASS,T)
56 throw std::out_of_range("in "#CLASS"::pop_front()");
62 %define %STD_BACK_ACCESS_METHODS(CLASS,T
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
dmemberfunctionpointers.swg 8 %typemap(ctype) SWIGTYPE (CLASS::*) "char *"
9 %typemap(imtype) SWIGTYPE (CLASS::*) "char*"
10 %typemap(dtype) SWIGTYPE (CLASS::*) "$dclassname"
13 SWIGTYPE (CLASS::*)
21 %typemap(in, fragment="SWIG_UnPackData") SWIGTYPE (CLASS::*) %{
24 %typemap(out, fragment="SWIG_PackData") SWIGTYPE (CLASS::*) %{
31 %typemap(directorin) SWIGTYPE (CLASS::*) "$input = (void *) $1;"
32 %typemap(directorout, warning=SWIGWARN_TYPEMAP_DIRECTOROUT_PTR_MSG) SWIGTYPE (CLASS::*)
35 %typemap(ddirectorin) SWIGTYPE (CLASS::*)
37 %typemap(ddirectorout) SWIGTYPE (CLASS::*) "$dclassname.swigGetCPtr($dcall)
    [all...]
  /art/test/005-annotations/src/android/test/anno/
AnnoSimpleTypeInvis.java 6 @Retention(RetentionPolicy.CLASS)
  /external/proguard/examples/annotations/src/proguard/annotation/
KeepApplication.java 12 * This annotation specifies to keep the annotated class as an application,
16 @Retention(RetentionPolicy.CLASS)
KeepClassMemberNames.java 12 * This annotation specifies to keep all class members of the annotated class
16 @Retention(RetentionPolicy.CLASS)
KeepClassMembers.java 12 * This annotation specifies to keep all class members of the annotated class
16 @Retention(RetentionPolicy.CLASS)
KeepGettersSetters.java 13 * class from being shrunk, optimized, or obfuscated as entry points.
16 @Retention(RetentionPolicy.CLASS)
KeepImplementations.java 13 * annotated class as entry points.
16 @Retention(RetentionPolicy.CLASS)
KeepPublicClassMemberNames.java 12 * This annotation specifies to keep all public class members of the annotated
13 * class from being optimized or obfuscated as entry points.
16 @Retention(RetentionPolicy.CLASS)
KeepPublicClassMembers.java 12 * This annotation specifies to keep all public class members of the annotated
13 * class from being shrunk, optimized, or obfuscated as entry points.
16 @Retention(RetentionPolicy.CLASS)
KeepPublicGettersSetters.java 13 * annotated class from being shrunk, optimized, or obfuscated as entry points.
16 @Retention(RetentionPolicy.CLASS)
KeepPublicImplementations.java 13 * of the annotated class as entry points.
16 @Retention(RetentionPolicy.CLASS)
KeepPublicProtectedClassMemberNames.java 12 * This annotation specifies to keep all public or protected class members of
13 * the annotated class from being optimized or obfuscated as entry points.
16 @Retention(RetentionPolicy.CLASS)
KeepPublicProtectedClassMembers.java 12 * This annotation specifies to keep all public or protected class members of
13 * the annotated class from being shrunk, optimized, or obfuscated as entry
17 @Retention(RetentionPolicy.CLASS)
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
KeepApplication.java 12 * This annotation specifies to keep the annotated class as an application,
16 @Retention(RetentionPolicy.CLASS)
KeepClassMemberNames.java 12 * This annotation specifies to keep all class members of the annotated class
16 @Retention(RetentionPolicy.CLASS)
KeepClassMembers.java 12 * This annotation specifies to keep all class members of the annotated class
16 @Retention(RetentionPolicy.CLASS)
KeepGettersSetters.java 13 * class from being shrunk, optimized, or obfuscated as entry points.
16 @Retention(RetentionPolicy.CLASS)

Completed in 1987 milliseconds

1 2 3 4 5 6 7 8 91011>>