HomeSort by relevance Sort by last modified time
    Searched refs:tformat (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
snprintf.c 41 char tformat[100], /* Temporary format string for sprintf() */ local
62 tptr = tformat;
89 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", width);
98 if (tptr < (tformat + sizeof(tformat) - 1))
107 if (tptr < (tformat + sizeof(tformat) - 1))
121 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", prec)
    [all...]
debug.c 342 char tformat[100], /* Temporary format string for snprintf() */ local
364 tptr = tformat;
387 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", width);
396 if (tptr < (tformat + sizeof(tformat) - 1))
405 if (tptr < (tformat + sizeof(tformat) - 1))
419 snprintf(tptr, sizeof(tformat) - (size_t)(tptr - tformat), "%d", prec)
    [all...]
  /external/autotest/site_utils/bootperf-bin/
perfprinter.py 54 tformat = "%5s %2d%% %5s %2d%% %s"
58 tformat = "%7s %2d%% %7s %2d%% %s"
86 print tformat % (valstring, valuepct, "+" + deltastring, deltapct, stat)
  /external/virglrenderer/tests/
test_virgl_resource.c 50 #define TEST(thandle, ttarget, tformat, tbind, twidth, theight, tdepth, tarray_size, tnr_samples, tretval) \
53 .format = (tformat), \
64 #define TEST_MIP(thandle, ttarget, tformat, tbind, twidth, theight, tdepth, tarray_size, tnr_samples, tlast_level, tretval) \
67 .format = (tformat), \
78 #define TEST_F(thandle, ttarget, tformat, tbind, twidth, theight, tdepth, tarray_size, tnr_samples, tflags, tretval) \
81 .format = (tformat), \
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 237 static const char * tformat(void);
270 (void) fprintf(stderr, tformat(), *tp);
280 (void) fprintf(stderr, tformat(), t);
808 (void) printf(tformat(), t);
850 tformat(void) function
  /external/cldr/tools/java/com/ibm/icu/dev/test/
TestFmwk.java 1186 private NumberFormat tformat; field in class:TestFmwk.TestParams
    [all...]

Completed in 1531 milliseconds