/external/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/cronet/tot/base/strings/ |
D | strcat_internal.h | 31 auto Resize(std::basic_string<CharT>& str, size_t total_size) { in Resize() function 38 void Resize(std::basic_string<CharT>& str, size_t total_size) { in Resize() function
|
/external/cronet/stable/base/strings/ |
D | strcat_internal.h | 31 auto Resize(std::basic_string<CharT>& str, size_t total_size) { in Resize() function 38 void Resize(std::basic_string<CharT>& str, size_t total_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/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/rust/android-crates-io/crates/grpcio-sys/grpc/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/cronet/stable/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/cronet/tot/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/pdfium/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/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/cronet/stable/url/ |
D | url_canon_stdstring.cc | 24 void StdStringCanonOutput::Resize(size_t sz) { in Resize() function in url::StdStringCanonOutput
|
/external/cronet/tot/url/ |
D | url_canon_stdstring.cc | 24 void StdStringCanonOutput::Resize(size_t sz) { in Resize() function in url::StdStringCanonOutput
|
/external/grpc-grpc/third_party/upb/upb/message/ |
D | array_test.cc | 14 TEST(ArrayTest, Resize) { in TEST() argument
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/ |
D | resource_quota_cc.cc | 35 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize() function in grpc::ResourceQuota
|
/external/grpc-grpc/src/cpp/common/ |
D | resource_quota_cc.cc | 35 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize() function in grpc::ResourceQuota
|
/external/pigweed/pw_allocator/public/pw_allocator/ |
D | allocator.h | 193 bool Resize(void* ptr, size_t new_size) { in Resize() function 200 bool Resize(void* ptr, Layout layout, size_t new_size) { in Resize() function
|
/external/perfetto/src/bigtrace/orchestrator/ |
D | resizable_task_pool.cc | 30 void ResizableTaskPool::Resize(uint32_t new_size) { in Resize() function in perfetto::bigtrace::ResizableTaskPool
|
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/avc/features/ |
D | decode_avc_mv_buffers.cpp | 53 MOS_STATUS AvcMvBufferOpInf::Resize(MOS_BUFFER* &buffer) in Resize() function in decode::AvcMvBufferOpInf
|
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vvc/features/ |
D | decode_vvc_mv_buffers.cpp | 69 MOS_STATUS VvcMvBufferOpInf::Resize(MOS_BUFFER* &buffer) in Resize() function in decode::VvcMvBufferOpInf
|
/external/pigweed/pw_allocator/ |
D | managed_ptr.cc | 31 bool BaseManagedPtr::Resize(Allocator* allocator, void* ptr, size_t new_size) { in Resize() function in pw::allocator::internal::BaseManagedPtr
|
/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
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | resize.cc | 37 class Resize : public NodeShader { class
|
/external/pytorch/torch/autograd/_functions/ |
D | tensor.py | 33 class Resize(Function): class
|