HomeSort by relevance Sort by last modified time
    Searched defs:to_string (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /bionic/tools/versioner/src/
Arch.cpp 23 std::string to_string(const Arch& arch) { function
CompilationType.cpp 22 std::string to_string(const CompilationType& type) { function
24 ss << to_string(type.arch) << "-" << type.api_level << " [" << (type.cpp ? "c++" : "c")
Utils.h 71 static inline std::string to_string(const char* c) { function
75 static inline const std::string& to_string(const std::string& str) { function
84 result.append(to_string(item));
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/printer/
bound_registers.py 25 def to_string (self): member in class:MpxBound128Printer
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/printer/
bound_registers.py 25 def to_string (self): member in class:MpxBound128Printer
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MismatchedTokenException.pm 8 '""' => \&to_string,
26 sub to_string { subroutine
MissingTokenException.pm 6 '""' => \&to_string;
20 sub to_string { subroutine
UnwantedTokenException.pm 6 '""' => \&to_string;
15 sub to_string { subroutine
  /frameworks/native/libs/gui/
LayerDebugInfo.cpp 112 std::string to_string(const LayerDebugInfo& info) { function in namespace:android
125 to_string(info.mCrop).c_str(), to_string(info.mFinalCrop).c_str());
  /hardware/interfaces/tests/foo/1.0/default/lib/
FooHelper.cpp 5 std::string to_string(const IFoo::StringMatrix5x3 &M) { function in namespace:android
6 return to_string(M.s);
9 std::string to_string(const IFoo::StringMatrix3x5 &M) { function in namespace:android
10 return to_string(M.s);
13 std::string to_string(const hidl_string &s) { function in namespace:android
  /system/libvintf/include/vintf/
parse_string.h 57 std::string to_string(const T &obj) { function in namespace:android::vintf
  /frameworks/base/tools/aapt2/
Resource.cpp 30 std::string ResourceId::to_string() const { function in class:aapt::ResourceId
34 std::string ResourceName::to_string() const { function in class:aapt::ResourceName
35 return ResourceNameRef(*this).to_string();
38 std::string ResourceNameRef::to_string() const { function in class:aapt::ResourceNameRef
47 StringPiece to_string(ResourceType type) { function in namespace:aapt
Source.h 37 inline Source(const android::StringPiece& path) : path(path.to_string()) { // NOLINT(implicit)
41 : path(path.to_string()), line(line) {}
47 std::string to_string() const { function in struct:aapt::Source
60 return out << source.to_string();
  /frameworks/base/tools/aapt2/util/
BigBuffer.cpp 79 std::string BigBuffer::to_string() const { function in class:aapt::BigBuffer
  /hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
FooHelper.h 9 using std::to_string;
20 std::string to_string(const IFoo::StringMatrix5x3 &M);
21 std::string to_string(const IFoo::StringMatrix3x5 &M);
23 std::string to_string(const hidl_string &s);
26 std::string to_string(const T *elems, size_t n) { function in namespace:android
33 out += to_string(elems[i]);
41 std::string to_string(const hidl_array<T, SIZE> &array) { function in namespace:android
42 return to_string(&array[0], SIZE);
46 std::string to_string(const hidl_array<T, SIZE1, SIZE2> &array) { function in namespace:android
60 out += to_string(array[i][j])
70 std::string to_string(const hidl_vec<T> &vec) { function in namespace:android
    [all...]
  /external/eigen/debug/gdb/
printers.py 129 def to_string(self): member in class:EigenMatrixPrinter
177 def to_string(self): member in class:EigenQuaternionPrinter
  /external/libbrillo/brillo/
secure_blob.cc 39 std::string SecureBlob::to_string() const { function in class:brillo::SecureBlob
  /external/llvm/utils/gdb-scripts/
prettyprinters.py 8 def to_string(self): member in class:SmallStringPrinter
22 def to_string(self): member in class:StringRefPrinter
58 def to_string(self): member in class:SmallVectorPrinter
96 def to_string(self): member in class:ArrayRefPrinter
  /external/skia/infra/bots/recipe_modules/swarming/
state.py 44 def to_string(cls, state): member in class:State
  /external/skqp/infra/bots/recipe_modules/swarming/
state.py 44 def to_string(cls, state): member in class:State
  /external/tensorflow/tensorflow/python/framework/
device.py 194 def to_string(self): member in class:DeviceSpec
251 return device.to_string()
254 return device.to_string()
  /frameworks/native/libs/ui/
DebugUtils.cpp 321 std::string to_string(const android::Rect& rect) { function
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
printing.py 230 def to_string(self): member in class:_EnumInstance
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
printing.py 230 def to_string(self): member in class:_EnumInstance
  /external/libcxx/utils/libcxx/
util.py 28 def to_string(bytes): function
35 return to_string(bytes.decode('utf-8'))

Completed in 1024 milliseconds

1 2 3 4 5 6