HomeSort by relevance Sort by last modified time
    Searched defs:name_prefix (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/threading/
simple_thread.h 84 // Every thread has a name, in the form of |name_prefix|/TID, for example
86 explicit SimpleThread(const std::string& name_prefix);
87 SimpleThread(const std::string& name_prefix, const Options& options);
98 std::string name_prefix() { return name_prefix_; } function in class:base::SimpleThread
135 const std::string& name_prefix);
137 const std::string& name_prefix,
161 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
tunes_db.py 156 name_prefix: Name prefix of artists to search. If none provided and
158 If continuation is provided, name_prefix should be empty, if not, value
164 name_prefix = messages.StringField(3, default=u'') variable in class:SearchArtistsRequest
274 name_prefix: Name prefix of albms to search. If none provided and
276 If continuation is provided, name_prefix should be empty, if not, value
283 name_prefix = messages.StringField(3, default=u'') variable in class:SearchAlbumsRequest
376 name_prefix = request.name_prefix
378 query = info_class.search(name_prefix)
  /external/v8/src/profiler/
profile-generator.h 42 const char* name_prefix = CodeEntry::kEmptyNamePrefix,
57 const char* name_prefix() const { return name_prefix_; } function in class:v8::internal::CodeEntry

Completed in 95 milliseconds