Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DMemUnreachable.cpp472 std::ostringstream oss; in ToString() local
474 oss << " " << std::dec << size; in ToString()
475 oss << " bytes unreachable at "; in ToString()
476 oss << std::hex << begin; in ToString()
477 oss << std::endl; in ToString()
479 oss << std::dec; in ToString()
480 oss << " referencing " << referenced_size << " unreachable bytes"; in ToString()
481 oss << " in " << referenced_count << " allocation" << plural(referenced_count); in ToString()
482 oss << std::endl; in ToString()
485 oss << std::dec; in ToString()
[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.cpp346 std::ostringstream oss; in checkIncompatibleHals() local
347 oss << matrixHal.name << ":\n required: "; in checkIncompatibleHals()
348 multilineIndent(oss, 8, android::vintf::expandInstances(matrixHal)); in checkIncompatibleHals()
349 oss << "\n provided: "; in checkIncompatibleHals()
351 multilineIndent(oss, 8, versions); in checkIncompatibleHals()
353 multilineIndent(oss, 8, manifestInstanceDesc); in checkIncompatibleHals()
356 ret.insert(ret.end(), oss.str()); in checkIncompatibleHals()
/system/libhidl/base/
DStatus.cpp97 std::ostringstream oss; in description() local
98 oss << (*this); in description()
99 return oss.str(); in description()
/system/libvintf/include/vintf/
Dparse_string.h59 std::ostringstream oss; in to_string() local
60 oss << obj; in to_string()
61 return oss.str(); in to_string()
/system/core/fastboot/fuzzer/
DREADME.md51 * https://github.com/google/oss-fuzz
/system/keymaster/fuzzer/
DREADME.md54 * https://github.com/google/oss-fuzz
/system/libhidl/
Dtest_main.cpp611 std::ostringstream oss; in toString() local
612 oss << s; in toString()
613 return oss.str(); in toString()
/system/security/keystore/tests/fuzzer/
DREADME.md103 * https://github.com/google/oss-fuzz
/system/sepolicy/microdroid/system/private/
Ddomain.te285 # http://www.openwall.com/lists/oss-security/2016/09/26/14
/system/sepolicy/microdroid/system/public/
Dte_macros468 # http://www.openwall.com/lists/oss-security/2016/09/26/14
/system/sepolicy/public/
Dte_macros502 # http://www.openwall.com/lists/oss-security/2016/09/26/14
/system/sepolicy/private/
Ddomain.te599 # http://www.openwall.com/lists/oss-security/2016/09/26/14