HomeSort by relevance Sort by last modified time
    Searched refs:to_string (Results 26 - 50 of 248) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
pyami_sendmail 50 notify(options.subject, html_body=body, to_string=options.to, append_instance_id=options.append_instance_id)
52 notify(options.subject, body=body, to_string=options.to, append_instance_id=options.append_instance_id)
  /external/libcxx/test/std/experimental/string.view/string.view.ops/
to_string.pass.cpp 16 // basic_string<_CharT, _Traits, Allocator> to_string (
34 auto str2 = sv1.to_string(min_allocator<CharT>());
48 auto str2 = sv1.to_string(min_allocator<CharT>());
  /external/parameter-framework/upstream/parameter/
FloatingPointParameterType.cpp 57 strResult += "Min:" + std::to_string(_fMin) + "\n" + "Max:" + std::to_string(_fMax) + "\n";
95 serializingContext.setError("Unsupported size (" + std::to_string(sizeInBits) + ") for " +
108 serializingContext.setError("Min (" + std::to_string(_fMin) +
109 ") can't be greater than Max (" + std::to_string(_fMax) + ")");
EnumParameterType.cpp 148 parameterAccessContext.setError(std::to_string(userValue) +
159 "Value " + std::to_string(userValue) + " standing out of admitted range [" +
160 std::to_string(getMin()) + ", " + std::to_string(getMax()) + "] for " + getKind());
EnumValuePair.cpp 50 return std::to_string(_iNumerical);
ParameterAdaptation.cpp 61 strResult += std::to_string(_iOffset);
StringParameterType.cpp 55 strResult += std::to_string(_maxLength);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 177 ALOGE("Invalid layer type change: %s --> %s", to_string(from).c_str(),
178 to_string(to).c_str());
185 to_string(connected).c_str());
302 to_string(error).c_str(), static_cast<int32_t>(error));
356 to_string(error).c_str(), static_cast<int32_t>(error));
381 to_string(error).c_str(), static_cast<int32_t>(error));
398 "%s (%d)", mode, displayId, to_string(error).c_str(),
435 ": %s (%d)", to_string(enabled).c_str(), disp,
437 to_string(error).c_str(), static_cast<int32_t>(error));
458 to_string(error).c_str(), static_cast<int32_t>(error))
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >();
70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >();
74 CPPUNIT_ASSERT( b2.to_string() == "1000100010001" );
  /ndk/tests/device/test-stlport/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >();
70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >();
74 CPPUNIT_ASSERT( b2.to_string() == "1000100010001" );
  /art/cmdline/
memory_representation.h 52 str = "Memory<" + std::to_string(kDivisor) + '>';
  /bootable/recovery/
recovery-persist.cpp 98 old_log += "." + std::to_string(i);
101 new_log += "." + std::to_string(i+1);
108 old_kmsg += "." + std::to_string(i);
111 new_kmsg += "." + std::to_string(i+1);
  /external/libbrillo/brillo/
secure_blob.h 30 std::string to_string() const;
  /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'):
  /system/update_engine/payload_generator/
fake_filesystem.cc 56 store->SetString("PAYLOAD_MINOR_VERSION", std::to_string(minor_version_));
  /system/vold/
Benchmark.cpp 43 + " " + std::to_string(create_d)
44 + " " + std::to_string(drop_d)
45 + " " + std::to_string(run_d)
46 + " " + std::to_string(destroy_d));
  /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;
  /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...]
  /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 351 // to_string
442 string to_string(int val) function
447 string to_string(unsigned val) function
452 string to_string(long val) function
457 string to_string(unsigned long val) function
462 string to_string(long long val) function
467 string to_string(unsigned long long val) function
472 string to_string(float val) function
477 string to_string(double val) function
482 string to_string(long double val function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 350 // to_string
441 string to_string(int val) function
446 string to_string(unsigned val) function
451 string to_string(long val) function
456 string to_string(unsigned long val) function
461 string to_string(long long val) function
466 string to_string(unsigned long long val) function
471 string to_string(float val) function
476 string to_string(double val) function
481 string to_string(long double val function
    [all...]
  /external/selinux/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;")

Completed in 2359 milliseconds

12 3 4 5 6 7 8 910