Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 6 of 6) sorted by relevance

/test/vti/dashboard/src/main/webapp/js/
Dtime.js55 var fmt = 's[s]';
58 fmt = 'H[h], m[m], ' + fmt;
60 fmt = 'm[m], ' + fmt;
62 return duration.format(fmt);
/test/vts-testcase/vndk/
Dutils.py218 def _Stat(self, fmt, path): argument
220 out, err, return_code = self.Execute("stat", "--format", fmt, path)
223 (fmt, path, out, err))
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp19 <%@ taglib prefix='fmt' uri='http://java.sun.com/jsp/jstl/fmt'%>
260 …<fmt:formatDate value="${startDateObject}" pattern="yyyy-MM-dd HH:mm:ss" timeZone="${timeZone}" />…
Dshow_coverage_overview.jsp19 <%@ taglib prefix='fmt' uri='http://java.sun.com/jsp/jstl/fmt' %>
459 …(<fmt:formatNumber value="${(coveredLineCnt / totalLineCnt * 1000) / 10}" type="number" pattern="#…
/test/vts/runners/target/gtest/
Dgtest_main.cpp75 static void ColoredPrintf(const char* const color, const char* fmt, ...) { in ColoredPrintf() argument
79 va_start(args, fmt); in ColoredPrintf()
82 vprintf(fmt, args); in ColoredPrintf()
85 vprintf(fmt, args); in ColoredPrintf()
/test/mlts/benchmark/jni/
Drun_tflite.cpp37 #define FATAL(fmt, ...) \ argument
39 __android_log_print(ANDROID_LOG_FATAL, LOG_TAG, fmt, ##__VA_ARGS__); \