Home
last modified time | relevance | path

Searched defs:dump_to_file (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp67 void dump_to_file(string filename) { in dump_to_file() function
310 bool training_round = false, bool dump_to_file = false, string dump_filename = "") { in run_main()
376 bool dump_to_file = false; in main() local
/aosp_15_r20/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dmain.cc56 bool dump_to_file = false; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_options.proto30 string dump_to_file = 16; field
/aosp_15_r20/art/runtime/metrics/
H A Dreporter.h80 std::optional<std::string> dump_to_file; member
/aosp_15_r20/build/make/tools/
H A Dextract_kernel.py171 def dump_to_file(f, dump_fn, input_bytes, desc): function