/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 94 struct Layout { struct 95 TypeIndex ClassType; 96 ulittle16_t Representation; // PointerToMemberRepresentation 132 struct Layout { struct 133 TypeIndex ModifiedType; 134 ulittle16_t Modifiers; // ModifierOptions 167 struct Layout { struct 168 TypeIndex ReturnType; 169 CallingConvention CallConv; 170 FunctionOptions Options; [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 91 TEST(Layout, ElementType) { in TEST() argument 124 TEST(Layout, ElementTypes) { in TEST() argument 153 TEST(Layout, OffsetByIndex) { in TEST() argument 203 TEST(Layout, OffsetByType) { in TEST() argument 243 TEST(Layout, Offsets) { in TEST() argument 272 TEST(Layout, StaticOffsets) { in TEST() argument 301 TEST(Layout, AllocSize) { in TEST() argument 325 TEST(Layout, StaticAllocSize) { in TEST() argument 349 TEST(Layout, SizeByIndex) { in TEST() argument 379 TEST(Layout, SizeByType) { in TEST() argument [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 91 TEST(Layout, ElementType) { in TEST() argument 124 TEST(Layout, ElementTypes) { in TEST() argument 153 TEST(Layout, OffsetByIndex) { in TEST() argument 203 TEST(Layout, OffsetByType) { in TEST() argument 243 TEST(Layout, Offsets) { in TEST() argument 272 TEST(Layout, StaticOffsets) { in TEST() argument 301 TEST(Layout, AllocSize) { in TEST() argument 325 TEST(Layout, StaticAllocSize) { in TEST() argument 349 TEST(Layout, SizeByIndex) { in TEST() argument 379 TEST(Layout, SizeByType) { in TEST() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 91 TEST(Layout, ElementType) { in TEST() argument 124 TEST(Layout, ElementTypes) { in TEST() argument 153 TEST(Layout, OffsetByIndex) { in TEST() argument 203 TEST(Layout, OffsetByType) { in TEST() argument 243 TEST(Layout, Offsets) { in TEST() argument 272 TEST(Layout, StaticOffsets) { in TEST() argument 301 TEST(Layout, AllocSize) { in TEST() argument 325 TEST(Layout, StaticAllocSize) { in TEST() argument 349 TEST(Layout, SizeByIndex) { in TEST() argument 379 TEST(Layout, SizeByType) { in TEST() argument [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | layout_test.cc | 88 TEST(Layout, ElementType) { in TEST() argument 121 TEST(Layout, ElementTypes) { in TEST() argument 150 TEST(Layout, OffsetByIndex) { in TEST() argument 200 TEST(Layout, OffsetByType) { in TEST() argument 240 TEST(Layout, Offsets) { in TEST() argument 269 TEST(Layout, AllocSize) { in TEST() argument 293 TEST(Layout, SizeByIndex) { in TEST() argument 323 TEST(Layout, SizeByType) { in TEST() argument 344 TEST(Layout, Sizes) { in TEST() argument 368 TEST(Layout, PointerByIndex) { in TEST() argument [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
H A D | layout_test.cc | 88 TEST(Layout, ElementType) { in TEST() argument 121 TEST(Layout, ElementTypes) { in TEST() argument 150 TEST(Layout, OffsetByIndex) { in TEST() argument 200 TEST(Layout, OffsetByType) { in TEST() argument 240 TEST(Layout, Offsets) { in TEST() argument 269 TEST(Layout, AllocSize) { in TEST() argument 293 TEST(Layout, SizeByIndex) { in TEST() argument 323 TEST(Layout, SizeByType) { in TEST() argument 344 TEST(Layout, Sizes) { in TEST() argument 368 TEST(Layout, PointerByIndex) { in TEST() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 88 TEST(Layout, ElementType) { in TEST() argument 121 TEST(Layout, ElementTypes) { in TEST() argument 150 TEST(Layout, OffsetByIndex) { in TEST() argument 200 TEST(Layout, OffsetByType) { in TEST() argument 240 TEST(Layout, Offsets) { in TEST() argument 269 TEST(Layout, AllocSize) { in TEST() argument 293 TEST(Layout, SizeByIndex) { in TEST() argument 323 TEST(Layout, SizeByType) { in TEST() argument 344 TEST(Layout, Sizes) { in TEST() argument 368 TEST(Layout, PointerByIndex) { in TEST() argument [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | layout_test.cc | 88 TEST(Layout, ElementType) { in TEST() argument 121 TEST(Layout, ElementTypes) { in TEST() argument 150 TEST(Layout, OffsetByIndex) { in TEST() argument 200 TEST(Layout, OffsetByType) { in TEST() argument 240 TEST(Layout, Offsets) { in TEST() argument 269 TEST(Layout, AllocSize) { in TEST() argument 293 TEST(Layout, SizeByIndex) { in TEST() argument 323 TEST(Layout, SizeByType) { in TEST() argument 344 TEST(Layout, Sizes) { in TEST() argument 368 TEST(Layout, PointerByIndex) { in TEST() argument [all …]
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLLayout.h | 75 struct Layout { struct 76 Layout(LayoutFlags flags, int location, int offset, int binding, int index, int set, in Layout() argument 89 static Layout builtin(int builtin) { in builtin() argument 112 LayoutFlags fFlags = LayoutFlag::kNone; argument 113 int fLocation = -1; 114 int fOffset = -1; 115 int fBinding = -1; 116 int fTexture = -1; 117 int fSampler = -1; 118 int fIndex = -1; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 169 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout); in deallocate() 212 old_layout: Layout, in grow() 213 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() 339 old_layout: Layout, in shrink() 340 new_layout: Layout, in shrink() 390 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 399 old_layout: Layout, in grow() 400 new_layout: Layout, in grow() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 169 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout); in deallocate() 212 old_layout: Layout, in grow() 213 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() 339 old_layout: Layout, in shrink() 340 new_layout: Layout, in shrink() 390 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 399 old_layout: Layout, in grow() 400 new_layout: Layout, in grow() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 169 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout); in deallocate() 212 old_layout: Layout, in grow() 213 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() 339 old_layout: Layout, in shrink() 340 new_layout: Layout, in shrink() 390 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 399 old_layout: Layout, in grow() 400 new_layout: Layout, in grow() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 169 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout); in deallocate() 212 old_layout: Layout, in grow() 213 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() 339 old_layout: Layout, in shrink() 340 new_layout: Layout, in shrink() 390 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 399 old_layout: Layout, in grow() 400 new_layout: Layout, in grow() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 169 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout); in deallocate() 212 old_layout: Layout, in grow() 213 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() 339 old_layout: Layout, in shrink() 340 new_layout: Layout, in shrink() 390 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 399 old_layout: Layout, in grow() 400 new_layout: Layout, in grow() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 118 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() 137 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 178 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 195 old_layout: Layout, in grow_impl() 196 new_layout: Layout, in grow_impl() 252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 264 old_layout: Layout, in grow() 265 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 118 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() 137 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 178 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 195 old_layout: Layout, in grow_impl() 196 new_layout: Layout, in grow_impl() 252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 264 old_layout: Layout, in grow() 265 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 118 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() 137 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 178 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 195 old_layout: Layout, in grow_impl() 196 new_layout: Layout, in grow_impl() 252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 264 old_layout: Layout, in grow() 265 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 118 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() 137 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 178 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 195 old_layout: Layout, in grow_impl() 196 new_layout: Layout, in grow_impl() 252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 264 old_layout: Layout, in grow() 265 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | alloc.rs | 118 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() 137 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 178 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 195 old_layout: Layout, in grow_impl() 196 new_layout: Layout, in grow_impl() 252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 264 old_layout: Layout, in grow() 265 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | alloc.rs | 137 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 158 old_layout: Layout, in grow_impl() 159 new_layout: Layout, in grow_impl() 217 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 229 old_layout: Layout, in grow() 230 new_layout: Layout, in grow() 240 old_layout: Layout, in grow_zeroed() 241 new_layout: Layout, in grow_zeroed() 251 old_layout: Layout, in shrink() 252 new_layout: Layout, in shrink() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | alloc.rs | 135 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 156 old_layout: Layout, in grow_impl() 157 new_layout: Layout, in grow_impl() 215 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 227 old_layout: Layout, in grow() 228 new_layout: Layout, in grow() 238 old_layout: Layout, in grow_zeroed() 239 new_layout: Layout, in grow_zeroed() 249 old_layout: Layout, in shrink() 250 new_layout: Layout, in shrink() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | alloc.rs | 135 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 156 old_layout: Layout, in grow_impl() 157 new_layout: Layout, in grow_impl() 215 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 227 old_layout: Layout, in grow() 228 new_layout: Layout, in grow() 238 old_layout: Layout, in grow_zeroed() 239 new_layout: Layout, in grow_zeroed() 249 old_layout: Layout, in shrink() 250 new_layout: Layout, in shrink() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | alloc.rs | 137 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 158 old_layout: Layout, in grow_impl() 159 new_layout: Layout, in grow_impl() 217 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 229 old_layout: Layout, in grow() 230 new_layout: Layout, in grow() 240 old_layout: Layout, in grow_zeroed() 241 new_layout: Layout, in grow_zeroed() 251 old_layout: Layout, in shrink() 252 new_layout: Layout, in shrink() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ |
H A D | alloc.rs | 137 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 158 old_layout: Layout, in grow_impl() 159 new_layout: Layout, in grow_impl() 217 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 229 old_layout: Layout, in grow() 230 new_layout: Layout, in grow() 240 old_layout: Layout, in grow_zeroed() 241 new_layout: Layout, in grow_zeroed() 251 old_layout: Layout, in shrink() 252 new_layout: Layout, in shrink() [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | frame_layout.md | 21 ## Layout section in The Frame Stack 31 ### Layout subsection 43 #### Alternative layout 62 #### Note: 69 ### Generators and Coroutines 85 ### Frame objects 100 ### Generators and Coroutines 115 ### Field names
|