HomeSort by relevance Sort by last modified time
    Searched refs:CLASS (Results 26 - 50 of 296) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
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)
Keep.java 12 * This annotation specifies not to optimize or obfuscate the annotated class or
13 * class member as an entry point.
16 @Retention(RetentionPolicy.CLASS)
KeepName.java 12 * This annotation specifies not to optimize or obfuscate the annotated class or
13 * class member as an entry point.
16 @Retention(RetentionPolicy.CLASS)
  /external/clang/lib/StaticAnalyzer/Checkers/
ClangCheckers.cpp 14 // functions that do additional work besides mgr.registerChecker<CLASS>().
28 #define CHECKER(FULLNAME,CLASS,DESCFILE,HELPTEXT,GROUPINDEX,HIDDEN) \
29 registry.addChecker(register##CLASS, FULLNAME, HELPTEXT);
ClangSACheckers.h 23 class CheckerManager;
24 class CheckerRegistry;
27 #define CHECKER(FULLNAME,CLASS,CXXFILE,HELPTEXT,GROUPINDEX,HIDDEN) \
28 void register##CLASS(CheckerManager &mgr);
  /external/clang/test/Index/
annotate-macro-args.h 12 #define INVOKE(METHOD, CLASS) [CLASS METHOD]
get-cursor-macro-args.h 12 #define INVOKE(METHOD, CLASS) [CLASS METHOD]
  /external/chromium_org/ui/base/glib/
glib_signal.h 12 // MethodThunk()" which just called nonstatic Method()s on a class (which hurt
23 #define CHROMEG_CALLBACK_0(CLASS, RETURN, METHOD, SENDER) \
25 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender); \
30 #define CHROMEG_CALLBACK_1(CLASS, RETURN, METHOD, SENDER, ARG1) \
33 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one); \
38 #define CHROMEG_CALLBACK_2(CLASS, RETURN, METHOD, SENDER, ARG1, ARG2) \
41 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one, two); \
46 #define CHROMEG_CALLBACK_3(CLASS, RETURN, METHOD, SENDER, ARG1, ARG2, ARG3) \
49 return reinterpret_cast<CLASS*>(userdata)-> \
55 #define CHROMEG_CALLBACK_4(CLASS, RETURN, METHOD, SENDER, ARG1, ARG2, ARG3,
    [all...]
  /cts/tools/signature-tools/src/signature/model/
Kind.java 20 * Type of the modeled class.
23 CLASS("class"), INTERFACE("interface"), ANNOTATION("@interface"), ENUM(
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 12 * This annotation specifies not to optimize or obfuscate the annotated class or
13 * class member as an entry point.
16 @Retention(RetentionPolicy.CLASS)
KeepName.java 12 * This annotation specifies not to optimize or obfuscate the annotated class or
13 * class member as an entry point.
16 @Retention(RetentionPolicy.CLASS)
  /external/clang/lib/AST/
TypeLoc.cpp 27 class TypeLocRanger : public TypeLocVisitor<TypeLocRanger, SourceRange> {
29 #define ABSTRACT_TYPELOC(CLASS, PARENT)
30 #define TYPELOC(CLASS, PARENT) \
31 SourceRange Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
44 class TypeAligner : public TypeLocVisitor<TypeAligner, unsigned> {
46 #define ABSTRACT_TYPELOC(CLASS, PARENT)
47 #define TYPELOC(CLASS, PARENT) \
48 unsigned Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 64 /* Define a lock variable NAME with storage class CLASS. The lock must be
66 with __libc_lock_define_initialized, below). Use `extern' for CLASS to
71 #define __libc_lock_define(CLASS,NAME) \
72 CLASS __libc_lock_t NAME;
73 #define __libc_rwlock_define(CLASS,NAME) \
74 CLASS __libc_rwlock_t NAME;
75 #define __libc_lock_define_recursive(CLASS,NAME) \
76 CLASS __libc_lock_recursive_t NAME;
77 #define __rtld_lock_define_recursive(CLASS,NAME)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 64 /* Define a lock variable NAME with storage class CLASS. The lock must be
66 with __libc_lock_define_initialized, below). Use `extern' for CLASS to
71 #define __libc_lock_define(CLASS,NAME) \
72 CLASS __libc_lock_t NAME;
73 #define __libc_rwlock_define(CLASS,NAME) \
74 CLASS __libc_rwlock_t NAME;
75 #define __libc_lock_define_recursive(CLASS,NAME) \
76 CLASS __libc_lock_recursive_t NAME;
77 #define __rtld_lock_define_recursive(CLASS,NAME)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 64 /* Define a lock variable NAME with storage class CLASS. The lock must be
66 with __libc_lock_define_initialized, below). Use `extern' for CLASS to
71 #define __libc_lock_define(CLASS,NAME) \
72 CLASS __libc_lock_t NAME;
73 #define __libc_rwlock_define(CLASS,NAME) \
74 CLASS __libc_rwlock_t NAME;
75 #define __libc_lock_define_recursive(CLASS,NAME) \
76 CLASS __libc_lock_recursive_t NAME;
77 #define __rtld_lock_define_recursive(CLASS,NAME)
    [all...]
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostTest.java 36 public class SampleHostTest extends DeviceTestCase implements IBuildReceiver {
49 * The class name of the main activity in the APK.
51 private static final String CLASS = "SampleDeviceActivity";
57 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS);
111 String logs = mDevice.executeAdbCommand("logcat", "-d", CLASS + ":I", "*:S");
117 if(line.startsWith("I/"+CLASS)) {
  /external/chromium_org/base/android/java/src/org/chromium/base/
AccessedByNative.java 17 @Retention(RetentionPolicy.CLASS)
CalledByNative.java 17 @Retention(RetentionPolicy.CLASS)
20 * If present, tells which inner class the method belongs to.
CalledByNativeUnchecked.java 21 @Retention(RetentionPolicy.CLASS)
24 * If present, tells which inner class the method belongs to.
  /external/clang/include/clang/AST/
DeclVisitor.h 29 /// \brief A simple visitor class that helps create declaration visitors.
30 template<template <typename> class Ptr, typename ImplClass, typename RetTy=void>
31 class Base {
34 #define PTR(CLASS) typename Ptr<CLASS>::type
35 #define DISPATCH(NAME, CLASS) \
36 return static_cast<ImplClass*>(this)->Visit##NAME(static_cast<PTR(CLASS)>(D))
62 /// \brief A simple visitor class that helps create declaration visitors.
64 /// This class does not preserve constness of Decl pointers (see also
67 class DeclVisito
    [all...]

Completed in 382 milliseconds

12 3 4 5 6 7 8 91011>>