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

1 2

  /external/ltp/testcases/kernel/syscalls/getsockopt/
getsockopt01.c 67 cleanup(void), cleanup0(void), cleanup1(void);
98 EFAULT, setup1, cleanup1, "invalid option buffer"}
102 EFAULT, setup1, cleanup1, "invalid optlen"}
108 EOPNOTSUPP, setup1, cleanup1, "invalid level"}
112 -1, EOPNOTSUPP, setup1, cleanup1, "invalid option name"}
116 -1, EOPNOTSUPP, setup1, cleanup1,
121 ENOPROTOOPT, setup1, cleanup1, "invalid option name (IP)"}
125 ENOPROTOOPT, setup1, cleanup1, "invalid option name (TCP)"}
204 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/setsockopt/
setsockopt01.c 67 cleanup(void), cleanup0(void), cleanup1(void);
100 sizeof(fsin1), -1, EFAULT, setup1, cleanup1,
107 EINVAL, setup1, cleanup1, "invalid optlen"}
111 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
116 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
121 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
126 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
209 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/sockioctl/
sockioctl01.c 65 static void cleanup1(void);
94 EFAULT, setup1, cleanup1, "invalid option buffer"}
100 EINVAL, setup1, cleanup1, "ATMARK on UDP"}
104 0, setup2, cleanup1, "SIOCGIFCONF"}
108 0, setup3, cleanup1, "SIOCGIFFLAGS"}
112 EFAULT, setup3, cleanup1, "SIOCGIFFLAGS with invalid ifr"}
116 EFAULT, setup3, cleanup1, "SIOCSIFFLAGS with invalid ifr"}
234 static void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/iopl/
iopl02.c 88 static void cleanup1();
150 cleanup1();
175 /* cleanup1() - reset to super user for first test case */
176 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/getsockname/
getsockname01.c 65 cleanup(void), cleanup0(void), cleanup1(void);
90 &sinlen, -1, EFAULT, setup1, cleanup1,
94 NULL, -1, EFAULT, setup1, cleanup1,
98 (socklen_t *) 1, -1, EFAULT, setup1, cleanup1,
177 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/accept/
accept01.c 52 static void cleanup1(void);
76 &sinlen, -1, EINVAL, setup1, cleanup1,
79 (socklen_t *) 1, -1, EINVAL, setup1, cleanup1,
82 &sinlen, -1, EINVAL, setup2, cleanup1,
85 &sinlen, -1, EINVAL, setup3, cleanup1,
88 &sinlen, -1, EOPNOTSUPP, setup1, cleanup1,
165 static void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/listen/
listen01.c 64 cleanup(void), cleanup0(void), cleanup1(void);
80 PF_INET, SOCK_DGRAM, 0, 0, -1, EOPNOTSUPP, setup1, cleanup1,
148 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog11.c 95 static void cleanup1(void);
105 {3, &buf, 0, setup1, cleanup1, "type 3/Read ring buffer for non-root "
177 void cleanup1(void) function
syslog12.c 107 static void cleanup1(void);
115 {2, &buf, 0, EPERM, setup1, cleanup1, "non-root user"},
198 void cleanup1(void) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_runner.py 21 def cleanup1(*args, **kwargs): function in function:TestCleanUp.testCleanUp
27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
31 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
56 def cleanup1(): function in function:TestCleanUp.testCleanUpWithErrors
62 test.addCleanup(cleanup1)
89 def cleanup1(): function in function:TestCleanUp.testCleanupInRun
90 ordering.append('cleanup1')
93 test.addCleanup(cleanup1)
105 'cleanup2', 'cleanup1', 'success'])
110 test.addCleanup(cleanup1)
130 def cleanup1(): function in function:TestCleanUp.testTestCaseDebugExecutesCleanups
    [all...]
  /external/ltp/testcases/kernel/syscalls/sendto/
sendto01.c 77 static void cleanup1(void);
122 .cleanup = cleanup1,
137 .cleanup = cleanup1,
151 .cleanup = cleanup1,
165 .cleanup = cleanup1,
181 .cleanup = cleanup1,
196 .cleanup = cleanup1,
210 .cleanup = cleanup1,
224 .cleanup = cleanup1,
403 static void cleanup1(void function
    [all...]
  /external/python/cpython2/Lib/unittest/test/
test_runner.py 22 def cleanup1(*args, **kwargs): function in function:TestCleanUp.testCleanUp
28 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
32 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
57 def cleanup1(): function in function:TestCleanUp.testCleanUpWithErrors
63 test.addCleanup(cleanup1)
90 def cleanup1(): function in function:TestCleanUp.testCleanupInRun
91 ordering.append('cleanup1')
94 test.addCleanup(cleanup1)
106 'cleanup2', 'cleanup1', 'success'])
111 test.addCleanup(cleanup1)
131 def cleanup1(): function in function:TestCleanUp.testTestCaseDebugExecutesCleanups
    [all...]
  /external/ltp/testcases/kernel/syscalls/connect/
