| /third_party/skia/include/private/ |
| D | SkSLLayout.h | 20 struct Layout { struct 40 Layout(int flags, int location, int offset, int binding, int index, int set, int builtin, in Layout() argument 51 Layout() in Layout() function 61 static Layout builtin(int builtin) { in builtin() argument 67 String description() const { in description() 138 int fFlags; 139 int fLocation; 140 int fOffset; 141 int fBinding; 142 int fIndex; [all …]
|
| /third_party/python/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
|
| /third_party/skia/m133/src/sksl/ir/ |
| D | SkSLLayout.h | 78 struct Layout { struct 79 Layout(LayoutFlags flags, int location, int offset, int binding, int index, int set, in Layout() argument 92 static Layout builtin(int builtin) { in builtin() argument 115 LayoutFlags fFlags = LayoutFlag::kNone; argument 116 int fLocation = -1; 117 int fOffset = -1; 118 int fBinding = -1; 119 int fTexture = -1; 120 int fSampler = -1; 121 int fIndex = -1; [all …]
|
| /third_party/rust/rust/library/core/src/alloc/ |
| D | mod.rs | 163 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout); in deallocate() 206 old_layout: Layout, in grow() 207 new_layout: Layout, in grow() 269 old_layout: Layout, in grow_zeroed() 270 new_layout: Layout, in grow_zeroed() 333 old_layout: Layout, in shrink() 334 new_layout: Layout, in shrink() 384 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 393 old_layout: Layout, in grow() 394 new_layout: Layout, in grow() [all …]
|
| D | layout.rs | 38 pub struct Layout { struct 45 // constraint to impose on Layout constructors. argument 52 impl Layout { impl 296 pub const fn pad_to_align(&self) -> Layout { in pad_to_align() 440 ) -> Result<Layout, LayoutError> { in array()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | Layout.h | 41 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
|
| /third_party/rust/rust/library/std/src/ |
| 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 …]
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/rust/rust/library/alloc/src/ |
| D | alloc.rs | 120 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() 139 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 180 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 197 old_layout: Layout, in grow_impl() 198 new_layout: Layout, in grow_impl() 254 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 266 old_layout: Layout, in grow() 267 new_layout: Layout, in grow() 277 old_layout: Layout, in grow_zeroed() 278 new_layout: Layout, in grow_zeroed() [all …]
|
| /third_party/rust/rust/src/librustdoc/html/ |
| D | layout.rs | 14 pub(crate) struct Layout { struct 15 pub(crate) logo: String, 16 pub(crate) favicon: String, 17 pub(crate) external_html: ExternalHtml, 18 pub(crate) default_settings: FxHashMap<String, String>, 19 pub(crate) krate: String, 22 pub(crate) css_file_extension: Option<PathBuf>, 47 struct PageLayout<'a> { argument 63 layout: &Layout, in render()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_generated_commands/ |
| D | indirectcommands.adoc | 19 [open,refpage='vkCreateIndirectCommandsLayoutNV',desc='Create an indirect command layout object',ty… 249 === Token Input Streams 454 === Tokenized Command Processing
|
| /third_party/rust/rust/library/alloc/tests/ |
| D | boxed.rs | 75 unsafe fn deallocate(&self, _ptr: NonNull<u8>, layout: Layout) { in deallocate() 95 old_layout: Layout, in grow() 96 new_layout: Layout, in grow() 124 old_layout: Layout, in grow_zeroed() 125 new_layout: Layout, in grow_zeroed() 149 old_layout: Layout, in shrink() 150 new_layout: Layout, in shrink()
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | layout.rs | 11 pub(crate) struct Layout { struct 26 Layout::for_size_internal(ptr_size, ptr_size), in test_layout_for_size() argument 35 impl Layout { impl
|
| /third_party/rust/rust/tests/ui/alloc-error/ |
| D | alloc-error-handler-bad-signature-2.rs | 7 struct Layout; struct 11 info: Layout, //~^ ERROR mismatched types in oom()
|
| /third_party/rust/rust/tests/codegen/ |
| D | layout-size-checks.rs | 13 pub fn layout_array_rgb48(n: usize) -> Layout { in layout_array_rgb48() 24 pub fn layout_array_i32(n: usize) -> Layout { in layout_array_i32()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
| D | MappedBlockStream.cpp | 46 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()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCAssembler.cpp | 191 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup() 288 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize() 499 const MCAsmLayout &Layout, const MCFragment &F) { in writeFragment() 724 MCAssembler::handleFixup(const MCAsmLayout &Layout, MCFragment &F, in handleFixup() 760 void MCAssembler::layout(MCAsmLayout &Layout) { in layout() 867 MCAsmLayout Layout(*this); in Finish() local 906 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction() 940 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB() 997 bool MCAssembler::relaxBoundaryAlign(MCAsmLayout &Layout, in relaxBoundaryAlign() 1026 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr() [all …]
|
| /third_party/rust/rust/library/std/src/sys/solid/ |
| D | alloc.rs | 18 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() 23 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc()
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/example/ |
| D | alloc_system.rs | 31 pub(crate) unsafe fn realloc_fallback(&self, ptr: *mut u8, old_layout: Layout, in realloc_fallback() 80 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() 84 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 162 unsafe fn allocate_with_flags(layout: Layout, flags: DWORD) -> *mut u8 { in allocate_with_flags() 186 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc() 199 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc()
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/example/ |
| D | alloc_system.rs | 17 old_layout: Layout, in realloc_fallback() 56 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() 60 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 99 unsafe fn allocate_with_flags(layout: Layout, flags: DWORD) -> *mut u8 { in allocate_with_flags() 114 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc() 120 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc()
|
| /third_party/rust/rust/tests/ui/box/ |
| D | large-allocator-ice.rs | 12 _: std::alloc::Layout, in allocate() 16 unsafe fn deallocate(&self, _: std::ptr::NonNull<u8>, _: std::alloc::Layout) { in deallocate()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
| D | markup.adoc | 181 [[markup-minimize-indentation]] 182 === Minimize Indentation 195 === Blocks 243 === Footnotes
|
| /third_party/rust/rust/library/std/src/sys/unsupported/ |
| D | alloc.rs | 17 unsafe fn dealloc(&self, _ptr: *mut u8, _layout: Layout) {} in dealloc() 20 unsafe fn realloc(&self, _ptr: *mut u8, _layout: Layout, _new_size: usize) -> *mut u8 { in realloc()
|
| /third_party/rust/rust/library/std/src/sys/hermit/ |
| D | alloc.rs | 23 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc() 28 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc()
|
| /third_party/rust/rust/tests/run-make/wasm-symbols-not-exported/ |
| D | bar.rs | 14 unsafe fn dealloc(&self, ptr: *mut u8, x: Layout) { in dealloc() 28 fn a(_: core::alloc::Layout) -> ! { in a()
|