HomeSort by relevance Sort by last modified time
    Searched full:application (Results 251 - 275 of 15490) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/
README 4 It is possible to set up a quota service in your own application by following
8 for use as a custom backend of any client application that will use it.
11 a. Change the application to the name of your application.
12 b. Change the version to one that is appropriate for your application.
14 3) Edit quotas.js so that its settings are appropriate for your application.
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/internal/
ClassNameResolverTest.java 3 import android.app.Application;
12 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs.robolectric", "TestApplication").resolve());
17 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs.robolectric", ".TestApplication").resolve());
22 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs.robolectric", "com.xtremelabs.robolectric.TestApplication").resolve());
27 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs", ".robolectric.TestApplication").resolve());
32 new ClassNameResolver<Application>("com.xtremelabs", "robolectric.TestApplication").resolve();
  /frameworks/base/core/java/android/content/res/
package.html 3 <p>Contains classes for accessing application resources,
6 (orientation, input types, etc.) that affect how the application may behave.</p>
9 href="{@docRoot}guide/topics/resources/index.html">Application Resources</a> guide.</p>
  /dalvik/dx/tests/128-multidex-option-overflow/
info.txt 1 Test that dx generates several dex files when the application exceeds more
  /development/samples/BusinessCard/
_index.html 1 <p>A sample application that demonstrates how to launch the built-in contact
4 level the application is running under.</p>
6 <img alt="Screenshot #1 of the Business Card application" src="../images/BusinessCard1.png" />
7 <img alt="Screenshot #2 of the Business Card application" src="../images/BusinessCard2.png" />
  /development/samples/Home/
_index.html 1 <p>This is a sample Home application. The Home application that users use
2 to launch applications by default is an ordinary application itself.
6 <p>This is actually the source of an old incarnation of the default Home application,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/experimental/wsgi/
app.yaml 0 application: experimental-wsgi
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/client/
app.yaml 0 application: postservice-client
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
app.yaml 0 application: postservice-demo
  /external/proguard/src/proguard/
package.html 2 This package contains the main ProGuard application.
  /external/proguard/src/proguard/retrace/
package.html 2 This package contains the main ReTrace application.
  /external/snakeyaml/src/test/resources/specification/
example2_23_application.yaml 2 application specific tag: !something |
  /external/webrtc/talk/app/webrtc/test/
DEPS 3 # for accessing the JVM and Application context in gtest.
  /external/webrtc/tools/python_charts/
app.yaml 0 application: webrtc-python-charts
  /frameworks/ex/framesequence/samples/FrameSequenceSamples/res/values/
styles.xml 3 <!-- Application theme. -->
  /ndk/tests/device/test-googletest-gnustl/jni/
Android.mk 2 # The APP_MODULES declaration in Application.mk selects which
  /ndk/tests/device/test-googletest-stlport/jni/
Android.mk 2 # The APP_MODULES declaration in Application.mk selects which
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
ApplicationResolverTest.java 3 import android.app.Application;
25 assertEquals(Application.class,
37 Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithPackageName.xml")).resolveApplication(); local
38 assertEquals("com.wacka.wa", application.getPackageName());
43 Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithAppName.xml")).resolveApplication(); local
44 assertEquals("com.xtremelabs.robolectric.TestApplication", application.getApplicationInfo().name);
49 Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithReceivers.xml")).resolveApplication() local
    [all...]
  /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.
31 <!-- Description of an application permission, listed so the user can choose
32 whether they want to allow the application to do this.
36 <!-- Title of an application permission, listed so the user can choos
    [all...]
  /development/samples/AndroidBeamDemo/
_index.html 2 application beams a simple message from one device to another when they are in close enough proximity. This
3 application must be installed on two devices that have NFC capabilities, running Android 4.0 or later.</p>
  /development/samples/BackupRestore/
_index.html 1 <p>The Backup/Restore application illustrates a few different approaches that an
2 application developer can take when integrating with the Android Backup Manager
  /external/dagger2/examples/android-simple/src/main/java/com/example/dagger/simple/
AndroidModule.java 28 * {@link android.app.Application} to create.
32 private final DemoApplication application; field in class:AndroidModule
34 public AndroidModule(DemoApplication application) {
35 this.application = application;
39 * Allow the application context to be injected but require that it be annotated with
43 return application;
47 return (LocationManager) application.getSystemService(LOCATION_SERVICE);
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
booleans_toggled.txt 1 You are viewing the booleans page for the application domain.
4 Toggle the button to turn on or off the boolean. This will not happen immediately. All changes on the application screen are bundled up into a single transaction. You need to select the update button to apply all of your changes to the system.
  /external/skia/experimental/iOSSampleApp/iPad/
AppDelegate_iPad.mm 7 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  /external/skia/experimental/iOSSampleApp/iPhone/
AppDelegate_iPhone.mm 6 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

Completed in 1297 milliseconds

<<11121314151617181920>>