Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dsynchronized_person.cpp31 void SetName(const std::string& newName) { in SetName() function in SafePerson
44 void SetName(const std::string& newName) { in SetName() function in Person
86 void SetName(const std::string& newName) { in SetName() function in SafeMemberPerson
108 void SetName(const std::string& newName) { in SetName() function in Person2
166 void SetName(const std::string& newName) { in SetName() function in HelperPerson
199 void SetName(const std::string& newName) { in SetName() function in Person3
/aosp_15_r20/external/gptfdisk/
H A Dgptpart.cc178 void GPTPart::SetName(const string & theName) { function in GPTPart
184 void GPTPart::SetName(const UnicodeString & theName) { function in GPTPart
199 void GPTPart::SetName(const string & theName) { function in GPTPart
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_representation.h218 void SetName(const std::string &name) { in SetName() function
506 void SetName(std::string name) { name_ = std::move(name); } in SetName() function
687 void SetName(std::string &&name) { in SetName() function
691 void SetName(const std::string &name) { in SetName() function
786 void SetName(const std::string &name) { in SetName() function
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h179 Command& SetName(std::string name) & { in SetName() function
183 Command SetName(std::string name) && { in SetName() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_builder.h283 void SetName(absl::string_view name) { line_->set_name(std::string(name)); } in SetName() function
338 void SetName(absl::string_view name) { plane_->set_name(std::string(name)); } in SetName() function
/aosp_15_r20/external/javassist/src/test/test1/
H A DSetName.java3 public class SetName { class
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/
H A Dplatform_thread.cc23 void PlatformThread::SetName(const std::string& name) { in SetName() function in partition_alloc::internal::base::PlatformThread
/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_nacl.cc27 void PlatformThreadBase::SetName(const std::string& name) { in SetName() function in base::PlatformThreadBase
H A Dplatform_thread_android.cc92 void PlatformThread::SetName(const std::string& name) { in SetName() function in base::PlatformThread
H A Dplatform_thread_fuchsia.cc87 void PlatformThread::SetName(const std::string& name) { in SetName() function in base::PlatformThread
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dapp.h35 void SetName(uint32_t name) { name_ = name; } in SetName() function
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/base/
H A Dostream_ref_data_destination.h30 void SetName(const std::string& name) { name_ = name; } in SetName() function
/aosp_15_r20/external/image_io/includes/image_io/base/
H A Dostream_ref_data_destination.h30 void SetName(const std::string& name) { name_ = name; } in SetName() function
/aosp_15_r20/external/libchrome/base/threading/
H A Dplatform_thread_android.cc62 void PlatformThread::SetName(const std::string& name) { in SetName() function in base::PlatformThread
/aosp_15_r20/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.h38 void SetName(const std::string& name) { mName = name; } in SetName() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
H A Dcluster.h58 void SetName(const std::string& name) { name_ = name; } in SetName() function
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.h38 void SetName(const string& name) { mName = name; } in SetName() function
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Ddevice_mapper_task.cc18 bool DevmapperTaskImpl::SetName(const std::string& name) { in SetName() function in brillo::DevmapperTaskImpl
/aosp_15_r20/external/deqp-deps/amber/src/
Dshader.h33 void SetName(const std::string& name) { name_ = name; } in SetName() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_event.cc69 void CLEvent::SetName(const std::string& name) { name_ = name; } in SetName() function in tflite::gpu::cl::CLEvent
/aosp_15_r20/device/google/cuttlefish/common/libs/net/
Dnetwork_interface.h39 NetworkInterface& SetName(const std::string& new_name) { in SetName() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DThreadSpec.h49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DThreadSpec.h49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DThreadSpec.h49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DThreadSpec.h49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function

12345