HomeSort by: relevance | last modified time | path
    Searched refs:application (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/external/bsd/atf/dist/tools/sample/
common.conf 1 Content-Type: application/X-atf-config; version="1"
  /src/external/bsd/atf/etc/atf/
NetBSD.conf 1 Content-Type: application/X-atf-config; version="1"
common.conf 1 Content-Type: application/X-atf-config; version="1"
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
hello.cc 26 QApplication application (argc, argv);
29 new GettextTranslator (&application, "hello-c++-qt", LOCALEDIR);
35 application.installTranslator (translator);
36 #define _(string) application.translate ("", string)
60 QObject::connect (button, SIGNAL (clicked ()), &application, SLOT (quit ()));
65 application.setMainWidget (window);
73 return application.exec ();
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
hello.cc 56 KApplication application; local
62 &application, SLOT (quit ()));
64 application.setMainWidget (window);
72 return application.exec ();
  /src/sys/arch/hpc/stand/dspgen/
Makefile 6 TYPE=application sh gen_template.sh vc5 SH MIPS
10 TYPE=application sh gen_template.sh vc6 $(BUILD_ARCH)
14 TYPE=application sh gen_template.sh evc3 $(BUILD_ARCH)
19 TYPE=application sh gen_template.sh evc4 ARMV4 SH3 SH4
23 rm -f application.tmpl static_library.tmpl property.* asm_build.*
  /src/external/bsd/file/dist/tests/
regex-eol.magic 5 !:mime application/ansible-vault
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
AppController.h 29 - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName;
AppController.m 53 - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName
GNUmakefile 10 # Main application
36 include $(GNUSTEP_MAKEFILES)/application.make
  /src/external/bsd/atf/dist/tools/
atf-version.cpp 33 #include "application.hpp"
36 class atf_version : public tools::application::app {
application.hpp 39 namespace application { namespace in namespace:tools
110 } // namespace application
application_test.cpp 36 #include "application.hpp"
38 class getopt_app : public tools::application::app {
44 // Provide an option that is unknown to the application driver and
57 // Given that this obviously is an application, and that we used the
atf-config.cpp 35 #include "application.hpp"
38 class atf_config : public tools::application::app {
91 using tools::application::option;
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
hello.cc 17 static Gtk::Main *application; variable
22 application->quit ();
40 application = new Gtk::Main (argc, argv);
87 application->run ();
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_mangle.sh 8 * By default application code must explicitly refer to mangled symbol names,
10 * in the same application. Define JEMALLOC_MANGLE in order to cause automatic
31 * meant for use in jemalloc itself, but it can be used by application code to
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_mangle.sh 8 * By default application code must explicitly refer to mangled symbol names,
10 * in the same application. Define JEMALLOC_MANGLE in order to cause automatic
31 * meant for use in jemalloc itself, but it can be used by application code to
  /src/external/bsd/atf/dist/atf-c++/detail/
application.hpp 39 namespace application { namespace in namespace:atf
108 } // namespace application
application_test.cpp 34 #include "application.hpp"
38 class getopt_app : public atf::application::app {
44 // Provide an option that is unknown to the application driver and
57 // Given that this obviously is an application, and that we used the
  /src/external/bsd/atf/lib/tools/
Makefile 19 SRCS= application.cpp \
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/
hello.m 25 Gnome_App *application;
37 application = [[Gnome_App alloc] initApp: PACKAGE : VERSION : argc : argv];
  /src/external/bsd/atf/dist/atf-sh/
atf-sh.cpp 41 #include "atf-c++/detail/application.hpp"
111 class atf_sh : public atf::application::app {
133 throw atf::application::usage_error("No test program provided");
atf-check.cpp 53 #include "atf-c++/detail/application.hpp"
176 throw atf::application::usage_error("Invalid exit code for -s option; "
222 throw atf::application::usage_error("Invalid signal name or number "
246 throw atf::application::usage_error("Cannot negate eq checker");
257 throw atf::application::usage_error("Cannot negate ignore checker");
264 throw atf::application::usage_error("Cannot negate ne checker");
274 throw atf::application::usage_error("Invalid status checker");
295 throw atf::application::usage_error("Cannot negate ignore checker");
303 throw atf::application::usage_error("Cannot negate save checker");
306 throw atf::application::usage_error("Invalid output checker")
    [all...]
  /src/usr.bin/make/unit-tests/
cmdline-redirect-stdin.mk 7 # application.
  /src/external/bsd/atf/lib/libatf-c++/
Makefile 20 SRCS= application.cpp \

Completed in 71 milliseconds

1 2 3