OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_log
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/include/common/
debug.h
32
* be embedded in the format string and is expected by
tf_log
() to determine
42
# define NOTICE(...)
tf_log
(LOG_MARKER_NOTICE __VA_ARGS__)
48
# define ERROR(...)
tf_log
(LOG_MARKER_ERROR __VA_ARGS__)
54
# define WARN(...)
tf_log
(LOG_MARKER_WARNING __VA_ARGS__)
60
# define INFO(...)
tf_log
(LOG_MARKER_INFO __VA_ARGS__)
66
# define VERBOSE(...)
tf_log
(LOG_MARKER_VERBOSE __VA_ARGS__)
77
void
tf_log
(const char *fmt, ...) __printflike(1, 2);
/device/linaro/bootloader/arm-trusted-firmware/common/
tf_log.c
21
void
tf_log
(const char *fmt, ...)
function
/external/tensorflow/tensorflow/lite/testing/
generate_examples_report.py
41
"
tf_log
": ""})
79
fp.write(json.dumps([[cgi.escape(x[1]["
tf_log
"], quote=True),
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
165
common/
tf_log
.c \
Completed in 640 milliseconds