/external/rust/android-crates-io/crates/bstr/src/unicode/fsm/ |
D | grapheme_break_fwd.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
|
D | grapheme_break_rev.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument
|
D | word_break_fwd.rs | 12 struct Aligned<B: ?Sized> { struct 17 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> { struct 17 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> { struct 17 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> { struct 17 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> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
|
D | whitespace_anchored_rev.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument
|
/external/rust/android-crates-io/crates/zerocopy/tests/ui-msrv/ |
D | ptr-is-invariant-over-v.rs | 7 big: Ptr<'small, &'big u32, (Exclusive, Aligned, Valid)>, in _when_exclusive() argument 14 big: Ptr<'small, &'big u32, (Shared, Aligned, Valid)>, in _when_shared() argument
|
/external/rust/android-crates-io/crates/zerocopy/tests/ui-stable/ |
D | ptr-is-invariant-over-v.rs | 7 big: Ptr<'small, &'big u32, (Exclusive, Aligned, Valid)>, in _when_exclusive() argument 14 big: Ptr<'small, &'big u32, (Shared, Aligned, Valid)>, in _when_shared() argument
|
/external/rust/android-crates-io/crates/zerocopy/tests/ui-nightly/ |
D | ptr-is-invariant-over-v.rs | 7 big: Ptr<'small, &'big u32, (Exclusive, Aligned, Valid)>, in _when_exclusive() argument 14 big: Ptr<'small, &'big u32, (Shared, Aligned, Valid)>, in _when_shared() argument
|
/external/google-breakpad/src/common/dwarf/ |
D | bytereader_unittest.cc | 642 class Aligned: public AlignedFixture, public Test { }; class 644 TEST_F(Aligned, DW_EH_PE_aligned0) { in TEST_F() argument 652 TEST_F(Aligned, DW_EH_PE_aligned1) { in TEST_F() argument 660 TEST_F(Aligned, DW_EH_PE_aligned2) { in TEST_F() argument 668 TEST_F(Aligned, DW_EH_PE_aligned3) { in TEST_F() argument 676 TEST_F(Aligned, DW_EH_PE_aligned11) { in TEST_F() argument 685 TEST_F(Aligned, DW_EH_PE_aligned30) { in TEST_F() argument 694 TEST_F(Aligned, DW_EH_PE_aligned23) { in TEST_F() argument 703 TEST_F(Aligned, DW_EH_PE_aligned03) { in TEST_F() argument
|
/external/pigweed/pw_bytes/ |
D | alignment_test.cc | 57 TEST(AlignUp, Aligned) { in TEST() argument 88 TEST(AlignDown, Aligned) { in TEST() argument 119 TEST(Padding, Aligned) { in TEST() argument
|
D | packed_ptr_test.cc | 26 struct alignas(kAlign) Aligned { struct 27 uint16_t val_ = 0;
|
/external/rust/android-crates-io/crates/zerocopy/src/pointer/ |
D | invariant.rs | 87 pub enum Aligned {} enum 88 impl Alignment for Aligned {} implementation 185 impl Sealed for Aligned {} implementation
|
D | ptr.rs | 505 ) -> Ptr<'a, crate::Unalign<T>, (I::Aliasing, Aligned, I::Validity)> { in into_unalign() argument 645 ) -> Result<Ptr<'a, T, (I::Aliasing, Aligned, I::Validity)>, AlignmentError<Self, T>> in bikeshed_try_into_aligned() argument 665 ) -> Ptr<'a, T, (I::Aliasing, Aligned, I::Validity)> in bikeshed_recall_aligned() argument 919 pub(crate) fn as_bytes<R>(self) -> Ptr<'a, [u8], (I::Aliasing, Aligned, Valid)> in as_bytes() argument 1014 (Ptr<'a, U, (I::Aliasing, Aligned, Initialized)>, Ptr<'a, [u8], I>), in try_cast_into() argument 1076 ) -> Result<Ptr<'a, U, (I::Aliasing, Aligned, Initialized)>, CastError<Self, U>> in try_cast_into_no_leftover() argument 1252 slf: Ptr<'_, T, (Shared, Aligned, Initialized)>, in test() argument
|
/external/emboss/runtime/cpp/test/ |
D | emboss_defines_test.cc | 26 TEST(CheckPointerAlignment, Aligned) { in TEST() argument
|
/external/skia/bench/ |
D | GrMemoryPoolBench.cpp | 17 struct alignas(GrMemoryPool::kAlignment) Aligned { struct 18 char buf[32];
|
/external/rust/android-crates-io/crates/zerovec/src/ |
D | samples.rs | 12 struct Aligned<T>(pub T); struct
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | map_test.cc | 77 TEST(MapTest, Aligned) { MapTest_Aligned<AlignedAsDefault>(); } in TEST() argument
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | map_test.cc | 77 TEST(MapTest, Aligned) { MapTest_Aligned<AlignedAsDefault>(); } in TEST() argument
|
/external/protobuf/src/google/protobuf/ |
D | map_test.cc | 77 TEST(MapTest, Aligned) { MapTest_Aligned<AlignedAsDefault>(); } in TEST() argument
|
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/ |
D | LibcMemoryBenchmarkTest.cpp | 58 TEST(OffsetDistribution, Aligned) { in TEST() argument
|
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/ |
D | LibcMemoryBenchmarkTest.cpp | 58 TEST(OffsetDistribution, Aligned) { in TEST() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | Attributes.h | 56 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
|