Home
last modified time | relevance | path

Searched defs:log (Results 1 – 6 of 6) sorted by relevance

/trusty/user/base/tools/
Dmanifest_compiler.py321 def get_constant(constants, key, type_, log): argument
333 def get_string(manifest_dict, key, constants, log, optional=False, argument
355 def coerce_to_string(value, key, log): argument
365 def get_int(manifest_dict, key, constants, log, optional=False, argument
383 def coerce_to_int(value, key, log): argument
399 def get_list(manifest_dict, key, log, optional=False, default=None): argument
411 def coerce_to_list(value, key, log): argument
420 def get_dict(manifest_dict, key, log, optional=False, default=None): argument
432 def coerce_to_dict(value, key, log): argument
441 def get_boolean(manifest_dict, key, constants, log, optional=False, argument
[all …]
Dtest_manifest_compiler.py1888 def pack_manifest_config_data(self, config_data, log, constants): argument
/trusty/kernel/lib/memlog/
Dmemlog.c62 struct memlog* log; in memlog_get_by_id() local
76 static void __memlog_write(struct memlog* log, const char* str, size_t len) { in __memlog_write()
97 static void memlog_write(struct memlog* log, const char* str, size_t len) { in memlog_write()
114 static void memlog_commit(struct memlog* log) { in memlog_commit()
151 struct memlog* log = containerof(cb, struct memlog, cb); in memlog_print_callback() local
156 struct memlog* log = containerof(cb, struct memlog, cb); in memlog_commit_callback() local
163 struct memlog* log; in memlog_add() local
208 struct memlog* log; in memlog_rm() local
/trusty/user/base/lib/trusty-log/src/
Dlib.rs104 fn log(&self, record: &Record) { in log() method
/trusty/user/base/lib/unittest-rust/src/
Dlib.rs169 fn log(&self, record: &Record) { in log() method
/trusty/kernel/lib/ubsan/
Dubsan.c144 static void log(struct source_location* location, in log() function