HomeSort by relevance Sort by last modified time
    Searched defs:Application (Results 1 - 25 of 30) sorted by null

1 2

  /external/proguard/examples/annotations/examples/
Application.java 4 * This application illustrates the use of annotations for configuring ProGuard.
7 * javac -classpath ../lib/annotations.jar Application.java
14 public class Application
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Application.java 4 * This application illustrates the use of annotations for configuring ProGuard.
7 * javac -classpath ../lib/annotations.jar Application.java
14 public class Application
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 43 Application,
98 * Called when the Java application exits to perform additional cleanup actions
  /external/chromium/chrome/browser/
background_application_list_model.cc 45 // Background application representation, private to the
47 class BackgroundApplicationListModel::Application
50 Application(BackgroundApplicationListModel* model,
53 virtual ~Application();
109 BackgroundApplicationListModel::Application::~Application() {
112 BackgroundApplicationListModel::Application::Application(
121 void BackgroundApplicationListModel::Application::OnImageLoaded(
131 void BackgroundApplicationListModel::Application::RequestIcon
168 Application* application = FindApplication(extension); local
215 const Application* application = FindApplication(extension); local
    [all...]
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 27 * <li>&lt;app&gt;: This define the application protocol. Typical example are "_http", "_ftp", etc.</li>
29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
53 * Application Field.
55 Application,
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.
693 * Returns the application of the service info suitable for printing.
695 * @return service application
  /frameworks/base/core/java/android/app/
Application.java 30 * Base class for those who need to maintain global application state. You can
32 * AndroidManifest.xml's &lt;application&gt; tag, which will cause that class
33 * to be instantiated for you when the process for your application/package is
36 * <p class="note">There is normally no need to subclass Application. In
44 public class Application extends ContextWrapper implements ComponentCallbacks2 {
65 * Callback interface for use with {@link Application#registerOnProvideAssistDataListener}
66 * and {@link Application#unregisterOnProvideAssistDataListener}.
72 * application. You can override this method to place into the bundle anything
79 public Application() {
84 * Called when the application is starting, before any activity, service
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
Application.java 57 * The <code>Application</code> class represents an instance of a
58 * real-time 3D rendering jME application.
60 * An <code>Application</code> provides all the tools that are commonly used in jME3
64 * application.
67 public class Application implements SystemListener {
69 private static final Logger logger = Logger.getLogger(Application.class.getName());
99 * Create a new instance of <code>Application</code>.
101 public Application(){
120 * If enabled, the application will stop updating
153 url = Application.class.getClassLoader().getResource(assetCfg);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
  /external/tcpdump/
print-snmp.c 107 * Application-wide ASN.1 types from the Internet SMI and their tags
109 const char *Application[] = {
224 * Ties together the preceding Universal, Application, Context, and Private
235 defineCLASS(Application),
236 #define APPLICATION 1
547 case APPLICATION:
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 151 application can support all ciphers/hashes/prngs/bignum without changing the source code.
222 \chapter{The Application Programming Interface (API)}
353 \textit{x} so that the calling application will know how many bytes were used.
546 keys (mainly for test vectors anyways). Ideally, your application should be making at least 256 bit keys. This is not
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 505 milliseconds

1 2