HomeSort by: relevance | last modified time | path
    Searched defs:Application (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Application.cc 28 #include "Application.h"
33 Application::ProgressFunc Application::progress_func = NULL;
34 Application *theApplication;
36 Application::Application (int argc, char *argv[], char *fdhome)
69 Application::~Application ()
79 // Set the name of the application (for messages)
81 Application::set_name (const char *_name
    [all...]
Application.h 22 * The Application class is the base class for all C++ executables
43 // Application object
44 class Application
47 Application (int argc, char *argv[], char *_run_dir = NULL);
48 virtual ~Application ();
106 extern Application *theApplication;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Application.cc 28 #include "Application.h"
33 Application::ProgressFunc Application::progress_func = NULL;
34 Application *theApplication;
36 Application::Application (int argc, char *argv[], char *fdhome)
69 Application::~Application ()
79 // Set the name of the application (for messages)
81 Application::set_name (const char *_name
    [all...]
Application.h 22 * The Application class is the base class for all C++ executables
43 // Application object
44 class Application
47 Application (int argc, char *argv[], char *_run_dir = NULL);
48 virtual ~Application ();
106 extern Application *theApplication;
  /src/external/bsd/tcpdump/dist/
print-snmp.c 111 * Application-wide ASN.1 types from the Internet SMI and their tags
113 static const char *Application[] = {
228 * Ties together the preceding Universal, Application, Context, and Private
239 defineCLASS(Application),
240 #define APPLICATION 1
572 case APPLICATION:
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 4304 const unsigned Application = Encoding & 0x70;
4305 if (Application != dwarf::DW_EH_PE_absptr &&
4306 Application != dwarf::DW_EH_PE_pcrel)
MasmParser.cpp 5370 const unsigned Application = Encoding & 0x70;
5371 if (Application != dwarf::DW_EH_PE_absptr &&
5372 Application != dwarf::DW_EH_PE_pcrel)

Completed in 39 milliseconds