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

12 3

  /cts/tools/dasm/src/dasm/
parser.cup 72 ABSTRACT, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC,
221 INTERFACE {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_INTERFACE; :}
491 DINNER INTERFACE access:a inner_name:n inner_inner:i inner_outer:o SEP
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTest.java 43 private static final String TAG_INTERFACE = "interface";
258 * Load class or interface information to memory.
261 * @param isInterface true if the current class is an interface, otherwise is false.
273 currentClass.setType(isInterface ? JDiffClassDescription.JDiffType.INTERFACE :
  /frameworks/base/tools/aidl/
AST.h 339 INTERFACE
344 int what; // CLASS or INTERFACE
Type.h 17 INTERFACE,
generate_java_binder.cpp 44 "interface. */";
101 m->comment += " interface,\n";
250 generate_method(const method_type* method, Class* interface,
271 // == the declaration in the interface ===================================
289 interface->elements.push_back(decl);
297 // interface token validation is the very first thing we do
427 // the interface identifier token: the DESCRIPTOR constant, marshalled as a string
498 // the interface descriptor transaction handler
522 // the interface class
523 Class* interface = new Class local
    [all...]
aidl.cpp 40 printf("interface %s %s {\n", c->package, c->name.data);
238 fprintf(stderr, "%s:%d interface %s should be declared in a file"
277 case Type::INTERFACE:
278 return "an interface";
393 "instanceof", "int", "interface", "long", "native", "new", "package",
608 fprintf(stderr, "%s:%d aidl can only handle one interface per file\n",
696 // interface package name
725 // items has already been checked to have only one interface.
831 else if (0 == strcmp("interface", type)) {
    [all...]
generate_java_rpc.cpp 643 resultsClass->what = Class::INTERFACE;
710 // If there is a results interface for this class
713 // Result interface parameter
802 // == the callback interface for results ================================
    [all...]
Type.cpp 1037 :Type(package, name, builtIn ? BUILT_IN : INTERFACE, true, false, false,
1063 // v = Interface.asInterface(parcel.readStrongBinder());
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 317 if (Kind.INTERFACE.equals(sigClass.getKind())) {
335 if (Kind.INTERFACE.equals(sigClass.getKind())
355 interfaze.setKind(Kind.INTERFACE);
    [all...]
DexUtil.java 192 * Returns true if the given class is an interface, false otherwise.
196 * @return true if the given class is an interface, false otherwise
226 // order of branches is crucial since a annotation is also an interface
232 return Kind.INTERFACE;
  /libcore/libart/src/main/java/java/lang/
Class.java 76 * These represent an ordinary class or interface as found in the class
78 * the fully qualified class name of the class or interface that it represents.
154 * The interface table (iftable_) contains pairs of a interface class and an array of the
155 * interface methods. There is one pair per interface supported by this class. That
156 * means one pair for each interface we support directly, indirectly via superclass, or
161 * Invoke faceObj.blah(), where "blah" is part of the Face interface. We can't easily use a
164 * For every interface a concrete class implements, we create an array of the concrete vtable_
165 * methods for the methods in the interface
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 540 ENUM, INTERFACE, ANNOTATION, ORDINARY
571 case INTERFACE:
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 75 UNKNOWN, INTERFACE, PARCELABLE;
83 // "^\\s*interface\\s+([a-zA-Z_][a-zA-Z0-9_]*)\\s*(?:\\{.*)?$");
467 // return AidlType.INTERFACE;
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 133 c.setKind(Kind.INTERFACE);
145 if (Kind.INTERFACE.equals(c.getKind())
152 // may also be null if classDoc is an interface
  /external/chromium_org/chrome/browser/usb/
usb_device_handle.cc 63 case UsbDeviceHandle::INTERFACE:
292 // Must release interface first before actually delete this.
317 // Cancel all the transfers on that interface.
572 // it requires an interface we didn't claim.
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 270 INTERFACE = 379,
471 #define INTERFACE 379
    [all...]
glsl_lexer.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.cc 77 const char kErrorCannotClaimInterface[] = "Error claiming interface.";
78 const char kErrorCannotReleaseInterface[] = "Error releasing interface.";
80 "Error setting alternate interface setting.";
224 *output = UsbDeviceHandle::INTERFACE;
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 587 * all interfaces implemented by the superclass, and all super-interfaces of any implemented interface. The
588 * intention is to make it easier to determine whether the class implements a given interface or not.
701 //TODO: we can probably get away with only creating the interface table for interface types
770 * Returns true if this class implements the given interface. This searches the interfaces that this class
771 * directly implements, any interface implemented by this class's superclasses, and any super-interface of
773 * @param interfaceDef the interface
774 * @return true if this class implements the given interface
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 60 Modifier.INTERFACE | Modifier.ABSTRACT;
448 // Interface information
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java     [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 83 public static final int INTERFACE=55;
    [all...]
JavaParser.java 92 * Wouldn't handle an inner interface that has a trailing ';'.
174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
228 public static final int INTERFACE=55;
    [all...]
  /external/eigen/blas/testing/
cblat1.f 579 * THIS IS AN INTERFACE SUBROUTINE TO ACCOMODATE THE FORTRAN

Completed in 1221 milliseconds

12 3