Searched refs:skip (Results 1 – 9 of 9) sorted by relevance
/test/vts/utils/python/coverage/ |
D | gcno_parser_test.py | 95 skip = 2 97 for i in range(src_block_index + 1, n_blocks, skip): 102 n_arcs = len(range(src_block_index + 1, n_blocks, skip)) 105 for i in range(src_block_index + 1, n_blocks, skip):
|
/test/vts/runners/host/ |
D | asserts.py | 173 def skip(reason, extras=None): function 197 skip(reason, extras)
|
/test/vts-testcase/kernel/gki/ |
D | Android.bp | 25 // skip the test on device launching with Android 11 (R) because:
|
/test/vts-testcase/kernel/linux_kselftest/ |
D | LinuxKselftestTest.py | 118 asserts.skip("Test is not supported on this abi.")
|
/test/app_compat/csuite/integration_tests/ |
D | Android.bp | 41 // We skip copying the csuite-tradefed-tests jar since its location is
|
/test/vti/dashboard/ |
D | README.md | 217 5. In the page, "Add Google Cloud Platform projects to monitor", click Continue to skip ahead. 219 6. In the page, "Monitor AWS accounts", click Done to skip ahead.
|
/test/mlts/benchmark/ |
D | build_and_run_benchmark.sh | 50 -b|--skip-build)
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …skip:r.skip||isNaN(h)||isNaN(c),x:h,y:c},t.pivot()},setHoverStyle:function(t){var e=t._model,i=t._… property
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestSuiteResultEntity.java | 391 Stream.of(this.buildVendorFingerprint.split("/")).skip(1).findFirst().orElse(""); in getDeviceNameFromVendorFpt()
|