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

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio_stream_builder.cpp 104 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param);
132 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param);
159 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param);
192 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param);
219 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
bitset 291 to_string() const
292 { return _M_base().template to_string<_CharT, _Traits, _Alloc>(); }
298 to_string(_CharT __zero, _CharT __one = _CharT('1')) const
301 to_string<_CharT, _Traits, _Alloc>(__zero, __one);
305 // 434. bitset::to_string() hard to use.
308 to_string() const
309 { return to_string<_CharT, _Traits, std::allocator<_CharT> >(); }
312 // 853. to_string needs updating with zero and one.
315 to_string(_CharT __zero, _CharT __one = _CharT('1')) const
316 { return to_string<_CharT, _Traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
bitset 248 to_string() const
249 { return _M_base().template to_string<_CharT, _Traits, _Alloc>(); }
255 to_string(_CharT __zero, _CharT __one = _CharT('1')) const
258 to_string<_CharT, _Traits, _Alloc>(__zero, __one);
262 // 434. bitset::to_string() hard to use.
265 to_string() const
266 { return to_string<_CharT, _Traits, std::allocator<_CharT> >(); }
269 // 853. to_string needs updating with zero and one.
272 to_string(_CharT __zero, _CharT __one = _CharT('1')) const
273 { return to_string<_CharT, _Traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
bitset 291 to_string() const
292 { return _M_base().template to_string<_CharT, _Traits, _Alloc>(); }
298 to_string(_CharT __zero, _CharT __one = _CharT('1')) const
301 to_string<_CharT, _Traits, _Alloc>(__zero, __one);
305 // 434. bitset::to_string() hard to use.
308 to_string() const
309 { return to_string<_CharT, _Traits, std::allocator<_CharT> >(); }
312 // 853. to_string needs updating with zero and one.
315 to_string(_CharT __zero, _CharT __one = _CharT('1')) const
316 { return to_string<_CharT, _Traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
bitset 248 to_string() const
249 { return _M_base().template to_string<_CharT, _Traits, _Alloc>(); }
255 to_string(_CharT __zero, _CharT __one = _CharT('1')) const
258 to_string<_CharT, _Traits, _Alloc>(__zero, __one);
262 // 434. bitset::to_string() hard to use.
265 to_string() const
266 { return to_string<_CharT, _Traits, std::allocator<_CharT> >(); }
269 // 853. to_string needs updating with zero and one.
272 to_string(_CharT __zero, _CharT __one = _CharT('1')) const
273 { return to_string<_CharT, _Traits
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 140 return str(self.comment) + "\n" + self.to_string()
142 return self.to_string()
145 return "<%s(%s)>" % (self.__class__.__name__, self.to_string())
147 def to_string(self): member in class:Node
157 return str(self.comment) + "\n" + self.to_string()
159 return self.to_string()
162 return "<%s(%s)>" % (self.__class__.__name__, self.to_string())
164 def to_string(self): member in class:Leaf
311 def to_string(self, default_level=None): member in class:SecurityContext
362 def to_string(self) member in class:TypeAttribute
375 def to_string(self): member in class:RoleAttribute
385 def to_string(self): member in class:Role
398 def to_string(self): member in class:Type
412 def to_string(self): member in class:TypeAlias
420 def to_string(self): member in class:Attribute
428 def to_string(self): member in class:Attribute_Role
485 def to_string(self): member in class:AVRule
522 def to_string(self): member in class:TypeRule
538 def to_string(self): member in class:TypeBound
548 def to_string(self): member in class:RoleAllow
558 def to_string(self): member in class:RoleType
571 def to_string(self): member in class:ModuleDeclaration
582 def to_string(self): member in class:Conditional
591 def to_string(self): member in class:Bool
604 def to_string(self): member in class:InitialSid
614 def to_string(self): member in class:GenfsCon
628 def to_string(self): member in class:FilesystemUse
646 def to_string(self): member in class:PortCon
656 def to_string(self): member in class:NodeCon
666 def to_string(self): member in class:NetifCon
675 def to_string(self): member in class:PirqCon
684 def to_string(self): member in class:IomemCon
693 def to_string(self): member in class:IoportCon
702 def to_string(self): member in class:PciDeviceCon
711 def to_string(self): member in class:DeviceTreeCon
728 def to_string(self): member in class:Headers
736 def to_string(self): member in class:Module
748 def to_string(self): member in class:Interface
756 def to_string(self): member in class:TunablePolicy
764 def to_string(self): member in class:Template
772 def to_string(self): member in class:IfDef
792 def to_string(self): member in class:InterfaceCall
812 def to_string(self): member in class:OptionalPolicy
820 def to_string(self): member in class:SupportMacros
867 def to_string(self): member in class:Require
894 def to_string(self): member in class:ObjPermSet
902 def to_string(self): member in class:ClassMap
912 def to_string(self): member in class:Comment
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 140 return str(self.comment) + "\n" + self.to_string()
142 return self.to_string()
145 return "<%s(%s)>" % (self.__class__.__name__, self.to_string())
147 def to_string(self): member in class:Node
157 return str(self.comment) + "\n" + self.to_string()
159 return self.to_string()
162 return "<%s(%s)>" % (self.__class__.__name__, self.to_string())
164 def to_string(self): member in class:Leaf
311 def to_string(self, default_level=None): member in class:SecurityContext
362 def to_string(self) member in class:TypeAttribute
375 def to_string(self): member in class:RoleAttribute
385 def to_string(self): member in class:Role
398 def to_string(self): member in class:Type
412 def to_string(self): member in class:TypeAlias
420 def to_string(self): member in class:Attribute
428 def to_string(self): member in class:Attribute_Role
485 def to_string(self): member in class:AVRule
522 def to_string(self): member in class:TypeRule
538 def to_string(self): member in class:TypeBound
548 def to_string(self): member in class:RoleAllow
558 def to_string(self): member in class:RoleType
571 def to_string(self): member in class:ModuleDeclaration
582 def to_string(self): member in class:Conditional
591 def to_string(self): member in class:Bool
604 def to_string(self): member in class:InitialSid
614 def to_string(self): member in class:GenfsCon
628 def to_string(self): member in class:FilesystemUse
646 def to_string(self): member in class:PortCon
656 def to_string(self): member in class:NodeCon
666 def to_string(self): member in class:NetifCon
675 def to_string(self): member in class:PirqCon
684 def to_string(self): member in class:IomemCon
693 def to_string(self): member in class:IoportCon
702 def to_string(self): member in class:PciDeviceCon
711 def to_string(self): member in class:DeviceTreeCon
728 def to_string(self): member in class:Headers
736 def to_string(self): member in class:Module
748 def to_string(self): member in class:Interface
756 def to_string(self): member in class:TunablePolicy
764 def to_string(self): member in class:Template
772 def to_string(self): member in class:IfDef
792 def to_string(self): member in class:InterfaceCall
812 def to_string(self): member in class:OptionalPolicy
820 def to_string(self): member in class:SupportMacros
867 def to_string(self): member in class:Require
894 def to_string(self): member in class:ObjPermSet
902 def to_string(self): member in class:ClassMap
912 def to_string(self): member in class:Comment
    [all...]
  /frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
LayerProtoParser.h 38 std::string to_string() const;
48 std::string to_string() const;
58 std::string to_string() const;
68 std::string to_string() const;
76 std::string to_string(const char* what) const;
118 std::string to_string() const;
  /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...]
  /system/core/debuggerd/libdebuggerd/test/
log_fake.cpp 50 g_fake_log_buf += std::to_string(bufId) + ' ' + std::to_string(prio) + ' ';
58 g_fake_log_print += std::to_string(prio) + ' ';
  /bionic/libc/malloc_debug/tests/
log_fake.cpp 48 g_fake_log_print += std::to_string(priority) + ' ';
63 g_fake_log_buf += std::to_string(bufId) + ' ' + std::to_string(prio) + ' ';
71 g_fake_log_print += std::to_string(prio) + ' ';
  /external/skia/src/sksl/
SkSLPosition.h 29 return to_string(fLine);
SkSLString.h 113 String to_string(double value);
115 String to_string(int32_t value);
117 String to_string(uint32_t value);
119 String to_string(int64_t value);
121 String to_string(uint64_t value);
  /external/skia/src/sksl/ast/
SkSLASTIntLiteral.h 25 return to_string(fValue);
  /external/skqp/src/sksl/
SkSLPosition.h 29 return to_string(fLine);
SkSLString.h 113 String to_string(double value);
115 String to_string(int32_t value);
117 String to_string(uint32_t value);
119 String to_string(int64_t value);
121 String to_string(uint64_t value);
  /external/skqp/src/sksl/ast/
SkSLASTIntLiteral.h 25 return to_string(fValue);
  /frameworks/base/tools/aapt2/
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();
Resource.h 72 android::StringPiece to_string(ResourceType type);
94 std::string to_string() const;
120 std::string to_string() const;
154 std::string to_string() const;
268 return out << res_id.to_string();
271 // For generic code to call 'using std::to_string; to_string(T);'.
272 inline std::string to_string(const ResourceId& id) { function in namespace:aapt
273 return id.to_string();
281 return out << to_string(val)
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_util.h 36 return type_id_prefix + std::to_string(max_type_id_);
38 return type_id_prefix + std::to_string(type_id_it->second);
  /external/swiftshader/third_party/stlport-cpp11-extension/
string 21 // - std::to_string (C++11)
35 std::string to_string(const T& val) {
  /frameworks/base/cmds/statsd/src/config/
ConfigKey.cpp 37 s += "(" + std::to_string(mUid) + " " + std::to_string(mId) + ")";
  /frameworks/base/tools/aapt2/java/
ClassDefinition.h 63 : name_(name.to_string()), val_(val) {}
74 using std::to_string;
82 printer->Print("int ").Print(name_).Print("=").Print(to_string(val_)).Print(";");
97 : name_(name.to_string()), val_(val) {}
131 explicit PrimitiveArrayMember(const android::StringPiece& name) : name_(name.to_string()) {}
158 printer->Print(to_string(*current));
182 : signature_(signature.to_string()) {}
215 : name_(name.to_string()), qualifier_(qualifier), create_if_empty_(createIfEmpty) {}
  /external/perfetto/src/tracing/test/
mock_consumer.cc 34 auto checkpoint_name = "on_consumer_disconnect_" + std::to_string(i++);
44 auto checkpoint_name = "on_consumer_connect_" + std::to_string(i++);
65 auto checkpoint_name = "on_tracing_disabled_consumer_" + std::to_string(i++);
73 auto checkpoint_name = "on_consumer_flush_" + std::to_string(i++);
94 std::string checkpoint_name = "on_read_buffers_" + std::to_string(i++);
  /external/skia/src/sksl/lex/
NFAState.h 85 return "Accept(" + std::to_string(fData[0]) + ")";
90 result += std::to_string(v);
100 result += std::to_string(v);
111 result += std::to_string(v);
128 result += std::to_string(n);

Completed in 1498 milliseconds

12 3 4 5 6 7 8 91011>>