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

<<11121314151617181920>>

  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 45 add("application/andrew-inset", "ez");
46 add("application/dsptype", "tsp");
47 add("application/epub+zip", "epub");
48 add("application/hta", "hta");
49 add("application/mac-binhex40", "hqx");
50 add("application/mathematica", "nb");
51 add("application/msaccess", "mdb");
52 add("application/oda", "oda");
53 add("application/ogg", "ogg");
54 add("application/ogg", "oga")
    [all...]
  /development/samples/Spinner/
_index.html 2 This sample is a simple application that serves as an application under test
3 for the <a href="../SpinnerTest/index.html">SpinnerTest</a> test application example.
6 This application illustrates basic state management across the Android application life cycle,
7 mainly for the purpose of highlighting common patterns of Activity testing. When the application
9 Thereafter, the application saves a selection as soon as it
10 is made. The application remembers the selection from invocation to invocation, even
14 The test application <a href="../SpinnerTest/index.html">SpinnerTest</a>
19 For more information about this application, see th
    [all...]
  /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();
  /external/v8/tools/gyp/test/ios/extension/ExtensionContainer/
AppDelegate.m 13 - (BOOL)application:(UIApplication*)application
15 // Override point for customization after application launch.
  /external/v8/tools/gyp/test/ios/watch/WatchContainer/
AppDelegate.m 13 - (BOOL)application:(UIApplication*)application
15 // Override point for customization after application launch.
  /external/v8/tools/gyp/test/win/linker-flags/
extra.manifest 5 <application>
6 <!--This Id value indicates the application supports Windows 7 functionality-->
8 </application>
extra2.manifest 5 <application>
6 <!--This Id value indicates the application supports Windows Vista functionality -->
8 </application>
  /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...]

Completed in 1485 milliseconds

<<11121314151617181920>>