Searched defs:__fmt (Results  1 – 8 of 8) sorted by relevance
| /external/cronet/buildtools/third_party/libc++/trunk/include/__format/ | 
| D | format_functions.h | 416 vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) {  in vformat_to()423 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) {  in vformat_to()
 430 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) {  in format_to()
 438 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) {  in format_to()
 448 vformat(string_view __fmt, format_args __args) {  in vformat()
 459 vformat(wstring_view __fmt, wformat_args __args) {  in vformat()
 467 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI string format(format_string<_Args...> __fmt,  in format()
 475 format(wformat_string<_Args...> __fmt, _Args&&... __args) {  in format()
 482                                                                 basic_string_view<_CharT> __fmt,  in __vformat_to_n()
 492 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, format_string<_Args...> __fmt, _Args&&.…  in format_to_n()
 [all …]
 
 | 
| D | formatter_floating_point.h | 64 …CPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt) {  in __to_buffer()71 …OM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __preci…  in __to_buffer()
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/src/ | 
| D | charconv.cpp | 58 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt) {  in to_chars()62 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt) {  in to_chars()
 66 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt) {  in to_chars()
 71 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __prec…  in to_chars()
 76 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __pre…  in to_chars()
 81 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int …  in to_chars()
 
 | 
| D | locale.cpp | 5874                      char __fmt, char __mod) const  in __do_put()5886                      char __fmt, char __mod) const  in __do_put()
 
 | 
| /external/mesa3d/src/gallium/drivers/freedreno/ | 
| D | freedreno_log.h | 40 #define fd_log(__batch, __fmt, ...) 							\  argument
 | 
| /external/libcxx/include/support/ibm/ | 
| D | xlocale.h | 214 size_t strftime_l(char *__s, size_t __size, const char *__fmt,  in strftime_l()
 | 
| /external/linux-kselftest/tools/testing/selftests/tpm2/ | 
| D | tpm2.py | 295     def __fmt(self):  member in Public
 | 
| /external/libcxx/src/ | 
| D | locale.cpp | 5441                      char __fmt, char __mod) const  in __do_put()5452                      char __fmt, char __mod) const  in __do_put()
 
 |