/external/chromium/third_party/libjingle/source/talk/base/ |
D | signalthread.cc | 43 worker_.SetName("SignalThread", this); in SignalThread() 50 bool SignalThread::SetName(const std::string& name, const void* obj) { in SetName() function in talk_base::SignalThread 54 return worker_.SetName(name, obj); in SetName()
|
D | signalthread.h | 60 bool SetName(const std::string& name, const void* obj);
|
D | thread.h | 135 bool SetName(const std::string& name, const void* obj);
|
D | thread.cc | 179 SetName("Thread", this); // default name in Thread() 208 bool Thread::SetName(const std::string& name, const void* obj) { in SetName() function in talk_base::Thread
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library_unittest.cc | 18 wifi->SetName(wifi_setname); in TEST() 28 wifi->SetName(wifi_setname2); in TEST()
|
/external/chromium/chrome/browser/ui/views/ |
D | generic_info_view.cc | 28 SetName(row, UTF16ToWide(l10n_util::GetStringUTF16(name_string_id))); in SetNameByStringId() 31 void GenericInfoView::SetName(int row, const string16& name) { in SetName() function in GenericInfoView
|
D | generic_info_view.h | 38 void SetName(int row, const string16& name);
|
D | generic_info_view_unittest.cc | 45 view1->SetName(0, kName); in TEST_F()
|
/external/chromium/base/threading/ |
D | platform_thread_posix.cc | 161 void PlatformThread::SetName(const char* name) { 192 void PlatformThread::SetName(const char* /*name*/) { in SetName() function in base::PlatformThread
|
D | platform_thread.h | 71 static void SetName(const char* name);
|
D | thread.cc | 150 PlatformThread::SetName(name_.c_str()); in ThreadMain()
|
D | platform_thread_win.cc | 96 void PlatformThread::SetName(const char* name) { in SetName() function in base::PlatformThread
|
D | watchdog.cc | 126 PlatformThread::SetName(name.c_str()); in SetThreadName()
|
D | worker_pool_posix.cc | 74 PlatformThread::SetName(name.c_str()); in ThreadMain()
|
D | simple_thread.cc | 48 PlatformThread::SetName(name_.c_str()); in ThreadMain()
|
D | platform_thread_mac.mm | 36 void PlatformThread::SetName(const char* name) {
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8LazyEventListener.cpp | 154 …wrappedFunction->SetName(v8::String::New(fromWebCoreString(m_functionName), m_functionName.length(… in prepareListenerObject()
|
D | V8NPObject.cpp | 215 v8Function->SetName(v8::Handle<v8::String>::Cast(key)); in npObjectGetProperty()
|
/external/chromium/chrome/browser/ |
D | browser_main_posix.cc | 115 base::PlatformThread::SetName("CrShutdownDetector"); in ThreadMain()
|
/external/chromium/net/http/ |
D | mock_gssapi_library_posix.cc | 110 void SetName(gss_name_t dest, const void* src, size_t length) { in SetName() function 133 SetName(dest, src.c_str(), src.length()); in NameFromString()
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
D | xmlelement.h | 148 void SetName(const QName& name) { name_ = name; } in SetName() function
|
/external/tinyxml/ |
D | tinyxml.h | 744 void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute. in SetName() function 752 void SetName( const std::string& _name ) in SetName() function 755 SetName ( buf.buffer ? buf.buffer : "error" ); in SetName()
|
/external/bluetooth/bluez/test/ |
D | apitest | 282 self.device.SetName(self.cmd_args[0])
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME)) 835 dlg.SetName(self.GetValue(JetDefs.F_ENAME)) 874 def SetName(self, name): member in JetReplicate 985 dlg.SetName("abc 02")
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
D | SDL_epocvideo.cpp | 214 Private->EPOC_WsWindowGroup.SetName(winGroupName); //!! in ConstructWindowL()
|