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

  /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
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 43 Application,
93 * Called when the Java application exits. The default
  /sdk/draw9patch/src/com/android/draw9patch/
Application.java 25 public class Application {
28 System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Draw 9-patch");
  /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...]
  /frameworks/base/core/java/android/app/
Application.java 29 * Base class for those who need to maintain global application state. You can
31 * AndroidManifest.xml's <application> tag, which will cause that class
32 * to be instantiated for you when the process for your application/package is
35 * <p class="note">There is normally no need to subclass Application. In
43 public class Application extends ContextWrapper implements ComponentCallbacks2 {
62 public Application() {
67 * Called when the application is starting, before any other application
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /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...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 302 milliseconds