Home
last modified time | relevance | path

Searched refs:get_cmdline_args (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/godot2-tools/godot-2.1.6-stable/main/tests/
H A Dtest_sound.cpp55 List<String> cmdline = OS::get_singleton()->get_cmdline_args(); in init()
H A Dtest_render.cpp136 List<String> cmdline = OS::get_singleton()->get_cmdline_args(); in init()
H A Dtest_shader_lang.cpp286 List<String> cmdlargs = OS::get_singleton()->get_cmdline_args(); in test()
/dports/devel/godot2/godot-2.1.6-stable/main/tests/
H A Dtest_sound.cpp55 List<String> cmdline = OS::get_singleton()->get_cmdline_args(); in init()
H A Dtest_render.cpp136 List<String> cmdline = OS::get_singleton()->get_cmdline_args(); in init()
H A Dtest_shader_lang.cpp286 List<String> cmdlargs = OS::get_singleton()->get_cmdline_args(); in test()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/kvm/x86_64/
H A Dxapic_ipi_test.c408 void get_cmdline_args(int argc, char *argv[], int *run_secs, in get_cmdline_args() function
453 get_cmdline_args(argc, argv, &run_secs, &migrate, &delay_usecs); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/kvm/x86_64/
H A Dxapic_ipi_test.c408 void get_cmdline_args(int argc, char *argv[], int *run_secs, in get_cmdline_args() function
453 get_cmdline_args(argc, argv, &run_secs, &migrate, &delay_usecs); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/kvm/x86_64/
H A Dxapic_ipi_test.c408 void get_cmdline_args(int argc, char *argv[], int *run_secs, in get_cmdline_args() function
453 get_cmdline_args(argc, argv, &run_secs, &migrate, &delay_usecs); in main()
/dports/devel/godot2/godot-2.1.6-stable/platform/server/
H A Dos_server.cpp57 args = OS::get_singleton()->get_cmdline_args(); in initialize()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/server/
H A Dos_server.cpp57 args = OS::get_singleton()->get_cmdline_args(); in initialize()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/server/
H A Dos_server.cpp79 args = OS::get_singleton()->get_cmdline_args(); in initialize()
/dports/devel/godot/godot-3.2.3-stable/platform/server/
H A Dos_server.cpp79 args = OS::get_singleton()->get_cmdline_args(); in initialize()
/dports/devel/godot/godot-3.2.3-stable/main/tests/
H A Dtest_render.cpp139 List<String> cmdline = OS::get_singleton()->get_cmdline_args(); in init()
H A Dtest_shader_lang.cpp302 List<String> cmdlargs = OS::get_singleton()->get_cmdline_args(); in test()
H A Dtest_math.cpp482 List<String> cmdlargs = OS::get_singleton()->get_cmdline_args(); in test()
/dports/devel/godot-tools/godot-3.2.3-stable/main/tests/
H A Dtest_render.cpp139 List<String> cmdline = OS::get_singleton()->get_cmdline_args(); in init()
H A Dtest_shader_lang.cpp302 List<String> cmdlargs = OS::get_singleton()->get_cmdline_args(); in test()
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/misc/os_test/
H A Dos_test.gd92 add_line("Command-line arguments", str(OS.get_cmdline_args()))
/dports/devel/godot2/godot-2.1.6-stable/core/os/
H A Dos.h217 virtual List<String> get_cmdline_args() const { return _cmdline; } in get_cmdline_args() function
/dports/devel/godot2-tools/godot-2.1.6-stable/core/os/
H A Dos.h217 virtual List<String> get_cmdline_args() const { return _cmdline; } in get_cmdline_args() function
/dports/devel/godot/godot-3.2.3-stable/core/os/
H A Dos.h288 virtual List<String> get_cmdline_args() const { return _cmdline; } in get_cmdline_args() function
/dports/devel/godot-tools/godot-3.2.3-stable/core/os/
H A Dos.h288 virtual List<String> get_cmdline_args() const { return _cmdline; } in get_cmdline_args() function
/dports/devel/godot2-tools/godot-2.1.6-stable/core/bind/
H A Dcore_bind.h190 Vector<String> get_cmdline_args();
/dports/devel/godot2/godot-2.1.6-stable/core/bind/
H A Dcore_bind.h190 Vector<String> get_cmdline_args();

123