Home
last modified time | relevance | path

Searched refs:BVT (Results 1 – 15 of 15) sorted by relevance

/external/autotest/test_suites/
Dcontrol.experimental7 PURPOSE = "Staging ground for BVT candidates"
16 Before a test is added to the BVT, it must demonstrate a track
Dcontrol.tendo_experimental7 PURPOSE = 'Staging ground for Tendo BVT candidates'
16 Before a test is added to the BVT, it must demonstrate a track
Dcontrol.smoke16 Smoke tests suite is a subset of BVT able to run in VMs. All of these tests
Dcontrol.regression15 a substantially longer time than the BVT can tolerate, and should exercise
/external/autotest/client/site_tests/graphics_PiglitBVT/
DREADME34 test set. These are normally run on BVT and each should complete in 30s
36 c) control.{1...20} for running the test slices on BVT.
/external/autotest/server/site_tests/sequences/
Dcontrol.brillo_bvt13 Sequence for kicking off the Brillo BVT tests.
/external/autotest/client/site_tests/graphics_GLBench/
Dcontrol.hwqual34 glbench with the "-hasty" option to stay well below the BVT limit of 20
Dcontrol.bvt-cq36 glbench with the "-hasty" option to stay well below the BVT limit of 20
/external/autotest/docs/
Dbest-practices.md113 When first adding a test, it should not go into the BVT suite. A test should
114 only be added to the BVT after it has been running in some non-BVT suite long
117 for the BVT, and for which there is no more convenient home.
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp426 EVT BVT = BaseType->getVT(); in LowerSIGN_EXTEND_INREG() local
427 unsigned baseBits = BVT.getScalarType().getSizeInBits(); in LowerSIGN_EXTEND_INREG()
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
Deyes-only.conf112 ~c236=BVT # Bouvet Island
Drel.conf118 ~c200,~c236=BVT # Bouvet Island
/external/icu/icu4c/source/data/misc/
Dmetadata.txt2842 BVT{
DsupplementalData.txt2041 "BVT",
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp16087 MVT BVT = SVT == MVT::i32 ? MVT::v4i32 : MVT::v2i64; in getTargetVShiftNode() local
16088 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, BVT, ShOps); in getTargetVShiftNode()