Home
last modified time | relevance | path

Searched refs:app_startup (Results 1 – 25 of 677) sorted by relevance

12345678910>>...28

/dports/www/py-fastapi/fastapi-0.70.0/tests/
H A Dtest_router_events.py7 app_startup: bool = False variable in State
21 def app_startup(): function
22 state.app_startup = True
66 assert state.app_startup is False
73 assert state.app_startup is True
82 assert state.app_startup is True
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/affile/tests/
H A Dtest_directory_monitor.c36 TestSuite(directory_monitor, .init = app_startup, .fini = app_shutdown);
91 TestSuite(directory_monitor_tools, .init = app_startup, .fini = app_shutdown);
107 TestSuite(directory_monitor_factory, .init = app_startup, .fini = app_shutdown);
/dports/x11/wapanel/wapanel-1.1.0/src/
H A Dmain.cc96 auto static app_startup(GtkApplication *_app) -> void { in app_startup() function
111 app_startup(_app); in app_startup()
203 g_signal_connect(app, "startup", G_CALLBACK(app_startup), NULL); in main()
/dports/net/vinagre/vinagre-3.22.0/vinagre/
H A Dvinagre-main.c73 app_startup (GApplication *app, in app_startup() function
194 G_CALLBACK (app_startup), in main()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/tests/
H A Dtest_apphook.c78 app_startup(); //This is needed for shutdown in Test()
165 app_startup(); in Test()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/doc/
H A DREADME.standalone36 3. The application should call the app_startup() function before any
45 app_startup (argv);
95 the respective code to the app_startup() function in that file.
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/doc/
H A DREADME.standalone36 3. The application should call the app_startup() function before any
45 app_startup (argv);
95 the respective code to the app_startup() function in that file.
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/doc/
H A DREADME.standalone36 3. The application should call the app_startup() function before any
45 app_startup (argv);
95 the respective code to the app_startup() function in that file.
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/doc/
H A DREADME.standalone36 3. The application should call the app_startup() function before any
45 app_startup (argv);
95 the respective code to the app_startup() function in that file.
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/doc/
H A DREADME.standalone36 3. The application should call the app_startup() function before any
45 app_startup (argv);
95 the respective code to the app_startup() function in that file.
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/doc/
H A DREADME.standalone36 3. The application should call the app_startup() function before any
45 app_startup (argv);
95 the respective code to the app_startup() function in that file.
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/doc/
H A DREADME.standalone36 3. The application should call the app_startup() function before any
45 app_startup (argv);
95 the respective code to the app_startup() function in that file.
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/debugger/tests/
H A Dtest-debugger.c33 app_startup(); in setup()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/examples/standalone/
H A Dhello_world.c15 app_startup(argv); in hello_world()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/examples/standalone/
H A Dhello_world.c32 app_startup(argv); in hello_world()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/examples/standalone/
H A Dhello_world.c15 app_startup(argv); in hello_world()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/examples/standalone/
H A Dhello_world.c32 app_startup(argv); in hello_world()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/examples/standalone/
H A Dhello_world.c15 app_startup(argv); in hello_world()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/examples/standalone/
H A Dhello_world.c15 app_startup(argv); in hello_world()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/examples/standalone/
H A Dhello_world.c32 app_startup(argv); in hello_world()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/examples/standalone/
H A Dhello_world.c32 app_startup(argv); in hello_world()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/examples/standalone/
H A Dhello_world.c15 app_startup(argv); in hello_world()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/examples/standalone/
H A Dhello_world.c15 app_startup(argv); in hello_world()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/examples/standalone/
H A Dhello_world.c15 app_startup(argv); in hello_world()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/examples/standalone/
H A Dhello_world.c15 app_startup(argv); in hello_world()

12345678910>>...28