| /external/vulkan-headers/include/vulkan/ |
| D | vulkan_to_string.hpp | 28 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function 100 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function 150 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function 202 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() function 214 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function 228 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function 256 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function 282 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function 306 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() function 311 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function [all …]
|
| /external/angle/third_party/vulkan-headers/src/include/vulkan/ |
| D | vulkan_to_string.hpp | 28 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function 100 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function 150 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function 202 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() function 214 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function 228 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function 256 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function 282 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function 306 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() function 311 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function [all …]
|
| /external/swiftshader/include/vulkan/ |
| D | vulkan_to_string.hpp | 27 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function 101 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function 149 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function 203 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() function 215 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function 229 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function 257 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function 285 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function 309 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() function 314 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function [all …]
|
| /external/ComputeLibrary/utils/ |
| D | TypePrinter.h | 87 inline std::string to_string(const T &val) in to_string() function 141 std::string to_string(const std::vector<T> &args) in to_string() function 192 inline std::string to_string(experimental::PostOpType post_op_type) in to_string() function 247 inline std::string to_string(const experimental::IPostOp<T> &post_op) in to_string() function 278 inline std::string to_string(const experimental::PostOpList<T> &post_ops) in to_string() function 370 inline std::string to_string(const ROIPoolingLayerInfo &pool_info) in to_string() function 434 inline std::string to_string(const GEMMRHSMatrixInfo &gemm_info) in to_string() function 447 inline std::string to_string(const GEMMLHSMatrixInfo &gemm_info) in to_string() function 460 inline std::string to_string(const GEMMKernelInfo &gemm_info) in to_string() function 497 inline std::string to_string(const BoundingBoxTransformInfo &bbox_info) in to_string() function [all …]
|
| /external/selinux/python/sepolgen/src/sepolgen/ |
| D | refpolicy.py | 150 def to_string(self): member in Node 167 def to_string(self): member in Leaf 319 def to_string(self, default_level=None): member in SecurityContext 402 def to_string(self): member in XpermSet 428 def to_string(self): member in TypeAttribute 441 def to_string(self): member in RoleAttribute 451 def to_string(self): member in Role 464 def to_string(self): member in Type 478 def to_string(self): member in TypeAlias 486 def to_string(self): member in Attribute [all …]
|
| /external/ComputeLibrary/support/ |
| D | StringSupport.h | 127 inline std::string to_string(T && value) in to_string() function 135 inline std::string to_string(const std::string &value) in to_string() function 168 inline std::string to_string(T &&value) in to_string() function 174 inline std::string to_string(const std::string &value) in to_string() function 196 inline std::string to_string(bool value) in to_string() function
|
| /external/sdv/vsomeip/third_party/boost/numeric/conversion/test/ |
| D | test_helpers2.cpp | 21 std::string to_string ( boost::numeric::int_float_mixture_enum arg ) in to_string() function 34 std::string to_string ( boost::numeric::sign_mixture_enum arg ) in to_string() function 46 std::string to_string ( boost::numeric::udt_builtin_mixture_enum arg ) in to_string() function
|
| /external/llvm-libc/src/__support/CPP/ |
| D | string.h | 203 LIBC_INLINE string to_string(int value) { in to_string() function 206 LIBC_INLINE string to_string(long value) { in to_string() function 209 LIBC_INLINE string to_string(long long value) { in to_string() function 212 LIBC_INLINE string to_string(unsigned value) { in to_string() function 215 LIBC_INLINE string to_string(unsigned long value) { in to_string() function 218 LIBC_INLINE string to_string(unsigned long long value) { in to_string() function
|
| /external/ComputeLibrary/src/runtime/CL/mlgo/ |
| D | Utils.cpp | 156 std::string to_string(const GEMMConfigNative &config) in to_string() function 161 std::string to_string(const GEMMConfigReshapedOnlyRHS &config) in to_string() function 166 std::string to_string(const GEMMConfigReshaped &config) in to_string() function 171 std::string to_string(const Query &query) in to_string() function
|
| /external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/ |
| D | to_string.hpp | 61 to_string( T const & x ) in to_string() function 78 to_string( std::pair<T,U> const & x ) in to_string() function 85 to_string( std::exception const & x ) in to_string() function
|
| /external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
| D | UnwantedTokenException.pm | 15 sub to_string { method in ANTLR::Runtime::UnwantedTokenException
|
| D | MissingTokenException.pm | 20 sub to_string { method in ANTLR::Runtime::MissingTokenException
|
| D | MismatchedTokenException.pm | 26 sub to_string { method in ANTLR::Runtime::MismatchedTokenException
|
| /external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/type_traits/ |
| D | to_string.hpp | 28 struct to_string struct 31 static std::string apply(const Type& value) in apply()
|
| /external/sdv/vsomeip/third_party/boost/proto/test/ |
| D | flatten.cpp | 64 struct to_string struct 66 to_string(std::ostream &sout) in to_string() function 71 void operator ()(Op const &op) const in operator ()() 97 boost::fusion::for_each(flatten(!!!!(a_ >> b_)), to_string(sout)); in test1() argument
|
| /external/llvm/utils/gdb-scripts/ |
| D | prettyprinters.py | 8 def to_string(self): member in SmallStringPrinter 22 def to_string(self): member in StringRefPrinter 58 def to_string(self): member in SmallVectorPrinter 96 def to_string(self): member in ArrayRefPrinter
|
| /external/cronet/third_party/libc++/src/utils/gdb/libcxx/ |
| D | printers.py | 188 def to_string(self): member in StdTuplePrinter 232 def to_string(self): member in StdStringPrinter 259 def to_string(self): # pylint: disable=g-bad-name member in StdStringViewPrinter 276 def to_string(self): member in StdUniquePtrPrinter 300 def to_string(self): member in StdSharedPointerPrinter 412 def to_string(self): member in StdVectorPrinter 441 def to_string(self): member in StdBitsetPrinter 495 def to_string(self): member in StdDequePrinter 526 def to_string(self): member in StdListPrinter 555 def to_string(self): member in StdQueueOrStackPrinter [all …]
|
| /external/libultrahdr/lib/include/ultrahdr/ |
| D | editorhelper.h | 43 std::string to_string() { in to_string() function 61 std::string to_string() { in to_string() function 78 std::string to_string() { in to_string() function 93 std::string to_string() { in to_string() function
|
| /external/sdv/vsomeip/third_party/boost/exception/test/ |
| D | to_string_stub_test.cpp | 19 to_string( c1 const & ) in to_string() function 57 to_string( c3 const & ) in to_string() function
|
| /external/libcxx/src/ |
| D | string.cpp | 436 string to_string(int val) in to_string() function 441 string to_string(unsigned val) in to_string() function 446 string to_string(long val) in to_string() function 451 string to_string(unsigned long val) in to_string() function 456 string to_string(long long val) in to_string() function 461 string to_string(unsigned long long val) in to_string() function 466 string to_string(float val) in to_string() function 471 string to_string(double val) in to_string() function 476 string to_string(long double val) in to_string() function
|
| /external/cronet/third_party/libc++/src/src/ |
| D | string.cpp | 355 string to_string (int val) { return i_to_string< string>(val); } in to_string() function 356 string to_string (long val) { return i_to_string< string>(val); } in to_string() function 357 string to_string (long long val) { return i_to_string< string>(val); } in to_string() function 358 string to_string (unsigned val) { return i_to_string< string>(val); } in to_string() function 359 string to_string (unsigned long val) { return i_to_string< string>(val); } in to_string() function 360 string to_string (unsigned long long val) { return i_to_string< string>(val); } in to_string() function 371 string to_string (float val) { return as_string(snprintf, initial_string< string>()(),… in to_string() function 372 string to_string (double val) { return as_string(snprintf, initial_string< string>()(),… in to_string() function 373 string to_string (long double val) { return as_string(snprintf, initial_string< string>()(),… in to_string() function
|
| /external/eigen/debug/gdb/ |
| D | printers.py | 139 def to_string(self): member in EigenMatrixPrinter 219 def to_string(self): member in EigenSparseMatrixPrinter 276 def to_string(self): member in EigenQuaternionPrinter
|
| /external/ComputeLibrary/src/core/ |
| D | Size3D.cpp | 29 std::string Size3D::to_string() const in to_string() function in arm_compute::Size3D
|
| D | Size2D.cpp | 29 std::string Size2D::to_string() const in to_string() function in arm_compute::Size2D
|
| /external/skia/src/sksl/ |
| D | SkSLString.cpp | 50 std::string skstd::to_string(float value) { in to_string() function in skstd 54 std::string skstd::to_string(double value) { in to_string() function in skstd
|