Home
last modified time | relevance | path

Searched refs:__format__ (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/lib/libc-ext/include/trusty/
Dstring.h30 __attribute__((__format__ (__printf__, 3, 4))) /* */
48 __attribute__((__format__ (__printf__, 3, 0))) /* */
/trusty/vendor/google/aosp/scripts/
Drun_tests.py72 def __format__(self, _format_spec: str) -> str: member in TestResult