Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 2 of 2) sorted by relevance

/test/vts-testcase/performance/hwbinder_latency_test/
DHwBinderLatencyTest.py164 opts = ["hidl_hal_mode=%s" % self.hidl_hal_mode.encode("utf-8")];
169 result["fifo_%d_data" % i], options=opts,
/test/vts/compilation_tools/vtsc/test/
Dtest_vtsc.py280 opts, _ = getopt.getopt(sys.argv[1:], "h:p:c:o:t:") variable
285 for opt, val in opts: