Searched refs:vformat (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_screen.c | 389 int vformat = VIRGL_FORMAT_R11G11B10_FLOAT; in virgl_is_vertex_format_supported() local 390 int big = vformat / 32; in virgl_is_vertex_format_supported() 391 int small = vformat % 32; in virgl_is_vertex_format_supported()
|
/external/python/cpython3/Lib/ |
D | string.py | 186 return self.vformat(format_string, args, kwargs) 188 def vformat(self, format_string, args, kwargs): member in Formatter
|
/external/bcc/src/cc/vendor/ |
D | tinyformat.hpp | 841 friend void vformat(std::ostream& out, const char* fmt, 937 inline void vformat(std::ostream& out, const char* fmt, FormatListRef list) in TINYFORMAT_FOREACH_ARGNUM() 949 vformat(out, fmt, makeFormatList(args...)); in format() 981 vformat(out, fmt, makeFormatList()); in format() 1007 vformat(out, fmt, makeFormatList(TINYFORMAT_PASSARGS(n))); \
|
/external/python/cpython2/Lib/ |
D | string.py | 559 return self.vformat(format_string, args, kwargs) 561 def vformat(self, format_string, args, kwargs): member in Formatter
|
/external/python/cpython3/Doc/library/ |
D | string.rst | 96 It is just a wrapper that calls :meth:`vformat`. 102 .. method:: vformat(format_string, args, kwargs) 108 syntax. :meth:`vformat` does the work of breaking up the format string 119 by :meth:`vformat` to break the string into either literal text, or 135 :meth:`vformat`. The return value *used_key* has the same meaning as the 146 :meth:`vformat`, and the *kwargs* parameter is set to the dictionary of 167 passed to vformat. The set of unused args can be calculated from these
|
/external/python/cpython2/Doc/library/ |
D | string.rst | 128 It is just a wrapper that calls :meth:`vformat`. 130 .. method:: vformat(format_string, args, kwargs) 136 syntax. :meth:`vformat` does the work of breaking up the format string 147 by :meth:`vformat` to break the string into either literal text, or 163 :meth:`vformat`. The return value *used_key* has the same meaning as the 174 :meth:`vformat`, and the *kwargs* parameter is set to the dictionary of 195 passed to vformat. The set of unused args can be calculated from these
|
/external/libchrome/third_party/jinja2/ |
D | sandbox.py | 414 rv = formatter.vformat(s, args, kwargs)
|