/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.h | 24 #define CLASS 7 39 /* interface lexer class */
|
FuzzyLexer.h | 26 #define CLASS 10
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
FuzzyLexer.h | 26 #define CLASS 10
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
filter-mode.rb | 6 class TestFilterMode < ANTLR3::Test::Functional 23 CLASS 24 : 'class' WS ID WS? ('extends' WS QID WS?)? 77 public class Main { 98 class TestFuzzy < ANTLR3::Test::Functional 120 CLASS 121 : 'class' WS name=ID WS? ('extends' WS QID WS?)? 124 say("found class " << $name.text) 211 public class Main { 225 found class Mai [all...] |
/external/clang/tools/diagtool/ |
DiagnosticNames.cpp | 31 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
|
/external/clang/tools/libclang/ |
CursorVisitor.h | 20 class PreprocessingRecord; 21 class ASTUnit; 25 class VisitorJob { 54 class CursorVisitor : public DeclVisitor<CursorVisitor, bool>, 121 class SetParentRAII { 229 // FIXME: ObjCCompatibleAliasDecl requires aliased-class locations. 250 #define ABSTRACT_TYPELOC(CLASS, PARENT) 251 #define TYPELOC(CLASS, PARENT) \ 252 bool Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) [all...] |
/external/e2fsprogs/intl/ |
textdomain.c | 38 # define __libc_rwlock_define(CLASS, NAME)
|
/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...] |
/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, ...
|
/external/oprofile/libop/ |
op_xml_out.h | 27 CLASS,
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
Test.pm | 8 my $CLASS = __PACKAGE__; 56 my $tb = $CLASS->builder;
|
/external/chromium_org/third_party/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...] |
/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 | 41 public final class AccessibilityUtils { 42 private static final String TAG = AccessibilityUtils.class.getSimpleName(); 43 private static final String CLASS = AccessibilityUtils.class.getClass().getName(); 45 AccessibilityUtils.class.getClass().getPackage().getName(); 80 // This class is not publicly instantiable. 211 // class. Instead, we're just forcing a fake AccessibilityEvent into 216 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 {
|
/libcore/libart/src/main/java/java/lang/reflect/ |
Proxy.java | 33 * A proxy class implements a declared set of interfaces and delegates method 39 public class Proxy implements Serializable { 56 Class<?> aClass = a.getDeclaringClass(); 57 Class<?> bClass = b.getDeclaringClass(); 89 * Returns the dynamically built {@code Class} for the specified interfaces. 90 * Creates a new {@code Class} when necessary. The order of the interfaces 93 * must be visible from the supplied class loader; no duplicates are 97 * the class loader that will define the proxy class 99 * an array of {@code Class} objects, each one identifying a [all...] |
/external/checkpolicy/ |
policy_scan.l | 69 CLASS | 70 class { return(CLASS); }
|