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

1 2 3 4 5 67 8 91011>>

  /external/webkit/WebCore/manual-tests/inspector/
errors-with-space in-url.html 2 Resources with a space in their URL don't get error/warning bubbles</a>.</p>
4 bubble with the number "1" in it next to the main resource in the Resources
  /external/webkit/WebKitTools/FindSafari/
FindSafari.rc 16 // English (U.S.) resources
56 #endif // English (U.S.) resources
  /frameworks/base/packages/VpnServices/res/values/
strings.xml 2 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
9 </resources>
  /frameworks/base/packages/VpnServices/res/values-el/
strings.xml 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
8 </resources>
  /frameworks/base/packages/VpnServices/res/values-es-rUS/
strings.xml 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
8 </resources>
  /frameworks/base/packages/VpnServices/res/values-it/
strings.xml 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
8 </resources>
  /frameworks/base/packages/VpnServices/res/values-ja/
strings.xml 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
8 </resources>
  /frameworks/base/packages/VpnServices/res/values-ko/
strings.xml 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
8 </resources>
  /frameworks/base/packages/VpnServices/res/values-ru/
strings.xml 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
8 </resources>
  /frameworks/base/packages/VpnServices/res/values-zh-rCN/
strings.xml 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
8 </resources>
  /frameworks/base/packages/VpnServices/res/values-zh-rTW/
strings.xml 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
8 </resources>
  /packages/apps/Bluetooth/res/values/
test_strings.xml 2 <resources>
13 </resources>
  /packages/apps/Protips/res/values/
styles.xml 2 <resources>
19 </resources>
  /sdk/ddms/app/
.classpath 3 <classpathentry excluding="Makefile|resources/" kind="src" path="src"/>
4 <classpathentry kind="src" path="src/resources"/>
  /sdk/ddms/libs/ddmuilib/
.classpath 3 <classpathentry excluding="Makefile|resources/" kind="src" path="src"/>
4 <classpathentry kind="src" path="src/resources"/>
  /frameworks/base/docs/html/guide/topics/resources/
more-resources.jd 3 parent.link=available-resources.html
6 <p>This page defines more types of resources you can externalize, including:</p>
16 <dd>XML resource that provides a unique identifier for application resources and
36 such, you can combine bool resources with other simple resources in the one XML file,
37 under one {@code &lt;resources>} element.</p>
56 &lt;<a href="#bool-resources-element">resources</a>&gt;
60 &lt;/resources>
68 <dt id="bool-resources-element"><code>&lt;resources&gt;</code></dt
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ResourcesSample.java 19 // Need the following import to get access to the app resources, since this
25 import android.content.res.Resources;
31 * Demonstration of loading resources.
34 * Each context has a resources object that you can access. Additionally,
48 // See res/any/layout/resources.xml for this view layout definition.
49 setContentView(R.layout.resources);
70 // ====== Using the Resources object =================================
77 // Get the Resources object from our context
78 Resources res = context.getResources();
85 // Note that the Resources class has methods like getColor()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
ResourcesTreePage.java 17 package com.android.ide.eclipse.adt.internal.editors.resources;
22 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceFolder;
23 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager;
25 import org.eclipse.core.resources.IFile;
43 super(editor, PAGE_ID, "Resources"); // tab's label, keep it short
70 form.setText(String.format("Android Resources (%1$s)", configText));
72 form.setText("Android Resources");
77 UiElementNode resources = mEditor.getUiRootNode(); local
78 UiTreeBlock block = new UiTreeBlock(mEditor, resources,
81 "Resources Elements"
    [all...]
  /frameworks/base/core/java/android/content/
package.html 11 the {@link android.content.res.Resources Resources} for
22 an application's resources and transfer data between applications.</p>
30 <li> <a href="#Resources">Resources</a>
35 <li> <a href="#UsingSystemResources">Using System Resources</a>
36 <li> <a href="#StringResources">String Resources</a>
37 <li> <a href="#ColorResources">Color Resources</a>
38 <li> <a href="#DrawableResources">Drawable Resources</a>
39 <li> <a href="#LayoutResources">Layout Resources</a
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceHandler.java 19 import com.android.ide.eclipse.adt.internal.resources.configurations.CountryCodeQualifier;
20 import com.android.ide.eclipse.adt.internal.resources.configurations.FolderConfiguration;
21 import com.android.ide.eclipse.adt.internal.resources.configurations.KeyboardStateQualifier;
22 import com.android.ide.eclipse.adt.internal.resources.configurations.NavigationMethodQualifier;
23 import com.android.ide.eclipse.adt.internal.resources.configurations.NavigationStateQualifier;
24 import com.android.ide.eclipse.adt.internal.resources.configurations.NetworkCodeQualifier;
25 import com.android.ide.eclipse.adt.internal.resources.configurations.PixelDensityQualifier;
26 import com.android.ide.eclipse.adt.internal.resources.configurations.ScreenDimensionQualifier;
27 import com.android.ide.eclipse.adt.internal.resources.configurations.ScreenOrientationQualifier;
28 import com.android.ide.eclipse.adt.internal.resources.configurations.ScreenRatioQualifier
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 17 package com.android.ide.eclipse.adt.internal.resources.manager;
21 import com.android.ide.eclipse.adt.internal.resources.ResourceType;
22 import com.android.ide.eclipse.adt.internal.resources.configurations.FolderConfiguration;
23 import com.android.ide.eclipse.adt.internal.resources.configurations.ResourceQualifier;
24 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IFileListener;
25 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IFolderListener;
26 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IProjectListener;
36 import org.eclipse.core.resources.IContainer;
37 import org.eclipse.core.resources.IFile;
38 import org.eclipse.core.resources.IFolder
385 ProjectResources resources = getProjectResources(project); local
400 ProjectResources resources = getProjectResources(project); local
417 ProjectResources resources = new ProjectResources(); local
505 IResource[] resources = resourceFolder.members(); local
    [all...]
  /development/samples/LunarLander/
_index.html 4 <li>Loading and drawing resources</li>
  /external/chromium/base/
data_pack.h 6 // (key, value) pairs of data. It's used to store static resources like
45 // Writes a pack file containing |resources| to |path|.
47 const std::map<uint32, StringPiece>& resources);
53 // Number of resources in the data.
  /external/clearsilver/man/man3/
dictDestroy.3 28 Release all resources used by <dict>.
  /external/icu4c/extra/uconv/
resfiles.mk 8 RESOURCESDIR = resources

Completed in 345 milliseconds

1 2 3 4 5 67 8 91011>>