Home
last modified time | relevance | path

Searched refs:oss (Results 1 – 18 of 18) sorted by relevance

/system/core/libmemunreachable/
DMemUnreachable.cpp430 std::ostringstream oss; in ToString() local
432 oss << " " << std::dec << size; in ToString()
433 oss << " bytes unreachable at "; in ToString()
434 oss << std::hex << begin; in ToString()
435 oss << std::endl; in ToString()
437 oss << std::dec; in ToString()
438 oss << " referencing " << referenced_size << " unreachable bytes"; in ToString()
439 oss << " in " << referenced_count << " allocation" << plural(referenced_count); in ToString()
440 oss << std::endl; in ToString()
443 oss << std::dec; in ToString()
[all …]
/system/extras/perfprofd/tests/
Dperfprofd_test.cc836 std::ostringstream oss; in CreateStats() local
837 oss << "Mmap events: " << CountMmapEvents(proto) << std::endl; in CreateStats()
838 oss << "Sample events: " << CountSampleEvents(proto) << std::endl; in CreateStats()
839 oss << "Comm events: " << CountCommEvents(proto) << std::endl; in CreateStats()
840 oss << "Fork events: " << CountForkEvents(proto) << std::endl; in CreateStats()
841 oss << "Exit events: " << CountExitEvents(proto) << std::endl; in CreateStats()
842 return oss.str(); in CreateStats()
846 std::ostringstream oss; in FormatSampleEvent() local
848 oss << "pid=" << sample.pid(); in FormatSampleEvent()
851 oss << " tid=" << sample.tid(); in FormatSampleEvent()
[all …]
/system/libvintf/
Dparse_string.cpp448 std::ostringstream oss; in dump() local
452 oss << ":"; in dump()
454 oss << hal; in dump()
457 return oss.str(); in dump()
461 std::ostringstream oss; in dump() local
463 oss << "kernel = " << ki.osName() << "/" << ki.nodeName() << "/" << ki.osRelease() << "/" in dump()
469 oss << "\n\ncpu info:\n" << ki.cpuInfo(); in dump()
472 oss << "\n#CONFIG's loaded = " << ki.kernelConfigs().size() << ";\n"; in dump()
476 oss << pair.first << "=" << pair.second << "\n"; in dump()
480 return oss.str(); in dump()
DHalManifest.cpp201 std::ostringstream oss; in checkIncompatibleHals() local
202 oss << matrixHal.name << ":\n required: "; in checkIncompatibleHals()
203 multilineIndent(oss, 8, android::vintf::expandInstances(matrixHal)); in checkIncompatibleHals()
204 oss << "\n provided: "; in checkIncompatibleHals()
206 multilineIndent(oss, 8, versions); in checkIncompatibleHals()
208 multilineIndent(oss, 8, manifestInstancesNoPackage); in checkIncompatibleHals()
211 ret.insert(ret.end(), oss.str()); in checkIncompatibleHals()
/system/libhidl/base/
DStatus.cpp128 std::ostringstream oss; in description() local
129 oss << (*this); in description()
130 return oss.str(); in description()
/system/extras/perfprofd/
Dconfigreader.cc505 std::ostringstream oss; in ConfigToString() local
507 auto add = [&oss](const char* str, auto val) { in ConfigToString()
508 if (oss.tellp() != 0) { in ConfigToString()
509 oss << ' '; in ConfigToString()
511 oss << str << '='; in ConfigToString()
513 fmt.Add(oss, val); in ConfigToString()
567 return oss.str(); in ConfigToString()
/system/libvintf/include/vintf/
Dparse_string.h58 std::ostringstream oss; in to_string() local
59 oss << obj; in to_string()
60 return oss.str(); in to_string()
/system/libhidl/
Dtest_main.cpp458 std::ostringstream oss; in toString() local
459 oss << s; in toString()
460 return oss.str(); in toString()
/system/sepolicy/prebuilts/api/26.0/public/
Dte_macros418 # http://www.openwall.com/lists/oss-security/2016/09/26/14
Ddomain.te231 # http://www.openwall.com/lists/oss-security/2016/09/26/14
/system/sepolicy/prebuilts/api/27.0/public/
Dte_macros422 # http://www.openwall.com/lists/oss-security/2016/09/26/14
Ddomain.te234 # http://www.openwall.com/lists/oss-security/2016/09/26/14
/system/sepolicy/prebuilts/api/28.0/public/
Dte_macros430 # http://www.openwall.com/lists/oss-security/2016/09/26/14
Ddomain.te300 # http://www.openwall.com/lists/oss-security/2016/09/26/14
/system/sepolicy/public/
Dte_macros449 # http://www.openwall.com/lists/oss-security/2016/09/26/14
Ddomain.te343 # http://www.openwall.com/lists/oss-security/2016/09/26/14
/system/sepolicy/prebuilts/api/29.0/public/
Dte_macros449 # http://www.openwall.com/lists/oss-security/2016/09/26/14
Ddomain.te343 # http://www.openwall.com/lists/oss-security/2016/09/26/14