Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DMemUnreachable.cpp409 std::ostringstream oss; in ToString() local
411 oss << " " << std::dec << size; in ToString()
412 oss << " bytes unreachable at "; in ToString()
413 oss << std::hex << begin; in ToString()
414 oss << std::endl; in ToString()
416 oss << std::dec; in ToString()
417 oss << " referencing " << referenced_size << " unreachable bytes"; in ToString()
418 oss << " in " << referenced_count << " allocation" << plural(referenced_count); in ToString()
419 oss << std::endl; in ToString()
422 oss << std::dec; in ToString()
[all …]
/system/libvintf/
Dparse_string.cpp362 std::ostringstream oss; in dump() local
366 oss << ":"; in dump()
368 oss << hal; in dump()
371 return oss.str(); in dump()
375 std::ostringstream oss; in dump() local
377 oss << "kernel = " in dump()
390 oss << pair.first << "=" << pair.second << "\n"; in dump()
393 return oss.str(); in dump()
/system/libvintf/include/vintf/
Dparse_string.h49 std::ostringstream oss; in to_string() local
50 oss << obj; in to_string()
51 return oss.str(); in to_string()
/system/libhidl/base/
DStatus.cpp121 std::ostringstream oss; in description() local
122 oss << (*this); in description()
123 return oss.str(); in description()
/system/libhidl/
Dtest_main.cpp368 std::ostringstream oss; in toString() local
369 oss << s; in toString()
370 return oss.str(); in toString()
/system/sepolicy/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