HomeSort by relevance Sort by last modified time
    Searched refs:CLASS (Results 101 - 125 of 252) sorted by null

1 2 3 45 6 7 8 91011

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 18 abstract class Attribute implements IContent
26 public static final Attribute CLASS = new AttributeImpl ("CLASS");
56 private static final class AttributeImpl extends Attribute
98 } // end of nested class
100 } // end of class
ISimpleElement.java 26 abstract class Factory
38 static class SimpleElementImpl implements ISimpleElement
54 getAttributes ().set (Attribute.CLASS, classID);
92 } // end of nested class
94 } // end of nested class
  /external/javassist/src/main/javassist/compiler/
TokenId.java 26 int CLASS = 307;
JvstCodeGen.java 25 public class JvstCodeGen extends MemberCodeGen {
34 public static final String clazzName = "$class";
71 exprType = CLASS;
84 exprType = CLASS;
91 "(Ljava/lang/String;)[Ljava/lang/Class;");
92 exprType = CLASS;
94 className = "java/lang/Class";
116 "(Ljava/lang/String;)Ljava/lang/Class;");
117 exprType = CLASS;
119 className = "java/lang/Class";
    [all...]
TypeChecker.java 26 public class TypeChecker extends Visitor implements Opcode, TokenId {
30 static final String jvmJavaLangClass = "java/lang/Class";
35 protected int exprType; // VOID, NULL, CLASS, BOOLEAN, INT, ...
80 if (type == CLASS)
111 * Returns the JVM-internal representation of this class name.
118 * Returns the JVM-internal representation of this super class name.
125 /* Converts a class name into a JVM-internal representation.
127 * It may also expand a simple class name to java.lang.*.
134 /* Expands a simple class name to java.lang.*.
149 exprType = CLASS;
    [all...]
CodeGen.java 28 public abstract class CodeGen extends Visitor implements Opcode, TokenId {
54 protected static abstract class ReturnHook {
78 protected int exprType; // VOID, NULL, CLASS, BOOLEAN, INT, ...
140 * Returns the JVM-internal representation of this class name.
145 * Returns the JVM-internal representation of this super class name.
149 /* Converts a class name into a JVM-internal representation.
151 * It may also expand a simple class name to java.lang.*.
157 /* Expands a simple class name to java.lang.*.
279 * false if the method is a class initializer.
628 if (exprType != CLASS || arrayDim > 0
    [all...]
MemberCodeGen.java 26 public class MemberCodeGen extends CodeGen {
41 * Returns the major version of the class file
64 * Returns the JVM-internal representation of this class name.
71 * Returns the JVM-internal representation of this super class name.
84 static class JsrHook extends ReturnHook {
149 static class JsrHook2 extends ReturnHook {
304 exprType = CLASS;
345 if (type == CLASS) {
438 if (type == CLASS) {
503 exprType = CLASS;
    [all...]
MemberResolver.java 26 public class MemberResolver implements TokenId {
40 * @param jvmClassName a class name. Not a package name.
55 public static class Method {
111 // If the class is an array type, the class file is null.
112 // If so, search the super class java.lang.Object for clone() etc.
240 if (j < 0 || argTypes[n] != CLASS)
277 * @param jvmClassName a JVM class name. e.g. java/lang/String
288 // EXPR might be part of a qualified class name.
296 // maybe an inner class
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
NewExpr.java 24 public class NewExpr extends ASTList implements TokenId {
31 arrayType = CLASS;
54 /* TokenId.CLASS, TokenId.INT, ...
Declarator.java 24 public class Declarator extends ASTList implements TokenId {
40 varType = CLASS;
67 /* Returns CLASS, BOOLEAN, BYTE, CHAR, SHORT, INT, LONG, FLOAT,
  /external/oprofile/libop/
op_xml_out.h 27 CLASS,
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 36 public class Main {
38 private static class InvalidArgumentException extends Exception {
49 CLASS,
56 static class Arguments {
64 EnumSet<ElementType> eTypes = EnumSet.noneOf(ElementType.class);
67 EnumSet<PrintType> printTypes = EnumSet.noneOf(PrintType.class);
120 printTypes.add(PrintType.CLASS);
140 * This class is uninstantiable.
AnnotationLister.java 35 * Greps annotations on a set of class files and prints matching elements
39 class AnnotationLister {
41 * The string name of the pseudo-class that
67 if (!name.endsWith(".class")) {
137 * Inspects a class annotation.
139 * @param cf {@code non-null;} class file
161 * @param cf {@code non-null;} class file of "package-info" pseudo-class
202 case CLASS:
216 * class
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 8 my $CLASS = __PACKAGE__;
56 my $tb = $CLASS->builder;
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 16 // FIXME: there is a member 'ax'; it's just not a class.
29 class C2 {
88 N::x = 0; // expected-error {{expected a class or namespace}}
90 { typedef int A; A::ax = 0; } // expected-error{{expected a class or namespace}}
116 return E::X; // expected-error{{expected a class or namespace}}
122 class Operators {
184 class foo {
196 class Counter { public: static int count; };
201 class Test {
225 class A; // expected-note {{forward declaration}
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 66 class Descriptor;
67 class FieldDescriptor;
68 class EnumDescriptor;
69 class EnumValueDescriptor;
70 class ServiceDescriptor;
71 class MethodDescriptor;
72 class FileDescriptor;
73 class DescriptorDatabase;
74 class DescriptorPool;
77 class DescriptorProto
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 39 public final class AccessibilityUtils {
40 private static final String TAG = AccessibilityUtils.class.getSimpleName();
41 private static final String CLASS = AccessibilityUtils.class.getClass().getName();
43 AccessibilityUtils.class.getClass().getPackage().getName();
72 // This class is not publicly instantiable.
158 // class. Instead, we're just forcing a fake AccessibilityEvent into
163 event.setClassName(CLASS);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 54 public class ControlTest extends TestCase {
77 class SubControl extends Control {
100 assertEquals("java.class", list.get(0));
106 assertEquals("java.class", list.get(0));
126 Class<?> unmodifiableListClass = Collections.unmodifiableList(
145 // class
146 assertTrue(control.getClass() == Control.class);
147 assertTrue(controlC.getClass() != Control.class);
148 assertTrue(controlP.getClass() != Control.class);
172 // java.class -> JAVA.CLAS
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 53 public abstract class ConvertClassTest extends AbstractConvertTest {
57 IApi api = convert(new CompilationUnit("a.b.A", "package a.b; public class A{}"));
68 IApi api = convert(new CompilationUnit("a.A", "package a; public class A{}"));
73 assertEquals(Kind.CLASS, sigClass.getKind());
112 IApi api = convert(new CompilationUnit("a.A", "package a; @Deprecated public class A{}"));
117 assertEquals(Kind.CLASS, sigClass.getKind());
128 "public class A{" +
136 assertEquals(Kind.CLASS, sigClass.getKind());
148 IApi api = convert(new CompilationUnit("a.A", "package a; public class A<T> {}"));
153 assertEquals(Kind.CLASS, sigClass.getKind())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 330 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
339 SEND-PR: sw-bug Software bug of some other class than above
457 # 5) Class
459 PATTERN=">Class:"
460 CLASS=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
461 case "$CLASS" in
463 *) echo "$COMMAND: \`$CLASS' is not a valid value for \`Class'."
539 /^>Class:/s;<.*>;;
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 44 public class ChangedContacts extends Activity implements LoaderManager.LoaderCallbacks<Cursor> {
46 private static final String CLASS = ChangedContacts.class.getSimpleName();
147 SharedPreferences pref = getSharedPreferences(CLASS, Context.MODE_PRIVATE);
154 SharedPreferences pref = getSharedPreferences(CLASS, Context.MODE_PRIVATE);
254 private class DeleteCursorWrapper extends CursorWrapper {
274 private static class DeleteAdapter extends CursorAdapter {
304 private static class ChangeAdapter extends CursorAdapter {
  /external/checkpolicy/
policy_scan.l 69 CLASS |
70 class { return(CLASS); }
  /external/clang/lib/AST/
TypePrinter.cpp 32 class IncludeStrongLifetimeRAII {
47 class ParamPolicyRAII {
62 class ElaboratedTypePolicyRAII {
81 class TypePrinter {
103 #define ABSTRACT_TYPE(CLASS, PARENT)
104 #define TYPE(CLASS, PARENT) \
105 void print##CLASS##Before(const CLASS##Type *T, raw_ostream &OS); \
106 void print##CLASS##After(const CLASS##Type *T, raw_ostream &OS)
    [all...]
  /libcore/luni/src/main/java/java/lang/
Enum.java 27 * this class, but extending this class does not make a class an enumeration
30 public abstract class Enum<E extends Enum<E>> implements Serializable, Comparable<E> {
34 private static final BasicLruCache<Class<? extends Enum>, Object[]> sharedConstantsCache
35 = new BasicLruCache<Class<? extends Enum>, Object[]>(64) {
36 @Override protected Object[] create(Class<? extends Enum> enumType) {
40 Method method = (Method) Class.getDeclaredConstructorOrMethod(
41 enumType, "values", EmptyArray.CLASS);
154 * Returns the enum constant's declaring class
    [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 70 public class ApplicationsProvider extends ContentProvider {
92 public static final String CLASS = "class";
150 private class MyPackageMonitor extends PackageMonitor {
197 class UpdateHandler extends Handler {
252 CLASS + " TEXT," +
259 + PACKAGE + "," + CLASS + ");");
389 qb.appendWhere("package = ? AND class = ?");
464 + " || " + PACKAGE + " || '/' || " + CLASS);
468 PACKAGE + " || '/' || " + CLASS);
    [all...]

Completed in 333 milliseconds

1 2 3 45 6 7 8 91011