connect01.c 66 cleanup(void), cleanup0(void), cleanup1(void), do_child(void);
91 cleanup1, "invalid socket buffer"},
95 3, -1, EINVAL, setup1, cleanup1, "invalid salen"}, {
101 sizeof(sin1), -1, EISCONN, setup2, cleanup1,
105 sizeof(sin2), -1, ECONNREFUSED, setup1, cleanup1,
109 sizeof(sin4), -1, EAFNOSUPPORT, setup1, cleanup1,
228 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/recvfrom/
recvfrom01.c 74 void cleanup1(void);
105 0, ENOTSOCK, setup1, cleanup1, "invalid socket buffer"},
110 -1, EINVAL, setup2, cleanup1, "invalid socket addr length"},
115 -1, EFAULT, setup1, cleanup1, "invalid recv buffer"},
120 -1, EINVAL, setup1, cleanup1, "invalid MSG_OOB flag set"},
125 -1, EAGAIN, setup1, cleanup1, "invalid MSG_ERRQUEUE flag set"},};
242 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/ioperm/
ioperm02.c 93 static void cleanup1();
153 cleanup1();
179 /* cleanup1() - reset to super user for second test case */
180 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/send/
send01.c 76 static void cleanup1(void);
114 .cleanup = cleanup1,
127 .cleanup = cleanup1,
139 .cleanup = cleanup1,
153 .cleanup = cleanup1,
333 static void cleanup1(void) function
  /external/python/cpython3/Lib/unittest/test/
test_runner.py 26 def cleanup1(*args, **kwargs): function in function:TestCleanUp.testCleanUp
32 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
36 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
52 def cleanup1(): function in function:TestCleanUp.testCleanUpWithErrors
58 test.addCleanup(cleanup1)
87 def cleanup1(): function in function:TestCleanUp.testCleanupInRun
88 ordering.append('cleanup1')
91 test.addCleanup(cleanup1)
103 'cleanup2', 'cleanup1', 'success'])
108 test.addCleanup(cleanup1)
128 def cleanup1(): function in function:TestCleanUp.testTestCaseDebugExecutesCleanups
    [all...]
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg01.c 80 static void cleanup1(void);
153 .cleanup = cleanup1,
170 .cleanup = cleanup1,
187 .cleanup = cleanup1,
204 .cleanup = cleanup1,
220 .cleanup = cleanup1,
236 .cleanup = cleanup1,
253 .cleanup = cleanup1,
270 .cleanup = cleanup1,
287 .cleanup = cleanup1,
601 static void cleanup1(void) function
    [all...]
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg01.c 84 void cleanup1(void);
125 ENOTSOCK, setup1, cleanup1, "invalid socket buffer"}
131 EINVAL, setup1, cleanup1, "invalid socket length"},
136 -1, EFAULT, setup1, cleanup1, "invalid recv buffer"}
142 -1, EFAULT, setup1, cleanup1, "invalid iovec buffer"}
148 -1, EMSGSIZE, setup1, cleanup1, "invalid iovec count"}
160 sizeof(from), -1, EINVAL, setup1, cleanup1,
167 sizeof(from), -1, EAGAIN, setup1, cleanup1,
341 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/recv/
recv01.c 67 cleanup(void), cleanup0(void), cleanup1(void);
94 -1, EFAULT, setup1, cleanup1, "invalid recv buffer"}
99 -1, EINVAL, setup1, cleanup1, "invalid MSG_OOB flag set"}
103 -1, EAGAIN, setup1, cleanup1, "invalid MSG_ERRQUEUE flag set"}
213 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/bind/
bind01.c 65 cleanup(void), cleanup0(void), cleanup1(void);
90 sizeof(sin1), -1, ENOTSOCK, setup1, cleanup1,
195 void cleanup1(void) function
  /external/ltp/testcases/kernel/syscalls/setns/
setns01.c 63 static void cleanup1(struct testcase_t *);
79 .cleanup = cleanup1
121 static void cleanup1(struct testcase_t *t) function
  /external/tremolo/Tremolo/
res012.c 139 if(partword==NULL)goto cleanup1;
143 if(partword[j]==NULL)goto cleanup1;
162 if(temp==-1)goto cleanup1;
186 goto cleanup1;
190 goto cleanup1;
196 cleanup1:
  /external/ltp/testcases/kernel/syscalls/mremap/
mremap05.c 72 static void cleanup1(struct test_case_t *);
115 .cleanup = cleanup1},
205 static void cleanup1(struct test_case_t *t) function
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_progs.c 786 goto cleanup1;
796 goto cleanup1;
876 cleanup1:
    [all...]

Completed in 1140 milliseconds

1 2