HomeSort by relevance Sort by last modified time
    Searched refs:resources (Results 476 - 500 of 852) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoringTest.java 24 import org.eclipse.core.resources.IFile;
UseCompoundDrawableRefactoringTest.java 22 import org.eclipse.core.resources.IFile;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipantTest.java 22 import org.eclipse.core.resources.IProject;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttrsXmlParserTest.java 17 package com.android.ide.common.resources.platform;
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 82 // IDR_* resource names change whenever new resources are added; use persistent
424 // Add resources for each of the property arrays.
425 RawDataForWriting resources; local
426 resources[kHeaderID] = base::StringPiece(
428 resources[kTintsID] = base::StringPiece(
430 resources[kColorsID] = base::StringPiece(
433 resources[kDisplayPropertiesID] = base::StringPiece(
441 resources[kSourceImagesID] = base::StringPiece(
445 AddRawImagesTo(image_memory_, &resources);
449 AddRawImagesTo(reencoded_images, &resources);
    [all...]
  /external/svox/pico/lib/
picorsrc.c 62 /* next connects all active resources of a resource manager and the garbaged resources of the manager's free list */
214 picorsrc_Resource resources, freeResources; member in struct:picorsrc_resource_manager
235 this->resources = NULL;
256 /* ******* accessing resources **************************************/
264 r = this->resources;
559 return picoos_emRaiseException(this->common->em,PICO_EXC_MAX_NUM_EXCEED,NULL,(picoos_char *)"no more than %i resources",PICO_MAX_NUM_RESOURCES);
616 /* resources are read-only; the following write protection
658 res->next = this->resources;
659 this->resources = res
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 36 import static com.android.resources.ResourceType.LAYOUT;
49 import com.android.ide.eclipse.adt.internal.resources.ResourceNameValidator;
52 import org.eclipse.core.resources.IContainer;
53 import org.eclipse.core.resources.IFile;
54 import org.eclipse.core.resources.IFolder;
55 import org.eclipse.core.resources.IProject;
56 import org.eclipse.core.resources.IResource;
403 IFolder resources = mProject.getFolder(FD_RESOURCES); local
405 for (IResource folder : resources.members()) {
454 return new NullChange("Open extracted layout and refresh resources") {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 32 import org.eclipse.core.resources.IMarker;
33 import org.eclipse.core.resources.IMarkerDelta;
34 import org.eclipse.core.resources.IProject;
35 import org.eclipse.core.resources.IResource;
36 import org.eclipse.core.resources.IResourceChangeEvent;
37 import org.eclipse.core.resources.IResourceChangeListener;
38 import org.eclipse.core.resources.ResourcesPlugin;
230 public void setResources(List<? extends IResource> resources) {
231 mResources = resources;
584 * Returns the list of resources being shown in the lis
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 33 import com.android.resources.ResourceFolderType;
34 import com.android.resources.ResourceType;
47 import org.eclipse.core.resources.IContainer;
48 import org.eclipse.core.resources.IFile;
49 import org.eclipse.core.resources.IFolder;
50 import org.eclipse.core.resources.IMarker;
51 import org.eclipse.core.resources.IProject;
52 import org.eclipse.core.resources.IResource;
53 import org.eclipse.core.resources.IWorkspace;
54 import org.eclipse.core.resources.IWorkspaceRoot
    [all...]
  /development/samples/Support7Demos/
Android.mk 19 # for resources that are included from the libraries.
  /external/chromium/chrome/browser/
plugin_exceptions_table_model_unittest.cc 115 const std::vector<std::string>& resources = table_model_->resources_; local
119 EXPECT_EQ(groups.size(), resources.size());
  /external/icu4c/data/brkitr/
brkfiles.mk 44 # Ordinary resources
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-permission-denied.js 41 iframe.src = 'resources/disconnected-frame-inner.html';
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 27 frame.src = 'resources/' + s + '.html';
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
basic-body-attribute.js 18 evalAndLog("iframe.src = 'resources/body-event-handler.html'");
basic-setattribute.js 18 evalAndLog("iframe.src = 'resources/setattribute-event-handler.html'");
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 35 "<img id=logo src='../resources/webkit-background.png'" +
  /external/webkit/Source/WebKit/chromium/src/
ApplicationCacheHost.cpp 235 void ApplicationCacheHost::fillResourceList(ResourceInfoList* resources)
243 resources->append(ResourceInfo(
  /frameworks/base/graphics/java/android/renderscript/
Program.java 24 import android.content.res.Resources;
242 * @param resources application resources
247 public BaseProgramBuilder setShader(Resources resources, int resourceID) {
250 InputStream is = resources.openRawResource(resourceID);
273 throw new Resources.NotFoundException();
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerController.java 27 import android.content.res.Resources;
362 final Resources resources = context.getResources(); local
364 mScreenBrightnessDimConfig = clampAbsoluteBrightness(resources.getInteger(
367 int screenBrightnessMinimum = Math.min(resources.getInteger(
371 mUseSoftwareAutoBrightnessConfig = resources.getBoolean(
374 int[] lux = resources.getIntArray(
376 int[] screenBrightness = resources.getIntArray(
394 mLightSensorWarmUpTimeConfig = resources.getInteger(
401 mElectronBeamFadesConfig = resources.getBoolean
    [all...]
  /frameworks/support/v7/appcompat/
Android.mk 20 # in their makefiles to include the resources in their package.
  /frameworks/support/v7/gridlayout/
Android.mk 20 # in their makefiles to include the resources in their package.
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptCThunker.java 20 import android.content.res.Resources;
38 protected ScriptCThunker(RenderScriptThunker rs, Resources resources, int resourceID) {
39 super(rs.mN, resources, resourceID);
  /libcore/
JavaLibrary.mk 32 # resources/ # Support files.
36 # resources/ # Support files.
49 $(shell cd $(LOCAL_PATH) && ls -d */src/$(1)/{java,resources} 2> /dev/null)
52 # The Java files and their associated resources.

Completed in 669 milliseconds

<<11121314151617181920>>