/external/libgav1/libgav1/src/utils/ |
D | dynamic_buffer.h | 39 bool Resize(size_t size) { in Resize() function 67 bool Resize(size_t size) { in Resize() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | tensor_cord.cc | 73 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function 82 static void Resize(string_type* s, size_t new_size) { in Resize() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | resize_uninitialized.h | 36 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/ |
D | resize_uninitialized.h | 36 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | resize_uninitialized.h | 38 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
|
/external/abseil-cpp/absl/strings/internal/ |
D | resize_uninitialized.h | 38 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/ |
D | resize_uninitialized.h | 36 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
D | resize_uninitialized.h | 38 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | resize.cc | 27 Resize::Resize(const OperationDef& definition, const Resize2DAttributes& attr) in Resize() function in tflite::gpu::Resize 32 Resize::Resize(Resize&& operation) in Resize() function in tflite::gpu::Resize
|
/external/grpc-grpc/src/cpp/common/ |
D | resource_quota_cc.cc | 31 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize() function in grpc::ResourceQuota
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | resource_quota_cc.cc | 31 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize() function in grpc::ResourceQuota
|
/external/libbrillo/brillo/streams/ |
D | memory_containers.cc | 84 bool ContiguousReadOnlyBufferBase::Resize(size_t /* new_size */, in Resize() function in brillo::data_container::ContiguousReadOnlyBufferBase 106 bool StringPtr::Resize(size_t new_size, ErrorPtr* /* error */) { in Resize() function in brillo::data_container::StringPtr
|
D | memory_containers.h | 159 bool Resize(size_t new_size, ErrorPtr* /* error */) override { in Resize() function
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | resize.cc | 34 class Resize : public NodeShader { class
|
/external/webrtc/modules/include/ |
D | module_common_types.cc | 90 void RTPFragmentationHeader::Resize(size_t size) { in Resize() function in webrtc::RTPFragmentationHeader
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_op_benchmark_test.cc | 24 static Graph* Resize(const char* algorithm, int batches, int width, in Resize() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_vector.h | 80 void Resize(uptr size) { in Resize() function
|
/external/webrtc/common_video/ |
D | i420_buffer_pool.cc | 32 bool I420BufferPool::Resize(size_t max_number_of_buffers) { in Resize() function in webrtc::I420BufferPool
|
/external/webrtc/test/linux/ |
D | glx_renderer.cc | 118 void GlxRenderer::Resize(size_t width, size_t height) { in Resize() function in webrtc::test::GlxRenderer
|
/external/tensorflow/tensorflow/core/platform/ |
D | strcat.cc | 121 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function 130 static void Resize(string_type* s, size_t new_size) { in Resize() function
|
/external/openscreen/cast/standalone_receiver/ |
D | decoder.cc | 25 void Decoder::Buffer::Resize(int new_size) { in Resize() function in openscreen::cast::Decoder::Buffer
|
/external/libtextclassifier/native/utils/tflite/ |
D | blacklist_base.cc | 36 TfLiteStatus Resize(TfLiteContext* context, TfLiteNode* node) { in Resize() function
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_frame_buffer_pool.cc | 102 bool Vp9FrameBufferPool::Resize(size_t max_number_of_buffers) { in Resize() function in webrtc::Vp9FrameBufferPool
|
/external/gemmlowp/test/ |
D | test.h | 77 void Resize(int rows, int cols) { in Resize() function
|
/external/webrtc/rtc_base/ |
D | byte_buffer.h | 87 void Resize(size_t size) { buffer_.SetSize(size); } in Resize() function
|