Searched refs:oss (Results 1 – 18 of 18) sorted by relevance
430 std::ostringstream oss; in ToString() local432 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 …]
836 std::ostringstream oss; in CreateStats() local837 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() local848 oss << "pid=" << sample.pid(); in FormatSampleEvent()851 oss << " tid=" << sample.tid(); in FormatSampleEvent()[all …]
448 std::ostringstream oss; in dump() local452 oss << ":"; in dump()454 oss << hal; in dump()457 return oss.str(); in dump()461 std::ostringstream oss; in dump() local463 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()
201 std::ostringstream oss; in checkIncompatibleHals() local202 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()
128 std::ostringstream oss; in description() local129 oss << (*this); in description()130 return oss.str(); in description()
505 std::ostringstream oss; in ConfigToString() local507 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()
58 std::ostringstream oss; in to_string() local59 oss << obj; in to_string()60 return oss.str(); in to_string()
458 std::ostringstream oss; in toString() local459 oss << s; in toString()460 return oss.str(); in toString()
418 # http://www.openwall.com/lists/oss-security/2016/09/26/14
231 # http://www.openwall.com/lists/oss-security/2016/09/26/14
422 # http://www.openwall.com/lists/oss-security/2016/09/26/14
234 # http://www.openwall.com/lists/oss-security/2016/09/26/14
430 # http://www.openwall.com/lists/oss-security/2016/09/26/14
300 # http://www.openwall.com/lists/oss-security/2016/09/26/14
449 # http://www.openwall.com/lists/oss-security/2016/09/26/14
343 # http://www.openwall.com/lists/oss-security/2016/09/26/14