Home
last modified time | relevance | path

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

123

/external/perfetto/include/perfetto/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
38 explicit Slice(std::unique_ptr<std::string> str) in Slice() argument
44 static Slice Allocate(size_t size) { in Allocate() argument
61 Slice(const Slice&) = delete; argument
62 void operator=(const Slice&) = delete; argument
71 using Slices = std::vector<Slice>; 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/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/perfetto/src/protozero/
Dscattered_heap_buffer.cc23 ScatteredHeapBuffer::Slice::Slice(size_t size) in Slice() function in protozero::ScatteredHeapBuffer::Slice
/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc314 struct Slice { struct in tensorflow::data::__anon0b80ed660111::ShuffleDatasetOpBase::ShuffleDatasetBase::Iterator
315 Slice(int64 start, int64 end) : start(start), end(end) {} in Slice() function
317 int64 start;
318 int64 end;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLEB128.h145 uint64_t Slice = *p & 0x7f; variable
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSmallStringTest.cpp108 TEST_F(SmallStringTest, Slice) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2402 ## Slice section in Operation Semantics
/external/llvm/unittests/ADT/
DSmallStringTest.cpp108 TEST_F(SmallStringTest, Slice) { in TEST_F() argument
DArrayRefTest.cpp112 TEST(ArrayRefTest, Slice) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h164 Slice() {} in Slice() function
165 Slice(const BufferAllocation* allocation, int64 offset, int64 size) in Slice() function
Dhlo_constant_folding_test.cc150 TEST_F(HloConstantFoldingTest, Slice) { in TEST_F() argument
/external/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto154 message Slice { message
/external/swiftshader/third_party/LLVM/unittests/ADT/
DStringRefTest.cpp109 TEST(StringRefTest, Slice) { in TEST() argument
/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
/external/tensorflow/tensorflow/lite/kernels/
Dgather_test.cc128 TEST(FloatGatherOpTest, Slice) { in TEST() argument
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp485 for (auto Slice : Obj.objects()) { in macho2yaml() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp511 for (auto Slice : Obj.objects()) { in macho2yaml() local

123