Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/bin/
Dmonsoon.py28 def main(FLAGS): argument
30 if FLAGS.avg and FLAGS.avg < 0:
34 mon = Monsoon(serial=int(FLAGS.serialno[0]))
36 if FLAGS.voltage is not None:
37 mon.set_voltage(FLAGS.voltage)
39 if FLAGS.current is not None:
40 mon.set_max_current(FLAGS.current)
42 if FLAGS.status:
46 if FLAGS.usbpassthrough:
47 mon.usb(FLAGS.usbpassthrough)
[all …]
/tools/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt31 private val FLAGS = """ constant in com.android.tools.metalava.OptionsTest
215 $FLAGS in Test invalid arguments()
240 $FLAGS in Test help()