Home
last modified time | relevance | path

Searched defs:Resize (Results 1 – 25 of 136) sorted by relevance

123456

/external/libgav1/src/utils/
Ddynamic_buffer.h39 bool Resize(size_t size) { in Resize() function
67 bool Resize(size_t size) { in Resize() function
/external/cronet/tot/base/strings/
Dstrcat_internal.h31 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/
Dstrcat_internal.h31 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/
Dtensor_cord.cc73 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/
Dresize.cc27 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/
Dresize_uninitialized.h38 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/
Dresize_uninitialized.h38 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/
Dresize_uninitialized.h38 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
/external/abseil-cpp/absl/strings/internal/
Dresize_uninitialized.h38 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/
Dresize_uninitialized.h36 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/
Dresize_uninitialized.h38 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/
Dresize_uninitialized.h38 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
/external/cronet/stable/url/
Durl_canon_stdstring.cc24 void StdStringCanonOutput::Resize(size_t sz) { in Resize() function in url::StdStringCanonOutput
/external/cronet/tot/url/
Durl_canon_stdstring.cc24 void StdStringCanonOutput::Resize(size_t sz) { in Resize() function in url::StdStringCanonOutput
/external/grpc-grpc/third_party/upb/upb/message/
Darray_test.cc14 TEST(ArrayTest, Resize) { in TEST() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dresource_quota_cc.cc35 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize() function in grpc::ResourceQuota
/external/grpc-grpc/src/cpp/common/
Dresource_quota_cc.cc35 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize() function in grpc::ResourceQuota
/external/pigweed/pw_allocator/public/pw_allocator/
Dallocator.h193 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/
Dresizable_task_pool.cc30 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/
Ddecode_avc_mv_buffers.cpp53 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/
Ddecode_vvc_mv_buffers.cpp69 MOS_STATUS VvcMvBufferOpInf::Resize(MOS_BUFFER* &buffer) in Resize() function in decode::VvcMvBufferOpInf
/external/pigweed/pw_allocator/
Dmanaged_ptr.cc31 bool BaseManagedPtr::Resize(Allocator* allocator, void* ptr, size_t new_size) { in Resize() function in pw::allocator::internal::BaseManagedPtr
/external/libbrillo/brillo/streams/
Dmemory_containers.cc84 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/
Dresize.cc37 class Resize : public NodeShader { class
/external/pytorch/torch/autograd/_functions/
Dtensor.py33 class Resize(Function): class

123456