Searched defs:getInterface (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/bindings/objc/
H A DDOMImplementationFront.cpp67 DOMImplementationFront* DOMImplementationFront::getInterface(const String& feature) function in class:WebCore::DOMImplementationFront
69 return reinterpret_cast<DOMImplementationFront*>(reinterpret_cast<DOMImplementation*>(this)->getInterface(feature));
/external/jmdns/src/javax/jmdns/
H A DJmDNS.java172 public abstract InetAddress getInterface() throws IOException; method in class:JmDNS
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java231 public ClassInfo getInterface(String interfaceName) { method in class:PackageInfo
/external/jmdns/src/javax/jmdns/impl/
H A DHostInfo.java157 public NetworkInterface getInterface() { method in class:HostInfo
261 buf.append(getInterface() != null ? getInterface().getDisplayName() : "???");
H A DJmDNSImpl.java453 if ((hostInfo != null) && (hostInfo.getInterface() != null)) {
455 _socket.setNetworkInterface(hostInfo.getInterface());
702 public InetAddress getInterface() throws IOException { method in class:JmDNSImpl
703 return _socket.getInterface();
/external/proguard/src/proguard/classfile/
H A DClazz.java109 public Clazz getInterface(int index); method in interface:Clazz
H A DLibraryClass.java164 public Clazz getInterface(int index) method in class:LibraryClass
H A DProgramClass.java200 public Clazz getInterface(int index) method in class:ProgramClass
235 Clazz interfaceClass = getInterface(index);
331 Clazz interfaceClass = getInterface(index);
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.cpp225 DOMImplementation* DOMImplementation::getInterface(const String& /*feature*/) function in class:WebCore::DOMImplementation
/external/clang/include/clang/AST/
H A DType.h4245 ObjCInterfaceDecl *getInterface() const;
4350 inline ObjCInterfaceDecl *ObjCObjectType::getInterface() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4421 return getObjectType()->getInterface();
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 686 milliseconds