HomeSort by relevance Sort by last modified time
    Searched refs:TEST_CASES (Results 1 - 25 of 42) sorted by null

1 2

  /external/ltp/testscripts/
network.sh 51 TEST_CASES=
56 6) TEST_CASES="$TEST_CASES net.ipv6 net.ipv6_lib";;
57 m) TEST_CASES="$TEST_CASES net.multicast" ;;
58 n) TEST_CASES="$TEST_CASES net.nfs" ;;
59 r) TEST_CASES="$TEST_CASES net.rpc" ;;
60 s) TEST_CASES="$TEST_CASES net.sctp" ;
    [all...]
  /external/autotest/client/site_tests/policy_AutoFillEnabled/
policy_AutoFillEnabled.py 33 TEST_CASES = {
77 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_ForceGoogleSafeSearch/
policy_ForceGoogleSafeSearch.py 29 TEST_CASES = {
65 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
policy_RestoreOnStartupURLs.py 35 TEST_CASES = {
81 case_value = self.TEST_CASES[case]
  /external/ltp/testcases/kernel/syscalls/futimesat/
futimesat01.c 40 #define TEST_CASES 5
49 int TST_TOTAL = TEST_CASES;
56 static int fds[TEST_CASES];
57 static const char *filenames[TEST_CASES];
  /external/ltp/testcases/kernel/syscalls/faccessat/
faccessat01.c 49 #define TEST_CASES 6
57 int TST_TOTAL = TEST_CASES;
62 static int fds[TEST_CASES];
63 static char *filenames[TEST_CASES];
64 static int expected_errno[TEST_CASES] = { 0, 0, ENOTDIR, EBADF, 0, 0 };
  /external/ltp/testcases/kernel/syscalls/fchmodat/
fchmodat01.c 49 #define TEST_CASES 6
57 int TST_TOTAL = TEST_CASES;
62 int fds[TEST_CASES];
63 char *filenames[TEST_CASES];
64 int expected_errno[TEST_CASES] = { 0, 0, ENOTDIR, EBADF, 0, 0 };
  /external/ltp/testcases/kernel/syscalls/fstatat/
fstatat01.c 41 #define TEST_CASES 6
50 int TST_TOTAL = TEST_CASES;
57 static int fds[TEST_CASES];
58 static const char *filenames[TEST_CASES];
  /external/ltp/testcases/kernel/syscalls/unlinkat/
unlinkat01.c 41 #define TEST_CASES 7
53 int TST_TOTAL = TEST_CASES;
62 static int fds[TEST_CASES];
63 static const char *filenames[TEST_CASES];
  /external/autotest/client/site_tests/policy_BlockThirdPartyCookies/
policy_BlockThirdPartyCookies.py 23 TEST_CASES = {
79 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
policy_CookiesAllowedForUrls.py 52 self.TEST_CASES = {
101 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
policy_CookiesBlockedForUrls.py 53 self.TEST_CASES = {
100 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_EditBookmarksEnabled/
policy_EditBookmarksEnabled.py 49 TEST_CASES = {
102 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_ForceYouTubeSafetyMode/
policy_ForceYouTubeSafetyMode.py 35 TEST_CASES = {
82 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_SearchSuggestEnabled/
policy_SearchSuggestEnabled.py 35 TEST_CASES = {
79 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_SpellCheckServiceEnabled/
policy_SpellCheckServiceEnabled.py 36 TEST_CASES = {
82 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
policy_ImagesAllowedForUrls.py 58 self.TEST_CASES = {
118 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
policy_ImagesBlockedForUrls.py 57 self.TEST_CASES = {
115 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
policy_JavaScriptAllowedForUrls.py 56 self.TEST_CASES = {
130 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
policy_JavaScriptBlockedForUrls.py 58 self.TEST_CASES = {
134 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_ManagedBookmarks/
policy_ManagedBookmarks.py 44 TEST_CASES = {
143 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/
policy_NotificationsAllowedForUrls.py 51 self.TEST_CASES = {
121 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/
policy_NotificationsBlockedForUrls.py 52 self.TEST_CASES = {
126 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
policy_PopupsAllowedForUrls.py 49 self.TEST_CASES = {
100 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
policy_PopupsBlockedForUrls.py 50 self.TEST_CASES = {
101 case_value = self.TEST_CASES[case]

Completed in 245 milliseconds

1 2