/third_party/ltp/testcases/kernel/syscalls/rt_sigprocmask/ |
H A D | rt_sigprocmask02.c | 70 static void setup(void) in setup() function 97 setup(); in main()
|
/third_party/ltp/testcases/kernel/syscalls/setdomainname/ |
H A D | setdomainname02.c | 50 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/timer_getoverrun/ |
H A D | timer_getoverrun01.c | 41 static void setup(void) in setup() function 55 setup(); in main()
|
/third_party/ltp/testcases/network/tcp_cmds/telnet/ |
H A D | telnet01.sh | 25 setup() function 87 setup
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | urb.c | 404 struct usb_ctrlrequest *setup = in usb_submit_urb() local 407 if (!setup) in usb_submit_urb() 409 is_out = !(setup->bRequestType & USB_DIR_IN) || in usb_submit_urb() 410 !setup->wLength; in usb_submit_urb() 413 urb->pipe, setup->bRequestType); in usb_submit_urb() 414 if (le16_to_cpu(setup->wLength) != urb->transfer_buffer_length) { in usb_submit_urb() 416 le16_to_cpu(setup->wLength), in usb_submit_urb()
|
/third_party/python/PCbuild/ |
H A D | prepare_libffi.bat | 203 if NOT DEFINED CYG_CACHE (set CYG_CACHE=C:/cygwin/var/cache/setup)
207 powershell -c "$setup = $env:CYG_ROOT+'/setup.exe'; if (!(Test-Path $setup)){invoke-webrequest https://cygwin.com/setup-x86.exe -outfile $setup}
208 %CYG_ROOT%/setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make -P autoconf -P automake -P libtool -P dejagnu
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 165 void (*setup)(int, int); member 214 .setup = pipe_setup, 253 .setup = yield_setup, 383 .setup = futex_setup, 499 actions->setup(cpu1, cpu2); in main()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-designware-pcidrv.c | 51 int (*setup)(struct pci_dev *pdev, struct dw_pci_controller *c); member 134 .setup = mfld_setup, 140 .setup = mrfld_setup, 235 if (controller->setup) { in i2c_dw_pci_probe() 236 r = controller->setup(pdev, controller); in i2c_dw_pci_probe()
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | adxl313_core.c | 331 int (*setup)(struct device *, struct regmap *)) in adxl313_setup() 346 if (setup) { in adxl313_setup() 347 ret = setup(dev, data->regmap); in adxl313_setup() 378 * adxl313_core_probe() - probe and setup for adxl313 accelerometer 382 * @setup: Setup routine to be executed right before the standard device 383 * setup, can also be set to NULL if not required 390 int (*setup)(struct device *, struct regmap *)) in adxl313_core_probe() 412 ret = adxl313_setup(dev, data, setup); in adxl313_core_probe() 414 dev_err(dev, "ADXL313 setup failed\n"); in adxl313_core_probe()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 165 void (*setup)(int, int); member 214 .setup = pipe_setup, 253 .setup = yield_setup, 383 .setup = futex_setup, 499 actions->setup(cpu1, cpu2); in main()
|
/test/testfwk/arkxtest/hamock/src/main/mock/ |
H A D | MockKit.js | 239 const setup = descriptor.value; 249 throw new Error(`Mock setup param error: ${e}`); 252 if (setup) { // apply the mock content 254 setup.apply(this); 257 throw new Error(`Mock setup apply error: ${e}`);
|
/third_party/gn/src/gn/ |
H A D | command_path.cc | 12 #include "gn/setup.h" 321 Setup* setup = new Setup; in RunPath() local 322 if (!setup->DoSetup(args[0], false)) in RunPath() 324 if (!setup->Run()) in RunPath() 327 const Target* target1 = ResolveTargetFromCommandLineString(setup, args[1]); in RunPath() 330 const Target* target2 = ResolveTargetFromCommandLineString(setup, args[2]); in RunPath()
|
/third_party/ltp/testcases/kernel/syscalls/recvfrom/ |
H A D | recvfrom01.c | 68 void setup(void); 88 void (*setup) (void); member 144 setup(); in main() 157 tdat[testno].setup(); in main() 185 void setup(void) in setup() function
|
/third_party/python/Lib/turtledemo/ |
H A D | nim.py | 57 def setup(self): member in NimModel 63 self.game.view.setup() 146 def setup(self): member in NimView 192 self.game.screen.onkey(self.game.model.setup, "space") 220 mainscreen.setup(SCREENWIDTH, SCREENHEIGHT)
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fcnal-test.sh | 243 echo "setup command: $cmd" 265 echo "setup command: $cmd" 287 echo "setup command: $cmd" 495 setup() function 835 setup 838 setup 841 setup 846 setup "yes" 848 setup "yes" 1472 setup [all...] |
H A D | bind_bhash.sh | 38 setup() { function 60 setup
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fcnal-test.sh | 232 echo "setup command: $cmd" 254 echo "setup command: $cmd" 276 echo "setup command: $cmd" 472 setup() function 798 setup 801 setup 804 setup 809 setup "yes" 811 setup "yes" 1325 setup [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_skb_cgroup_id.sh | 23 setup() function 49 setup
|
H A D | test_sock_addr.sh | 26 setup() function 47 setup
|
H A D | test_xdping.sh | 5 # Here we setup and teardown configuration required to run 36 setup() function 86 setup
|
H A D | with_addr.sh | 21 setup() { function 22 ip -6 addr add "${V6_INNER}" dev lo || fail 'failed to setup v6 address' 23 ip -4 addr add "${V4_INNER}" dev lo || fail 'failed to setup v4 address' 31 || fail 'failed to setup v6 SIT address' 33 || fail 'failed to setup v4 SIT address' 52 setup
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | ima_setup.sh | 15 echo "Usage: $0 <setup|cleanup|run|modify-bin|restore-bin|load-policy> <existing_tmp_dir>" 33 setup() function 129 if [[ "${action}" == "setup" ]]; then 130 setup "${tmp_dir}"
|
H A D | with_addr.sh | 21 setup() { function 22 ip -6 addr add "${V6_INNER}" dev lo || fail 'failed to setup v6 address' 23 ip -4 addr add "${V4_INNER}" dev lo || fail 'failed to setup v4 address' 31 || fail 'failed to setup v6 SIT address' 33 || fail 'failed to setup v4 SIT address' 52 setup
|
H A D | test_skb_cgroup_id.sh | 23 setup() function 49 setup
|
H A D | test_sock_addr.sh | 26 setup() function 47 setup
|