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

1 2 3 45 6 7 8 91011>>

  /bootable/recovery/minui/
Android.mk 4 LOCAL_SRC_FILES := graphics.c events.c resources.c
  /external/webkit/LayoutTests/http/tests/appcache/
local-content-expected.txt 2 Test that documents loaded from application cache don't get access to local resources accidentally.
online-whitelist.html 1 <html manifest="resources/online-whitelist.manifest">
46 if (load("resources/counter.php?cached") != load("resources/counter.php?cached")) {
51 if (load("resources/counter.php?uncached") == load("resources/counter.php?uncached")) {
56 if (load("resources/counter.php?uncachedxxx") == load("resources/counter.php?uncachedxxx")) {
61 if (canLoad("resources/counter.php?foobar")) {
main-resource-hash.html 3 <p>Test that offline applications' main resources are not affected by URL hashes.</p>
21 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
31 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#bar");
46 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#foo");
manifest-parsing.html 1 <html manifest="resources/manifest-parsing.manifest">
34 if (canLoad("resources/UNKNOWN:")) {
40 if (canLoad("resources/not-in-cache.txt")) {
45 // Load resources were specified with tricky whitespace.
46 if (!canLoad("resources/empty.txt")) {
50 if (!canLoad("resources/simple.txt")) {
  /external/webkit/WebCore/manual-tests/
window-print-subframe.html 5 <iframe src="resources/print-subframe.html">
panScroll.html 21 <iframe src="resources/big-page.html"></iframe>
22 <iframe src="resources/big-page.html" scrolling></iframe>
23 <iframe src="resources/big-page.html" scrolling=""></iframe>
24 <iframe src="resources/big-page.html" scrolling="auto"></iframe>
25 <iframe src="resources/big-page.html" scrolling="yes"></iframe>
26 <iframe src="resources/big-page.html" scrolling="no"></iframe>
27 <iframe src="resources/big-page.html" scrolling="bogus"></iframe>
28 <iframe src="resources/big-page.html" scrolling="1234"></iframe>
  /frameworks/base/core/tests/coretests/res/raw/
install_app1_cert1 
install_app1_cert2 
install_app1_cert3 
install_app2_cert1 
install_app2_cert2 
install_app2_cert3 
install_shared1_unsigned 
install_shared2_unsigned 
  /development/samples/ApiDemos/src/com/example/android/apis/content/
_index.html 1 <h3>Resources</h3>
9 <dt><a href="ResourcesSample.html">Resources</a></dt>
  /development/tutorials/NotepadCodeLab/Notepadv2/res/values/
strings.xml 2 <resources>
11 </resources>
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/res/values/
strings.xml 2 <resources>
11 </resources>
  /development/tutorials/NotepadCodeLab/Notepadv3/res/values/
strings.xml 2 <resources>
11 </resources>
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/res/values/
strings.xml 2 <resources>
11 </resources>
  /external/webkit/LayoutTests/http/tests/appcache/resources/
offline-access.js 9 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
  /external/webkit/SunSpider/
SunSpider.make 3 xcopy /exclude:$(SRCROOT)\xcopy.excludes "$(SRCROOT)\resources" "$(DSTROOT)\AppleInternal\tests\SunSpider\resources" /e/v/i/h/y
  /frameworks/base/core/java/android/
package.html 8 resource is, see <a href="{@docRoot}guide/topics/resources/index.html">Resources and Assets</a>.
  /frameworks/base/graphics/java/android/graphics/drawable/
package.html 7 href="{@docRoot}guide/topics/resources/available-resources.html">Availeble Resource Types</a>.
  /development/samples/SkeletonApp/res/values/
colors.xml 18 addition to plain color resources (retrieved via Resources.getColor()
22 <resources>
23 <!-- Retrieved via Resources.getColor() and friends. -->
26 <!-- Retrieved via Resources.getDrawable() and friends. -->
28 </resources>

Completed in 562 milliseconds

1 2 3 45 6 7 8 91011>>