Searched defs:test_list (Results 1 - 25 of 40) sorted by relevance

12

/external/autotest/cli/
H A Dtest.py56 class test_list(action_common.atest_list, test): class in inherits:action_common.atest_list, test
59 super(test_list, self).__init__()
76 (options, leftover) = super(test_list, self).parse()
100 return super(test_list, self).execute(op='get_tests',
117 super(test_list, self).output(results, keys)
/external/autotest/client/cros/cellular/
H A Dsms.py148 def test_list(self, expected_list): member in class:SmsTest
156 self.test_list([])
164 self.test_list([parsed_sms])
/external/lisa/libs/utils/android/workloads/
H A Dsysapp.py48 test_list = [ variable in class:SysApp
57 return SysApp.test_list
H A Dsystemui.py44 test_list = \
77 return SystemUi.test_list
45 ["LauncherJankTests#testOpenAllAppsContainer", variable in class:SystemUi
H A Duibench.py50 test_list = \
86 return UiBench.test_list
51 ['UiBenchJankTests#testClippedListView', variable in class:UiBench
H A Djankbench.py92 test_list = \
110 return Jankbench.test_list
93 ['list_view', variable in class:Jankbench
/external/selinux/python/sepolgen/tests/
H A Dtest_access.py236 def test_list(self): member in class:TestAccessVectorSet
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test.py247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) variable
248 SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list
249 SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list
250 SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
/external/googletest/googletest/test/
H A Dgtest_output_test.py248 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) variable
249 SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list
250 SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list
251 SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
/external/llvm/utils/lit/lit/
H A DShUtil.py321 def test_list(self): member in class:TestShParse
/external/protobuf/gtest/test/
H A Dgtest_output_test.py235 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) variable
236 SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list
237 SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list
238 SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
/external/python/cpython3/Lib/test/test_json/
H A Dtest_enum.py58 def test_list(self): member in class:TestEnum
/external/selinux/python/semanage/
H A Dtest-semanage.py63 def test_list(self): member in class:SemanageTests
227 def semanage_custom_suite(test_list):
229 for t in test_list:
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DShUtil.py324 def test_list(self): member in class:TestShParse
/external/v8/testing/gtest/test/
H A Dgtest_output_test.py248 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) variable
249 SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list
250 SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list
251 SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_output_test.py247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) variable
248 SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list
249 SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list
250 SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-trees.rb76 def test_list method in class:TestTreeNodeStream
483 def test_list method in class:TestCommonTree
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_unittest.cc317 std::string test_list = kDefaultTestList; local
339 test_list = optarg;
357 if (test_list == kDefaultTestList) {
H A Dmedia_v4l2_test.cc514 const std::string& test_list) {
538 if (test_list == kHalv3TestList) {
543 if (test_list == kExternalCameraTestList) {
619 std::string test_list = kDefaultTestList; local
640 test_list = optarg;
649 TestProfile profile = GetTestProfile(dev_name, usb_info, test_list);
650 if (test_list == kDefaultTestList) {
652 } else if (test_list == kHalv3TestList) {
654 } else if (test_list == kExternalCameraTestList) {
657 printf("[Error] Unknown test list %s\n", test_list
512 GetTestProfile(const std::string& dev_name, const std::string& usb_info, const std::string& test_list) argument
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_marshal.py175 def test_list(self): member in class:ContainerTestCase
307 def test_list(self, size): member in class:LargeValuesTestCase
H A Dtest_gc.py45 def test_list(self): member in class:GCTests
H A Dtest_poplib.py188 def test_list(self): member in class:TestPOP3Class
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc327 list<int> test_list; local
328 test_list.push_back(1);
329 test_list.push_back(3);
330 EXPECT_EQ("", Explain(m, test_list)); // No need to explain anything.
347 list<int> test_list; local
349 EXPECT_EQ("", Explain(m, test_list));
351 test_list.push_back(1);
352 EXPECT_EQ("which has 1 element", Explain(m, test_list));
376 list<string> test_list; local
377 test_list
[all...]
/external/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc325 list<int> test_list; local
326 test_list.push_back(1);
327 test_list.push_back(3);
328 EXPECT_EQ("", Explain(m, test_list)); // No need to explain anything.
345 list<int> test_list; local
347 EXPECT_EQ("", Explain(m, test_list));
349 test_list.push_back(1);
350 EXPECT_EQ("which has 1 element", Explain(m, test_list));
374 list<std::string> test_list; local
375 test_list
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_gc.py73 def test_list(self): member in class:GCTests

Completed in 3122 milliseconds

12