Searched refs:interface (Results 1 - 3 of 3) sorted by relevance
| /dalvik/vm/oo/ |
| H A D | TypeCheck.cpp | 105 * interface or array of standard array interfaces (the standard 111 * base element is an interface; if the array class implements 112 * it, we know it's a standard array interface. 135 * "clazz" could be an array class, interface, or simple class. 141 /* "If T is an interface type, T must be one of the interfaces 166 * Returns 1 (true) if "clazz" is an implementation of "interface". 168 * "clazz" could be a class or an interface. 170 int dvmImplements(const ClassObject* clazz, const ClassObject* interface) argument 174 assert(dvmIsInterfaceClass(interface)); 182 if (clazz->iftable[i].clazz == interface) [all...] |
| H A D | TypeCheck.h | 47 * Determine whether a class implements an interface. 51 int dvmImplements(const ClassObject* clazz, const ClassObject* interface);
|
| H A D | Class.cpp | 2608 ALOGV("Failed resolving %s interface %d '%s'", 2612 ALOGI("Failed resolving %s interface %d '%s'", 2619 /* are we allowed to implement this interface? */ 2624 dvmThrowIllegalAccessError("interface not accessible"); 2627 LOGVV("+++ found interface '%s'", 2669 ALOGW("Superclass of '%s' is interface '%s'", 2671 dvmThrowIncompatibleClassChangeError("superclass is an interface"); 2760 ALOGE("Too many methods (%d) in interface '%s'", count, 2779 * Populate interface method tables. Can alter the vtable. 3006 * interface ca 3183 ClassObject* interface; local [all...] |
Completed in 12 milliseconds