Home
last modified time | relevance | path

Searched defs:metrics (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/tests/unit/
Dparse_install_logs_test.cpp30 auto metrics = ParseLastInstall(last_install.path); in TEST() local
37 auto metrics = ParseLastInstall(last_install.path); in TEST() local
63 auto metrics = ParseRecoveryUpdateMetrics(lines); in TEST() local
/bootable/recovery/otautil/
Dparse_install_logs.cpp40 std::map<std::string, int64_t> metrics; in ParseRecoveryUpdateMetrics() local
105 auto metrics = ParseRecoveryUpdateMetrics(lines); in ParseLastInstall() local
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java110 DisplayMetrics metrics = standardResources.getDisplayMetrics(); in switchTo() local
/bootable/recovery/
Drecovery-persist.cpp117 auto metrics = ParseLastInstall(file_name); in report_metrics_from_last_install() local
/bootable/recovery/tools/image_generator/
DImageGenerator.java404 private WrappedTextInfo wrapText(String text, FontMetrics metrics) { in wrapText()
448 private WrappedTextInfo processAndWrapText(String text, FontMetrics metrics) { in processAndWrapText()