HomeSort by relevance Sort by last modified time
    Searched full:suite (Results 576 - 600 of 11673) sorted by null

<<21222324252627282930>>

  /external/autotest/server/site_tests/network_WiFi_SimpleConnect/
control.wifi_checkWEP40 9 ATTRIBUTES = ('suite:wifi_correctness_cros_core, suite:wifi_matfunc,'
10 'suite:wifi_matfunc_noservo,'
11 'suite:wifi_matfunc_bcm4371, suite:wifi_release, subsystem:wifi,'
12 'suite:android_wifi_connect')
  /external/autotest/site_utils/
create_attr_whitelist.py 7 """This script creates a whitelist of test attributes based on the 'suite' read
14 from autotest_lib.server.cros.dynamic_suite.suite import Suite
27 fs_getter = Suite.create_fs_getter(common.autotest_dir)
29 suite_list = Suite.list_all_suites('', devserver, fs_getter)
33 whitelist = ['suite:' + x for x in suite_list]
  /external/autotest/test_suites/
control.cr50_stress_flaky 7 PURPOSE = "Experimental suite to test cr50 stress tests."
11 TEST_CLASS = "suite"
15 This is the cr50_stress_flaky test suite.
17 This suite is meant to be a proving ground for cr50 stress tests before they
18 are promoted to the actual cr50 stress experimental suite. Specifically for
20 only this suite until the test reliably restores the Cr50 state.
control.suite_attr_wrapper 10 TEST_CLASS = "suite"
14 This is a wrapper suite to trigger tests that satisfy any attribute boolean
30 from autotest_lib.server.cros.dynamic_suite import suite
41 attr_predicate = suite.Suite.matches_attribute_expression_predicate(attr)
45 'keyword to specify it. suite aborting' % args_dict)
  /external/clang/tools/scan-build-py/tests/functional/cases/
__init__.py 12 def load_tests(loader, suite, pattern):
14 suite.addTests(loader.loadTestsFromModule(test_from_cdb))
16 suite.addTests(loader.loadTestsFromModule(test_from_cmd))
18 suite.addTests(loader.loadTestsFromModule(test_create_cdb))
20 suite.addTests(loader.loadTestsFromModule(test_exec_anatomy))
21 return suite
  /external/eigen/bench/tensors/
tensor_benchmarks_fp16_gpu.cu 15 BenchmarkSuite<Eigen::GpuDevice, Eigen::half> suite(device, N); \
17 suite.FUNC(iters); \
45 BenchmarkSuite<Eigen::GpuDevice, Eigen::half> suite(device, D1, D2, D3); \
47 suite.FUNC(iters); \
64 BenchmarkSuite<Eigen::GpuDevice, Eigen::half> suite(device, N); \
66 suite.FUNC(iters, DIM1, DIM2); \
  /external/testng/src/test/java/test/timeout/
TimeOutFromXmlTest.java 35 timeOutTest(true /* on suite */);
55 result.setName("Suite");
67 private XmlTest createXmlTest(XmlSuite suite, String name) {
68 XmlTest result = new XmlTest(suite);
85 XmlSuite suite = suiteParser.parse(file, stream, true); local
86 setSuite(suite);
  /toolchain/benchmark/
README.txt 1 This is a Android Toolchain benchmark suite.
3 Where to find this suite:
4 This suite locates at toolchain/benchmark under Android repository tree.
6 To use this suite:
11 patch to some benchmarks to make them workable to the suite.
24 4. The raw results locate at bench_result_* in bench suite home
  /external/autotest/client/site_tests/build_RootFilesystemSize/
control 11 ATTRIBUTES = "suite:bvt-inline, suite:crosbolt_perf_perbuild"
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
control.CM15 17 ATTRIBUTES = "suite:cellular_mbim_compliance"
20 CM_15 Test listed in the MBIM Compliance Test Suite specification.
  /external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
control.DES01 17 ATTRIBUTES = "suite:cellular_mbim_compliance"
20 DES_01 Test listed in the MBIM Compliance Test Suite specification.
control.DES02 17 ATTRIBUTES = "suite:cellular_mbim_compliance"
20 DES_02 Test listed in the MBIM Compliance Test Suite specification.
  /external/autotest/client/site_tests/cellular_MbimComplianceError/
control.ERR02 17 ATTRIBUTES = "suite:cellular_mbim_compliance"
20 ERR_02 Test listed in the MBIM Compliance Test Suite specification.
control.ERR03 17 ATTRIBUTES = "suite:cellular_mbim_compliance"
20 ERR_03 Test listed in the MBIM Compliance Test Suite specification.
  /external/autotest/client/site_tests/dummy_Pass/
control.bluetooth 10 ATTRIBUTES = "suite:dummy, suite:push_to_prod"
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_TouchMTB.py 5 """A semi-automated test suite for touch device firmware MTB events."""
13 """A dummpy class for installing the test suite."""
  /external/autotest/client/site_tests/graphics_Gralloc/
control 7 ATTRIBUTES = 'suite:graphics, suite:graphics_per-day'
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
control.power 7 PURPOSE = "Execute the WebGL aquarium test suite to measure power."
8 CRITERIA = "All suite tests must not crash/hang."
  /external/autotest/client/site_tests/hardware_MemoryTotalSize/
control 9 ATTRIBUTES = "suite:bvt-cq, suite:hwqual"
  /external/autotest/client/site_tests/kernel_CryptoAPI/
control 11 ATTRIBUTES = "suite:bvt-perbuild, suite:smoke"
  /external/autotest/client/site_tests/logging_FeedbackReport/
control 12 ATTRIBUTES = "suite:bvt-perbuild, suite:usb_detect"
  /external/autotest/client/site_tests/login_CryptohomeIncognito/
control 7 ATTRIBUTES = "suite:bvt-inline, suite:smoke"
  /external/autotest/client/site_tests/login_LogoutProcessCleanup/
control 7 ATTRIBUTES = "suite:bvt-inline, suite:smoke"
  /external/autotest/client/site_tests/login_OwnershipApi/
control 7 ATTRIBUTES = "suite:bvt-inline, suite:smoke"
  /external/autotest/client/site_tests/login_OwnershipNotRetaken/
control 7 ATTRIBUTES = "suite:bvt-inline, suite:smoke"

Completed in 6495 milliseconds

<<21222324252627282930>>