/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
Parameter.java | 56 * Note that this class encapsulates not just the metadata provided by the 61 class Parameter { 112 /** The associated value should represent a fully qualified activity class name */ 118 /** The associated value should represent a valid class name */ 119 CLASS, 247 constraints = EnumSet.noneOf(Constraint.class); 271 constraints = EnumSet.noneOf(Constraint.class); 327 || constraints.contains(Constraint.CLASS) 352 assert constraints.contains(Constraint.CLASS);
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstType.java | 26 public final class CstType extends TypedConstant { 31 /** {@code non-null;} instance corresponding to the class {@code Object} */ 34 /** {@code non-null;} instance corresponding to the class {@code Boolean} */ 37 /** {@code non-null;} instance corresponding to the class {@code Byte} */ 40 /** {@code non-null;} instance corresponding to the class {@code Character} */ 43 /** {@code non-null;} instance corresponding to the class {@code Double} */ 46 /** {@code non-null;} instance corresponding to the class {@code Float} */ 49 /** {@code non-null;} instance corresponding to the class {@code Long} */ 52 /** {@code non-null;} instance corresponding to the class {@code Integer} */ 55 /** {@code non-null;} instance corresponding to the class {@code Short} * [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstType.java | 25 public final class CstType extends TypedConstant { 30 /** {@code non-null;} instance corresponding to the class {@code Object} */ 33 /** {@code non-null;} instance corresponding to the class {@code Boolean} */ 36 /** {@code non-null;} instance corresponding to the class {@code Byte} */ 39 /** {@code non-null;} instance corresponding to the class {@code Character} */ 42 /** {@code non-null;} instance corresponding to the class {@code Double} */ 45 /** {@code non-null;} instance corresponding to the class {@code Float} */ 48 /** {@code non-null;} instance corresponding to the class {@code Long} */ 51 /** {@code non-null;} instance corresponding to the class {@code Integer} */ 54 /** {@code non-null;} instance corresponding to the class {@code Short} * [all...] |
/external/clang/lib/AST/ |
StmtPrinter.cpp | 34 class StmtPrinter : public StmtVisitor<StmtPrinter> { 101 #define ABSTRACT_STMT(CLASS) 102 #define STMT(CLASS, PARENT) \ 103 void Visit##CLASS(CLASS *Node); [all...] |
MicrosoftMangle.cpp | 40 class MicrosoftCXXNameMangler { 104 // Declare manglers for every type class. 105 #define ABSTRACT_TYPE(CLASS, PARENT) 106 #define NON_CANONICAL_TYPE(CLASS, PARENT) 107 #define TYPE(CLASS, PARENT) void mangleType(const CLASS##Type *T, \ 132 class MicrosoftMangleContext : public MangleContext { 245 // <type-encoding> ::= <function-class> <function-type> 264 // First, the function class. 271 // <type-encoding> ::= <storage-class> <variable-type [all...] |
Stmt.cpp | 10 // This file implements the Stmt class and statement subclasses. 43 #define STMT(CLASS, PARENT) \ 44 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Name = #CLASS; \ 45 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Size = sizeof(CLASS); 139 template <class T> good implements_children(children_t T::*) { 147 template <class T> good implements_getLocStart(getLocStart_t T::*) [all...] |
ItaniumMangle.cpp | 94 class ItaniumMangleContext : public MangleContext { 169 class CXXNameMangler { 182 class FunctionTypeDepthState { 324 // Declare manglers for every type class. 325 #define ABSTRACT_TYPE(CLASS, PARENT) 326 #define NON_CANONICAL_TYPE(CLASS, PARENT) 327 #define TYPE(CLASS, PARENT) void mangleType(const CLASS##Type *T); 521 // Check if we have a class template. 854 // template <class T...> class A [all...] |
DumpXML.cpp | 61 template <class Impl> struct XMLDeclVisitor { 62 #define DISPATCH(NAME, CLASS) \ 63 static_cast<Impl*>(this)->NAME(static_cast<CLASS*>(D)) 117 template <class Impl> struct XMLTypeVisitor { 118 #define DISPATCH(NAME, CLASS) \ 119 static_cast<Impl*>(this)->NAME(static_cast<CLASS*>(T)) 265 class TemporaryContainer { 411 template <class T> void visitRedeclarableAttrs(T *D) {
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstType.java | 26 public final class CstType extends TypedConstant { 31 /** {@code non-null;} instance corresponding to the class {@code Object} */ 34 /** {@code non-null;} instance corresponding to the class {@code Boolean} */ 37 /** {@code non-null;} instance corresponding to the class {@code Byte} */ 40 /** {@code non-null;} instance corresponding to the class {@code Character} */ 43 /** {@code non-null;} instance corresponding to the class {@code Double} */ 46 /** {@code non-null;} instance corresponding to the class {@code Float} */ 49 /** {@code non-null;} instance corresponding to the class {@code Long} */ 52 /** {@code non-null;} instance corresponding to the class {@code Integer} */ 55 /** {@code non-null;} instance corresponding to the class {@code Short} * [all...] |
/external/elfutils/libelf/ |
nlist.c | 73 #define CLASS static
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
AccessibleObjectTest.java | 31 public class AccessibleObjectTest extends junit.framework.TestCase { 33 public class TestClass { 40 public class SubTestClass extends TestClass{ 59 @Retention(RetentionPolicy.CLASS) 76 private static class MyAccessibleObject extends AccessibleObject{ 96 AccessibleObject ao = TestClass.class.getField("aField"); 112 AccessibleObject ao = TestClass.class.getField("aField"); 127 AccessibleObject ao = TestClass.class.getField("aField"); 135 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod"); 147 InheritedRuntime ir = ao.getAnnotation(InheritedRuntime.class); [all...] |
/external/checkpolicy/ |
policy_parse.y | 87 %token CLASS 170 class_def : CLASS identifier 193 av_perms_def : CLASS identifier '{' identifier_list '}' 195 | CLASS identifier INHERITS identifier 197 | CLASS identifier INHERITS identifier '{' identifier_list '}' 852 require_class : CLASS identifier names
|
/frameworks/base/tools/aidl/ |
generate_java_rpc.cpp | 85 class DispatcherClass : public Class 109 :Class(), 287 class RpcProxyClass : public Class 302 :Class() 306 this->what = Class::CLASS; 356 class EventListenerClass : public DispatcherClass 378 this->what = Class::CLASS [all...] |
AST.cpp | 780 Class::Class() 782 what(CLASS), 788 Class::~Class() 793 Class::GatherTypes(set<Type*>* types) const 814 Class::Write(FILE* to) 824 if (this->what == Class::CLASS) { 825 fprintf(to, "class "); [all...] |
generate_java_binder.cpp | 9 class StubClass : public Class 25 :Class() 27 this->comment = "/** Local-side IPC implementation stub class. */"; 29 this->what = Class::CLASS; 125 // different class loader) runs in the same process as the service. 149 class ProxyClass : public Class 160 :Class() [all...] |
/external/llvm/include/llvm/IR/ |
InstrTypes.h | 26 class LLVMContext; 29 // TerminatorInst Class 32 /// TerminatorInst - Subclasses of this class are all able to terminate a basic 35 class TerminatorInst : public Instruction { 86 // UnaryInstruction Class 89 class UnaryInstruction : public Instruction { 135 // BinaryOperator Class 138 class BinaryOperator : public Instruction { 175 #define HANDLE_BINARY_INST(N, OPC, CLASS) \ 181 #define HANDLE_BINARY_INST(N, OPC, CLASS) \ [all...] |
/cts/tools/dasm/src/dasm/ |
ReservedWords.java | 23 class ReservedWords { 42 reserved_words.put(".class", new token(sym.DCLASS)); 71 reserved_words.put("class", new token(sym.CLASS));
|
/external/e2fsprogs/intl/ |
bindtextdom.c | 39 # define __libc_rwlock_define(CLASS, NAME)
|
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 20 public final class Parser implements TokenId { 98 * [ THROWS class.type ( "," class.type ) ] 181 /* formal.type : ( build-in-type | class.type ) array.dimension 467 * [ CATCH "(" class.type Identifier ")" block.statement ]* 481 if (d.getArrayDim() > 0 || d.getType() != CLASS) 554 * | [ FINAL ] class.type array.dimension declarators 759 * | relational.expr INSTANCEOF class.type ("[" "]")* 892 | "(" class.type ("[" "]")* ")" unary.expr2 897 Either "(int.class)" or "(String[].class)" is a not cast expression [all...] |
/libcore/luni/src/main/java/java/lang/reflect/ |
Constructor.java | 43 * This class represents a constructor. Information about the constructor can be 46 * @param <T> the class that declares this constructor 48 public final class Constructor<T> extends AccessibleObject implements GenericDeclaration, 51 Class<T> declaringClass; 53 Class<?>[] parameterTypes; 55 Class<?>[] exceptionTypes; 78 * Prevent this class from being instantiated. 85 * Creates an instance of the class. Only called from native code, thus 89 * the class this constructor object belongs to 95 * the slot of the constructor inside the VM class structur [all...] |
/build/core/ |
base_rules.mk | 126 # Make sure that this IS_HOST/CLASS/MODULE combination is unique. 277 ## Java: Compile .java files to .class 363 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_JAVA_OBJECTS := $(patsubst %.java,%.class,$(LOCAL_SRC_FILES)) 574 ALL_MODULES.$(LOCAL_MODULE).CLASS := \ 575 $(ALL_MODULES.$(LOCAL_MODULE).CLASS) $(LOCAL_MODULE_CLASS)
|
/external/clang/include/clang/AST/ |
Comment.h | 25 class Decl; 26 class ParmVarDecl; 27 class TemplateParameterList; 30 class FullComment; 52 /// Abstract class. 53 class Comment { 61 class CommentBitfields { 62 friend class Comment; 69 class InlineContentCommentBitfields { 70 friend class InlineContentComment [all...] |
/external/clang/lib/Basic/ |
DiagnosticIDs.cpp | 40 unsigned Class : 3; 68 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \ 71 { diag::ENUM, DEFAULT_MAPPING, CLASS, SFINAE, ACCESS, \ 250 if (Info->Class == CLASS_ERROR) 260 /// getBuiltinDiagClass - Return the class field of the diagnostic. 264 return Info->Class; 274 class CustomDiagInfo { 490 // If we are in a system header, we ignore it. We look at the diagnostic class
|
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
SignatureTest.java | 33 * Entry class for signature test. 35 public class SignatureTest { 38 private static final String TAG_CLASS = "class"; 182 * @param className of the class being examined which will be shown in error messages 196 * @param className of the class being examined which will be shown in error messages 211 * @param currentClass the current class being loaded. 222 * Load class or interface information to memory. 225 * @param isInterface true if the current class is an interface, otherwise is false. 226 * @param pkg the name of the java package this class can be found in. 227 * @return the new class description [all...] |
SimpleSignatureTest.java | 42 public class SimpleSignatureTest extends AndroidTestCase { 46 private static final String TAG_CLASS = "class"; 77 private class TestResultObserver implements ResultObserver { 107 Class rClass = R.xml.class; 207 * @param className of the class being examined which will be shown in error messages 221 * @param className of the class being examined which will be shown in error messages 236 * @param currentClass the current class being loaded. 247 * Load class or interface information to memory. 250 * @param isInterface true if the current class is an interface, otherwise is false [all...] |