Searched defs:Application (Results 1 - 10 of 10) sorted by relevance

/external/proguard/examples/annotations/examples/
H A DApplication.java7 * javac -classpath ../lib/annotations.jar Application.java
14 public class Application class
/external/chromium/chrome/browser/
H A Dbackground_application_list_model.cc47 class BackgroundApplicationListModel::Application class in class:BackgroundApplicationListModel
50 Application(BackgroundApplicationListModel* model,
53 virtual ~Application();
109 BackgroundApplicationListModel::Application::~Application() {
112 BackgroundApplicationListModel::Application::Application( function in class:BackgroundApplicationListModel::Application
121 void BackgroundApplicationListModel::Application::OnImageLoaded(
131 void BackgroundApplicationListModel::Application::RequestIcon(
168 Application* applicatio
[all...]
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java53 * Application Field.
55 Application, enum constant in enum:ServiceInfo.Fields
382 * dictionary of values to build the fully qualified service name. Mandatory keys are Application and Instance. The Domain default is local, the Protocol default is tcp and the subtype default is none.
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java57 * The <code>Application</code> class represents an instance of a
60 * An <code>Application</code> provides all the tools that are commonly used in jME3
67 public class Application implements SystemListener { class in inherits:SystemListener
69 private static final Logger logger = Logger.getLogger(Application.class.getName());
99 * Create a new instance of <code>Application</code>.
101 public Application(){ method in class:Application
153 url = Application.class.getClassLoader().getResource(assetCfg);
197 * frame times. By default, Application will use the Timer as returned
456 * Changes to the {@link AppSettings} of this Application are not
491 * Initializes the <code>Application</cod
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/tcpdump/
H A Dprint-snmp.c107 * Application-wide ASN.1 types from the Internet SMI and their tags
109 const char *Application[] = { variable
224 * Ties together the preceding Universal, Application, Context, and Private
235 defineCLASS(Application),
/external/dropbear/libtomcrypt/
H A Dcrypt.tex222 \chapter{The Application Programming Interface (API)}
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2865 const unsigned Application = Encoding & 0x70; local
2866 if (Application != dwarf::DW_EH_PE_absptr &&
2867 Application != dwarf::DW_EH_PE_pcrel)

Completed in 1915 milliseconds