Searched refs:spaces (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogStatistics.cpp385 ssize_t spaces = EntryBaseConstants::pruned_len - 2 - local
387 if ((spaces <= 0) && pruned.length()) {
388 spaces = 1;
390 if (spaces > 0) {
391 change += android::base::StringPrintf("%*s", (int)spaces, "");
622 short spaces = 1; local
627 if (spaces < 0) spaces = 0;
628 output += android::base::StringPrintf("%*s%s", spaces, "",
630 spaces
[all...]
/system/tpm/tpm_manager/server/
H A Dtpm2_nvram_test.cc528 std::vector<uint32_t> spaces; local
533 EXPECT_EQ(NVRAM_RESULT_SUCCESS, tpm_nvram_->ListSpaces(&spaces));
534 EXPECT_EQ(spaces, expected_spaces);
538 std::vector<uint32_t> spaces; local
541 EXPECT_NE(NVRAM_RESULT_SUCCESS, tpm_nvram_->ListSpaces(&spaces));

Completed in 130 milliseconds