Home
last modified time | relevance | path

Searched refs:tformat (Results 1 – 10 of 10) sorted by relevance

/external/libcups/cups/
Dsnprintf.c36 char tformat[100], /* Temporary format string for sprintf() */ in _cups_vsnprintf() local
57 tptr = tformat; in _cups_vsnprintf()
84 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", width); in _cups_vsnprintf()
93 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
102 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
116 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", prec); in _cups_vsnprintf()
125 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
139 if (tptr < (tformat + sizeof(tformat) - 2)) in _cups_vsnprintf()
149 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
158 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
[all …]
Ddebug.c356 char tformat[100], /* Temporary format string for snprintf() */ in _cups_safe_vsnprintf() local
378 tptr = tformat; in _cups_safe_vsnprintf()
401 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", width); in _cups_safe_vsnprintf()
410 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
419 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
433 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", prec); in _cups_safe_vsnprintf()
442 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
454 if (tptr < (tformat + sizeof(tformat) - 2)) in _cups_safe_vsnprintf()
464 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
475 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
[all …]
/external/autotest/site_utils/bootperf-bin/
Dperfprinter.py54 tformat = "%5s %2d%% %5s %2d%% %s"
58 tformat = "%7s %2d%% %7s %2d%% %s"
90 print tformat % (valstring, valuepct, "+" + deltastring, deltapct, stat)
/external/virglrenderer/tests/
Dtest_virgl_resource.c50 #define TEST(thandle, ttarget, tformat, tbind, twidth, theight, tdepth, tarray_size, tnr_samples, t… argument
53 .format = (tformat), \
64 #define TEST_MIP(thandle, ttarget, tformat, tbind, twidth, theight, tdepth, tarray_size, tnr_sample… argument
67 .format = (tformat), \
78 #define TEST_F(thandle, ttarget, tformat, tbind, twidth, theight, tdepth, tarray_size, tnr_samples,… argument
81 .format = (tformat), \
/external/libcups/ppdc/
Dppdc-source.cxx2175 char tformat[100]; // Temporary format string for fprintf() in quotef() local
2245 if ((format - bufformat + 1) > (int)sizeof(tformat)) in quotef()
2248 memcpy(tformat, bufformat, (size_t)(format - bufformat)); in quotef()
2249 tformat[format - bufformat] = '\0'; in quotef()
2251 bytes += cupsFilePrintf(fp, tformat, va_arg(ap, double)); in quotef()
2262 if ((format - bufformat + 1) > (int)sizeof(tformat)) in quotef()
2265 memcpy(tformat, bufformat, (size_t)(format - bufformat)); in quotef()
2266 tformat[format - bufformat] = '\0'; in quotef()
2270 bytes += cupsFilePrintf(fp, tformat, va_arg(ap, long long)); in quotef()
2274 bytes += cupsFilePrintf(fp, tformat, va_arg(ap, long)); in quotef()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c237 static const char * tformat(void);
270 (void) fprintf(stderr, tformat(), *tp); in my_localtime()
280 (void) fprintf(stderr, tformat(), t); in my_localtime()
808 (void) printf(tformat(), t); in show()
850 tformat(void) in tformat() function
/external/libcups/tools/
Dippeveprinter.c2855 char tformat[100], /* Temporary format string for sprintf() */ in html_printf() local
2875 tptr = tformat; in html_printf()
2897 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", width); in html_printf()
2906 if (tptr < (tformat + sizeof(tformat) - 1)) in html_printf()
2915 if (tptr < (tformat + sizeof(tformat) - 1)) in html_printf()
2929 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", prec); in html_printf()
2938 if (tptr < (tformat + sizeof(tformat) - 1)) in html_printf()
2950 if (tptr < (tformat + sizeof(tformat) - 2)) in html_printf()
2960 if (tptr < (tformat + sizeof(tformat) - 1)) in html_printf()
2975 if (tptr < (tformat + sizeof(tformat) - 1)) in html_printf()
[all …]
/external/cldr/tools/java/com/ibm/icu/dev/test/
DTestFmwk.java1205 private NumberFormat tformat; field in TestFmwk.TestParams
1369 params.tformat = new DecimalFormat(fmt); in create()
1695 log.print(tformat.format(dtime / 1000f)); in writeTestResult()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl5097 s << "\tformat = " << value.format << '\n';
5111 s << "\tformat = " << value.format << '\n';
5157 s << "\tformat = " << value.format << '\n';
5252 s << "\tformat = " << value.format << '\n';
5623 s << "\tformat = " << value.format << '\n';
6160 s << "\tformat = " << value.format << '\n';
6204 s << "\tformat = " << value.format << '\n';
6360 s << "\tformat = " << value.format << '\n';
6833 s << "\tformat = " << value.format << '\n';
7424 s << "\tformat = " << value.format << '\n';
[all …]
/external/ImageMagick/
Dconfigure.ac34 c=$(git log --full-history --format=tformat:. HEAD | wc -l)