Home
last modified time | relevance | path

Searched defs:to_string (Results 1 – 25 of 197) sorted by relevance

12345678

/external/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp41 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function
113 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function
163 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function
215 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() function
227 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function
241 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function
269 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function
295 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function
319 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() function
324 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_to_string.hpp28 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/
Dvulkan_to_string.hpp41 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() function
114 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() function
165 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() function
222 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() function
235 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() function
250 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() function
279 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() function
306 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() function
331 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 std::string to_string( DeviceCreateFlags ) in to_string() function
336 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() function
[all …]
/external/ComputeLibrary/utils/
DTypePrinter.h87 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/
Drefpolicy.py151 def to_string(self): member in Node
170 def to_string(self): member in Leaf
324 def to_string(self, default_level=None): member in SecurityContext
407 def to_string(self): member in XpermSet
443 def to_string(self): member in TypeAttribute
463 def to_string(self): member in RoleAttribute
480 def to_string(self): member in Role
499 def to_string(self): member in Type
521 def to_string(self): member in TypeAlias
536 def to_string(self): member in Attribute
[all …]
/external/ComputeLibrary/support/
DStringSupport.h127 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/
Dtest_helpers2.cpp21 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/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/
Dstring.h206 LIBC_INLINE string to_string(int value) { in to_string() function
209 LIBC_INLINE string to_string(long value) { in to_string() function
212 LIBC_INLINE string to_string(long long value) { in to_string() function
215 LIBC_INLINE string to_string(unsigned value) { in to_string() function
218 LIBC_INLINE string to_string(unsigned long value) { in to_string() function
221 LIBC_INLINE string to_string(unsigned long long value) { in to_string() function
/external/llvm-libc/src/__support/CPP/
Dstring.h207 LIBC_INLINE string to_string(int value) { in to_string() function
210 LIBC_INLINE string to_string(long value) { in to_string() function
213 LIBC_INLINE string to_string(long long value) { in to_string() function
216 LIBC_INLINE string to_string(unsigned value) { in to_string() function
219 LIBC_INLINE string to_string(unsigned long value) { in to_string() function
222 LIBC_INLINE string to_string(unsigned long long value) { in to_string() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/
Dstring.h206 LIBC_INLINE string to_string(int value) { in to_string() function
209 LIBC_INLINE string to_string(long value) { in to_string() function
212 LIBC_INLINE string to_string(long long value) { in to_string() function
215 LIBC_INLINE string to_string(unsigned value) { in to_string() function
218 LIBC_INLINE string to_string(unsigned long value) { in to_string() function
221 LIBC_INLINE string to_string(unsigned long long value) { in to_string() function
/external/ComputeLibrary/src/runtime/CL/mlgo/
DUtils.cpp156 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/
Dto_string.hpp61 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/
DUnwantedTokenException.pm15 sub to_string { method in ANTLR::Runtime::UnwantedTokenException
DMissingTokenException.pm20 sub to_string { method in ANTLR::Runtime::MissingTokenException
DMismatchedTokenException.pm26 sub to_string { subroutine
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/type_traits/
Dto_string.hpp28 struct to_string struct
31 static std::string apply(const Type& value) in apply()
/external/sdv/vsomeip/third_party/boost/proto/test/
Dflatten.cpp64 struct to_string struct
66 to_string(std::ostream &sout) in to_string() argument
71 void operator ()(Op const &op) const in operator ()()
97 boost::fusion::for_each(flatten(!!!!(a_ >> b_)), to_string(sout)); in test1() argument
/external/cronet/tot/third_party/libc++/src/utils/gdb/libcxx/
Dprinters.py183 def to_string(self): member in StdTuplePrinter
200 def to_string(self): member in StdStringPrinter
227 def to_string(self): # pylint: disable=g-bad-name member in StdStringViewPrinter
244 def to_string(self): member in StdUniquePtrPrinter
268 def to_string(self): member in StdSharedPointerPrinter
376 def to_string(self): member in StdVectorPrinter
405 def to_string(self): member in StdBitsetPrinter
459 def to_string(self): member in StdDequePrinter
489 def to_string(self): member in StdListPrinter
518 def to_string(self): member in StdQueueOrStackPrinter
[all …]
/external/cronet/stable/third_party/libc++/src/utils/gdb/libcxx/
Dprinters.py183 def to_string(self): member in StdTuplePrinter
200 def to_string(self): member in StdStringPrinter
227 def to_string(self): # pylint: disable=g-bad-name member in StdStringViewPrinter
244 def to_string(self): member in StdUniquePtrPrinter
268 def to_string(self): member in StdSharedPointerPrinter
376 def to_string(self): member in StdVectorPrinter
405 def to_string(self): member in StdBitsetPrinter
459 def to_string(self): member in StdDequePrinter
489 def to_string(self): member in StdListPrinter
518 def to_string(self): member in StdQueueOrStackPrinter
[all …]
/external/llvm/utils/gdb-scripts/
Dprettyprinters.py8 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/libultrahdr/lib/include/ultrahdr/
Deditorhelper.h36 std::string to_string() { in to_string() function
54 std::string to_string() { in to_string() function
70 std::string to_string() { in to_string() function
90 std::string to_string() { in to_string() function
/external/sdv/vsomeip/third_party/boost/exception/test/
Dto_string_stub_test.cpp19 to_string( c1 const & ) in to_string() function
57 to_string( c3 const & ) in to_string() function
/external/libcxx/src/
Dstring.cpp436 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/tot/third_party/libc++/src/src/
Dstring.cpp321 string to_string(int val) { return i_to_string< string>(val); } in to_string() function
322 string to_string(long val) { return i_to_string< string>(val); } in to_string() function
323 string to_string(long long val) { return i_to_string< string>(val); } in to_string() function
324 string to_string(unsigned val) { return i_to_string< string>(val); } in to_string() function
325 string to_string(unsigned long val) { return i_to_string< string>(val); } in to_string() function
326 string to_string(unsigned long long val) { return i_to_string< string>(val); } in to_string() function
337 string to_string(float val) { return as_string(snprintf, initial_string< string>()(), "%f", val); } in to_string() function
338 string to_string(double val) { return as_string(snprintf, initial_string< string>()(), "%f", val); } in to_string() function
339 string to_string(long double val) { return as_string(snprintf, initial_string< string>()(), "%Lf", … in to_string() function
/external/cronet/stable/third_party/libc++/src/src/
Dstring.cpp321 string to_string(int val) { return i_to_string< string>(val); } in to_string() function
322 string to_string(long val) { return i_to_string< string>(val); } in to_string() function
323 string to_string(long long val) { return i_to_string< string>(val); } in to_string() function
324 string to_string(unsigned val) { return i_to_string< string>(val); } in to_string() function
325 string to_string(unsigned long val) { return i_to_string< string>(val); } in to_string() function
326 string to_string(unsigned long long val) { return i_to_string< string>(val); } in to_string() function
337 string to_string(float val) { return as_string(snprintf, initial_string< string>()(), "%f", val); } in to_string() function
338 string to_string(double val) { return as_string(snprintf, initial_string< string>()(), "%f", val); } in to_string() function
339 string to_string(long double val) { return as_string(snprintf, initial_string< string>()(), "%Lf", … in to_string() function

12345678