Searched refs:fmt_string (Results 1 – 6 of 6) sorted by relevance
/external/clang/tools/scan-build-py/libscanbuild/ |
D | __init__.py | 49 fmt_string = '{0}: %(levelname)s: %(message)s' 51 fmt_string = '{0}: %(levelname)s: %(funcName)s: %(message)s' 54 logging.basicConfig(format=fmt_string.format(program), level=level)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/ |
D | i64operations.h | 10 const char *fmt_string; member 20 const char *fmt_string; member
|
D | i64operations.c | 269 sprintf(str, pred->tests[j].fmt_string, pred->name); in compare_expect_int64() 287 sprintf(str, pred->tests[j].fmt_string, pred->name); in compare_expect_int64() 320 sprintf(str, pred->tests[j].fmt_string, pred->name); in compare_expect_uint64() 337 sprintf(str, pred->tests[j].fmt_string, pred->name); in compare_expect_uint64()
|
/external/autotest/client/common_lib/ |
D | time_utils.py | 66 def epoch_time_to_date_string(epoch_time, fmt_string=TIME_FMT): argument 78 int(epoch_time)).strftime(fmt_string)
|
/external/autotest/server/ |
D | results_mocker.py | 147 current_timestamp, fmt_string='%b %d %H:%M:%S'),
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 598 extern void fatal_error(e2fsck_t ctx, const char * fmt_string);
|