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

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/content/src/android/content/res/cts/
Resources_NotFoundExceptionTest.java 19 import android.content.res.Resources;
20 import android.content.res.Resources.NotFoundException;
27 @TestTargetClass(Resources.NotFoundException.class)
33 method = "Resources.NotFoundException",
38 method = "Resources.NotFoundException",
  /external/icu4c/samples/ufortune/resources/
Makefile 4 # icu/source/samples/ufortune/resources/Makefile
11 # although the resources can be built from here.
29 # No conventional target - this dir is resources only.
31 CLEANFILES += *.[co] *.lst $(RESNAME)_*.mak $(RESNAME).dat $(RESFILES) *.ao README*resources.txt $(RESNAME)_dat*
36 # build any resources.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 17 package com.android.ide.eclipse.adt.internal.editors.resources.manager;
19 import com.android.ide.eclipse.adt.internal.resources.configurations.FolderConfiguration;
20 import com.android.ide.eclipse.adt.internal.resources.configurations.ResourceQualifier;
21 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectResources;
22 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceFile;
23 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceFolder;
24 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceFolderType;
25 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager;
26 import com.android.ide.eclipse.adt.internal.resources.manager.SingleResourceFile;
32 import com.android.sdklib.resources.Keyboard
    [all...]
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/
project.pbxproj 13 1A80011A0FDB2CB2000F3646 /* Pause.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 1A8001140FDB2CB2000F3646 /* Pause.tiff */; };
14 1A80011B0FDB2CB2000F3646 /* Play.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 1A8001150FDB2CB2000F3646 /* Play.tiff */; };
15 1A80011C0FDB2CB2000F3646 /* SliderTrackCenter.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 1A8001160FDB2CB2000F3646 /* SliderTrackCenter.tiff */; };
16 1A80011D0FDB2CB2000F3646 /* SliderTrackLeft.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 1A8001170FDB2CB2000F3646 /* SliderTrackLeft.tiff */; };
17 1A80011E0FDB2CB2000F3646 /* SliderTrackRight.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 1A8001180FDB2CB2000F3646 /* SliderTrackRight.tiff */; };
18 1A80011F0FDB2CB2000F3646 /* Thumb.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 1A8001190FDB2CB2000F3646 /* Thumb.tiff */; };
21 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
60 089C167CFE841241C02AAC07 /* Resources */,
77 089C167CFE841241C02AAC07 /* Resources */ = {
89 name = Resources;
    [all...]
  /external/webkit/WebCore/manual-tests/
css3-cursor-fallback-quirks.html 15 <td><div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;"></div></td> <!-- Valid, no fallback needed -->
16 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff);'></div></td> <!-- Invalid, but allowed by WinIE -->
18 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
19 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpCursor.tiff"), text;'></div></td>
24 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
29 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
30 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
36 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
37 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
42 <p><span style='background-color:gray; cursor:url(nonexistent.png), url("resources/helpCursor.tiff");'>Should show an I-beam cursor.</span></p> <!-- An invalid declaration, even by (…)
    [all...]
