/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMImplementationFront.cpp | 67 DOMImplementationFront* DOMImplementationFront::getInterface(const String& feature) in getInterface() function in WebCore::DOMImplementationFront 69 …t_cast<DOMImplementationFront*>(reinterpret_cast<DOMImplementation*>(this)->getInterface(feature)); in getInterface()
|
D | DOMImplementationFront.h | 50 DOMImplementationFront* getInterface(const String& feature);
|
/external/proguard/src/proguard/classfile/ |
D | ProgramClass.java | 200 public Clazz getInterface(int index) in getInterface() method in ProgramClass 235 Clazz interfaceClass = getInterface(index); in extendsOrImplements() 331 Clazz interfaceClass = getInterface(index); in hierarchyAccept()
|
D | Clazz.java | 109 public Clazz getInterface(int index); in getInterface() method
|
D | LibraryClass.java | 164 public Clazz getInterface(int index) in getInterface() method in LibraryClass
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | MulticastSocketTest.java | 166 assertTrue(mss.getInterface().isAnyLocalAddress()); in test_getInterface() 174 …tNetworkInterface did not return interface set by setInterface", firstAddress, mss.getInterface()); in test_getInterface() 179 …by setNetworkInterface", networkInterface1, NetworkInterface.getByInetAddress(mss.getInterface())); in test_getInterface() 600 InetAddress theInterface = mss.getInterface(); in test_setInterfaceLjava_net_InetAddress() 605 …return correct interface IPV6", NetworkInterface.getByInetAddress(mss.getInterface()).equals(Netwo… in test_setInterfaceLjava_net_InetAddress() 607 …rn correct interface IPV4 got:" + mss.getInterface() + " excpeted: " + InetAddress.getLocalHost(),… in test_setInterfaceLjava_net_InetAddress()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | HostInfo.java | 157 public NetworkInterface getInterface() { in getInterface() method in HostInfo 261 buf.append(getInterface() != null ? getInterface().getDisplayName() : "???"); in toString()
|
D | JmDNSImpl.java | 453 if ((hostInfo != null) && (hostInfo.getInterface() != null)) { in openMulticastSocket() 455 _socket.setNetworkInterface(hostInfo.getInterface()); in openMulticastSocket() 702 public InetAddress getInterface() throws IOException { in getInterface() method in JmDNSImpl 703 return _socket.getInterface(); in getInterface()
|
D | JmmDNSImpl.java | 161 result.add(mDNS.getInterface()); in getInterfaces()
|
/external/proguard/src/proguard/classfile/util/ |
D | ClassSubHierarchyInitializer.java | 45 addSubclass(programClass, programClass.getInterface(index)); in visitProgramClass()
|
/external/webkit/Source/WebCore/dom/ |
D | DOMImplementation.h | 51 DOMImplementation* getInterface(const String& feature);
|
D | DOMImplementation.cpp | 225 DOMImplementation* DOMImplementation::getInterface(const String& /*feature*/) in getInterface() function in WebCore::DOMImplementation
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
D | wpas-test.py | 39 path = wpas.getInterface(ifname)
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wpas-test.py | 39 path = wpas.getInterface(ifname)
|
/external/jmdns/src/javax/jmdns/ |
D | JmDNS.java | 172 public abstract InetAddress getInterface() throws IOException; in getInterface() method in JmDNS
|
/external/doclava/src/com/google/doclava/ |
D | PackageInfo.java | 231 public ClassInfo getInterface(String interfaceName) { in getInterface() method in PackageInfo
|
/external/proguard/src/proguard/optimize/peephole/ |
D | TargetClassChanger.java | 91 Clazz interfaceClass = programClass.getInterface(index); in visitProgramClass()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5402 if (LHS->getInterface() && RHS->getInterface()) in canAssignObjCInterfaces() 5456 assert(LHS->getInterface() && "LHS must have an interface base"); in getIntersectionOfProtocols() 5457 assert(RHS->getInterface() && "RHS must have an interface base"); in getIntersectionOfProtocols() 5465 Context.CollectInheritedProtocols(LHS->getInterface(), in getIntersectionOfProtocols() 5480 Context.CollectInheritedProtocols(RHS->getInterface(), in getIntersectionOfProtocols() 5499 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible() 5500 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() 5523 assert(LHS->getInterface() && "LHS is not an interface type"); in canAssignObjCInterfaces() 5524 assert(RHS->getInterface() && "RHS is not an interface type"); in canAssignObjCInterfaces() 5528 if (!LHS->getInterface()->isSuperClassOf(RHS->getInterface())) in canAssignObjCInterfaces() [all …]
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 679 getInterface)
|
D | Type.h | 4175 ObjCInterfaceDecl *getInterface() const; 4280 inline ObjCInterfaceDecl *ObjCObjectType::getInterface() const { 4349 return getObjectType()->getInterface();
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 101 QualType Ty = IBAttr->getInterface(); in AttrListInfo() 103 if (const ObjCInterfaceDecl *InterD = InterTy->getInterface()) { in AttrListInfo()
|
D | CXType.cpp | 327 D = cast<ObjCObjectType>(TP)->getInterface(); in clang_getTypeDeclaration()
|
D | CIndexCodeCompletion.cpp | 566 D = Obj->getInterface(); in ProcessCodeCompleteResults()
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 1016 if (opty && !opty->getObjectType()->getInterface() != 0) in ShouldTryAgainWithRedefinitionType() 1125 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()
|
D | SemaDeclObjC.cpp | 59 ObjCInterfaceDecl *resultClass = result->getInterface(); in checkInitMethod() 456 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) in ActOnStartClassInterface() 529 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) { in ActOnCompatiblityAlias()
|