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

1 2

  /external/ltp/testscripts/
network.sh 17 TEST_CASES=
54 6) TEST_CASES="$TEST_CASES net.ipv6 net.ipv6_lib";;
55 m) TEST_CASES="$TEST_CASES net.multicast";;
56 n) TEST_CASES="$TEST_CASES net.nfs";;
57 r) TEST_CASES="$TEST_CASES net.rpc";;
58 s) TEST_CASES="$TEST_CASES net.sctp";
    [all...]
  /external/ltp/testcases/kernel/syscalls/faccessat/
faccessat01.c 48 #define TEST_CASES 6
56 int TST_TOTAL = TEST_CASES;
61 static int fds[TEST_CASES];
62 static char *filenames[TEST_CASES];
63 static int expected_errno[TEST_CASES] = { 0, 0, ENOTDIR, EBADF, 0, 0 };
  /external/autotest/client/site_tests/policy_ForceGoogleSafeSearch/
policy_ForceGoogleSafeSearch.py 29 TEST_CASES = {
65 case_value = self.TEST_CASES[case]
  /external/ltp/testcases/kernel/syscalls/futimesat/
futimesat01.c 39 #define TEST_CASES 5
48 int TST_TOTAL = TEST_CASES;
55 static int fds[TEST_CASES];
56 static const char *filenames[TEST_CASES];
  /external/ltp/testcases/kernel/syscalls/unlinkat/
unlinkat01.c 40 #define TEST_CASES 7
52 int TST_TOTAL = TEST_CASES;
61 static int fds[TEST_CASES];
62 static const char *filenames[TEST_CASES];
  /external/ltp/testcases/kernel/syscalls/fchmodat/
fchmodat01.c 48 #define TEST_CASES 6
56 int TST_TOTAL = TEST_CASES;
61 int fds[TEST_CASES];
62 char *filenames[TEST_CASES];
63 int expected_errno[TEST_CASES] = { 0, 0, ENOTDIR, EBADF, 0, 0 };
  /external/ltp/testcases/kernel/syscalls/fstatat/
fstatat01.c 40 #define TEST_CASES 6
49 int TST_TOTAL = TEST_CASES;
56 static int fds[TEST_CASES];
57 static const char *filenames[TEST_CASES];
  /external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
policy_CookiesAllowedForUrls.py 53 self.TEST_CASES = {
102 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
policy_CookiesBlockedForUrls.py 54 self.TEST_CASES = {
101 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_EditBookmarksEnabled/
policy_EditBookmarksEnabled.py 39 TEST_CASES = {
92 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_RestoreOnStartupURLs/
policy_RestoreOnStartupURLs.py 35 TEST_CASES = {
78 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/
policy_ChromeOsLockOnIdleSuspend.py 31 TEST_CASES = {
129 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
policy_ImagesAllowedForUrls.py 59 self.TEST_CASES = {
119 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
policy_ImagesBlockedForUrls.py 58 self.TEST_CASES = {
116 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
policy_JavaScriptAllowedForUrls.py 57 self.TEST_CASES = {
131 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
policy_JavaScriptBlockedForUrls.py 59 self.TEST_CASES = {
135 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/
policy_KeyboardDefaultToFunctionKeys.py 20 TEST_CASES = {
88 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 52 self.TEST_CASES = {
122 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/
policy_NotificationsBlockedForUrls.py 53 self.TEST_CASES = {
127 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
policy_PopupsAllowedForUrls.py 50 self.TEST_CASES = {
101 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
policy_PopupsBlockedForUrls.py 51 self.TEST_CASES = {
102 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/
policy_CookiesSessionOnlyForUrls.py 57 self.TEST_CASES = {
160 case_value = self.TEST_CASES[case]
  /external/autotest/client/site_tests/policy_DisableScreenshots/
policy_DisableScreenshots.py 53 self.TEST_CASES = {
135 case_value = self.TEST_CASES[case]

Completed in 136 milliseconds

1 2