Home
last modified time | relevance | path

Searched defs:Layout (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/external/python/cpython3/Objects/
Dframe_layout.md21 ## Layout section in The Frame Stack
31 ### Layout argument
43 #### Alternative layout
62 #### Note:
69 ### Generators and Coroutines
85 ### Frame objects
100 ### Generators and Coroutines
115 ### Field names
125 ### Shim frames
135 ### The Instruction Pointer
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h94 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 …]
/external/skia/src/sksl/ir/
DSkSLLayout.h75 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 …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc88 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 …]
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dlayout_test.cc88 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 …]
/external/angle/src/compiler/translator/msl/
DLayout.h41 struct Layout struct
46 static Layout Identity() { return {0, 1}; } in Identity() argument
47 static Layout Invalid() { return {0, 0}; } in Invalid() argument
48 static Layout Both(size_t n) { return {n, n}; } in Both() argument
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc91 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 …]
/external/abseil-cpp/absl/container/internal/
Dlayout_test.cc91 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 …]
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc91 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 …]
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc91 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 …]
/external/clang/include/clang/Frontend/
DLayoutOverrideSource.h27 struct Layout { struct
39 llvm::StringMap<Layout> Layouts; argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dshapes.md56 ## Layout section in Shapes and Layout
69 ### Minor-to-major dimension ordering
116 ### Padding
141 ### Indexing into arrays
/external/pigweed/seed/
D0130.rst67 Layout subsection
74 .. _seed-0130-motivation-maintenance:
157 Layout section in Problem investigation
159 .. _MDN: https://developer.mozilla.org/
160 .. _Stripe: https://docs.stripe.com/
198 Layout of a `typical Stripe doc`_ argument
211 …hboxes: https://web.archive.org/web/20240823151546/https://technicalwriting.dev/ux/searchboxes.html
227 .. _seed-0130-problem-globalnav:
229 Global nav
310 Layout section in Detailed design
[all …]
/external/rust/android-crates-io/crates/taffy/src/tree/
Dlayout.rs226 pub struct Layout { struct
250 impl Default for Layout { argument
256 impl Layout { implementation
326 impl Layout { impl
/external/coreboot/Documentation/security/vboot/
Dindex.md60 ### Read-Only Section
75 ### Google Binary Blob (GBB) Area
81 ### Recovery Firmware
107 ### Read/Write Section
/external/rust/android-crates-io/crates/bindgen/ir/
Dlayout.rs11 pub(crate) struct Layout { struct
26 Layout::for_size_internal(ptr_size, ptr_size), in test_layout_for_size() argument
35 impl Layout { impl
/external/cronet/
DREADME.md11 #### AOSP-only
15 #### Third-party code
20 #### Rust Third-party code
/external/rust/android-crates-io/crates/async-task/src/
Dutils.rs42 pub(crate) struct Layout { struct
47 impl Layout { argument
89 pub(crate) const fn extend(self, other: Layout) -> Option<(Layout, usize)> { in extend()
/external/tensorflow/tensorflow/dtensor/python/
Dapi.py46 Any], layout: Optional[layout_lib.Layout],
132 layout: layout_lib.Layout,
133 source_layout: Optional[layout_lib.Layout] = None) -> ops.Tensor:
153 def pack(tensors: Sequence[Any], layout: layout_lib.Layout) -> Any:
357 def check_layout(tensor: ops.Tensor, layout: layout_lib.Layout) -> None:
373 def relayout(tensor: ops.Tensor, layout: layout_lib.Layout) -> ops.Tensor:
/external/crosvm/docs/book/src/appendix/
Dmemory_layout.md88 #### --fdt-position=start
95 #### --fdt-position=after-payload
102 #### --fdt-position=end
/external/llvm/lib/MC/
DMCAssembler.cpp169 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
245 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
421 static void writeFragment(const MCAssembler &Asm, const MCAsmLayout &Layout, in writeFragment()
617 std::pair<uint64_t, bool> MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup()
635 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
718 MCAsmLayout Layout(*this); in Finish() local
755 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
787 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
803 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
821 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout, in relaxDwarfCallFrameFragment()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCAssembler.cpp196 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
293 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
514 const MCAsmLayout &Layout, const MCFragment &F) { in writeFragment()
792 MCAssembler::handleFixup(const MCAsmLayout &Layout, MCFragment &F, in handleFixup()
809 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
937 MCAsmLayout Layout(*this); in Finish() local
976 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
1010 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
1067 bool MCAssembler::relaxBoundaryAlign(MCAsmLayout &Layout, in relaxBoundaryAlign()
1091 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
[all …]
/external/rust/android-crates-io/crates/tikv-jemallocator/src/
Dlib.rs125 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc()
133 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc()
159 unsafe fn dealloc(&mut self, ptr: NonNull<u8>, layout: Layout) { in dealloc()
167 layout: Layout, in realloc()
189 layout: Layout, in realloc_excess()
215 layout: Layout, in grow_in_place()
235 layout: Layout, in shrink_in_place()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp46 const MSFStreamLayout &Layout, in MappedBlockStream()
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
60 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream()
71 MappedBlockStream::createDirectoryStream(const MSFLayout &Layout, in createDirectoryStream()
81 MappedBlockStream::createFpmStream(const MSFLayout &Layout, in createFpmStream()
311 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
318 const MSFStreamLayout &Layout, in createStream()
326 WritableMappedBlockStream::createIndexedStream(const MSFLayout &Layout, in createIndexedStream()
339 const MSFLayout &Layout, WritableBinaryStreamRef MsfData, in createDirectoryStream()
348 WritableMappedBlockStream::createFpmStream(const MSFLayout &Layout, in createFpmStream()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp45 const MSFStreamLayout &Layout, in MappedBlockStream()
52 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
59 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream()
70 MappedBlockStream::createDirectoryStream(const MSFLayout &Layout, in createDirectoryStream()
80 MappedBlockStream::createFpmStream(const MSFLayout &Layout, in createFpmStream()
310 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
317 const MSFStreamLayout &Layout, in createStream()
325 WritableMappedBlockStream::createIndexedStream(const MSFLayout &Layout, in createIndexedStream()
338 const MSFLayout &Layout, WritableBinaryStreamRef MsfData, in createDirectoryStream()
347 WritableMappedBlockStream::createFpmStream(const MSFLayout &Layout, in createFpmStream()

12345678910>>...18