/aosp12/art/runtime/gc/collector/ |
H A D | partial_mark_sweep.cc | 28 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 D | sticky_mark_sweep.cc | 31 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 D | partial_mark_sweep.h | 33 PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
|
H A D | sticky_mark_sweep.h | 33 StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
|
H A D | semi_space.cc | 80 SemiSpace::SemiSpace(Heap* heap, const std::string& name_prefix) in SemiSpace() argument 82 name_prefix + (name_prefix.empty() ? "" : " ") + "semispace"), in SemiSpace()
|
H A D | semi_space.h | 62 explicit SemiSpace(Heap* heap, const std::string& name_prefix = "");
|
H A D | mark_sweep.h | 56 MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
|
H A D | concurrent_copying.h | 73 const std::string& name_prefix = "",
|
H A D | mark_sweep.cc | 94 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in MarkSweep() argument 96 name_prefix + in MarkSweep()
|
H A D | concurrent_copying.cc | 73 const std::string& name_prefix, in ConcurrentCopying() argument 76 name_prefix + (name_prefix.empty() ? "" : " ") + in ConcurrentCopying()
|
/aosp12/system/vold/ |
H A D | KeyUtil.cpp | 167 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 D | QCameraDualFOVPP.h | 99 const char* name_prefix);
|
H A D | QCameraDualFOVPP.cpp | 735 …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 D | token_range.h | 358 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 D | ExchangeAccountType.java | 93 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 D | BaseAccountType.java | 172 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 D | BaseAccountType.java | 160 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 D | ExchangeAccountType.java | 92 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName()
|