Home
last modified time | relevance | path

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

/external/libcups/cups/
Dsnprintf.c41 char tformat[100], /* Temporary format string for sprintf() */ in _cups_vsnprintf() local
62 tptr = tformat; in _cups_vsnprintf()
89 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", width); in _cups_vsnprintf()
98 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
107 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
121 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", prec); in _cups_vsnprintf()
130 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
144 if (tptr < (tformat + sizeof(tformat) - 2)) in _cups_vsnprintf()
154 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
163 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_vsnprintf()
[all …]
Ddebug.c342 char tformat[100], /* Temporary format string for snprintf() */ in _cups_safe_vsnprintf() local
364 tptr = tformat; in _cups_safe_vsnprintf()
387 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", width); in _cups_safe_vsnprintf()
396 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
405 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
419 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", prec); in _cups_safe_vsnprintf()
428 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
440 if (tptr < (tformat + sizeof(tformat) - 2)) in _cups_safe_vsnprintf()
450 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
461 if (tptr < (tformat + sizeof(tformat) - 1)) in _cups_safe_vsnprintf()
[all …]
/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/autotest/site_utils/bootperf-bin/
Dperfprinter.py54 tformat = "%5s %2d%% %5s %2d%% %s"
58 tformat = "%7s %2d%% %7s %2d%% %s"
86 print tformat % (valstring, valuepct, "+" + deltastring, deltapct, stat)
/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/cldr/tools/java/com/ibm/icu/dev/test/
DTestFmwk.java1186 private NumberFormat tformat; field in TestFmwk.TestParams
1350 params.tformat = new DecimalFormat(fmt); in create()
1676 log.print(tformat.format(dtime / 1000f)); in writeTestResult()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl2967 s << "\tformat = " << value.format << '\n';
2981 s << "\tformat = " << value.format << '\n';
3039 s << "\tformat = " << value.format << '\n';
3120 s << "\tformat = " << value.format << '\n';
3548 s << "\tformat = " << value.format << '\n';
4158 s << "\tformat = " << value.format << '\n';
4202 s << "\tformat = " << value.format << '\n';
4358 s << "\tformat = " << value.format << '\n';
4661 s << "\tformat = " << value.format << '\n';
5167 s << "\tformat = " << value.format << '\n';
[all …]