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

1 2

  /art/runtime/gc/collector/
partial_mark_sweep.cc 28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) {
sticky_mark_sweep.cc 27 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
29 name_prefix.empty() ? "sticky " : name_prefix) {
partial_mark_sweep.h 33 explicit PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
sticky_mark_sweep.h 33 explicit StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
mark_compact.cc 68 MarkCompact::MarkCompact(Heap* heap, const std::string& name_prefix)
69 : GarbageCollector(heap, name_prefix + (name_prefix.empty() ? "" : " ") + "mark compact"),
mark_compact.h 62 explicit MarkCompact(Heap* heap, const std::string& name_prefix = "");
semi_space.h 63 explicit SemiSpace(Heap* heap, bool generational = false, const std::string& name_prefix = "");
concurrent_copying.h 145 ConcurrentCopying(Heap* heap, const std::string& name_prefix = "");
mark_sweep.h 57 explicit MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
semi_space.cc 89 SemiSpace::SemiSpace(Heap* heap, bool generational, const std::string& name_prefix)
91 name_prefix + (name_prefix.empty() ? "" : " ") + "marksweep + semispace"),
    [all...]
concurrent_copying.cc 36 ConcurrentCopying::ConcurrentCopying(Heap* heap, const std::string& name_prefix)
38 name_prefix + (name_prefix.empty() ? "" : " ") +
    [all...]
mark_sweep.cc 98 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
100 name_prefix +
    [all...]
  /external/v8/src/
profile-generator-inl.h 15 const char* name_prefix,
21 name_prefix_(name_prefix),
profile-generator.h 52 const char* name_prefix = CodeEntry::kEmptyNamePrefix,
59 const char* name_prefix() const { return name_prefix_; } function in class:v8::internal::CodeEntry
282 const char* name_prefix = CodeEntry::kEmptyNamePrefix,
profile-generator.cc 207 entry_->name_prefix(), entry_->name(), entry_->script_id(),
535 const char* name_prefix,
541 name_prefix,
  /external/vixl/tools/
presubmit.py 151 def name_prefix(self): member in class:Test
198 progress_prefix = self.name_prefix())
212 print self.name_prefix() + FAILED + '''
220 progress_prefix = self.name_prefix())
249 print self.name_prefix() + 'Failed to run `' + command + '`'
250 print self.name_prefix() + self.status
  /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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
esd.h 311 int esd_play_file( const char *name_prefix, const char *filename, int fallback );
312 int esd_file_cache( int esd, const char *name_prefix, const char *filename );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
esd.h 311 int esd_play_file( const char *name_prefix, const char *filename, int fallback );
312 int esd_file_cache( int esd, const char *name_prefix, const char *filename );
  /art/cmdline/
token_range.h 356 std::string name_prefix = name.substr(0, wildcard_idx);
359 if (!StartsWith(*token_it, name_prefix)) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExchangeAccountType.java 90 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
119 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
BaseAccountType.java 159 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
194 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
205 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
    [all...]
  /external/skia/src/core/
SkTraceEvent.h     [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 633 milliseconds

1 2