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

/external/deqp/scripts/egl/
H A D__init__.py23 from common import getEGLRegistry, getInterface, getDefaultInterface, VERSION namespace
H A Dcommon.py91 def getInterface (registry, api, version=None, profile=None, **kwargs): function
96 return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROTECTS)
123 iface = getInterface(registry, api, version=version, profile=profile)
/external/deqp/scripts/opengl/
H A Dsrc_util.py175 def getInterface (registry, api, version=None, profile=None, **kwargs): function
203 iface = getInterface(registry, api, version=version, profile=profile)
/external/jmdns/src/javax/jmdns/
H A DJmDNS.java172 public abstract InetAddress getInterface() throws IOException; method in class:JmDNS
/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.java124 public Clazz getInterface(int index); method in interface:Clazz
H A DLibraryClass.java180 public Clazz getInterface(int index) method in class:LibraryClass
H A DProgramClass.java236 public Clazz getInterface(int index) method in class:ProgramClass
284 Clazz interfaceClass = getInterface(index);
312 Clazz interfaceClass = getInterface(index);
408 Clazz interfaceClass = getInterface(index);
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dsupplicant.cpp156 Return<void> Supplicant::getInterface( function in class:android::hardware::wifi::supplicant::V1_0::implementation::Supplicant
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
H A Dsupplicant.cpp187 Return<void> Supplicant::getInterface( function in class:android::hardware::wifi::supplicant::V1_1::implementation::Supplicant
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java375 public ClassInfo getInterface(String interfaceName) { method in class:PackageInfo
/external/python/cpython2/Lib/xml/dom/
H A Dminidom.py219 def getInterface(self, feature): member in class:Node
1414 def getInterface(self, feature): member in class:DOMImplementation
/external/python/cpython3/Lib/xml/dom/
H A Dminidom.py220 def getInterface(self, feature): member in class:Node
1459 def getInterface(self, feature): member in class:DOMImplementation
/external/clang/include/clang/AST/
H A DType.h4807 ObjCInterfaceDecl *getInterface() const;
4973 inline ObjCInterfaceDecl *ObjCObjectType::getInterface() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
5050 return getObjectType()->getInterface();
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1022 milliseconds