| /external/rust/crates/bstr/src/unicode/fsm/ | 
| D | grapheme_break_fwd.rs | 12     struct Aligned<B: ?Sized> {  struct17     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 30     struct Aligned<B: ?Sized> {  struct
 35     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 
 | 
| D | word_break_fwd.rs | 12     struct Aligned<B: ?Sized> {  struct17     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 30     struct Aligned<B: ?Sized> {  struct
 35     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  variable
 
 | 
| D | whitespace_anchored_fwd.rs | 12     struct Aligned<B: ?Sized> {  struct17     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  variable
 30     struct Aligned<B: ?Sized> {  struct
 35     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 
 | 
| D | regional_indicator_rev.rs | 12     struct Aligned<B: ?Sized> {  struct17     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 30     struct Aligned<B: ?Sized> {  struct
 35     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 
 | 
| D | grapheme_break_rev.rs | 12     struct Aligned<B: ?Sized> {  struct17     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 30     struct Aligned<B: ?Sized> {  struct
 35     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 
 | 
| D | simple_word_fwd.rs | 12     struct Aligned<B: ?Sized> {  struct17     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 30     struct Aligned<B: ?Sized> {  struct
 35     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 
 | 
| D | whitespace_anchored_rev.rs | 12     struct Aligned<B: ?Sized> {  struct17     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 30     struct Aligned<B: ?Sized> {  struct
 35     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 
 | 
| D | sentence_break_fwd.rs | 12     struct Aligned<B: ?Sized> {  struct17     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 30     struct Aligned<B: ?Sized> {  struct
 35     static ALIGNED: &'static Aligned<[u8]> = &Aligned {  argument
 
 | 
| /external/google-breakpad/src/common/dwarf/ | 
| D | bytereader_unittest.cc | 639 class Aligned: public AlignedFixture, public Test { };  class641 TEST_F(Aligned, DW_EH_PE_aligned0) {  in TEST_F()  argument
 649 TEST_F(Aligned, DW_EH_PE_aligned1) {  in TEST_F()  argument
 657 TEST_F(Aligned, DW_EH_PE_aligned2) {  in TEST_F()  argument
 665 TEST_F(Aligned, DW_EH_PE_aligned3) {  in TEST_F()  argument
 673 TEST_F(Aligned, DW_EH_PE_aligned11) {  in TEST_F()  argument
 682 TEST_F(Aligned, DW_EH_PE_aligned30) {  in TEST_F()  argument
 691 TEST_F(Aligned, DW_EH_PE_aligned23) {  in TEST_F()  argument
 700 TEST_F(Aligned, DW_EH_PE_aligned03) {  in TEST_F()  argument
 
 | 
| /external/skia/bench/ | 
| D | GrMemoryPoolBench.cpp | 17 struct alignas(GrMemoryPool::kAlignment) Aligned {  struct18     char buf[32];
 
 | 
| /external/pigweed/pw_kvs/ | 
| D | alignment_test.cc | 35 TEST(AlignUp, Aligned) {  in TEST()  argument66 TEST(AlignDown, Aligned) {  in TEST()  argument
 97 TEST(Padding, Aligned) {  in TEST()  argument
 
 | 
| /external/protobuf/src/google/protobuf/ | 
| D | map_test.cc | 77 TEST(MapTest, Aligned) { MapTest_Aligned<AlignedAsDefault>(); }  in TEST()  argument
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/ | 
| D | map_test.cc | 77 TEST(MapTest, Aligned) { MapTest_Aligned<AlignedAsDefault>(); }  in TEST()  argument
 | 
| /external/python/pybind11/tests/ | 
| D | test_class.cpp | 405         struct alignas(1024) Aligned {  in TEST_SUBMODULE()  struct406             std::uintptr_t ptr() const { return (uintptr_t) this; }  in TEST_SUBMODULE()
 
 | 
| /external/llvm/lib/IR/ | 
| D | AutoUpgrade.cpp | 563                                  bool Aligned) {  in UpgradeMaskedStore()583                                 bool Aligned) {  in UpgradeMaskedLoad()
 
 | 
| /external/clang/lib/Sema/ | 
| D | SemaTemplateInstantiateDecl.cpp | 80     const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) {  in instantiateDependentAlignedAttr()100     const AlignedAttr *Aligned, Decl *New) {  in instantiateDependentAlignedAttr()
 138     const AssumeAlignedAttr *Aligned, Decl *New) {  in instantiateDependentAssumeAlignedAttr()
 161     const AlignValueAttr *Aligned, Decl *New) {  in instantiateDependentAlignValueAttr()
 316     const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr);  in InstantiateAttrs()  local
 
 | 
| /external/eigen/Eigen/src/Core/util/ | 
| D | Constants.h | 240   Aligned=16,         /**< \deprecated Synonym for Aligned16. */  enumerator
 | 
| /external/llvm/lib/Target/X86/ | 
| D | X86FastISel.cpp | 503                                    MachineMemOperand *MMO, bool Aligned) {  in X86FastEmitStore()651                                    MachineMemOperand *MMO, bool Aligned) {  in X86FastEmitStore()
 1124   bool Aligned = Alignment >= ABIAlignment;  in X86SelectStore()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86FastISel.cpp | 485                                    MachineMemOperand *MMO, bool Aligned) {  in X86FastEmitStore()659                                    MachineMemOperand *MMO, bool Aligned) {  in X86FastEmitStore()
 1135   bool Aligned = Alignment >= ABIAlignment;  in X86SelectStore()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | AutoUpgrade.cpp | 1236                                  bool Aligned) {  in UpgradeMaskedStore()1256                                 bool Aligned) {  in UpgradeMaskedLoad()
 1786       bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu".  in UpgradeIntrinsicCall()  local
 
 | 
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ | 
| D | SpannedSubject.java | 781   public interface Aligned {  interface in SpannedSubject
 | 
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ | 
| D | SpannedSubject.java | 781   public interface Aligned {  interface in SpannedSubject
 | 
| /external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.0/ | 
| D | spirv.cs | 532             Aligned = 1,  enumerator540             Aligned = 0x00000002,  enumerator
 
 | 
| /external/shaderc/spirv-headers/include/spirv/1.0/ | 
| D | spirv.cs | 532             Aligned = 1,  enumerator540             Aligned = 0x00000002,  enumerator
 
 | 
| /external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.1/ | 
| D | spirv.cs | 541             Aligned = 1,  enumerator549             Aligned = 0x00000002,  enumerator
 
 |