Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DMemoryLeakTrackUtil.cpp66 std::ostringstream oss; in dumpMemoryAddresses() local
67 oss << leak_info.total_memory << " bytes in " << count << " allocations\n"; in dumpMemoryAddresses()
68 oss << " ABI: '" ABI_STRING "'" << "\n\n"; in dumpMemoryAddresses()
83 oss << (e->size * e->allocations) in dumpMemoryAddresses()
85 oss << backtrace_string(e->backtrace, leak_info.backtrace_size) << "\n"; in dumpMemoryAddresses()
87 oss << "\n"; in dumpMemoryAddresses()
89 return oss.str(); in dumpMemoryAddresses()
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.cpp42 std::ostringstream oss; in getElapsedTime() local
43 oss << std::setfill('0') << std::setw(2) << hour << ":" << std::setw(2) << minutes << ":" in getElapsedTime()
45 return oss.str(); in getElapsedTime()
/frameworks/av/media/libmediahelper/include/media/
Dconvert.h153 std::stringstream oss;
154 oss.precision(gFloatPrecision);
155 oss << value;
156 str = oss.str();
157 return !oss.fail() && !oss.bad();
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp473 std::stringstream oss; in writeDumpFooter() local
474 oss << std::put_time(&finish_tm, "%Y-%m-%d %H:%M:%S"); in writeDumpFooter()
477 elapsedDuration.count(), String8(serviceName).string(), oss.str().c_str()); in writeDumpFooter()
/frameworks/av/media/codecs/g711/fuzzer/
DREADME.md49 * https://github.com/google/oss-fuzz
/frameworks/av/media/libstagefright/codecs/mp3dec/fuzzer/
DREADME.md56 * https://github.com/google/oss-fuzz
/frameworks/native/opengl/include/GLES3/
DNOTICE2 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp578 std::ostringstream oss; in toString() local
579 oss << "Step#" << step.index << ": if " << toString(step.conditionOperandIndex) in toString()
581 return oss.str(); in toString()
585 std::ostringstream oss; in toString() local
586 oss << "Step#" << step.index << ": while cond=" << step.condStepIndex in toString()
588 return oss.str(); in toString()
592 std::ostringstream oss; in toString() local
593 oss << "Step#" << step.index << ": goto " << step.gotoStepIndex; in toString()
594 return oss.str(); in toString()
/frameworks/av/media/libstagefright/codecs/amrwb/fuzzer/
DREADME.md61 * https://github.com/google/oss-fuzz
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
DREADME.md62 * https://github.com/google/oss-fuzz
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/
DREADME.md57 * https://github.com/google/oss-fuzz
/frameworks/ml/nn/common/include/
DUtils.h346 std::ostringstream oss;
347 oss << "(" << toString(pair.first) << ", " << toString(pair.second) << ")";
348 return oss.str();
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp360 std::ostringstream oss; in RuntimeAbort() local
361 oss << __FILE__ << ":" << line << ": " << msg; in RuntimeAbort()
362 env->FatalError(oss.str().c_str()); in RuntimeAbort()
/frameworks/av/media/extractors/fuzzers/
DREADME.md326 * https://github.com/google/oss-fuzz