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

1 2 3 4 5 6

  /external/libchrome/base/threading/
thread_id_name_manager_unittest.cc 69 base::PlatformThread::SetName("First Name");
72 base::PlatformThread::SetName("New name");
74 base::PlatformThread::SetName("");
81 base::PlatformThread::SetName("Test Name");
84 base::PlatformThread::SetName("New name");
87 base::PlatformThread::SetName("Test Name");
90 base::PlatformThread::SetName("");
platform_thread_linux.cc 69 void PlatformThread::SetName(const std::string& name) {
70 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
thread_id_name_manager.h 31 void SetName(PlatformThreadId id, const std::string& name);
platform_thread.h 147 static void SetName(const std::string& name);
149 // Gets the thread name, if previously set by SetName.
  /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_checker_unittest.cc 58 SetName("call_do_stuff_on_thread", NULL);
82 SetName("delete_thread_checker_class_on_thread", NULL);
signalthread.h 46 bool SetName(const std::string& name, const void* obj);
  /art/runtime/gc/collector/
partial_mark_sweep.cc 30 cumulative_timings_.SetName(GetName());
sticky_mark_sweep.cc 33 cumulative_timings_.SetName(GetName());
  /external/gptfdisk/
gpttext.h 50 int SetName(uint32_t partNum);
gptpart.h 82 void SetName(const string & theName);
84 void SetName(const UnicodeString & theName);
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/pdfium/core/fpdfapi/page/
cpdf_contentmarkitem.h 33 void SetName(const CFX_ByteString& name) { m_MarkName = name; }
  /system/bt/service/common/android/bluetooth/
IBluetooth.aidl 37 boolean SetName(String name);
  /development/testrunner/coverage/
coverage_target.py 28 def SetName(self, name):
coverage_targets.py 108 target.SetName(target_element.getAttribute(self._NAME_ATTR))
  /frameworks/base/media/mca/filterfw/native/core/
time_util.h 38 void SetName(const string& name) { mName = name; }
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.h 38 void SetName(const std::string& name) { mName = name; }
  /system/bt/service/
adapter.h 101 virtual bool SetName(const std::string& name) = 0;
  /system/bt/service/test/
mock_adapter.h 38 MOCK_METHOD1(SetName, bool(const std::string&));
adapter_unittest.cc 214 TEST_F(AdapterTest, SetName) {
218 EXPECT_FALSE(adapter_->SetName(std::string(sizeof(hal_name.name), 'a')));
221 EXPECT_FALSE(adapter_->SetName("Test Name"));
223 EXPECT_TRUE(adapter_->SetName("Test Name"));
  /art/runtime/gc/space/
space.cc 138 live_bitmap_->SetName(mark_bitmap_->GetName());
139 mark_bitmap_->SetName(temp_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/libchrome/base/trace_event/
trace_sampling_thread.cc 35 PlatformThread::SetName("Sampling Thread");
  /development/testrunner/test_defs/
test_suite.py 41 def SetName(self, name):

Completed in 468 milliseconds

1 2 3 4 5 6