Searched refs:implementsInterface (Results 1 - 9 of 9) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DTypeProto.java44 boolean implementsInterface(@Nonnull String iface); method in interface:TypeProto
H A DPrimitiveProto.java54 @Override public boolean implementsInterface(@Nonnull String iface) { return false; } method in class:PrimitiveProto
H A DUnknownClassProto.java51 @Override public boolean implementsInterface(@Nonnull String iface) { return false; } method in class:UnknownClassProto
H A DArrayProto.java89 @Override public boolean implementsInterface(@Nonnull String iface) { method in class:ArrayProto
130 if (implementsInterface(other.getType())) {
H A DClassProto.java217 public boolean implementsInterface(@Nonnull String iface) { method in class:ClassProto
255 // we can still try to call other.implementsInterface(this)
259 if (other.implementsInterface(getType())) {
267 // 2. If this class is not resolved, we had tried to call implementsInterface anyway. We don't
/external/doclava/src/com/google/doclava/
H A DClassInfo.java1926 public boolean implementsInterface(String iface) { method in class:ClassInfo
1931 if (clImplements.implementsInterface(iface)) {
1935 if (mSuperclass != null && mSuperclass.implementsInterface(iface)) {
1958 return implementsInterface(cl) || extendsClass(cl);
2045 if (!cl.implementsInterface(iface.mQualifiedName)) {
2051 if (!implementsInterface(iface.mQualifiedName)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 293 milliseconds