HomeSort by relevance Sort by last modified time
    Searched refs:Application (Results 151 - 175 of 206) sorted by null

1 2 3 4 5 67 8 9

  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 27 --exe Generate a project for building an Application
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 19 import android.app.Application;
46 * Monkey patches {@link Context#getClassLoader() the application context class
50 * in the application apk will be added to the classloader after first call to
82 * Patches the application context class loader by appending extra dex files
83 * loaded from the application apk. This method should be called in the
84 * attachBaseContext of your {@link Application}, see
87 * @param context application context.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 27 --exe Generate a project for building an Application
  /frameworks/base/core/java/android/app/
ActivityThread.java 145 * application process, scheduling and executing activities,
200 Application mInitialApplication;
201 final ArrayList<Application> mAllApplications
202 = new ArrayList<Application>();
779 * 2.) the application element of the manifest has an
783 * If sharing is enabled we do not have a unique application
800 // Tell the VMRuntime about the application, unless it is shared
    [all...]
Activity.java 147 * <p>The Activity class is an important part of an application's overall lifecycle,
149 * part of the platform's application model. For a detailed perspective on the structure of an
150 * Android application and how activities behave, please read the
151 * <a href="{@docRoot}guide/topics/fundamentals.html">Application Fundamentals</a> and
166 * screens, and help scale their application between small and large screens.
382 * vs. those targeting prior platforms. Starting with Honeycomb, an application
385 * safely called after {@link #onPause()} and allows and application to safely
414 * <p>This is done because any application resource,
546 * preferences that are shared across multiple application components
551 * (Note that it is not possible to share settings data across application
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 1 "A sort of application framework for the Mac"
105 class Application:
107 "Application framework -- your application should be a derived class"
177 except (Application, SystemExit):
458 - dispatch (called from Application)
747 """A single window belonging to an application"""
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 15 * "app_name" {String} Name of the current application
59 * "app_name" {String} Application name.
236 * "app_name" {String} Application name.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 15 * "app_name" {String} Name of the current application
59 * "app_name" {String} Application name.
236 * "app_name" {String} Application name.
  /frameworks/base/core/java/android/print/
PrintManager.java 20 import android.app.Application.ActivityLifecycleCallbacks;
66 * declares a contract that the printing application has to follow which is defined
69 * content is laid out, for example page size, the application receives a callback
71 * layout pass the system may ask the application to render one or more pages one
72 * or more times. For example, an application may produce a single column list for
81 * application following the mechanics described the section above.
94 * the application that created it.
314 * Gets the print jobs for this application.
395 * configuration change occurs that you application does not handle, for example
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ApplicationsState.java 19 import android.app.Application;
226 // given the newfound (un)availability of the application.
  /external/chromium_org/remoting/webapp/
cast_extension_handler.js 13 * creates a session, loads our registered receiver application and then becomes
133 * to initialize it and configure it to launch our Cast Receiver Application.
189 // directly load media from the Sender application.
267 * the application in sessionRequest is known or changes.
281 * Launches the associated receiver application by requesting that it be created
283 * to determine what application to launch on the Cast device.
321 * Stops the running receiver application associated with the session.
332 * Listener invoked when the receiver application is stopped successfully.
338 * Listener invoked when we fail to stop the receiver application.
  /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...]
  /ndk/build/core/
setup-toolchain.mk 215 # now parse the Android.mk for the application, this records all
238 # If APP_MODULES is not defined in the Application.mk, we
definitions.mk 344 # defined in application's Android.mk files.
348 # to a given application.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
asptlb.h 91 typedef class Application Application;
93 typedef struct Application Application;
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 64 * Dynamic loading can provide a big performance benefit for your application if
65 you can structure the application to defer loading of code that's not needed
76 **if your Native Client application must dynamically link and load code (e.g.,
103 uses, even if the rest of an application is dynamically linked.
129 To use the glibc library and dynamic linking in your application, you **must**
131 ``<platform>_x86_glibc``.) Note that you must build all code in your application
142 application, the operating system's program loader determines the set of
143 libraries the application requires by reading explicit inter-module
145 into the address space of the application process. Typically the required
146 libraries will have been installed on the system as a part of the application'
    [all...]
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 367 Application.Exit();
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 20 import android.app.Application;
303 public NfcService(Application nfcApplication) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 537 * Invisible operator for function application.
    [all...]
  /ndk/
ndk-gdb.py 21 on a given NDK application. The application must be debuggable, i.e.
23 <application> element of its manifest.
26 need to launch ndk-gdb-py from your application project directory
28 adb install && <start-application-on-device>
145 Setup a gdb debugging session for your Android NDK application.
157 help='Launch application instead of attaching to existing one',
174 help='Specify application project path',
482 the first <manifest><application> element we find.
486 for application in root.iter('application')
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 21 import android.app.Application;
81 * Application that hosts the remote views.
2741 Application application = ActivityThread.currentApplication(); local
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 1086 String application = map.get(Fields.Application); local
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 24 Running Your Application
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 21 import android.app.Application;
168 * above), even if an error listener has not been registered by the application.</li>
173 * <li>It is good programming practice to have your application
    [all...]

Completed in 2556 milliseconds

1 2 3 4 5 67 8 9