Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 18 of 18) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/util/
DStatSummary.java93 public void merge(StatSummary stat) { in merge() argument
94 double delta = stat.getMean() - mean; in merge()
95 int newN = n + stat.getCount(); in merge()
96 sumSq = sumSq + stat.getSumSq() + delta / newN * delta * n * stat.getCount(); in merge()
98 mean = n * recipN * mean + stat.getCount() * recipN * stat.getMean(); in merge()
DBoxPlot.java119 StatSummary stat = in addData() local
123 stat.updateStats(value); in addData()
125 addSeriesData(label, "", stat); in addData()
164 StatSummary stat = seriesMap.get(series); in toJson() local
165 mean = stat.getMean(); in toJson()
167 if (stat.getCount() > 1) { in toJson()
168 std = stat.getStd(); in toJson()
170 count = stat.getCount(); in toJson()
DProfilingPointSummary.java110 StatSummary stat = in updateLabel() local
119 statSummaries.add(stat); in updateLabel()
DHistogram.java26 import org.apache.commons.math3.stat.descriptive.rank.Percentile;
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_profiling_overview.jsp69 var statArray = day.values.map(function(stat) {
73 stat.mean.toFixed(2) +
75 stat.std.toFixed(2) +
77 stat.count.toFixed(0));
79 stat.mean,
80 stat.mean + stat.std,
81 stat.mean - stat.std,
82 stat.mean + stat.std,
83 stat.mean - stat.std,
/test/vti/dashboard/src/test/java/com/android/vts/util/
DProfilingPointSummaryTest.java59 StatSummary stat = new StatSummary(labels[i], regressionMode); in createProfilingReport() local
60 stat.updateStats(values[i]); in createProfilingReport()
61 labelStats.put(labels[i], stat); in createProfilingReport()
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp148 struct stat st; in FunctionCallBegin()
185 struct stat st; in FunctionCallBegin()
291 struct stat st; in ScanAllGcdaFiles()
330 struct stat st; in FunctionCallEnd()
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py25 import stat
229 path.chmod(path.stat().st_mode | stat.S_IEXEC)
/test/vts/compilation_tools/vtsc/
DVtsCompilerMain.cpp104 struct stat s; in main()
112 if (stat(argv[opt_count + 1], &s) == 0) { in main()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsPerformanceJobServletTest.java71 StatSummary stat = new StatSummary(labels[i], regressionMode); in createProfilingReport() local
72 stat.updateStats(values[i]); in createProfilingReport()
73 labelStats.put(labels[i], stat); in createProfilingReport()
DVtsProfilingStatsJobServletTest.java58 import org.apache.commons.math3.stat.descriptive.moment.Mean;
/test/mlts/benchmark/jni/
Drun_tflite.cpp438 auto callback = [](const char* entry, const struct stat*, int, struct FTW*) { in cleanup() argument
472 struct stat st; in getCompilationCacheSize()
473 int err = stat(fullPath, &st); in getCompilationCacheSize()
/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.cpp67 struct stat statbuf; in GetTraceFile()
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp232 struct stat path_stat; in CleanupTraces()
233 stat(path.c_str(), &path_stat); in CleanupTraces()
/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp98 struct stat buffer; in ProcessHidlHandleCommand()
99 if (stat(filepath.c_str(), &buffer) == 0) { in ProcessHidlHandleCommand()
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp137 struct stat stbuf; in GetInodeNumber()
138 if (stat(path.c_str(), &stbuf) != 0) { in GetInodeNumber()
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DBar.driver.cpp1167 struct stat st; in CallFunction()
1172 if (stat(dir.c_str(), &st) == -1) { in CallFunction()
1187 struct stat st; in CallFunction()
1188 if (!stat(file_name.c_str(), &st)) { in CallFunction()
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DBar.profiler.cpp1594 struct stat statbuf; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
1809 struct stat statbuf; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()