OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crosperf_cmd
(Results
1 - 4
of
4
) sorted by null
/external/toolchain-utils/android_bench_suite/
fix_json.py
39
crosperf_cmd
= [
46
logging.info('Command: %s',
crosperf_cmd
)
47
subprocess.call(
crosperf_cmd
)
run.py
362
crosperf_cmd
= [
368
logging.info('Command: %s',
crosperf_cmd
)
369
subprocess.call(
crosperf_cmd
)
/toolchain/benchmark/
fix_json.py
39
crosperf_cmd
= [
46
logging.info('Command: %s',
crosperf_cmd
)
47
subprocess.call(
crosperf_cmd
)
run.py
366
crosperf_cmd
= [
372
logging.info('Command: %s',
crosperf_cmd
)
373
subprocess.call(
crosperf_cmd
)
Completed in 452 milliseconds