Searched defs:name_prefix (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/src/
H A Dprofile-generator-inl.h38 const char* name_prefix,
44 name_prefix_(name_prefix),
36 CodeEntry(Logger::LogEventsAndTags tag, const char* name, const char* name_prefix, const char* resource_name, int line_number, int column_number) argument
H A Dprofile-generator.cc237 entry_->name_prefix(),
567 const char* name_prefix,
573 name_prefix,
564 NewCodeEntry( Logger::LogEventsAndTags tag, const char* name, const char* name_prefix, const char* resource_name, int line_number, int column_number) argument
H A Dprofile-generator.h76 const char* name_prefix = CodeEntry::kEmptyNamePrefix,
83 const char* name_prefix() const { return name_prefix_; } function in class:v8::internal::CodeEntry
305 const char* name_prefix = CodeEntry::kEmptyNamePrefix,
/external/chromium/base/threading/
H A Dsimple_thread.cc13 SimpleThread::SimpleThread(const std::string& name_prefix) argument
14 : name_prefix_(name_prefix), name_(name_prefix),
18 SimpleThread::SimpleThread(const std::string& name_prefix, argument
20 : name_prefix_(name_prefix), name_(name_prefix), options_(options),
57 const std::string& name_prefix)
58 : SimpleThread(name_prefix),
63 const std::string& name_prefix,
65 : SimpleThread(name_prefix, option
56 DelegateSimpleThread(Delegate* delegate, const std::string& name_prefix) argument
62 DelegateSimpleThread(Delegate* delegate, const std::string& name_prefix, const Options& options) argument
78 DelegateSimpleThreadPool( const std::string& name_prefix, int num_threads) argument
[all...]
H A Dworker_pool_posix.cc55 WorkerThread(const std::string& name_prefix, int idle_seconds_before_exit, argument
57 : name_prefix_(name_prefix),
97 const std::string& name_prefix,
99 : name_prefix_(name_prefix),
96 PosixDynamicThreadPool( const std::string& name_prefix, int idle_seconds_before_exit) argument
H A Dsimple_thread.h76 // Every thread has a name, in the form of |name_prefix|/TID, for example
78 explicit SimpleThread(const std::string& name_prefix);
79 SimpleThread(const std::string& name_prefix, const Options& options);
90 std::string name_prefix() { return name_prefix_; } function in class:base::SimpleThread
127 const std::string& name_prefix);
129 const std::string& name_prefix,
152 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads);
/external/chromium_org/base/threading/
H A Dsimple_thread.cc14 SimpleThread::SimpleThread(const std::string& name_prefix) argument
15 : name_prefix_(name_prefix), name_(name_prefix),
19 SimpleThread::SimpleThread(const std::string& name_prefix, argument
21 : name_prefix_(name_prefix), name_(name_prefix), options_(options),
64 const std::string& name_prefix)
65 : SimpleThread(name_prefix),
70 const std::string& name_prefix,
72 : SimpleThread(name_prefix, option
63 DelegateSimpleThread(Delegate* delegate, const std::string& name_prefix) argument
69 DelegateSimpleThread(Delegate* delegate, const std::string& name_prefix, const Options& options) argument
85 DelegateSimpleThreadPool( const std::string& name_prefix, int num_threads) argument
[all...]
H A Dsimple_thread.h76 // Every thread has a name, in the form of |name_prefix|/TID, for example
78 explicit SimpleThread(const std::string& name_prefix);
79 SimpleThread(const std::string& name_prefix, const Options& options);
90 std::string name_prefix() { return name_prefix_; } function in class:base::SimpleThread
133 const std::string& name_prefix);
135 const std::string& name_prefix,
158 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads);
H A Dworker_pool_posix.cc69 WorkerThread(const std::string& name_prefix, argument
71 : name_prefix_(name_prefix),
126 PosixDynamicThreadPool::PosixDynamicThreadPool(const std::string& name_prefix, argument
128 : name_prefix_(name_prefix),
/external/v8/src/
H A Dprofile-generator-inl.h47 const char* name_prefix,
53 name_prefix_(name_prefix),
46 CodeEntry(Logger::LogEventsAndTags tag, const char* name_prefix, const char* name, const char* resource_name, int line_number, int security_token_id) argument
H A Dprofile-generator.h98 const char* name_prefix,
105 INLINE(const char* name_prefix() const) { return name_prefix_; }
314 const char* name_prefix, String* name);
410 const char* name_prefix,
412 return profiles_->NewCodeEntry(tag, name_prefix, name);
409 NewCodeEntry(Logger::LogEventsAndTags tag, const char* name_prefix, String* name) argument
H A Dprofile-generator.cc251 entry_->name_prefix(),
801 const char* name_prefix,
804 name_prefix,
800 NewCodeEntry(Logger::LogEventsAndTags tag, const char* name_prefix, String* name) argument
/external/chromium_org/chrome/browser/chromeos/contacts/
H A Dgdata_contacts_service_unittest.cc48 const std::string& name_prefix,
63 contact->set_name_prefix(name_prefix);
41 InitContact(const std::string& contact_id, const std::string& rfc_3339_update_time, bool deleted, const std::string& full_name, const std::string& given_name, const std::string& additional_name, const std::string& family_name, const std::string& name_prefix, const std::string& name_suffix, contacts::Contact* contact) argument
/external/chromium/base/metrics/
H A Dfield_trial.cc105 std::string FieldTrial::MakeName(const std::string& name_prefix, argument
107 std::string big_string(name_prefix);

Completed in 545 milliseconds