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

1 23 4 5 6

  /prebuilts/clang/host/linux-x86/clang-stable/bin/
git-clang-format 564 def to_string(bytes_input): function
572 return to_string(bytes_input.decode('utf-8'))
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver.py 44 def to_string(cls, value): member in class:ATTransceiverMode
168 ATTransceiverMode.to_string(value))
171 ATTransceiverMode.to_string(value))
  /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...]
  /external/llvm/utils/lit/lit/
TestRunner.py 11 from lit.util import to_bytes, to_string
371 def to_string(bytes): function in function:_executeShCmd
388 out = to_string(out.decode('utf-8', errors='replace'))
395 err = to_string(err.decode('utf-8', errors='replace'))
480 data = to_string(data.decode('utf-8', errors='replace'))
593 yield (line_number, to_string(keyword.decode('utf-8')),
594 to_string(ln.decode('utf-8')))
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
interfaces.py 318 def to_string(self): member in class:InterfaceVector
  /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/libs/androidfw/include/androidfw/
StringPiece.h 62 std::basic_string<TChar> to_string() const;
167 inline std::basic_string<TChar> BasicStringPiece<TChar>::to_string() const { function in class:android::BasicStringPiece
  /frameworks/native/services/surfaceflinger/layerproto/
LayerProtoParser.cpp 249 result.append(layer->to_string().c_str());
259 std::string LayerProtoParser::ActiveBuffer::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::ActiveBuffer
264 std::string LayerProtoParser::Transform::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::Transform
270 std::string LayerProtoParser::Rect::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::Rect
274 std::string LayerProtoParser::FloatRect::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::FloatRect
278 std::string LayerProtoParser::Region::to_string(const char* what) const { function in class:android::surfaceflinger::LayerProtoParser::Region
284 StringAppendF(&result, " %s\n", rect.to_string().c_str());
290 std::string LayerProtoParser::Layer::to_string() const { function in class:android::surfaceflinger::LayerProtoParser::Layer
293 result.append(transparentRegion.to_string("TransparentRegion").c_str());
294 result.append(visibleRegion.to_string("VisibleRegion").c_str())
    [all...]
  /hardware/interfaces/keymaster/4.0/vts/functional/
KeymasterHidlTest.h 66 string to_string() const { return string(reinterpret_cast<const char*>(data()), size()); } function in class:android::hardware::keymaster::V4_0::test::HidlBuf
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/stlport/
printers.py 116 def to_string (self): member in class:BitsetPrinter
191 def to_string (self): member in class:DequePrinter
249 def to_string (self): member in class:ListPrinter
301 def to_string (self): member in class:MapPrinter
339 def to_string (self): member in class:SetPrinter
378 def to_string (self): member in class:SlistPrinter
394 def to_string (self): member in class:StringPrinter
480 def to_string (self): member in class:VectorPrinter
520 def to_string (self): member in class:WrapperPrinter
523 % (self.typename, ta0, self.visualizer.to_string()))
572 def to_string (self): member in class:UnorderedMapPrinter
615 def to_string (self): member in class:UnorderedSetPrinter
633 def to_string (self): member in class:AutoptrPrinter
653 def to_string (self): member in class:SharedptrPrinter
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/stlport/
printers.py 116 def to_string (self): member in class:BitsetPrinter
191 def to_string (self): member in class:DequePrinter
249 def to_string (self): member in class:ListPrinter
301 def to_string (self): member in class:MapPrinter
339 def to_string (self): member in class:SetPrinter
378 def to_string (self): member in class:SlistPrinter
394 def to_string (self): member in class:StringPrinter
480 def to_string (self): member in class:VectorPrinter
520 def to_string (self): member in class:WrapperPrinter
523 % (self.typename, ta0, self.visualizer.to_string()))
572 def to_string (self): member in class:UnorderedMapPrinter
615 def to_string (self): member in class:UnorderedSetPrinter
633 def to_string (self): member in class:AutoptrPrinter
653 def to_string (self): member in class:SharedptrPrinter
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb.py 71 def to_string(self): member in class:StringTypePrinter
87 def to_string(self): member in class:SliceTypePrinter
113 def to_string(self): member in class:MapTypePrinter
164 def to_string(self): member in class:ChanTypePrinter
284 def to_string(self): member in class:IfacePrinter
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb.py 71 def to_string(self): member in class:StringTypePrinter
87 def to_string(self): member in class:SliceTypePrinter
113 def to_string(self): member in class:MapTypePrinter
164 def to_string(self): member in class:ChanTypePrinter
284 def to_string(self): member in class:IfacePrinter
  /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...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
name_mapper.cpp 33 std::string to_string(uint32_t id) { function in namespace:__anon780
35 // std::to_string.
45 NameMapper GetTrivialNameMapper() { return to_string; }
63 return to_string(id);
94 name = base_name + to_string(index);
212 root = to_string(bit_width);
232 SaveName(result_id, std::string("fp") + to_string(bit_width));
237 SaveName(result_id, std::string("v") + to_string(inst.words[3]) +
241 SaveName(result_id, std::string("mat") + to_string(inst.words[3]) +
290 SaveName(result_id, std::string("_struct_") + to_string(result_id))
    [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/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 115 def to_string (self): member in class:BitsetPrinter
190 def to_string (self): member in class:DequePrinter
248 def to_string (self): member in class:ListPrinter
300 def to_string (self): member in class:MapPrinter
338 def to_string (self): member in class:SetPrinter
377 def to_string (self): member in class:SlistPrinter
393 def to_string (self): member in class:StringPrinter
479 def to_string (self): member in class:VectorPrinter
519 def to_string (self): member in class:WrapperPrinter
522 % (self.typename, ta0, self.visualizer.to_string()))
571 def to_string (self): member in class:UnorderedMapPrinter
614 def to_string (self): member in class:UnorderedSetPrinter
632 def to_string (self): member in class:AutoptrPrinter
652 def to_string (self): member in class:SharedptrPrinter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
interfaces.py 318 def to_string(self): member in class:InterfaceVector
  /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...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 116 def to_string (self): member in class:BitsetPrinter
191 def to_string (self): member in class:DequePrinter
249 def to_string (self): member in class:ListPrinter
301 def to_string (self): member in class:MapPrinter
339 def to_string (self): member in class:SetPrinter
378 def to_string (self): member in class:SlistPrinter
394 def to_string (self): member in class:StringPrinter
480 def to_string (self): member in class:VectorPrinter
520 def to_string (self): member in class:WrapperPrinter
523 % (self.typename, ta0, self.visualizer.to_string()))
572 def to_string (self): member in class:UnorderedMapPrinter
615 def to_string (self): member in class:UnorderedSetPrinter
633 def to_string (self): member in class:AutoptrPrinter
653 def to_string (self): member in class:SharedptrPrinter
    [all...]
  /bionic/tools/versioner/src/
DeclarationDatabase.cpp 345 std::string to_string(const AvailabilityValues& av) { function
371 std::string to_string(const DeclarationType& type) { function
383 std::string to_string(const DeclarationAvailability& decl_av) { function
386 ss << to_string(decl_av.global_availability) << ", ";
391 ss << to_string(it.first) << ": " << to_string(it.second) << ", ";
403 std::string to_string(const Location& loc) { function
  /external/libmojo/third_party/jinja2/
runtime.py 24 'markup_join', 'unicode_join', 'to_string', 'identity',
29 to_string = text_type variable
  /external/llvm/include/llvm/Support/
ScopedPrinter.h 62 template <class T> const std::string to_string(const T &Value) { function in namespace:llvm
  /external/perfetto/tools/
gen_android_bp 181 def to_string(self, output): member in class:Module
249 def to_string(self, output): member in class:Blueprint
251 m.to_string(output)
657 blueprint.to_string(output)
  /external/skia/tests/
CodecAnimTest.cpp 257 auto to_string = [](SkAlphaType alpha) { local
273 rec.fName, i, to_string(expectedAlpha), to_string(alpha));

Completed in 1117 milliseconds

1 23 4 5 6