HomeSort by relevance Sort by last modified time
    Searched full:application (Results 276 - 300 of 14555) sorted by null

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/doc/devguide/
index.rst 9 your application), as well as important concepts you need to understand in order
10 to code your application (e.g., how an application is structured, and how to use
  /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
  /packages/apps/UnifiedEmail/unified_src/
README 2 in the UnifiedEmail application
6 application to test multiple content sources
9 AccountCacheProvider. All subsequent uris will actually be handled by the appropriate 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
  /packages/providers/TvProvider/res/values/
strings.xml 17 <!-- This is the name of the TvProvider application. -->
20 <!-- Title of an application permission, listed so the user can choose
21 whether they want to allow the application to do this. -->
23 <!-- Description of an application permission, listed so the user can choose
24 whether they want to allow the application to do this. -->
27 <!-- Title of an application permission, listed so the user can choose
28 whether they want to allow the application to do this. -->
30 <!-- Description of an application permission, listed so the user can choose
31 whether they want to allow the application to do this. -->
34 <!-- Title of an application permission, listed so the user can choos
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
running.rst 30 applications locally. An application that uses a PNaCl module can be tested
31 similarly to any other web application that only consists of HTML, CSS and
35 web server to serve the application's files. The NaCl SDK comes with a simple
44 As explained in :doc:`Distributing Your Application <../distributing>`, Native
48 * A **hosted application** is an application that you host on a server of your
49 choice. To distribute an application as a hosted application, you upload
50 application metadata to the CWS.
52 * A **packaged application** is an application that is hosted in the CWS an
    [all...]
  /developers/samples/android/wearable/wear/SpeedTracker/Shared/src/main/
AndroidManifest.xml 4 <application android:allowBackup="true"/>
  /external/chromium_org/mojo/public/cpp/application/lib/
mojo_main_chromium.cc 8 #include "mojo/public/cpp/application/application.h"
16 scoped_ptr<mojo::Application> app(mojo::Application::Create());
  /external/chromium_org/mojo/shell/
view_manager_loader.cc 7 #include "mojo/public/cpp/application/application.h"
25 scoped_ptr<Application> app(new Application(service_provider_handle.Pass()));
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/osx_ppapi/
ppNaClPlugin.r 13 "application/x-nacl",
  /external/chromium_org/ppapi/tests/extensions/media_galleries/
index.html 9 type="application/x-nacl" />
  /external/chromium_org/tools/chromeproxy_testserver/
app.yaml 0 application: chromeproxy-test
  /external/chromium_org/ui/views_content_client/
README.chromium 3 the required environment for running a toolkit-views application.
  /external/clang/test/SemaOpenCL/
sizeof.cl 4 buf[0] = sizeof(void); // expected-error {{invalid application of 'sizeof' to a void type}}
  /external/glide/library/
AndroidManifest.xml 4 <application />
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application.";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application.";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application.";
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
AppSingletonizer.java 3 import android.app.Application;
18 Application applicationContext = (Application) context.getApplicationContext();
32 protected T createInstance(Application applicationContext) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpa_gui.desktop 9 Type=Application
  /frameworks/base/core/java/android/
package.html 3 <p>Contains resource classes used by applications included in the platform and defines application
8 application, in order to provide a cohesive application package that has no external dependencies.
15 href="{@docRoot}guide/topics/resources/index.html">Application Resources</a> developer guide.</p>
  /frameworks/base/docs/html/guide/topics/data/
index.jd 3 page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup service to let users store and recover application and system data.
17 data with the cloud using your own back-end web application, and backing up data using the cloud so
18 that users can restore their data when installing your application on a new device.</p>
  /frameworks/base/docs/html/training/
testing.jd 7 test your Android application.</p>
  /frameworks/base/packages/FusedLocation/res/values/
strings.xml 3 <!-- Name of the application. [CHAR LIMIT=35] -->
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/values/
strings.xml 4 <string name="app_name">My Application</string>

Completed in 750 milliseconds

<<11121314151617181920>>