Home
last modified time | relevance | path

Searched defs:Slice (Results 1 – 25 of 56) sorted by relevance

123

/external/perfetto/include/perfetto/ext/tracing/core/
Dslice.h33 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
56 Slice(const Slice&) = delete; argument
57 void operator=(const Slice&) = delete; argument
65 using Slices = std::vector<Slice>; argument
/external/skia/src/gpu/dawn/
DGrDawnRingBuffer.h22 struct Slice { struct
23 Slice(wgpu::Buffer buffer, int offset) : fBuffer(buffer), fOffset(offset) {} in Slice() argument
24 Slice() : fBuffer(nullptr), fOffset(0) {} in Slice() argument
25 Slice(const Slice& other) : fBuffer(other.fBuffer), fOffset(other.fOffset) {} in Slice() function
34 Slice allocate(int size); argument
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dslice.h38 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/clang/test/CodeGenObjC/
Dobjc2-write-barrier-3.m8 struct Slice { struct
12 typedef struct Slice Slice; typedef
/external/tensorflow/tensorflow/core/kernels/
Dslice_op.h28 struct Slice { struct
29 void operator()(const Device& d, typename TTypes<T, NDIMS>::Tensor output, in operator()
/external/perfetto/src/protozero/
Dscattered_heap_buffer.cc23 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/flatbuffers/lua/flatbuffers/
Dbinaryarray.lua31 function mt:Slice(startPos, endPos) function
/external/webrtc/webrtc/common_audio/
Dchannel_buffer.h105 const T* const* Slice(T** slice, size_t start_frame) const { in Slice() function
111 T** Slice(T** slice, size_t start_frame) { in Slice() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dslice.cc34 class Slice : public NodeShader { class
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLEB128.h145 uint64_t Slice = *p & 0x7f; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dslice.cc132 std::vector<ComputeTaskDescriptorPtr> Slice(int id, ValueId input_id, in Slice() function
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_slice.cc27 bool Slice(SliceOperator const& op, Array const& input_array, in Slice() function
/external/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc169 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
Dreadable_font_data.cc314 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset, in Slice() function in sfntly::ReadableFontData
329 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset) { in Slice() function in sfntly::ReadableFontData
/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc408 struct Slice { struct in tensorflow::data::ShuffleDatasetOpBase::ShuffleDatasetBase::Iterator
409 Slice(int64 start, int64 end) : start(start), end(end) {} in Slice() function
411 int64 start;
412 int64 end;
/external/perfetto/protos/perfetto/metrics/android/
Dstartup_metric.proto34 message Slice { message
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcustom_call_thunk.cc115 [&](const ShapeIndex& index, const BufferAllocation::Slice&) { in AppendBuffersFor()
/external/llvm/unittests/ADT/
DSmallStringTest.cpp108 TEST_F(SmallStringTest, Slice) { in TEST_F() argument
DArrayRefTest.cpp112 TEST(ArrayRefTest, Slice) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSmallStringTest.cpp108 TEST_F(SmallStringTest, Slice) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h167 Slice() {} in Slice() function
168 Slice(const BufferAllocation* allocation, int64 offset, int64 size) in Slice() function
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2578 ## Slice section in Operation Semantics
/external/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto166 message Slice { message
/external/tensorflow/tensorflow/compiler/xla/
Darray_test.cc176 TEST(ArrayTest, Slice) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp205 BinaryStreamRef Slice(*S); in formatMsfStreamData() local

123