/external/deqp/scripts/egl/ |
D | common.py | 75 def getInterface (registry, api, version=None, profile=None, **kwargs): function 80 …return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROT… 107 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 | 109 def getInterface (registry, api, version=None, profile=None, **kwargs): function 136 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()
|
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/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/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wpas-test.py | 39 path = wpas.getInterface(ifname)
|
/external/proguard/src/proguard/classfile/editor/ |
D | InterfaceSorter.java | 61 Clazz interfaceClass = programClass.getInterface(index); in visitProgramClass()
|
/external/jmdns/src/javax/jmdns/ |
D | JmDNS.java | 172 public abstract InetAddress getInterface() throws IOException; in getInterface() method in JmDNS
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5737 ObjCInterfaceDecl *OI = T->castAs<ObjCObjectType>()->getInterface(); in getObjCEncodingForTypeImpl() 6883 if (LHS->getInterface() && RHS->getInterface()) { in canAssignObjCInterfaces() 6968 assert(LHS->getInterface() && "LHS must have an interface base"); in getIntersectionOfProtocols() 6969 assert(RHS->getInterface() && "RHS must have an interface base"); in getIntersectionOfProtocols() 6980 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols() 6991 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols() 7087 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible() 7088 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() 7100 LHSAncestors[LHS->getInterface()->getCanonicalDecl()] = LHS; in areCommonBaseCompatible() 7102 if (declaresSameEntity(LHS->getInterface(), RDecl)) { in areCommonBaseCompatible() [all …]
|
D | Type.cpp | 1327 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions() 1346 curClassDecl = objectType->getInterface(); in getObjCSubstitutions() 1361 if (auto *ID = IfaceT->getInterface()) { in acceptsObjCTypeParams() 1374 ObjCInterfaceDecl *classDecl = getInterface(); in computeSuperClassTypeSlow() 1387 ObjCInterfaceDecl *superClassDecl = superClassObjTy->getInterface(); in computeSuperClassTypeSlow() 1423 superClassObjTy->getInterface()); in computeSuperClassTypeSlow() 1441 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() 1463 if (T->getNumProtocols() && T->getInterface()) in getAsObjCQualifiedInterfaceType() 1494 if (OT->getInterface()) in getAsObjCInterfaceType()
|
D | ExprObjC.cpp | 353 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
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 561 getInterface)
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 101 QualType Ty = IBAttr->getInterface(); in AttrListInfo() 103 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiP2pManagerFacade.java | 311 msg.putString("Interface", group.getInterface()); in parseGroupInfo()
|