/external/deqp/scripts/egl/ |
D | common.py | 86 def getInterface (registry, api, version=None, profile=None, **kwargs): function 91 …return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROT… 118 iface = getInterface(registry, api, version=version, profile=profile)
|
D | proc_address_tests.py | 114 eglCoreIface = getInterface(eglRegistry, 'egl', '1.4') 120 gles10CoreIface = getInterface(glRegistry, 'gles1', '1.0') 121 gles20CoreIface = getInterface(glRegistry, 'gles2', '2.0')
|
D | __init__.py | 23 from common import getEGLRegistry, getInterface, getDefaultInterface, VERSION
|
D | library.py | 86 noExtIface = getInterface(registry, 'egl', VERSION)
|
/external/proguard/src/proguard/classfile/ |
D | ProgramClass.java | 236 public Clazz getInterface(int index) in getInterface() method in ProgramClass 284 Clazz interfaceClass = getInterface(index); in extendsOrImplements() 312 Clazz interfaceClass = getInterface(index); in extendsOrImplements() 408 Clazz interfaceClass = getInterface(index); in hierarchyAccept()
|
D | Clazz.java | 124 public Clazz getInterface(int index); in getInterface() method
|
D | LibraryClass.java | 180 public Clazz getInterface(int index) in getInterface() method in LibraryClass
|
/external/deqp/scripts/opengl/ |
D | src_util.py | 114 def getInterface (registry, api, version=None, profile=None, **kwargs): function 142 iface = getInterface(registry, api, version=version, profile=profile)
|
D | gen_es31_wrapper.py | 30 iface = getInterface(registry, api='gles2', version="3.1")
|
D | gen_ext_init.py | 27 … extIface = getInterface(registry, api, version=False, profile='core', extensionNames=[extName])
|
/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()
|
/external/proguard/src/proguard/classfile/util/ |
D | ClassSubHierarchyInitializer.java | 45 addSubclass(programClass, programClass.getInterface(index)); in visitProgramClass()
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/ |
D | BootloaderConnection.java | 45 UsbInterface iface = usbDevice.getInterface(ifIdx); in onConnect()
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
D | supplicant.h | 45 Return<void> getInterface(
|
D | supplicant.cpp | 34 Return<void> Supplicant::getInterface( in getInterface() function in android::hardware::wifi::supplicant::V1_0::implementation::Supplicant
|
/external/proguard/src/proguard/optimize/peephole/ |
D | TargetClassChanger.java | 79 Clazz interfaceClass = programClass.getInterface(index); in visitProgramClass() 412 if (interfaceClass.equals(clazz.getInterface(index))) in containsInterfaceClass()
|
/external/proguard/src/proguard/classfile/editor/ |
D | InterfaceSorter.java | 61 Clazz interfaceClass = programClass.getInterface(index); in visitProgramClass()
|
/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/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | WaltUsbConnection.java | 98 UsbInterface iface = usbDevice.getInterface(ifIdx); in onConnect()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5833 ObjCInterfaceDecl *OI = T->castAs<ObjCObjectType>()->getInterface(); in getObjCEncodingForTypeImpl() 6981 if (LHS->getInterface() && RHS->getInterface()) { in canAssignObjCInterfaces() 7066 assert(LHS->getInterface() && "LHS must have an interface base"); in getIntersectionOfProtocols() 7067 assert(RHS->getInterface() && "RHS must have an interface base"); in getIntersectionOfProtocols() 7078 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols() 7089 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols() 7185 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible() 7186 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() 7203 LHSAncestors[LHS->getInterface()->getCanonicalDecl()] = LHS; in areCommonBaseCompatible() 7205 if (declaresSameEntity(LHS->getInterface(), RDecl)) { in areCommonBaseCompatible() [all …]
|
D | Type.cpp | 1333 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions() 1352 curClassDecl = objectType->getInterface(); in getObjCSubstitutions() 1367 if (auto *ID = IfaceT->getInterface()) { in acceptsObjCTypeParams() 1380 ObjCInterfaceDecl *classDecl = getInterface(); in computeSuperClassTypeSlow() 1393 ObjCInterfaceDecl *superClassDecl = superClassObjTy->getInterface(); in computeSuperClassTypeSlow() 1429 superClassObjTy->getInterface()); in computeSuperClassTypeSlow() 1447 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() 1469 if (T->getNumProtocols() && T->getInterface()) in getAsObjCQualifiedInterfaceType() 1500 if (OT->getInterface()) in getAsObjCInterfaceType()
|
D | ExprObjC.cpp | 334 return Ty->getInterface(); in getReceiverInterface()
|
/external/doclava/src/com/google/doclava/ |
D | PackageInfo.java | 355 public ClassInfo getInterface(String interfaceName) { in getInterface() method in PackageInfo
|