/third_party/gn/src/gn/ |
D | args_unittest.cc | 14 TestWithScope setup1, setup2; in TEST() local 25 setup2.scope()->SetValue("b", Value(nullptr, true), &assignment2); in TEST() 27 setup2.scope()->GetCurrentScopeValues(&key_value_map2); in TEST() 28 EXPECT_TRUE(args.DeclareArgs(key_value_map2, setup2.scope(), &err)); in TEST()
|
D | functions_unittest.cc | 444 TestWithScope setup2; in TEST() local 445 reading_from_different_call.parsed()->Execute(setup2.scope(), &err); in TEST()
|
/third_party/ltp/testcases/kernel/syscalls/fdatasync/ |
D | fdatasync02.c | 99 static int setup2(void); 104 {EINVAL, "file descriptor to a special file", setup2, cleanup2}, 157 int setup2(void) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 60 static void setup2(void); 104 0, setup2, cleanup1, "SIOCGIFCONF"} 219 static void setup2(void) in setup2() function 229 setup2(); in setup3()
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename03.c | 75 void setup2(); 121 setup2(); in main() 196 void setup2(void) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/mprotect/ |
D | mprotect01.c | 62 static void setup2(struct test_case *self); 75 {NULL, 1024, PROT_READ, EINVAL, setup2}, 127 static void setup2(struct test_case *self) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 69 static void setup2(struct testcase_t *); 101 .setup = setup2, 141 .setup = setup2, 186 static void setup2(struct testcase_t *t) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/getpeername/ |
D | getpeername01.c | 45 static void setup2(int); 64 {-1, (struct sockaddr *)&fsin1, &sinlen, -1, ENOTSOCK, setup2, cleanup2, 144 static void setup2(int i) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink03.c | 108 int setup2(); /* setup function to test symlink for EEXIST */ 125 EEXIST, setup2}, { 283 int setup2(void) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/mincore/ |
D | mincore01.c | 62 static void setup2(struct test_case_t *tc); 74 {NULL, 0, NULL, EFAULT, setup2}, 109 void setup2(struct test_case_t *tc) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/recvmsg/ |
D | recvmsg01.c | 79 void setup2(void); 154 0, 0, setup2, cleanup2, "rights reception"} 320 void setup2(void) in setup2() function 331 setup2(); in setup3() 337 setup2(); in setup4()
|
/third_party/ltp/testcases/kernel/syscalls/mremap/ |
D | mremap05.c | 68 static void setup2(struct test_case_t *); 100 .setup = setup2, 174 static void setup2(struct test_case_t *t) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/connect/ |
D | connect01.c | 65 void setup(void), setup0(void), setup1(void), setup2(void), 101 sizeof(sin1), -1, EISCONN, setup2, cleanup1, 234 void setup2(void) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
D | send01.c | 74 static void setup2(void); 138 .setup = setup2, 339 static void setup2(void) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/recvfrom/ |
D | recvfrom01.c | 71 void setup2(void); 110 -1, EINVAL, setup2, cleanup1, "invalid socket addr length"}, 236 void setup2(void) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
D | setns01.c | 45 static void setup2(struct testcase_t *t, int i) in setup2() function 93 .setup = setup2,
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto01.c | 73 static void setup2(void); 209 .setup = setup2, 409 static void setup2(void) in setup2() function
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg01.c | 71 static void setup2(void); 252 .setup = setup2, 607 static void setup2(void) in setup2() function
|