HomeSort by relevance Sort by last modified time
    Searched refs:to_string (Results 101 - 125 of 749) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skqp/src/sksl/ir/
SkSLIntLiteral.h 27 return to_string(fValue);
  /external/skqp/src/sksl/lex/
DFAState.h 33 result += std::to_string(s);
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Macro.cpp 40 token.text = std::to_string(value);
  /external/v8/tools/
gdb-v8-support.py 111 def to_string(self): member in class:V8ValuePrinter
168 to_string = True)
175 for l in gdb.execute("maint info sections", to_string = True).split('\n'):
180 for l in gdb.execute("info proc mappings", to_string = True).split('\n'):
  /frameworks/base/tools/aapt2/filter/
AbiFilter.cpp 28 abi_set.insert(configuration::AbiToString(abi).to_string());
  /frameworks/native/libs/ui/include/ui/
DebugUtils.h 36 std::string to_string(const android::Rect& rect);
  /system/libvintf/
RuntimeInfo.cpp 91 to_string(matrixConfig.second);
108 *error = "Should not check runtime info against " + to_string(mat.mType)
116 "kernelSepolicyVersion = " + to_string(kernelSepolicyVersion()) +
117 " but required >= " + to_string(mat.framework.mSepolicy.kernelSepolicyVersion());
CompatibilityMatrix.cpp 70 xmlFileName + "_V" + std::to_string(matrixXmlFile.versionRange().majorVer) +
71 "_" + std::to_string(matrixXmlFile.versionRange().maxMinor) + "." +
72 to_string(matrixXmlFile.format());
219 *error = "Cannot add " + to_string(minLts) + " for unknown reason.";
302 " both have level " + to_string(e.object.level());
382 *error = "Cannot add kernel version " + to_string(ver) +
383 " from FCM version " + to_string(deviceLevel);
405 to_string(pair.first) + " (" + pair.second->name + ")" +
406 " to FCM version " + to_string(deviceLevel) + ": " + *error;
  /system/update_engine/payload_generator/
fake_filesystem.cc 56 store->SetString("PAYLOAD_MINOR_VERSION", std::to_string(minor_version_));
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address.hpp 87 ASIO_DECL std::string to_string() const;
90 ASIO_DECL std::string to_string(asio::error_code& ec) const;
address_v6.hpp 89 ASIO_DECL std::string to_string() const;
92 ASIO_DECL std::string to_string(asio::error_code& ec) const;
  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 117 return std::to_string(errcode) + " " + it->second;
119 return std::to_string(errcode);
  /frameworks/native/cmds/lshal/libprocpartition/
