HomeSort by relevance Sort by last modified time
    Searched full:resources (Results 51 - 75 of 5061) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/guide/topics/resources/
resources-i18n.jd 1 page.title=Application Resources
5 window.location = toRoot + "guide/topics/resources/index.html";
8 <p><strong>This document has moved. Please see <a href="index.html">Application Resources</a>.</strong></p
index.jd 1 page.title=Application Resources
8 <li><a href="providing-resources.html">Providing Resources</a></li>
9 <li><a href="accessing-resources.html">Accessing Resources</a></li>
16 <li><a href="available-resources.html">Resource Types</a></li>
22 <p>You should always externalize resources such as images and strings from your application
24 resources also allows you to provide alternative resources that support specific device
27 to provide compatibility with different configurations, you must organize resources in you
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
TEMPLATE.html 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
5 <script src="../../js/resources/js-test-pre.js"></script>
11 <script src="resources/js-test-post.js"></script>
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
TEMPLATE.html 3 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 <script src="../../fast/js/resources/js-test-post-function.js"></script>
  /external/webkit/LayoutTests/fast/dom/Geolocation/
permission-denied-already-clear-watch.html 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
5 <script src="../../js/resources/js-test-pre.js"></script>
10 <script src="resources/permission-denied-already-clear-watch.js"></script>
11 <script src="resources/js-test-post.js"></script>
permission-denied-already-error.html 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
5 <script src="../../js/resources/js-test-pre.js"></script>
10 <script src="resources/permission-denied-already-error.js"></script>
11 <script src="resources/js-test-post.js"></script>
permission-denied-already-success.html 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
5 <script src="../../js/resources/js-test-pre.js"></script>
10 <script src="resources/permission-denied-already-success.js"></script>
11 <script src="resources/js-test-post.js"></script>
permission-denied-stops-watches.html 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
5 <script src="../../js/resources/js-test-pre.js"></script>
10 <script src="resources/permission-denied-stops-watches.js"></script>
11 <script src="resources/js-test-post.js"></script>
timeout-clear-watch.html 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
5 <script src="../../js/resources/js-test-pre.js"></script>
10 <script src="resources/timeout-clear-watch.js"></script>
11 <script src="resources/js-test-post.js"></script>
  /external/webkit/LayoutTests/http/tests/appcache/resources/
fallback.manifest 3 /resources/network-simulator.php? simple.txt
  /external/webkit/LayoutTests/storage/domstorage/events/
basic-body-attribute.html 3 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
5 <script src="../../../fast/js/resources/js-test-post-function.js"></script>
10 <script src="resources/eventTestHarness.js"></script>
basic-setattribute.html 3 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
5 <script src="../../../fast/js/resources/js-test-post-function.js"></script>
10 <script src="resources/eventTestHarness.js"></script>
basic.html 3 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
5 <script src="../../../fast/js/resources/js-test-post-function.js"></script>
10 <script src="resources/eventTestHarness.js"></script>
case-sensitive.html 3 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
5 <script src="../../../fast/js/resources/js-test-post-function.js"></script>
10 <script src="resources/eventTestHarness.js"></script>
documentURI.html 3 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
5 <script src="../../../fast/js/resources/js-test-post-function.js"></script>
10 <script src="resources/eventTestHarness.js"></script>
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
TEMPLATE.html 3 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
5 <script src="../../../fast/js/resources/js-test-post-function.js"></script>
10 <script src="resources/eventTestHarness.js"></script>
  /external/webkit/WebCore/manual-tests/resources/
containsAnimatedGif.html 2 <img src="http://127.0.0.1:8000/misc/resources/animated-gif-with-offsets.gif" />
  /frameworks/base/core/tests/coretests/res/raw/
install 
install_decl_perm 
install_loc_auto 
install_loc_internal 
install_loc_sdcard 
install_loc_unspecified 
install_use_perm_good 
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Util.java 23 import android.content.res.Resources;
49 Resources resources = packageContext.getResources(); local
50 return getResourceUri(resources, packageContext.getPackageName(), res);
51 } catch (Resources.NotFoundException e) {
59 Resources resources = context.getPackageManager().getResourcesForApplication(appInfo); local
60 return getResourceUri(resources, appInfo.packageName, res);
62 Log.e(TAG, "Resources not found for " + appInfo.packageName);
64 } catch (Resources.NotFoundException e)
    [all...]

Completed in 146 milliseconds

1 23 4 5 6 7 8 91011>>