Lines Matching refs:test

5 your test from. These files would be referred to as the configuration files.
39 The TEST_MAPPING file is going to run the test as a postsubmit test with the
53 "native-test-flag": "--width=<device width in pixels>"
56 "native-test-flag": "--height=<device height in pixels>"
59 …"native-test-flag": "--dp2px=<pixel per density independent pixel (px/dp) ratio of the device. Typ…
62 "native-test-flag": "--mm2px=<pixel per millimeter (px/mm) ratio>"
65 …"native-test-flag": "--powerButtonTop=<distance from the top of the power button to the top of the…
68 …"native-test-flag": "--powerButtonBottom=<distance from the bottom of the power button to the top …
71 …"native-test-flag": "--volUpButtonTop=<distance from the top of the UP volume button to the top of…
74 …"native-test-flag": "--volUpButtonBottom=<distance from the bottom of the UP power button to the t…
77 "native-test-flag": "--saveScreen"
86 rendering test.
88 test configuration directory you will run the test from.
90 ## Run test ##
93 atest --test-mapping [src_path]:all
94 …un atest can be found here: https://source.android.com/compatibility/tests/development/test-mapping
96 It is possible to run the test as a binary and pass in configuration
98 The following command is how to run the test
101 --test-arg
102 com.android.tradefed.testtype.HostGTest:native-test-flag:"--width=100"\
103 --test-arg
104 com.android.tradefed.testtype.HostGTest:native-test-flag:"--height=100"\
105 --test-arg
106 com.android.tradefed.testtype.HostGTest:native-test-flag:"--dp2px=100"\
107 --test-arg
108 com.android.tradefed.testtype.HostGTest:native-test-flag:"--mm2px=100"
109 --test-arg
110 com.android.tradefed.testtype.HostGTest:native-test-flag:"--powerButtonTop=100"\
111 --test-arg
112 com.android.tradefed.testtype.HostGTest:native-test-flag:"--powerButtonBottom=100"\
113 --test-arg
114 com.android.tradefed.testtype.HostGTest:native-test-flag:"--volUpButtonTop=100"\
115 --test-arg
116 com.android.tradefed.testtype.HostGTest:native-test-flag:"--volUpButtonBottom=100"\