/external/v4l2_codec2/components/include/v4l2_codec2/components/ |
D | ComponentStore.h | 49 struct Declaration { struct 63 std::map<std::string, Declaration> mDeclarations; argument
|
/external/angle/src/compiler/translator/ |
D | util.h | 94 struct Declaration struct 100 // Returns a `Declaration` view of the given node, for declarator `index` of argument
|
/external/rust/android-crates-io/crates/linkme-impl/src/ |
D | declaration.rs | 7 struct Declaration { struct 14 impl Parse for Declaration { argument
|
/external/rust/android-crates-io/crates/pdl-compiler/scripts/ |
D | generate_cxx_backend.py | 575 …load_field_size(self, var: Optional[str], payload: ast.PayloadField, decl: ast.Declaration) -> str: 650 decl: ast.Declaration): 781 def serialize(self, field: ast.Field, decl: ast.Declaration, var: Optional[str] = None): 855 def generate_packet_view_field_members(decl: ast.Declaration) -> List[str]: 890 def generate_packet_field_members(decl: ast.Declaration) -> List[str]: 928 def generate_packet_field_serializers(packet: ast.Declaration) -> List[str]: 1047 def generate_array_field_size_getters(decl: ast.Declaration) -> str: 1087 def generate_packet_size_getter(decl: ast.Declaration) -> List[str]:
|
D | generate_cxx_backend_tests.py | 52 def get_field(decl: ast.Declaration, var: str, id: str) -> str: 58 def check_members(decl: ast.Declaration, var: str, expected: object) -> List[str]: 178 def build_packet(decl: ast.Declaration, var: str, initializer: object) -> (str, List[str]):
|
D | generate_python_backend.py | 872 def generate_toplevel_packet_serializer(packet: ast.Declaration) -> List[str]: 882 def generate_derived_packet_serializer(packet: ast.Declaration) -> List[str]: 897 def generate_packet_parser(packet: ast.Declaration) -> List[str]: 945 def generate_packet_size_getter(packet: ast.Declaration) -> List[str]: 989 def generate_packet_post_init(decl: ast.Declaration) -> List[str]: 1048 def generate_packet_declaration(packet: ast.Declaration) -> str:
|
D | generate_test_vectors.py | 115 def __init__(self, fields: List[Field], ref: ast.Declaration): 563 decl: ast.Declaration, 577 decl: ast.Declaration, 603 def generate_typedef_values(decl: ast.Declaration) -> List[Value]:
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | Declaration.java | 32 public abstract class Declaration { class
|
/external/rust/android-crates-io/crates/darling_core/src/codegen/ |
D | attrs_field.rs | 45 pub struct Declaration<'a>(pub &'a AttrsField); struct 47 impl ToTokens for Declaration<'_> { implementation
|
D | field.rs | 85 pub struct Declaration<'a>(&'a Field<'a>); struct 87 impl<'a> ToTokens for Declaration<'a> { implementation
|
/external/clang/docs/ |
D | ItaniumMangleAbiTags.rst | 14 Declaration chapter
|
/external/rust/android-crates-io/crates/linkme/ |
D | README.md | 37 ### Declaration subsection in Distributed slice
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/declarations/ |
D | Declaration.java | 24 public interface Declaration { interface
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorBase.cs | 83 public DescriptorDeclaration Declaration => File.GetDeclaration(this); field in Google.Protobuf.Reflection.DescriptorBase
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorBase.cs | 83 public DescriptorDeclaration Declaration => File.GetDeclaration(this); field in Google.Protobuf.Reflection.DescriptorBase
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorBase.cs | 83 public DescriptorDeclaration Declaration => File.GetDeclaration(this); field in Google.Protobuf.Reflection.DescriptorBase
|
/external/rust/android-crates-io/crates/pdl-compiler/scripts/pdl/ |
D | core.py | 237 def get_declaration_size(decl: Declaration, skip_payload: bool = False) -> Optional[int]: 329 def aux(decl: Optional[Declaration], constraints: Set[str]) -> List[Field]:
|
D | ast.py | 167 class Declaration(Node): class
|
/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/ |
D | op_argument_view.cc | 26 string OpArgumentView::Declaration() const { in Declaration() function in tensorflow::generator::cpp::OpArgumentView
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 118 llvm::Value *Declaration; in run() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.h | 295 const GlobalDeclaration *Declaration, in create() 303 const GlobalDeclaration *Declaration, in create() 349 const GlobalDeclaration *Declaration; variable
|
/external/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 137 llvm::Value *Declaration; in runOnModule() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 134 llvm::Value *Declaration; in runOnModule() local
|
/external/clang/unittests/AST/ |
D | PostOrderASTVisitor.cpp | 62 bool VisitCXXRecordDecl(CXXRecordDecl *Declaration) { in VisitCXXRecordDecl()
|
/external/libevent/ |
D | event_rpcgen.py | 621 def Declaration(self): member in EntryBytes 750 def Declaration(self): member in EntryInt 871 def Declaration(self): member in EntryString 1051 def Declaration(self): member in EntryStruct 1179 def Declaration(self): member in EntryVarBytes 1453 def Declaration(self): member in EntryArray
|