| /external/dbus-binding-generator/chromeos-dbus-bindings/ |
| D | interface.h | 13 struct Interface { struct 14 struct Argument { 20 struct Method { 66 Interface() = default; argument 67 Interface(const std::string& name_in, in Interface() argument 73 std::string name; 74 std::string path; 75 std::vector<Method> methods; 76 std::vector<Signal> signals; 77 std::vector<Property> properties; [all …]
|
| /external/clang/docs/ |
| D | LibFormat.rst | 18 Interface chapter
|
| D | DataFlowSanitizerDesign.rst | 28 Interface chapter
|
| D | InternalsManual.rst | 460 .. _internals-diag-translation:
|
| /external/guice/core/test/com/google/inject/ |
| D | RequireAtInjectOnConstructorsTest.java | 194 private static interface Interface {} interface in RequireAtInjectOnConstructorsTest
|
| D | MethodInterceptionTest.java | 279 public interface Interface { interface in MethodInterceptionTest
|
| D | ProvisionListenerTest.java | 411 interface Interface {} interface in ProvisionListenerTest
|
| /external/libchrome/base/win/ |
| D | scoped_comptr.h | 39 ScopedComPtr(const ScopedComPtr<Interface, interface_id>& p) in ScopedComPtr()
|
| /external/autotest/client/common_lib/cros/network/ |
| D | interface.py | 60 class Interface: class
|
| /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/ |
| D | OISPrereqs.h | 124 class Interface; variable
|
| /external/guice/extensions/grapher/test/com/google/inject/grapher/ |
| D | TransitiveDependencyVisitorTest.java | 150 private static interface Interface {} interface in TransitiveDependencyVisitorTest
|
| /external/deqp/scripts/khr_util/ |
| D | registry.py | 82 class Interface(Object): pass class 219 class Interface(Object): class
|
| /external/clang/lib/Sema/ |
| D | CodeCompleteConsumer.cpp | 308 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); in getParentName() local
|
| D | SemaDeclObjC.cpp | 3835 if (ObjCInterfaceDecl *Interface = Category->getClassInterface()) in OverrideSearch() local 3885 if (ObjCInterfaceDecl *Interface = category->getClassInterface()) in searchFrom() local 3889 } else if (ObjCInterfaceDecl *Interface = impl->getClassInterface()) { in searchFrom() local 3914 if (ObjCInterfaceDecl *Interface = impl->getClassInterface()) in searchFrom() local
|
| D | SemaCodeComplete.cpp | 192 if (ObjCInterfaceDecl *Interface = Method->getClassInterface()) in ResultBuilder() local 3547 if (ObjCInterfaceDecl *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in getContainerDef() local 5579 if (const ObjCObjectType *Interface = T->getAs<ObjCObjectType>()) in AddClassMessageCompletions() local
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | NullabilityChecker.cpp | 712 auto Interface = Decl->getClassInterface(); in checkPostObjCMessage() local
|
| D | BasicObjCFoundationChecks.cpp | 1236 if (const ObjCInterfaceDecl *Interface = M.getReceiverInterface()) { in checkPostObjCMessage() local
|
| /external/tpm2/generator/ |
| D | structure_generator.py | 629 class Interface(TPMType): class
|
| /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
| D | ImmutableSortedSetTest.java | 219 interface Interface extends Comparable<Interface> { interface in ImmutableSortedSetTest
|
| /external/clang/lib/CodeGen/ |
| D | CGObjCMac.cpp | 3041 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local 3206 ObjCInterfaceDecl *Interface = in GenerateClass() local 4431 const ObjCInterfaceDecl *Interface, in EmitIvarOffset() 6103 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local 6615 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | ImmutableSortedSetTest.java | 345 interface Interface extends Comparable<Interface> { interface in ImmutableSortedSetTest
|
| /external/selinux/sepolgen/src/sepolgen/ |
| D | refpolicy.py | 723 class Interface(Node): class
|
| /external/llvm/include/llvm/DebugInfo/PDB/ |
| D | PDBTypes.h | 337 enum class PDB_UdtType { Struct, Class, Union, Interface }; enumerator
|
| /external/clang/lib/Serialization/ |
| D | ASTReaderDecl.cpp | 3449 ObjCInterfaceDecl *Interface; member in __anonc3869fdd0311::ObjCCategoriesVisitor 3497 ObjCInterfaceDecl *Interface, in ObjCCategoriesVisitor()
|
| /external/clang/lib/AST/ |
| D | DeclObjC.cpp | 1121 Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in CollectOverriddenMethodsRecurse() local
|