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

1 2

  /external/chromium/chrome/browser/chromeos/cros/
network_library_unittest.cc 18 wifi->SetName(wifi_setname);
28 wifi->SetName(wifi_setname2);
  /external/chromium/third_party/libjingle/source/talk/base/
signalthread.cc 43 worker_.SetName("SignalThread", this);
50 bool SignalThread::SetName(const std::string& name, const void* obj) {
54 return worker_.SetName(name, obj);
signalthread.h 60 bool SetName(const std::string& name, const void* obj);
thread.h 135 bool SetName(const std::string& name, const void* obj);
  /development/testrunner/coverage/
coverage_target.py 28 def SetName(self, name):
coverage_targets.py 108 target.SetName(target_element.getAttribute(self._NAME_ATTR))
  /external/chromium/base/threading/
platform_thread.h 71 static void SetName(const char* name);
platform_thread_posix.cc 155 // Linux SetName is currently disabled, as we need to distinguish between
161 void PlatformThread::SetName(const char* name) {
192 void PlatformThread::SetName(const char* /*name*/) {
thread.cc 150 PlatformThread::SetName(name_.c_str());
platform_thread_win.cc 96 void PlatformThread::SetName(const char* name) {
simple_thread.cc 48 PlatformThread::SetName(name_.c_str());
watchdog.cc 126 PlatformThread::SetName(name.c_str());
worker_pool_posix.cc 74 PlatformThread::SetName(name.c_str());
  /external/chromium/chrome/browser/ui/views/
generic_info_view.h 38 void SetName(int row, const string16& name);
generic_info_view.cc 28 SetName(row, UTF16ToWide(l10n_util::GetStringUTF16(name_string_id)));
31 void GenericInfoView::SetName(int row, const string16& name) {
generic_info_view_unittest.cc 45 view1->SetName(0, kName);
  /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; }
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 31 void ThreadContextBase::SetName(const char *new_name) {
83 SetName(0);
196 tctx->SetName(name);
sanitizer_thread_registry.h 55 void SetName(const char *new_name);
  /development/testrunner/test_defs/
test_suite.py 40 def SetName(self, name):
xml_suite_helper.py 68 test_suite.SetName(self._ParseAttribute(suite_element, self._NAME_ATTR,
  /external/chromium/chrome/browser/
browser_main_posix.cc 115 base::PlatformThread::SetName("CrShutdownDetector");
  /external/webkit/Source/WebCore/bindings/v8/
V8LazyEventListener.cpp 154 wrappedFunction->SetName(v8::String::New(fromWebCoreString(m_functionName), m_functionName.length()));
  /external/chromium/net/http/
mock_gssapi_library_posix.cc 110 void SetName(gss_name_t dest, const void* src, size_t length) {
133 SetName(dest, src.c_str(), src.length());

Completed in 619 milliseconds

1 2