Home
last modified time | relevance | path

Searched refs:name_prefix (Results 1 – 18 of 18) sorted by relevance

/aosp12/art/runtime/gc/collector/
H A Dpartial_mark_sweep.cc28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep() argument
29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) { in PartialMarkSweep()
H A Dsticky_mark_sweep.cc31 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep() argument
32 : PartialMarkSweep(heap, is_concurrent, name_prefix.empty() ? "sticky " : name_prefix) { in StickyMarkSweep()
H A Dpartial_mark_sweep.h33 PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
H A Dsticky_mark_sweep.h33 StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
H A Dsemi_space.cc80 SemiSpace::SemiSpace(Heap* heap, const std::string& name_prefix) in SemiSpace() argument
82 name_prefix + (name_prefix.empty() ? "" : " ") + "semispace"), in SemiSpace()
H A Dsemi_space.h62 explicit SemiSpace(Heap* heap, const std::string& name_prefix = "");
H A Dmark_sweep.h56 MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
H A Dconcurrent_copying.h73 const std::string& name_prefix = "",
H A Dmark_sweep.cc94 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in MarkSweep() argument
96 name_prefix + in MarkSweep()
H A Dconcurrent_copying.cc73 const std::string& name_prefix, in ConcurrentCopying() argument
76 name_prefix + (name_prefix.empty() ? "" : " ") + in ConcurrentCopying()
/aosp12/system/vold/
H A DKeyUtil.cpp167 for (char const* const* name_prefix = NAME_PREFIXES; *name_prefix != nullptr; name_prefix++) { in installKeyLegacy() local
168 auto ref = buildLegacyKeyName(*name_prefix, raw_ref); in installKeyLegacy()
319 for (char const* const* name_prefix = NAME_PREFIXES; *name_prefix != nullptr; name_prefix++) { in evictKeyLegacy() local
320 auto ref = buildLegacyKeyName(*name_prefix, raw_ref); in evictKeyLegacy()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraDualFOVPP.h99 const char* name_prefix);
H A DQCameraDualFOVPP.cpp735 …UVtoFile(const uint8_t* pBuf, cam_frame_len_offset_t offset, uint32_t idx, const char* name_prefix) in dumpYUVtoFile() argument
741 name_prefix, offset.mp[0].stride, offset.mp[0].scanline, idx); in dumpYUVtoFile()
/aosp12/art/cmdline/
H A Dtoken_range.h358 std::string name_prefix = name.substr(0, wildcard_idx); in MaybeMatches() local
361 if (!StartsWith(*token_it, name_prefix)) { in MaybeMatches()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DExchangeAccountType.java93 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME) in addDataKindStructuredName()
130 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME) in addDataKindDisplayName()
H A DBaseAccountType.java172 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME) in addDataKindStructuredName()
221 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME) in addDataKindDisplayName()
237 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME) in addDataKindDisplayName()
1048 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME) in parseDataKind()
1094 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME) in parseDataKind()
1110 new EditField(StructuredName.PREFIX, R.string.name_prefix, FLAGS_PERSON_NAME) in parseDataKind()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DBaseAccountType.java160 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName()
191 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindName()
924 ks.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in parseDataKind()
954 kn.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in parseDataKind()
H A DExchangeAccountType.java92 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName()