Home
last modified time | relevance | path

Searched refs:SystemCommitChargeToString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/testing/perf/
H A Dperf_test.cc166 fprintf(target, "%s", SystemCommitChargeToString(test_name, charge, in PrintSystemCommitCharge()
170 std::string SystemCommitChargeToString(const std::string& test_name, in SystemCommitChargeToString() function
H A Dperf_test.h110 std::string SystemCommitChargeToString(const std::string& test_name,
/aosp_15_r20/external/angle/src/tests/perf_tests/third_party/perf/
H A Dperf_test.cc202 fprintf(target, "%s", SystemCommitChargeToString(test_name, charge, important).c_str()); in PrintSystemCommitCharge()
205 std::string SystemCommitChargeToString(const std::string &test_name, size_t charge, bool important) in SystemCommitChargeToString() function
H A Dperf_test.h109 std::string SystemCommitChargeToString(const std::string &test_name, size_t charge, bool important);
H A Dangle-mods.patch645 -std::string SystemCommitChargeToString(const std::string& test_name,
648 +std::string SystemCommitChargeToString(const std::string &test_name, size_t charge, bool important…