/third_party/ltp/testcases/kernel/syscalls/recvmmsg/ |
H A D | recvmmsg01.c | 96 static void setup(void) in setup() function 139 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/renameat2/ |
H A D | renameat201.c | 76 static void setup(void); 88 setup(); in main() 101 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/syscalls/set_mempolicy/ |
H A D | set_mempolicy04.c | 41 static void setup(void) in setup() function 129 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/setfsuid/ |
H A D | setfsuid04.c | 53 static void setup(void); 63 setup(); in main() 164 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/syscalls/setitimer/ |
H A D | setitimer01.c | 140 static void setup(void) in setup() function 165 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/setreuid/ |
H A D | setreuid05.c | 64 static void setup(void) in setup() function 118 .setup = setup,
|
H A D | setreuid03.c | 62 static void setup(void) in setup() function 102 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/swapon/ |
H A D | swapon03.c | 177 tst_brk(TFAIL, "Failed to setup swaps"); in setup_swap() 254 static void setup(void) in setup() function 272 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
H A D | timer_settime01.c | 83 static void setup(void) in setup() function 179 .setup = setup,
|
H A D | timer_settime02.c | 72 static void setup(void) in setup() function 142 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/truncate/ |
H A D | truncate03.c | 77 static void setup(void) in setup() function 126 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid05.c | 65 static void setup(void); 88 setup(); in main() 230 static void setup(void) in setup() function
|
/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
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | toplevel.mk | 47 .PHONY: all dist distclean modules setup 87 # If no configuration sub-makefile is present, or if `setup' is the target 100 # If `setup' is one of the targets requested, set `check_platform'. 102 ifneq ($(findstring setup,$(MAKECMDGOALS)),) 112 all modules: setup 124 setup: copy_submodule 130 # GNU make. Similarly, `nul' is created if e.g. `make setup windows' has 154 # `setup' must be defined by the host platform detection rules to create 188 all setup: $(FTMODULE_H)
|
/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)
|
/third_party/ltp/testcases/commands/sysctl/ |
H A D | sysctl02.sh | 18 TST_SETUP=setup 28 setup() function
|
/third_party/ltp/testcases/commands/lsmod/ |
H A D | lsmod01.sh | 10 TST_SETUP=setup 17 setup() function
|
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_getpubek/ |
H A D | tpm_getpubek_tests.sh | 20 setup() function 94 setup || exit $RC # Exit if initializing testcases fails.
|
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_clear/ |
H A D | tpm_clear_tests.sh | 20 setup() function 94 setup || exit $RC # Exit if initializing testcases fails.
|
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_takeownership/ |
H A D | tpm_takeownership_tests.sh | 20 setup() function 94 setup || exit $RC # Exit if initializing testcases fails.
|
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_version/ |
H A D | tpm_version_tests.sh | 24 setup() function 84 setup || exit $RC # Exit if initializing testcases fails.
|
/third_party/ltp/testcases/commands/wc/ |
H A D | wc01.sh | 9 TST_SETUP=setup 14 setup() function
|
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_user/ |
H A D | block_dev.c | 58 void setup(int argc, char *argv[]) in setup() function 92 setup(argc, argv); in main()
|