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

  /external/chromium/base/threading/
simple_thread.cc 13 SimpleThread::SimpleThread(const std::string& name_prefix)
14 : name_prefix_(name_prefix), name_(name_prefix),
18 SimpleThread::SimpleThread(const std::string& name_prefix,
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, options)
    [all...]
simple_thread.h 76 // 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);
worker_pool_posix.cc 55 WorkerThread(const std::string& name_prefix, int idle_seconds_before_exit,
57 : name_prefix_(name_prefix),
97 const std::string& name_prefix,
99 : name_prefix_(name_prefix),
worker_pool_posix.h 47 // All worker threads will share the same |name_prefix|. They will exit after
49 PosixDynamicThreadPool(const std::string& name_prefix,
simple_thread_unittest.cc 120 EXPECT_EQ(thread.name_prefix(), "event_waiter");
124 EXPECT_EQ(thread.name_prefix(), "event_waiter");
133 EXPECT_EQ(thread.name_prefix(), "event_waiter");
  /external/webkit/Source/WebCore/platform/chromium/
TraceEvent.h 35 #define TRACE_EVENT_MAKE_UNIQUE_IDENTIFIER(name_prefix) TRACE_EVENT_MAKE_UNIQUE_IDENTIFIER2(name_prefix, __LINE__)
  /external/v8/src/
profile-generator-inl.h 47 const char* name_prefix,
53 name_prefix_(name_prefix),
profile-generator.h 98 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);
    [all...]
profile-generator.cc 251 entry_->name_prefix(),
801 const char* name_prefix,
804 name_prefix,
    [all...]
api.cc     [all...]
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.h 37 const std::string & name_prefix = std::string(""),
EntryPoint.cpp 158 const std::string & name_prefix,
163 name_prefix.c_str(),
  /external/esd/include/
esd.h 309 int esd_play_file( const char *name_prefix, const char *filename, int fallback );
310 int esd_file_cache( int esd, const char *name_prefix, const char *filename );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 309 int esd_play_file( const char *name_prefix, const char *filename, int fallback );
310 int esd_file_cache( int esd, const char *name_prefix, const char *filename );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 309 int esd_play_file( const char *name_prefix, const char *filename, int fallback );
310 int esd_file_cache( int esd, const char *name_prefix, const char *filename );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 309 int esd_play_file( const char *name_prefix, const char *filename, int fallback );
310 int esd_file_cache( int esd, const char *name_prefix, const char *filename );
  /external/chromium/base/metrics/
field_trial.h 138 // name of a HISTOGRAM. Use the original histogram name as the name_prefix.
139 static std::string MakeName(const std::string& name_prefix,
field_trial.cc 105 std::string FieldTrial::MakeName(const std::string& name_prefix,
107 std::string big_string(name_prefix);
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeAccountType.java 83 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
112 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
BaseAccountType.java 157 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
192 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
203 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 74 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
FallbackSource.java 117 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,

Completed in 1271 milliseconds