Searched defs:SetName (Results 1 - 25 of 50) sorted by relevance

12

/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h60 SetName (const char *name) function in class:ThreadGDBRemote
/external/chromium_org/base/threading/
H A Dplatform_thread_freebsd.cc47 void PlatformThread::SetName(const char* name) { function in class:base::PlatformThread
48 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
H A Dplatform_thread_linux.cc49 void PlatformThread::SetName(const char* name) { function in class:base::PlatformThread
50 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
H A Dthread_id_name_manager.cc51 void ThreadIdNameManager::SetName(PlatformThreadId id, const char* name) { function in class:base::ThreadIdNameManager
H A Dplatform_thread_android.cc84 void PlatformThread::SetName(const char* name) { function in class:base::PlatformThread
85 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
H A Dplatform_thread_win.cc159 void PlatformThread::SetName(const char* name) { function in class:base::PlatformThread
160 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
/external/chromium_org/gpu/command_buffer/common/
H A Dmailbox.cc30 void Mailbox::SetName(const int8* n) { function in class:gpu::Mailbox
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h57 SetName (const char *name) function in class:ThreadKDP
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h50 SetName (const char *name) function in class:ThreadMachCore
/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread.cc28 worker_.SetName("SignalThread", this);
35 bool SignalThread::SetName(const std::string& name, const void* obj) { function in class:rtc::SignalThread
39 return worker_.SetName(name, obj);
/external/chromium_org/ui/accessibility/
H A Dax_node_data.cc66 void AXNodeData::SetName(std::string name) { function in class:ui::AXNodeData
/external/lldb/include/lldb/Target/
H A DThreadSpec.h55 SetName (const char *name) function in class:lldb_private::ThreadSpec
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp114 ClangExpressionVariable::SetName (const ConstString &name) function in class:ClangExpressionVariable
116 m_frozen_sp->SetName (name);
/external/chromium_org/build/android/pylib/base/
H A Dbase_test_result.py53 def SetName(self, name): member in class:BaseTestResult
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_apitest.cc71 void SetName(const std::string& name, const base::Closure& callback) { function in class:extensions::BluetoothPrivateApiTest
131 EXPECT_CALL(*mock_adapter_.get(), SetName("Dome", _, _)).WillOnce(
132 WithArgs<0, 1>(Invoke(this, &BluetoothPrivateApiTest::SetName)));
/external/chromium_org/ui/app_list/
H A Dapp_list_item.cc106 void AppListItem::SetName(const std::string& name) { function in class:app_list::AppListItem
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc181 void BrowserChildProcessHostImpl::SetName(const base::string16& name) { function in class:content::BrowserChildProcessHostImpl
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win.cc73 void BluetoothAdapterWin::SetName(const std::string& name, function in class:device::BluetoothAdapterWin
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_event_emitter.cc132 Error JSPipeEventEmitter::SetName(const char* name) { function in class:nacl_io::JSPipeEventEmitter
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.h142 void SetName(const QName& name) { name_ = name; } function in class:buzz::XmlElement
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlelement.h125 void SetName(const QName& name) { name_ = name; } function in class:buzz::XmlElement
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc31 void ThreadContextBase::SetName(const char *new_name) { function in class:__sanitizer::ThreadContextBase
82 SetName(0);
206 tctx->SetName(name);
215 tctx->SetName(name);
/external/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h150 SetName (const char *name) function in class:ThreadElfCore
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME))
835 dlg.SetName(self.GetValue(JetDefs.F_ENAME))
874 def SetName(self, name): member in class:JetReplicate
985 dlg.SetName("abc 02")
/external/chromium_org/components/pairing/
H A Dbluetooth_host_pairing_controller.cc119 SetName();
126 void BluetoothHostPairingController::SetName() { function in class:pairing_chromeos::BluetoothHostPairingController
132 adapter_->SetName(
328 SetName();

Completed in 508 milliseconds

12