Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 9 of 9) sorted by relevance

/test/vts/utils/python/coverage/
Dgcno_parser_test.py95 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/
Dasserts.py173 def skip(reason, extras=None): function
197 skip(reason, extras)
/test/vts-testcase/kernel/gki/
DAndroid.bp25 // skip the test on device launching with Android 11 (R) because:
/test/vts-testcase/kernel/linux_kselftest/
DLinuxKselftestTest.py118 asserts.skip("Test is not supported on this abi.")
/test/app_compat/csuite/integration_tests/
DAndroid.bp41 // We skip copying the csuite-tradefed-tests jar since its location is
/test/vti/dashboard/
DREADME.md217 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/
Dbuild_and_run_benchmark.sh50 -b|--skip-build)
/test/mlts/benchmark/results/
DChart.bundle.min.js10skip: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/
DTestSuiteResultEntity.java391 Stream.of(this.buildVendorFingerprint.split("/")).skip(1).findFirst().orElse(""); in getDeviceNameFromVendorFpt()