/external/fmtlib/include/fmt/ |
D | locale.h | 20 basic_string_view<Char> format_str, in vformat_to() 29 basic_string_view<Char> format_str, in vformat() 39 const std::locale& loc, const S& format_str, in vformat() 46 const S& format_str, Args&&... args) { in format() 56 const S& format_str, in vformat_to() 67 const S& format_str, Args&&... args) { in format_to()
|
D | compile.h | 90 FMT_CONSTEXPR unsigned count_parts(basic_string_view<Char> format_str) { in count_parts() 107 FMT_CONSTEXPR format_string_compiler(basic_string_view<Char> format_str, in format_string_compiler() 155 FMT_CONSTEXPR void compile_format_string(basic_string_view<Char> format_str, in compile_format_string() 263 basic_string_view<Char> format_str) { in compile_to_parts()
|
D | posix.h | 180 void vprint(string_view format_str, format_args args) { in vprint() 185 inline void print(string_view format_str, const Args&... args) { in print()
|
D | color.h | 474 basic_string_view<Char> format_str, in vformat_to() 519 void print(std::FILE* f, const text_style& ts, const S& format_str, in print() 536 void print(const text_style& ts, const S& format_str, const Args&... args) { in print() 542 const text_style& ts, const S& format_str, in vformat() 562 inline std::basic_string<Char> format(const text_style& ts, const S& format_str, in format()
|
D | format-inl.h | 233 FMT_FUNC void system_error::init(int err_code, string_view format_str, in init()
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_format.cc | 76 bool FormatFromString(const string& format_str, TensorFormat* format) { in FormatFromString() 104 bool FilterFormatFromString(const string& format_str, in FilterFormatFromString()
|
D | tensor_format_test.cc | 154 string format_str = ToString(format); in TEST() local 164 string format_str = ToString(format); in TEST() local
|
/external/fmtlib/test/ |
D | custom-formatter-test.cc | 40 std::string custom_vformat(fmt::string_view format_str, fmt::format_args args) { in custom_vformat() 48 std::string custom_format(const char* format_str, const Args&... args) { in custom_format()
|
D | scan.h | 224 string_view::iterator vscan(string_view input, string_view format_str, in vscan() 232 string_view::iterator scan(string_view input, string_view format_str, in scan()
|
D | format-test.cc | 759 char format_str[BUFFER_SIZE]; in TEST() local 793 std::string format_str = fmt::format("{{{}}}", max_packed_args + 1); in TEST() local 1074 char format_str[BUFFER_SIZE]; in TEST() local 1102 char format_str[BUFFER_SIZE]; in TEST() local 1156 char format_str[BUFFER_SIZE]; in TEST() local 1244 char format_str[BUFFER_SIZE]; in TEST() local 1329 char format_str[BUFFER_SIZE]; in check_unknown_types() local 1601 std::string format_str = fmt::format("{{:{}}}", *type); in TEST() local 2042 static void custom_vformat(fmt::string_view format_str, fmt::format_args args) { in custom_vformat() 2048 void custom_format(const char* format_str, const Args&... args) { in custom_format()
|
D | printf-test.cc | 596 std::string custom_vformat(fmt::string_view format_str, format_args_t args) { in custom_vformat() 603 std::string custom_format(const char* format_str, const Args&... args) { in custom_format()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.cpp | 49 const char *format_str = (AddressSize == 4 in dump() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.cpp | 68 const char *format_str = (AddressSize == 4 in dump() local
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | depth_map.cc | 82 DepthFormat StringToFormat(const string& format_str) { in StringToFormat() 152 string format_str; in ParseFields() local
|
/external/ltp/testcases/kernel/io/disktest/ |
D | dump.c | 38 int format_str(size_t iBytes, const char *ibuff, size_t ibuff_siz, char *obuff, in format_str() function
|
/external/igt-gpu-tools/tests/ |
D | kms_draw_crc.c | 290 static const char *format_str(int format_index) in format_str() function
|
D | kms_frontbuffer_tracking.c | 3203 static const char *format_str(enum pixel_format format) in format_str() function
|
/external/python/cpython2/Lib/test/ |
D | test_struct.py | 565 def check_sizeof(self, format_str, number_of_codes): argument
|
/external/python/cpython3/Lib/test/ |
D | test_struct.py | 560 def check_sizeof(self, format_str, number_of_codes): argument
|
/external/igt-gpu-tools/lib/ |
D | igt_chamelium.c | 276 const char *format_str, in __chamelium_rpc_va() 319 const char *format_str, in __chamelium_rpc() 336 const char *format_str, in chamelium_rpc()
|
/external/python/pybind11/include/pybind11/ |
D | numpy.h | 81 std::string format_str; member
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 797 char format_str[5]; member 819 char format_str[5]; /* need to leave room for terminating \0 */ member
|
/external/selinux/libsepol/src/ |
D | kernel_to_cil.c | 277 const char *format_str; in class_constraint_rules_to_strs() local 318 const char *format_str; in class_validatetrans_rules_to_strs() local
|
D | kernel_to_conf.c | 270 const char *format_str, *flavor; in class_constraint_rules_to_strs() local
|
/external/python/cpython2/Python/ |
D | ceval.c | 5137 format_exc_check_arg(PyObject *exc, char *format_str, PyObject *obj) in format_exc_check_arg()
|