Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DExceptions.cpp206 static std::string formatMessage(const char* format, va_list fmt_args) { in formatMessage()
230 va_list fmt_args{}; in TypeError() local
237 va_list fmt_args{}; in AttributeError() local
H A Dutils.cpp100 va_list fmt_args; in THPUtils_setError() local
/aosp_15_r20/tools/asuite/atest/
H A Datest_utils.py738 def print_and_log_error(msg, *fmt_args):
749 def print_and_log_warning(msg, *fmt_args):
760 def print_and_log_info(msg, *fmt_args):
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcache.c220 PyObject* fmt_args; in pysqlite_cache_display() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/
H A Dlib.rs1708 let fmt_args = format_args!("hello"); in test_record_builder() localVariable
1727 let fmt_args = format_args!("hello"); in test_record_convenience_builder() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/
Dlib.rs1770 let fmt_args = format_args!("hello"); in test_record_builder() localVariable
1789 let fmt_args = format_args!("hello"); in test_record_convenience_builder() localVariable