Home
last modified time | relevance | path

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

12

/external/vulkan-validation-layers/libs/glm/gtx/
Dstring_cast.inl43 GLM_FUNC_QUALIFIER std::string to_string(float x) function
48 GLM_FUNC_QUALIFIER std::string to_string(double x) function
53 GLM_FUNC_QUALIFIER std::string to_string(int x) function
58 GLM_FUNC_QUALIFIER std::string to_string(unsigned int x) function
67 GLM_FUNC_QUALIFIER std::string to_string function
78 GLM_FUNC_QUALIFIER std::string to_string function
90 GLM_FUNC_QUALIFIER std::string to_string function
106 GLM_FUNC_QUALIFIER std::string to_string function
115 GLM_FUNC_QUALIFIER std::string to_string function
124 GLM_FUNC_QUALIFIER std::string to_string function
[all …]
/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py147 def to_string(self): member in Node
164 def to_string(self): member in Leaf
311 def to_string(self, default_level=None): member in SecurityContext
362 def to_string(self): member in TypeAttribute
375 def to_string(self): member in RoleAttribute
385 def to_string(self): member in Role
398 def to_string(self): member in Type
412 def to_string(self): member in TypeAlias
420 def to_string(self): member in Attribute
428 def to_string(self): member in Attribute_Role
[all …]
Daccess.py137 def to_string(self): member in AccessVector
Dinterfaces.py318 def to_string(self): member in InterfaceVector
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DUnwantedTokenException.pm15 sub to_string { method in ANTLR::Runtime::UnwantedTokenException
DMismatchedTokenException.pm26 sub to_string { subroutine
DMissingTokenException.pm20 sub to_string { subroutine
DBitSet.pm219 sub to_string : method { method in ANTLR::Runtime::BitSet
DCommonTokenStream.pm344 sub to_string { subroutine
/external/skia/src/sksl/
DSkSLUtil.cpp20 SkString to_string(double value) { in to_string() function
39 SkString to_string(int32_t value) { in to_string() function
43 SkString to_string(uint32_t value) { in to_string() function
47 SkString to_string(int64_t value) { in to_string() function
51 SkString to_string(uint64_t value) { in to_string() function
/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/libcxx/src/
Dstring.cpp442 string to_string(int val) in to_string() function
447 string to_string(unsigned val) in to_string() function
452 string to_string(long val) in to_string() function
457 string to_string(unsigned long val) in to_string() function
462 string to_string(long long val) in to_string() function
467 string to_string(unsigned long long val) in to_string() function
472 string to_string(float val) in to_string() function
477 string to_string(double val) in to_string() function
482 string to_string(long double val) in to_string() function
/external/eigen/debug/gdb/
Dprinters.py129 def to_string(self): member in EigenMatrixPrinter
177 def to_string(self): member in EigenQuaternionPrinter
/external/fmtlib/fmt/
Dstring.h119 std::string to_string(const T &value) { in to_string() function
Dformat.h500 std::basic_string<Char> to_string() const { in to_string() function
/external/autotest/scheduler/
Demail_manager.py29 def send_email(self, to_string, subject, body): argument
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp317 inline std::string to_string(Result value) in to_string() function
18704 inline std::string to_string(FramebufferCreateFlagBits) in to_string() function
18709 inline std::string to_string(FramebufferCreateFlags) in to_string() function
18714 inline std::string to_string(QueryPoolCreateFlagBits) in to_string() function
18719 inline std::string to_string(QueryPoolCreateFlags) in to_string() function
18724 inline std::string to_string(RenderPassCreateFlagBits) in to_string() function
18729 inline std::string to_string(RenderPassCreateFlags) in to_string() function
18734 inline std::string to_string(SamplerCreateFlagBits) in to_string() function
18739 inline std::string to_string(SamplerCreateFlags) in to_string() function
18744 inline std::string to_string(PipelineLayoutCreateFlagBits) in to_string() function
[all …]
/external/libbrillo/brillo/
Dsecure_blob.cc39 std::string SecureBlob::to_string() const { in to_string() function in brillo::SecureBlob
/external/llvm/utils/lit/lit/
Dutil.py15 def to_string(bytes): function
DTestRunner.py371 def to_string(bytes): function
/external/libcxx/utils/libcxx/
Dutil.py28 def to_string(bytes): function
/external/v8/tools/
Dgdb-v8-support.py111 def to_string(self): member in V8ValuePrinter
/external/autotest/client/cros/cellular/wardmodem/
Dat_transceiver.py44 def to_string(cls, value): member in ATTransceiverMode
/external/libmojo/third_party/jinja2/
Druntime.py29 to_string = text_type variable
/external/llvm/include/llvm/Support/
DScopedPrinter.h62 template <class T> const std::string to_string(const T &Value) { in to_string() function

12