/external/sdv/vsomeip/third_party/boost/lexical_cast/example/ |
D | generic_stringize.cpp | 43 std::string stringize(const Sequence& seq) { in stringize() function 55 if (stringize(decim) != "-10e5") { in main() 60 if (stringize(value_and_type) != "270Kelvin") { in main()
|
/external/mpdecimal/tests++/ |
D | test.hh | 55 stringize() in stringize() function 62 stringize(const T& t, Args... args) in stringize() function 64 return str(t) + stringize(args...); in stringize() 77 explicit Failure(Args... args) : m(stringize(args...)) {} in Failure()
|
/external/sdv/vsomeip/third_party/boost/preprocessor/test/ |
D | Jamfile.v2 | 52 [ compile stringize.cpp ] 72 [ compile stringize.cpp : <define>BOOST_PP_LIMIT_MAG=512 : stringize_num_512 ] 92 [ compile stringize.cpp : <define>BOOST_PP_LIMIT_MAG=1024 : stringize_num_1024 ] 161 [ compile stringize.c
|
D | CMakeLists.txt | 13 …on control debug facilities list logical punctuation selection seq slot stringize tuple variadic i…
|
/external/executorch/backends/vulkan/runtime/vk_api/ |
D | QueryPool.cpp | 173 std::string stringize(const VkExtent3D& extents) { in stringize() function 227 ss << std::setw(global_size_w) << stringize(entry.global_workgroup_size); in generate_string_report() 228 ss << std::setw(local_size_w) << stringize(entry.local_workgroup_size); in generate_string_report()
|
D | Adapter.h | 215 std::string stringize() const;
|
D | Adapter.cpp | 243 std::string Adapter::stringize() const { in stringize() function in vkcompute::vkapi::Adapter 353 os << adapter.stringize() << std::endl; in operator <<()
|
/external/pytorch/aten/src/ATen/native/vulkan/api/ |
D | QueryPool.cpp | 173 static std::string stringize(const VkExtent3D& extents) { in stringize() function 207 ss << std::setw(global_size_w) << stringize(entry.global_workgroup_size); in generate_string_report()
|
D | Adapter.h | 210 std::string stringize() const;
|
D | Adapter.cpp | 352 std::string Adapter::stringize() const { in stringize() function in at::native::vulkan::api::Adapter 434 os << adapter.stringize() << std::endl; in operator <<()
|
/external/skia/tools/sksl-minify/ |
D | SkSLMinify.cpp | 65 static std::string_view stringize(const SkSL::Token& token, std::string_view text) { in stringize() function 170 std::string_view thisTokenText = stringize(token, text); in generate_minified_text()
|
/external/executorch/backends/vulkan/tools/gpuinfo/include/ |
D | app.h | 37 std::cout << context()->adapter_ptr()->stringize() << std::endl in App()
|
/external/grpc-grpc/src/objective-c/tests/Common/ |
D | TestUtils.m | 24 // Utility macro to stringize preprocessor defines
|
/external/python/cpython3/Doc/howto/ |
D | annotations.rst | 39 annotations. This function can also "un-stringize"
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0b1.rst | 648 correctly un-stringize stringized annotations. 653 :func:`inspect.from_callable` can now un-stringize stringized annotations,
|
/external/python/cpython3/Doc/library/ |
D | inspect.rst | 698 attempt to automatically un-stringize the annotations using 708 the ``eval()`` call(s) to un-stringize the annotations in :func:`get_annotations`
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.10.rst | 1221 it examines. :func:`inspect.get_annotations` can also correctly un-stringize 1230 also now un-stringize stringized annotations.
|
/external/clang/test/ |
D | cxx-sections.data | 376 16.3.2 [cpp.stringize]
|
/external/clang/docs/ |
D | InternalsManual.rst | 612 "stringize" operator) the spelling indicates the original form.
|