HomeSort by relevance Sort by last modified time
    Searched defs:SetName (Results 1 - 25 of 43) sorted by null

1 2

  /development/testrunner/coverage/
coverage_target.py 28 def SetName(self, name):
  /external/image_io/includes/image_io/base/
ostream_ref_data_destination.h 30 void SetName(const std::string& name) { name_ = name; }
  /external/pdfium/core/fpdfapi/page/
cpdf_contentmarkitem.h 34 void SetName(const ByteString& name) { m_MarkName = name; }
  /external/webrtc/webrtc/base/
signalthread.cc 28 worker_.SetName("SignalThread", this);
35 bool SignalThread::SetName(const std::string& name, const void* obj) {
39 return worker_.SetName(name, obj);
thread.cc 150 SetName("Thread", this); // default name
179 bool Thread::SetName(const std::string& name, const void* obj) {
  /device/google/cuttlefish_common/common/libs/net/
network_interface.h 39 NetworkInterface& SetName(const std::string& new_name) {
  /external/libchrome/base/threading/
thread_id_name_manager.cc 62 void ThreadIdNameManager::SetName(const std::string& name) {
platform_thread_linux.cc 128 void PlatformThread::SetName(const std::string& name) {
129 ThreadIdNameManager::GetInstance()->SetName(name);
  /external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
cluster.h 58 void SetName(const string& name) { name_ = name; }
  /development/testrunner/test_defs/
test_suite.py 41 def SetName(self, name):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfGuidObject.py 82 def SetName(self, Name):
266 InfGuidItemObj.SetName(Item[0])
InfPpiObject.py 179 def SetName(self, Name):
242 InfPpiItemObj.SetName(Item[0])
InfProtocolObject.py 168 def SetName(self, Name):
229 InfProtocolItemObj.SetName(Item[0])
InfDefineObject.py     [all...]
  /art/runtime/gc/accounting/
space_bitmap.h 212 void SetName(const std::string& name) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 31 void ThreadContextBase::SetName(const char *new_name) {
82 SetName(0);
206 tctx->SetName(name);
215 tctx->SetName(name);
  /external/webrtc/webrtc/libjingle/xmllite/
xmlelement.h 125 void SetName(const QName& name) { name_ = name; }
  /art/runtime/base/
timing_logger.cc 52 void CumulativeLogger::SetName(const std::string& name) {
  /external/google-benchmark/src/
benchmark_register.cc 460 void Benchmark::SetName(const char* name) { name_ = name; }
  /external/gptfdisk/
gptpart.cc 165 SetName(t.TypeName());
173 void GPTPart::SetName(const string & theName) {
174 SetName((UnicodeString) theName.c_str());
175 } // GPTPart::SetName()
179 void GPTPart::SetName(const UnicodeString & theName) {
181 cerr << "Bogus UTF-16 name found in GPTPart::SetName()! Name not changed!\n";
186 } // GPTPart::SetName()
194 void GPTPart::SetName(const string & theName) {
261 } // GPTPart::SetName(), UTF-8 version
267 SetName(partitionType.TypeName())
    [all...]
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 460 void Benchmark::SetName(const char* name) { name_ = name; }
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME))
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
pattern_matcher_test.cc 677 std::unique_ptr<HloInstruction> SetName(absl::string_view name,
685 SetName("i", HloInstruction::CreateIota(ShapeUtil::MakeShape(S32, {42}),
688 SetName("c", HloInstruction::CreateConstant(LiteralUtil::CreateR0(0)));
725 SetName("a", HloInstruction::CreateBinary(ShapeUtil::MakeShape(S32, {}),
750 SetName("c", HloInstruction::CreateConstant(
757 SetName("c", HloInstruction::CreateConstant(LiteralUtil::CreateR0(10))),
763 SetName("c", HloInstruction::CreateConstant(LiteralUtil::CreateR0(2.25))),
    [all...]
  /development/vndk/tools/header-checker/src/repr/
ir_diff_representation.h 46 void SetName(const std::string &name) {
  /external/dng_sdk/source/
dng_camera_profile.h 316 void SetName (const char *name)

Completed in 2580 milliseconds

1 2