HomeSort by relevance Sort by last modified time
    Searched refs:CLASS (Results 326 - 350 of 1057) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
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 {
232 // FIXME: ObjCCompatibleAliasDecl requires aliased-class locations.
254 #define ABSTRACT_TYPELOC(CLASS, PARENT)
255 #define TYPELOC(CLASS, PARENT) \
256 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/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
ClassCoverageImpl.java 23 public class ClassCoverageImpl extends SourceNodeImpl implements IClassCoverage {
34 * Creates a class coverage data object with the given parameters.
37 * VM name of the class
39 * class identifier
41 * <code>true</code>, if class id does not match with execution
46 super(ElementType.CLASS, name);
54 * Add a method to this class.
62 // As class is considered as covered when at least one method is
70 * Sets the VM signature of the class.
73 * VM signature of the class (may be <code>null</code>
    [all...]
  /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/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliFile.java 46 public class SmaliFile extends PsiFileBase implements PsiClassOwner {
59 StubElement<SmaliClass> classElement = stub.findChildStubByType(SmaliElementTypes.CLASS);
66 return findChildByClass(SmaliClass.class);
  /toolchain/binutils/binutils-2.25/intl/
textdomain.c 38 # define __libc_rwlock_define(CLASS, NAME)
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 195 template <QueryClass Class>
215 template <> struct QueryTypeTraits<GLint> { enum { CLASS = CLASS_VALUE }; };
216 template <> struct QueryTypeTraits<GLint64> { enum { CLASS = CLASS_VALUE }; };
217 template <> struct QueryTypeTraits<GLuint64> { enum { CLASS = CLASS_VALUE }; };
218 template <> struct QueryTypeTraits<GLfloat> { enum { CLASS = CLASS_VALUE }; };
219 template <> struct QueryTypeTraits<Boolean> { enum { CLASS = CLASS_VALUE }; };
220 template <> struct QueryTypeTraits<NegInt> { enum { CLASS = CLASS_VALUE }; };
221 template <> struct QueryTypeTraits<FloatRange> { enum { CLASS = CLASS_RANGE }; };
222 template <> struct QueryTypeTraits<AlignmentInt> { enum { CLASS = CLASS_ALIGNMENT }; };
230 class LimitQueryCase : public TestCas
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/java/
java.swg 11 * The jtype typemap contains the Java type used in the JNI intermediary class.
12 * The jstype typemap contains the Java type used in the Java proxy classes, type wrapper classes and module class. */
188 /* pointer to a class member */
189 %typemap(jni) SWIGTYPE (CLASS::*) "jstring"
190 %typemap(jtype) SWIGTYPE (CLASS::*) "String"
191 %typemap(jstype) SWIGTYPE (CLASS::*) "$javaclassname"
639 %typemap(in, fragment="SWIG_UnPackData") SWIGTYPE (CLASS::*) {
654 %typemap(out, fragment="SWIG_PackData", noblock=1) SWIGTYPE (CLASS::*) {
665 %typemap(directorout, warning=SWIGWARN_TYPEMAP_DIRECTOROUT_PTR_MSG) SWIGTYPE (CLASS::*)
670 %typemap(directorin,descriptor="L$packagepath/$javaclassname;") SWIGTYPE (CLASS::*
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTest.java 41 public class NewInstanceTest extends JDWPSyncTestCase {
52 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
56 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
74 assertTrue(classes == 1); //this class may be loaded only once
83 assertEquals("VirtualMachine::ClassesBySignature returned invalid TypeTag,", JDWPConstants.TypeTag.CLASS, refTypeTag
84 , JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.CLASS)
208 JDWPConstants.TypeTag.CLASS, newRefTypeTag,
209 JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.CLASS),
266 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class
284 1, classes); //this class may be loaded only onc
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 8 my $CLASS = __PACKAGE__;
56 my $tb = $CLASS->builder;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
NestedTypesTest.java 39 public class NestedTypesTest extends JDWPSyncTestCase {
53 * The test starts NestedTypesDebuggee class, requests referenceTypeId
54 * for this class by VirtualMachine.ClassesBySignature command, then
66 logWriter.println("=> Debuggee class = " + getDebuggeeClassName());
67 logWriter.println("=> referenceTypeID for Debuggee class = " + refTypeID);
90 JDWPConstants.TypeTag.CLASS,
91 JDWPConstants.TypeTag.CLASS,
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DrawerItem.java 37 * An element that is shown in the {@link com.android.mail.ui.FolderListFragment}. This class is
39 * This class is an enumeration of a few element types: Account, a folder, a recent folder,
49 public abstract class DrawerItem {
54 @Retention(RetentionPolicy.CLASS)
87 @Retention(RetentionPolicy.CLASS)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 40 public final class AccessibilityUtils {
41 private static final String TAG = AccessibilityUtils.class.getSimpleName();
42 private static final String CLASS = AccessibilityUtils.class.getName();
44 AccessibilityUtils.class.getPackage().getName();
77 // This class is not publicly instantiable.
212 // class. Instead, we're just forcing a fake AccessibilityEvent into
217 event.setClassName(CLASS);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
typecheck.i 164 %typemap(throws) SWIGTYPE CLASS {
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perltypemaps.swg 90 %typemap(varout,type="$1_descriptor") SWIGTYPE (CLASS::*) {
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tcltypemaps.swg 80 %typemap(throws,noblock=1) SWIGTYPE CLASS {

Completed in 780 milliseconds

<<11121314151617181920>>