procpartition.cpp 38 if (!android::base::Readlink("/proc/" + std::to_string(pid) + "/exe", &exe)) {
49 if (!android::base::ReadFileToString("/proc/" + std::to_string(pid) + "/cmdline", &content,
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 55 def to_string (self): member in class:SharedPointerPrinter
73 def to_string (self): member in class:UniquePointerPrinter
107 def to_string(self): member in class:StdListPrinter
119 def to_string(self): member in class:StdListIteratorPrinter
153 def to_string(self): member in class:StdSlistPrinter
164 def to_string(self): member in class:StdSlistIteratorPrinter
223 def to_string(self): member in class:StdVectorPrinter
251 def to_string(self): member in class:StdVectorIteratorPrinter
309 def to_string (self): member in class:StdTuplePrinter
324 def to_string (self) member in class:StdStackOrQueuePrinter
376 def to_string (self): member in class:StdRbtreeIteratorPrinter
389 def to_string (self): member in class:StdDebugIteratorPrinter
422 def to_string (self): member in class:StdMapPrinter
461 def to_string (self): member in class:StdSetPrinter
478 def to_string (self): member in class:StdBitsetPrinter
554 def to_string(self): member in class:StdDequePrinter
581 def to_string(self): member in class:StdDequeIteratorPrinter
590 def to_string(self): member in class:StdStringPrinter
634 def to_string (self): member in class:Tr1UnorderedSetPrinter
652 def to_string (self): member in class:Tr1UnorderedMapPrinter
709 def to_string(self): member in class:StdForwardListPrinter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 55 def to_string (self): member in class:SharedPointerPrinter
73 def to_string (self): member in class:UniquePointerPrinter
107 def to_string(self): member in class:StdListPrinter
119 def to_string(self): member in class:StdListIteratorPrinter
153 def to_string(self): member in class:StdSlistPrinter
164 def to_string(self): member in class:StdSlistIteratorPrinter
223 def to_string(self): member in class:StdVectorPrinter
251 def to_string(self): member in class:StdVectorIteratorPrinter
309 def to_string (self): member in class:StdTuplePrinter
324 def to_string (self) member in class:StdStackOrQueuePrinter
376 def to_string (self): member in class:StdRbtreeIteratorPrinter
389 def to_string (self): member in class:StdDebugIteratorPrinter
422 def to_string (self): member in class:StdMapPrinter
461 def to_string (self): member in class:StdSetPrinter
478 def to_string (self): member in class:StdBitsetPrinter
554 def to_string(self): member in class:StdDequePrinter
581 def to_string(self): member in class:StdDequeIteratorPrinter
590 def to_string(self): member in class:StdStringPrinter
634 def to_string (self): member in class:Tr1UnorderedSetPrinter
652 def to_string (self): member in class:Tr1UnorderedMapPrinter
709 def to_string(self): member in class:StdForwardListPrinter
    [all...]
  /frameworks/base/tools/aapt2/
Debug.cpp 75 printer_->Print(to_string(parent_name.type));
80 printer_->Print(parent_ref.id.value().to_string());
84 printer_->Print(parent_ref.id.value().to_string());
135 printer_->Print(symbol.symbol.id.value().to_string());
155 printer_->Print(entry.key.id.value().to_string());
159 printer_->Print(entry.key.id.value().to_string());
213 printer_->Print(attr.id.value().to_string());
219 printer_->Print(attr.id.value().to_string());
261 printer->Print(to_string(type->type));
289 printer->Print(id.to_string());
    [all...]
ResourceUtils_test.cpp 219 .to_string(),
224 .to_string(),
229 .to_string(),
237 .to_string(),
239 EXPECT_THAT(ResourceUtils::StringBuilder().AppendText("\\@\\?\\#\\\\\\'").to_string(),
249 EXPECT_THAT(ResourceUtils::StringBuilder().AppendText("\\u00AF\\u0AF0 woah").to_string(),
255 EXPECT_THAT(ResourceUtils::StringBuilder(true /*preserve_spaces*/).AppendText("\"").to_string(),
  /bionic/tools/versioner/src/
Driver.cpp 128 cmd.push_back("-D__ANDROID_API__="s + std::to_string(type.api_level));
138 cmd.push_back("-D_FILE_OFFSET_BITS="s + std::to_string(type.file_offset_bits));
168 errx(1, "driver returned %zu jobs for %s", jobs.size(), to_string(type).c_str());
175 errx(1, "driver returned empty command for %s", to_string(type).c_str());
185 to_string(type).c_str());
195 errx(1, "failed to find target flags for CompilationType %s", to_string(type).c_str());
225 to_string(type).c_str());
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 29 def to_string (self): member in class:StdPointerPrinter
42 def to_string (self): member in class:UniquePointerPrinter
83 def to_string(self): member in class:StdListPrinter
95 def to_string(self): member in class:StdListIteratorPrinter
136 def to_string(self): member in class:StdSlistPrinter
147 def to_string(self): member in class:StdSlistIteratorPrinter
206 def to_string(self): member in class:StdVectorPrinter
234 def to_string(self): member in class:StdVectorIteratorPrinter
292 def to_string (self): member in class:StdTuplePrinter
305 def to_string (self) member in class:StdStackOrQueuePrinter
357 def to_string (self): member in class:StdRbtreeIteratorPrinter
371 def to_string (self): member in class:StdDebugIteratorPrinter
404 def to_string (self): member in class:StdMapPrinter
444 def to_string (self): member in class:StdSetPrinter
460 def to_string (self): member in class:StdBitsetPrinter
536 def to_string(self): member in class:StdDequePrinter
563 def to_string(self): member in class:StdDequeIteratorPrinter
572 def to_string(self): member in class:StdStringPrinter
636 def to_string (self): member in class:Tr1UnorderedSetPrinter
654 def to_string (self): member in class:Tr1UnorderedMapPrinter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 29 def to_string (self): member in class:StdPointerPrinter
42 def to_string (self): member in class:UniquePointerPrinter
83 def to_string(self): member in class:StdListPrinter
95 def to_string(self): member in class:StdListIteratorPrinter
136 def to_string(self): member in class:StdSlistPrinter
147 def to_string(self): member in class:StdSlistIteratorPrinter
206 def to_string(self): member in class:StdVectorPrinter
234 def to_string(self): member in class:StdVectorIteratorPrinter
292 def to_string (self): member in class:StdTuplePrinter
305 def to_string (self) member in class:StdStackOrQueuePrinter
357 def to_string (self): member in class:StdRbtreeIteratorPrinter
371 def to_string (self): member in class:StdDebugIteratorPrinter
404 def to_string (self): member in class:StdMapPrinter
444 def to_string (self): member in class:StdSetPrinter
460 def to_string (self): member in class:StdBitsetPrinter
536 def to_string(self): member in class:StdDequePrinter
563 def to_string(self): member in class:StdDequeIteratorPrinter
572 def to_string(self): member in class:StdStringPrinter
636 def to_string (self): member in class:Tr1UnorderedSetPrinter
654 def to_string (self): member in class:Tr1UnorderedMapPrinter
    [all...]
  /external/libcxx/src/
string.cpp 345 // to_string
436 string to_string(int val) function
441 string to_string(unsigned val) function
446 string to_string(long val) function
451 string to_string(unsigned long val) function
456 string to_string(long long val) function
461 string to_string(unsigned long long val) function
466 string to_string(float val) function
471 string to_string(double val) function
476 string to_string(long double val function
    [all...]
  /frameworks/native/services/vr/bufferhubd/
buffer_hub.cpp 79 std::string size = std::to_string(info.width) + " B";
82 std::string dimensions = std::to_string(info.width) + "x" +
83 std::to_string(info.height) + "x" +
84 std::to_string(info.layer_count);
115 std::string size = std::to_string(info.width) + " B";
118 std::string dimensions = std::to_string(info.width) + "x" +
119 std::to_string(info.height) + "x" +
120 std::to_string(info.layer_count);
216 stream << (" channel_id=" + std::to_string(channel->channel_id()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
string.cpp 348 // to_string
439 string to_string(int val) function
444 string to_string(unsigned val) function
449 string to_string(long val) function
454 string to_string(unsigned long val) function
459 string to_string(long long val) function
464 string to_string(unsigned long long val) function
469 string to_string(float val) function
474 string to_string(double val) function
479 string to_string(long double val function
    [all...]
  /external/selinux/python/sepolgen/tests/
test_refpolicy.py 53 self.assertEqual(sc.to_string(default_level="s1"), context + ":s1")
63 self.assertEqual(sc.to_string(), context)
99 self.assertEqual(a.to_string(), "allow foo_t bar_t:file read;")
107 a = a.to_string().split(' ')
128 self.assertEqual(a.to_string(), "type_transition foo_t bar_exec_t:process bar_t;")
  /external/skia/src/sksl/
SkSLString.cpp 185 String to_string(int32_t value) { function in namespace:SkSL
189 String to_string(uint32_t value) { function in namespace:SkSL
193 String to_string(int64_t value) { function in namespace:SkSL
199 String to_string(uint64_t value) { function in namespace:SkSL
205 String to_string(double value) { function in namespace:SkSL

Completed in 381 milliseconds

1 2 3 45 6 7 8 91011>>