css3-cursor-fallback-strict.html 17 <td><div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;"></div></td> <!-- Valid, no fallback needed -->
19 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
20 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpCursor.tiff"), text;'></div></td>
21 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1, text;'></div></td> <!-- CSS3 hot spot - valid, no fallback needed -->
26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
27 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
28 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
29 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff);'></div></td> <!-- Invalid -->
34 <p><span style='background-color:gray; cursor:url(nonexistent.png), url("resources/helpCursor.tiff");'>Should show an I-beam cursor.</span></p> <!-- An invalid declaration, even by WinIE standards -->
38 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;"></div></div
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
accessing-resources.jd 1 page.title=Accessing Resources
2 parent.title=Application Resources
10 <li>Resources can be referenced from code using integers from {@code R.java}, such as
12 <li>Resources can be referenced from resources using a special XML syntax, such as {@code
14 <li>You can also access your app resources with methods in
15 {@link android.content.res.Resources}</li>
20 <li>{@link android.content.res.Resources}</li>
25 <li><a href="#ResourcesFromCode">Accessing Resources from Code</a></li>
26 <li><a href="#ResourcesFromXml">Accessing Resources from XML</a
    [all...]
providing-resources.jd 1 page.title=Providing Resources
2 parent.title=Application Resources
10 <li>Different types of resources belong in different subdirectories of {@code res/}</li>
11 <li>Alternative resources provide configuration-specific resource files</li>
12 <li>Always include default resources so your app does not depend on specific
18 <li><a href="#AlternativeResources">Providing Alternative Resources</a>
21 <li><a href="#AliasResources">Creating alias resources</a></li>
24 <li><a href="#Compatibility">Providing the Best Device Compatibility with Resources</a>
36 <li><a href="accessing-resources.html">Accessing Resources</a></li
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ResourceCategory.js 32 this.resources = [];
40 var resourcesLength = this.resources.length;
42 var b = this.resources[i];
51 this.resources.splice(i, 0, resource);
56 this.resources.remove(resource, true);
61 this.resources = [];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResourceItem.java 1 package com.android.ide.eclipse.adt.internal.resources.manager;
3 import com.android.ide.eclipse.adt.internal.resources.ResourceItem;
4 import com.android.ide.eclipse.adt.internal.resources.ResourceType;
5 import com.android.ide.eclipse.adt.internal.resources.configurations.FolderConfiguration;
43 * This is typically the case for resources that don't have alternate versions, or resources
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 21 import android.content.res.Resources;
80 final Resources resources = getResources(); local
82 // com.android.launcher2; Resources needs the real package name,
83 // com.android.launcher. So we ask Resources for what it thinks the
85 final String packageName = resources.getResourcePackageName(R.array.wallpapers);
87 addWallpapers(resources, packageName, R.array.wallpapers);
88 addWallpapers(resources, packageName, R.array.extra_wallpapers);
91 private void addWallpapers(Resources resources, String packageName, int list)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 19 import com.android.ide.eclipse.adt.internal.resources.configurations.FolderConfiguration;
20 import com.android.ide.eclipse.adt.internal.resources.configurations.KeyboardStateQualifier;
21 import com.android.ide.eclipse.adt.internal.resources.configurations.NavigationMethodQualifier;
22 import com.android.ide.eclipse.adt.internal.resources.configurations.PixelDensityQualifier;
23 import com.android.ide.eclipse.adt.internal.resources.configurations.ScreenDimensionQualifier;
24 import com.android.ide.eclipse.adt.internal.resources.configurations.ScreenOrientationQualifier;
25 import com.android.ide.eclipse.adt.internal.resources.configurations.ScreenRatioQualifier;
26 import com.android.ide.eclipse.adt.internal.resources.configurations.ScreenSizeQualifier;
27 import com.android.ide.eclipse.adt.internal.resources.configurations.TextInputMethodQualifier;
28 import com.android.ide.eclipse.adt.internal.resources.configurations.TouchScreenQualifier
    [all...]
  /cts/tests/res/values/
bools.xml 18 <resources>
21 </resources>
colors.xml 18 <resources>
26 </resources>
  /cts/tests/res/values-12key/
configVarying.xml 17 <resources>
22 </resources>
  /cts/tests/res/values-12key-63x57/
configVarying.xml 17 <resources>
22 </resources>
  /cts/tests/res/values-12key-dpad/
configVarying.xml 17 <resources>
22 </resources>
  /cts/tests/res/values-240dpi/
configVarying.xml 17 <resources>
22 </resources>
  /cts/tests/res/values-32dpi/
configVarying.xml 17 <resources>
22 </resources>
  /cts/tests/res/values-32dpi-keysexposed/
configVarying.xml 17 <resources>
22 </resources>
  /cts/tests/res/values-32dpi-stylus/
configVarying.xml 17 <resources>
22 </resources>
  /cts/tests/res/values-480x320/
configVarying.xml 17 <resources>
22 </resources>
  /cts/tests/res/values-640x400/
configVarying.xml 17 <resources>
22 </resources>
  /cts/tests/res/values-cs/
strings.xml 17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
24 </resources>
  /cts/tests/res/values-dpad/
configVarying.xml 17 <resources>
22 </resources>

Completed in 413 milliseconds

1 2 3 4 5 6 7 891011>>