Home
last modified time | relevance | path

Searched defs:name_prefix (Results 1 – 8 of 8) sorted by relevance

/external/chromium/base/threading/
Dsimple_thread.cc13 SimpleThread::SimpleThread(const std::string& name_prefix) in SimpleThread()
18 SimpleThread::SimpleThread(const std::string& name_prefix, in SimpleThread()
57 const std::string& name_prefix) in DelegateSimpleThread()
63 const std::string& name_prefix, in DelegateSimpleThread()
79 const std::string& name_prefix, in DelegateSimpleThreadPool()
Dworker_pool_posix.cc55 WorkerThread(const std::string& name_prefix, int idle_seconds_before_exit, in WorkerThread()
97 const std::string& name_prefix, in PosixDynamicThreadPool()
Dsimple_thread.h90 std::string name_prefix() { return name_prefix_; } in name_prefix() function
/external/webkit/Source/WebCore/platform/chromium/
DTraceEvent.h35 #define TRACE_EVENT_MAKE_UNIQUE_IDENTIFIER(name_prefix) TRACE_EVENT_MAKE_UNIQUE_IDENTIFIER2(name_pr… argument
/external/v8/src/
Dprofile-generator-inl.h47 const char* name_prefix, in CodeEntry()
Dprofile-generator.h410 const char* name_prefix, in INLINE()
Dprofile-generator.cc801 const char* name_prefix, in NewCodeEntry()
/external/chromium/base/metrics/
Dfield_trial.cc105 std::string FieldTrial::MakeName(const std::string& name_prefix, in MakeName()