Home
last modified time | relevance | path

Searched refs:ss (Results 1 – 9 of 9) sorted by relevance

/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerUtils.cpp159 std::stringstream ss; in DebugString() local
160 ss << "Execution size: " << exec_size_ << endl; in DebugString()
161 ss << "Target FQ name: " << target_fq_name_.string() << endl; in DebugString()
162 ss << "Binder mode: " << binder_mode_ << endl; in DebugString()
163 ss << "Seed: " << seed_ << endl; in DebugString()
164 ss << "Loaded specs: " << endl; in DebugString()
166 ss << spec.component_name() << endl; in DebugString()
168 return ss.str(); in DebugString()
DProtoFuzzerStats.cpp45 std::stringstream ss{}; in StatsString() local
46 ss << "HAL api function touch count: " << endl; in StatsString()
48 ss << std::left << std::setfill(' ') << std::setw(40) << entry.first in StatsString()
51 ss << endl; in StatsString()
52 return ss.str(); in StatsString()
/test/vts/drivers/shell/
DShellDriver.cpp68 stringstream ss; in ExecShellCommandPopen() local
81 ss << buff; in ExecShellCommandPopen()
84 LOG(DEBUG) << " Returning output: " << ss.str(); in ExecShellCommandPopen()
85 result->stdout = ss.str(); in ExecShellCommandPopen()
106 stringstream ss; in ExecShellCommandNohup() local
107 ss << "nohup sh -c '" << command << "' >" << stdout_file_name << " 2>" in ExecShellCommandNohup()
111 int exit_code = system(ss.str().c_str()) / 256; in ExecShellCommandNohup()
DShellDriverTest.cpp108 stringstream ss; in vts_shell_driver_test_client_start() local
113 ss << out_str; in vts_shell_driver_test_client_start()
117 cout << "[Client] receiving output: " << ss.str() << endl; in vts_shell_driver_test_client_start()
118 return ss.str(); in vts_shell_driver_test_client_start()
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp88 std::stringstream ss; in RangeInstancesToString() local
90 if (it != range.first) ss << ", "; in RangeInstancesToString()
91 ss << it->second.string(); in RangeInstancesToString()
93 return ss.str(); in RangeInstancesToString()
98 std::stringstream ss; in InstancesToString() local
100 if (it != container.begin()) ss << ", "; in InstancesToString()
101 ss << *it; in InstancesToString()
103 return ss.str(); in InstancesToString()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DLibSharedCodeGen.cpp44 std::stringstream ss; in GenerateCppBodyFuzzFunction() local
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp260 …pattern="yyyy-MM-dd HH:mm:ss" timeZone="${timeZone}" /> - <fmt:formatDate value="${endDateObject}"…
Dshow_table.jsp205 // Format duration grid to HH:mm:ss.SSS
/test/mlts/benchmark/results/
DChart.bundle.min.js10ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a… property