/frameworks/av/media/codec2/vndk/include/util/ |
D | C2InterfaceHelper.h | 62 std::vector<C2StructDescriptor> structs; 63 addStructDescriptors(structs, (_Tuple<Params...> *)nullptr); 83 std::vector<C2StructDescriptor> &structs, _Tuple<> *); 95 std::vector<C2StructDescriptor> &structs, _Tuple<T, Params...> *) { 96 structs.emplace_back((T*)nullptr); 97 addStructDescriptors(structs, (_Tuple<Params...> *)nullptr);
|
/frameworks/compile/slang/tests/F_float3_v13/ |
D | stderr.txt.expect | 1 float3_v13.rs:9:10: error: structs containing vectors of dimension 3 cannot be exported at this API…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | struct.proto | 34 package google.protobuf.testing.structs; 35 option java_package = "com.google.protobuf.testing.structs";
|
/frameworks/native/vulkan/api/templates/ |
D | asciidoc.tmpl | 33 {{/* Generate AsciiDoc files for API structs. */}} 36 {{$filename := print $docPath "structs/" $c.Name ".txt"}}
|
D | vk_xml.tmpl | 249 <!-- Include <type name="typename"/> here for e.g. structs that»
|
/frameworks/native/libs/sensor/ |
D | Android.bp | 34 // android/sensors.h uses nested anonymous unions and anonymous structs
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 19 * By convention, both typical protobuf message names and Swift structs/classes 132 Proto messages are natural value types and we will generate messages as structs 627 ### Ad hoc namespacing with structs 629 We can “fake” namespaces in Swift by declaring empty structs with private 636 Types can be added to those intermediate package structs using Swift extensions. 661 lets us keep them separate and add multiple structs to a single “namespace” 664 Unfortunately, these intermediate structs generate symbols of their own 672 of structs is a hack around the lack of namespaces, there is no equivalent to
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 28 std::vector<C2StructDescriptor> &structs, _Tuple<> *) { in addStructDescriptors() argument 30 for (C2StructDescriptor &strukt : structs) { in addStructDescriptors()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | protostream_objectsource_test.cc | 86 using google::protobuf::testing::structs::StructType;
|
D | protostream_objectwriter_test.cc | 83 using google::protobuf::testing::structs::StructType;
|
/frameworks/native/docs/ |
D | Doxyfile | 316 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and 323 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and 327 # structs, classes, and unions are shown on a separate page (for HTML and Man 395 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 573 # at the bottom of the documentation of classes and structs. If set to YES the 896 # contains a lot of classes, structs, unions or interfaces.
|
/frameworks/compile/slang/ |
D | README.rst | 184 developers should avoid using anonymous structs. This is because llvm-rs-cc
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 344 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 355 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 421 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined 623 # the bottom of the documentation of classes and structs. If set to YES the list 985 # classes, structs, unions or interfaces.
|
D | Doxyfile.orig | 344 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 355 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 421 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined 623 # the bottom of the documentation of classes and structs. If set to YES the list 976 # classes, structs, unions or interfaces.
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 396 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined 665 # the bottom of the documentation of classes and structs. If set to YES, the 1098 # classes, structs, unions or interfaces.
|
D | Doxyfile | 381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 396 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined 665 # the bottom of the documentation of classes and structs. If set to YES, the 1098 # classes, structs, unions or interfaces.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 372 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 383 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 387 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 449 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined 656 # the bottom of the documentation of classes and structs. If set to YES, the 1048 # classes, structs, unions or interfaces.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 313 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 481 # at the bottom of the documentation of classes and structs. If set to YES the 753 # contains a lot of classes, structs, unions or interfaces.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 280 // Sets the Go package where structs generated from this .proto will be
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 280 // Sets the Go package where structs generated from this .proto will be
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.proto | 341 // Sets the Go package where structs generated from this .proto will be
|