Home
last modified time | relevance | path

Searched refs:dies (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc700 std::vector<const nogrod::DwarfDie*> dies = dwarf_info->FindDiesByName(class_name); in ParseClass() local
701 if (dies.empty()) { in ParseClass()
709 for (auto namefellow_die : dies) { in ParseClass()
1043 const std::vector<const nogrod::DwarfDie*>& dies) { in warning_too_many_dies() argument
1045 for (auto die : dies) { in warning_too_many_dies()
1073 std::vector<const nogrod::DwarfDie*> dies = dwarf_info->FindDiesByName(name); in FindBestDie() local
1074 if (dies.empty()) { in FindBestDie()
1082 for (const auto die : dies) { in FindBestDie()
1114 if (dies.size() > 1) { in FindBestDie()
1115 warning_too_many_dies(name, dies); in FindBestDie()
[all …]
/frameworks/base/core/java/android/credentials/
Dflags.aconfig22 description: "Enables clearing of Credential Manager sessions when client process dies"
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DSystemRequestObserverTest.kt126 fun `removes all votes from storage when binder dies`() { in removes all votes from storage when binder dies()
190 fun `recalculates vote if one binder dies`() { in recalculates vote if one binder dies()
/frameworks/proto_logging/stats/
Datoms.proto20236 // The reason code of why the process dies
20239 // The supplemental reason code of why the process dies
20242 // The importance of the process when it dies
20245 // The last known PSS (in kB) of the process before it dies, could be 0.
20248 // The last known RSS (in kB) of the process before it dies, could be 0.