OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_file_name
(Results
1 - 8
of
8
) sorted by null
/test/vts/testcases/template/hal_hidl_replay_test/
hal_hidl_replay_test.py
50
trace_file_name
= str(os.path.basename(trace_path))
55
"vts_replay_trace",
trace_file_name
))
99
trace_file_name
= str(os.path.basename(trace_path))
101
self.DEVICE_TMP_DIR, "vts_replay_trace",
trace_file_name
)
103
test_name = "replay_test_" +
trace_file_name
120
trace_file_name
= str(os.path.basename(trace_path))
122
self.DEVICE_TMP_DIR, "vts_replay_trace",
trace_file_name
)
/test/vts/utils/native/trace_processor/
VtsTraceProcessor.h
107
std::string
trace_file_name
;
member in struct:android::vts::VtsTraceProcessor::CoverageInfo
VtsTraceProcessor.cpp
437
coverage_info.
trace_file_name
= trace_file;
504
cout << "select trace file: " << it->second.
trace_file_name
<< endl;
/test/vts/utils/python/profiling/
profiling_utils.py
134
trace_file_name
= os.path.join(host_profiling_trace_path,
136
logging.info("Saving profiling traces: %s" %
trace_file_name
)
137
if temp_file_name !=
trace_file_name
:
141
file_cmd += " cp " + temp_file_name + " " +
trace_file_name
/external/chromium-trace/catapult/devil/devil/android/
device_utils.py
[
all
...]
device_utils_test.py
[
all
...]
/external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py
[
all
...]
device_utils_test.py
[
all
...]
Completed in 3617 milliseconds