| /external/perfetto/include/perfetto/ext/tracing/core/ |
| D | slice.h | 33 struct Slice { struct 34 Slice() : start(nullptr), size(0) {} in Slice() function 35 Slice(const void* st, size_t sz) : start(st), size(sz) {} in Slice() argument 39 static Slice Allocate(size_t size) { in Allocate() argument 47 static Slice TakeOwnership(std::unique_ptr<uint8_t[]> buf, size_t size) { in TakeOwnership() argument 64 Slice(const Slice&) = delete; argument 65 void operator=(const Slice&) = delete; argument 73 using Slices = std::vector<Slice>; argument
|
| /external/skia/src/gpu/dawn/ |
| D | GrDawnRingBuffer.h | 20 struct Slice { struct 21 Slice(wgpu::Buffer buffer, int offset) in Slice() argument 23 Slice() in Slice() function 25 Slice(const Slice& other) in Slice() argument 35 Slice allocate(int size); argument
|
| /external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
| D | slice.h | 38 Slice() : slice_(g_core_codegen_interface->grpc_empty_slice()) {} in Slice() function 44 Slice(grpc_slice slice, AddRef) in Slice() function 49 Slice(grpc_slice slice, StealRef) : slice_(slice) {} in Slice() function 52 explicit Slice(size_t len) in Slice() function 56 Slice(const void* buf, size_t len) in Slice() function 62 Slice(const std::string& str) in Slice() function 69 Slice(const void* buf, size_t len, StaticSlice) in Slice() function 74 Slice(const Slice& other) in Slice() function 88 Slice(void* buf, size_t len, void (*destroy)(void*), void* user_data) in Slice() function 93 Slice(void* buf, size_t len, void (*destroy)(void*)) in Slice() function [all …]
|
| /external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
| D | slice.h | 38 Slice() : slice_(g_core_codegen_interface->grpc_empty_slice()) {} in Slice() function 44 Slice(grpc_slice slice, AddRef) in Slice() function 49 Slice(grpc_slice slice, StealRef) : slice_(slice) {} in Slice() function 52 explicit Slice(size_t len) in Slice() function 56 Slice(const void* buf, size_t len) in Slice() function 62 Slice(const std::string& str) in Slice() function 69 Slice(const void* buf, size_t len, StaticSlice) in Slice() function 74 Slice(const Slice& other) in Slice() function 88 Slice(void* buf, size_t len, void (*destroy)(void*), void* user_data) in Slice() function 93 Slice(void* buf, size_t len, void (*destroy)(void*)) in Slice() function [all …]
|
| /external/grpc-grpc/include/grpcpp/impl/codegen/ |
| D | slice.h | 38 Slice() : slice_(g_core_codegen_interface->grpc_empty_slice()) {} in Slice() function 44 Slice(grpc_slice slice, AddRef) in Slice() function 49 Slice(grpc_slice slice, StealRef) : slice_(slice) {} in Slice() function 52 Slice(size_t len) in Slice() function 56 Slice(const void* buf, size_t len) in Slice() function 61 Slice(const grpc::string& str) in Slice() function 68 Slice(const void* buf, size_t len, StaticSlice) in Slice() function 73 Slice(const Slice& other) in Slice() function 87 Slice(void* buf, size_t len, void (*destroy)(void*), void* user_data) in Slice() function 92 Slice(void* buf, size_t len, void (*destroy)(void*)) in Slice() function [all …]
|
| /external/skia/src/gpu/ |
| D | GrStagingBufferManager.h | 21 struct Slice { struct 22 Slice() {} in Slice() function 23 Slice(GrGpuBuffer* buffer, size_t offset, void* offsetMapPtr) in Slice() argument 30 Slice allocateStagingBufferSlice(size_t size, size_t requiredAlignment = 1); argument
|
| D | GrRingBuffer.h | 39 struct Slice { struct 43 Slice suballocate(size_t size); argument
|
| /external/rust/crates/rand/src/distributions/ |
| D | slice.rs | 65 pub struct Slice<'a, T> { struct 70 impl<'a, T> Slice<'a, T> { argument 84 impl<'a, T> Distribution<&'a T> for Slice<'a, T> { implementation
|
| /external/clang/test/CodeGenObjC/ |
| D | objc2-write-barrier-3.m | 8 struct Slice { struct 12 typedef struct Slice Slice; argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | slice_op.h | 28 struct Slice { struct 29 void operator()(const Device& d, typename TTypes<T, NDIMS>::Tensor output, in operator()
|
| /external/rust/crates/itertools/benches/extra/ |
| D | zipslices.rs | 143 pub unsafe trait Slice { trait 152 unsafe impl<'a, T> Slice for &'a [T] { impl 163 unsafe impl<'a, T> Slice for &'a mut [T] { impl
|
| /external/perfetto/src/protozero/ |
| D | scattered_heap_buffer.cc | 23 ScatteredHeapBuffer::Slice::Slice() in Slice() function in protozero::ScatteredHeapBuffer::Slice 26 ScatteredHeapBuffer::Slice::Slice(size_t size) in Slice() function in protozero::ScatteredHeapBuffer::Slice
|
| /external/rust/crates/untrusted/src/ |
| D | untrusted.rs | 354 pub struct Slice<'a> { struct 355 bytes: &'a [u8], 358 impl<'a> Slice<'a> { implementation
|
| /external/tensorflow/tensorflow/core/lib/io/ |
| D | cache.h | 36 using Slice = StringPiece; variable
|
| /external/flatbuffers/lua/flatbuffers/ |
| D | binaryarray.lua | 31 function mt:Slice(startPos, endPos) function
|
| /external/webrtc/common_audio/ |
| D | channel_buffer.h | 134 const T* const* Slice(T** slice, size_t start_frame) const { in Slice() function 140 T** Slice(T** slice, size_t start_frame) { in Slice() function
|
| /external/perfetto/ui/src/frontend/ |
| D | slice.ts | 17 export interface Slice { interface
|
| /external/ComputeLibrary/tests/validation/NEON/ |
| D | Slice.cpp | 44 TEST_SUITE(Slice) in TEST_SUITE() argument
|
| /external/ComputeLibrary/tests/validation/CL/ |
| D | Slice.cpp | 44 TEST_SUITE(Slice) in TEST_SUITE() argument
|
| /external/rust/cxx/tests/ffi/ |
| D | tests.cc | 913 template class rust::Slice<const char>; member in rust 914 template class rust::Slice<const uint8_t>; member in rust 915 template class rust::Slice<uint8_t>; member in rust 916 template class rust::Slice<const tests::Shared>; member in rust 917 template class rust::Slice<tests::Shared>; member in rust 918 template class rust::Slice<const tests::R>; member in rust 919 template class rust::Slice<tests::R>; member in rust
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | CRC.cpp | 92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
| D | slice.cc | 34 class Slice : public NodeShader { class
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | LEB128.h | 144 uint64_t Slice = *p & 0x7f; variable
|
| /external/sfntly/cpp/src/sfntly/data/ |
| D | writable_font_data.cc | 169 CALLER_ATTACH FontData* WritableFontData::Slice(int32_t offset, in Slice() function in sfntly::WritableFontData 184 CALLER_ATTACH FontData* WritableFontData::Slice(int32_t offset) { in Slice() function in sfntly::WritableFontData
|
| /external/tensorflow/tensorflow/core/kernels/data/ |
| D | shuffle_dataset_op.cc | 316 struct Slice { struct in tensorflow::data::ShuffleDatasetOpBase::ShuffleDatasetBase::Iterator 317 Slice(int64 start, int64 end) : start(start), end(end) {} in Slice() function 319 int64 start; 320 int64 end;
|