/external/chromium_org/chrome/browser/themes/ |
browser_theme_pack.cc | 98 // IDR_* resource names change whenever new resources are added; use persistent 704 // Scale factor parameter is moot as data pack has image resources for all 780 // Add resources for each of the property arrays. 781 RawDataForWriting resources; local 782 resources[kHeaderID] = base::StringPiece( 784 resources[kTintsID] = base::StringPiece( 787 resources[kColorsID] = base::StringPiece( 790 resources[kDisplayPropertiesID] = base::StringPiece( 798 resources[kSourceImagesID] = base::StringPiece( 805 resources[kScaleFactorsID] = scale_factors_string [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
SVGRenderStyle.h | 265 // Setters for non-inherited resources 268 if (!(resources->clipper == obj)) 269 resources.access()->clipper = obj; 274 if (!(resources->filter == obj)) 275 resources.access()->filter = obj; 280 if (!(resources->masker == obj)) 281 resources.access()->masker = obj; 284 // Setters for inherited resources 340 String clipperResource() const { return resources->clipper; } 341 String filterResource() const { return resources->filter; 436 DataRef<StyleResourceData> resources; member in class:WebCore::SVGRenderStyle [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 628 * GetBuffer(n) with n > 0 points to resources that are identical to buffer 0, but 629 * are classified as "read-only resources" (due to DXGI_USAGE_READ_ONLY), 639 * The resources themselves are NOT rotated, so that you can still render on the 884 struct pipe_resource* resources[NUM_NATIVE_ATTACHMENTS]; member in struct:GalliumDXGISwapChain 921 memset(resources, 0, sizeof(resources)); 1052 if(!surface->validate(surface, (1 << NATIVE_ATTACHMENT_BACK_LEFT) | (1 << NATIVE_ATTACHMENT_FRONT_LEFT), &new_seq_num, resources, &width, &height)) [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 628 * GetBuffer(n) with n > 0 points to resources that are identical to buffer 0, but 629 * are classified as "read-only resources" (due to DXGI_USAGE_READ_ONLY), 639 * The resources themselves are NOT rotated, so that you can still render on the 884 struct pipe_resource* resources[NUM_NATIVE_ATTACHMENTS]; member in struct:GalliumDXGISwapChain 921 memset(resources, 0, sizeof(resources)); 1052 if(!surface->validate(surface, (1 << NATIVE_ATTACHMENT_BACK_LEFT) | (1 << NATIVE_ATTACHMENT_FRONT_LEFT), &new_seq_num, resources, &width, &height)) [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 20 import android.content.res.Resources; 1273 final Resources resources = context.getResources(); local [all...] |
/frameworks/base/services/java/com/android/server/power/ |
DisplayPowerController.java | 27 import android.content.res.Resources; 370 final Resources resources = context.getResources(); local 372 mScreenBrightnessDimConfig = clampAbsoluteBrightness(resources.getInteger( 375 int screenBrightnessMinimum = Math.min(resources.getInteger( 379 mUseSoftwareAutoBrightnessConfig = resources.getBoolean( 382 int[] lux = resources.getIntArray( 384 int[] screenBrightness = resources.getIntArray( 402 mLightSensorWarmUpTimeConfig = resources.getInteger( 409 mElectronBeamFadesConfig = resources.getBoolean [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 183 sp<AaptGroup> group = assets->getFiles().valueFor(String8("resources.arsc")); 195 return assets->addFile(String8("resources.arsc"), AaptGroupEntry(), String8(), 379 KeyedVector<String8, sp<ResourceTypeSet> >* resources) 396 ssize_t index = resources->indexOfKey(resType); 403 resources->add(resType, set); 405 sp<ResourceTypeSet> set = resources->valueAt(index); 428 KeyedVector<String8, sp<ResourceTypeSet> >* resources) 437 collect_files(d, resources); 585 // get the overlay resources of the requested type 590 // for each of the resources, check for a match in the previously buil 927 KeyedVector<String8, sp<ResourceTypeSet> > *resources = local 959 KeyedVector<String8, sp<ResourceTypeSet> > *resources = local 1062 KeyedVector<String8, sp<ResourceTypeSet> > *resources = local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
RenderSessionImpl.java | 52 import com.android.resources.ResourceType; 53 import com.android.resources.ScreenOrientation; 179 RenderResources resources = getParams().getResources(); local 183 mIsAlphaChannelImage = getBooleanThemeValue(resources, 186 mWindowIsFloating = getBooleanThemeValue(resources, "windowIsFloating", 189 findBackground(resources); 190 findStatusBar(resources, metrics); 191 findActionBar(resources, metrics); 192 findNavigationBar(resources, metrics); [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
BaseRecipientAdapter.java | 24 import android.content.res.Resources; 621 final Resources resources = local 623 params.directoryType = resources.getString(resourceId); [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthWeekEventsView.java | 29 import android.content.res.Resources; 318 Resources res = context.getResources(); 349 Resources resources = getContext().getResources(); local 351 TEXT_SIZE_EVENT_TITLE = resources.getInteger(R.integer.text_size_event_title); 352 TEXT_SIZE_MONTH_NUMBER = resources.getInteger(R.integer.text_size_month_number); 353 SIDE_PADDING_MONTH_NUMBER = resources.getInteger(R.integer.month_day_number_margin); 354 CONFLICT_COLOR = resources.getColor(R.color.month_dna_conflict_time_color); 355 EVENT_TEXT_COLOR = resources.getColor(R.color.calendar_event_text_color); [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
ContactLoader.java | 28 import android.content.res.Resources; 743 Resources resources = pm.getResourcesForApplication(packageName); local 744 directoryType = resources.getString(typeResourceId); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
DeviceProfile.java | 23 import android.content.res.Resources; 152 Resources res) { 248 Resources resources = context.getResources(); local 249 DisplayMetrics dm = resources.getDisplayMetrics(); 250 Configuration config = resources.getConfiguration(); 268 Resources resources = context.getResources(); local 269 DisplayMetrics dm = resources.getDisplayMetrics(); 270 Configuration config = resources.getConfiguration() [all...] |
/packages/apps/Settings/src/com/android/settings/users/ |
UserSettings.java | 37 import android.content.res.Resources; 668 final Resources resources = getResources(); local
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigController.java | 22 import android.content.res.Resources; 155 final Resources resources = context.getResources(); local 213 String[] signal = resources.getStringArray(R.array.wifi_signal); [all...] |
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
ConfigGenerator.java | 25 import android.content.res.Resources; 166 Resources resources = mCtx.getResources(); local 168 DisplayMetrics metrics = resources.getDisplayMetrics(); 169 Configuration config = resources.getConfiguration();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
Hyperlinks.java | 44 import static com.android.ide.common.resources.ResourceRepository.parseResource; 54 import com.android.ide.common.resources.ResourceFile; 55 import com.android.ide.common.resources.ResourceFolder; 56 import com.android.ide.common.resources.ResourceRepository; 57 import com.android.ide.common.resources.configuration.FolderConfiguration; 65 import com.android.ide.eclipse.adt.internal.resources.ResourceHelper; 66 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectResources; 67 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager; 76 import com.android.resources.ResourceFolderType; 77 import com.android.resources.ResourceType 816 ResourceRepository resources = getResources(project, false \/* isFramework *\/); local 1183 ResourceRepository resources = getResources(project, isFramework); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMatcher.java | 20 import com.android.ide.common.resources.ResourceFile; 21 import com.android.ide.common.resources.configuration.DensityQualifier; 22 import com.android.ide.common.resources.configuration.DeviceConfigHelper; 23 import com.android.ide.common.resources.configuration.FolderConfiguration; 24 import com.android.ide.common.resources.configuration.LanguageQualifier; 25 import com.android.ide.common.resources.configuration.NightModeQualifier; 26 import com.android.ide.common.resources.configuration.RegionQualifier; 27 import com.android.ide.common.resources.configuration.ResourceQualifier; 28 import com.android.ide.common.resources.configuration.ScreenOrientationQualifier; 29 import com.android.ide.common.resources.configuration.ScreenSizeQualifier 678 ProjectResources resources = manager.getProjectResources(chooser.getProject()); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreview.java | 33 import com.android.ide.common.resources.ResourceFile; 34 import com.android.ide.common.resources.ResourceRepository; 35 import com.android.ide.common.resources.ResourceResolver; 36 import com.android.ide.common.resources.configuration.FolderConfiguration; 37 import com.android.ide.common.resources.configuration.ScreenOrientationQualifier; 51 import com.android.ide.eclipse.adt.internal.resources.ResourceHelper; 52 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectResources; 53 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager; 58 import com.android.resources.Density; 59 import com.android.resources.ResourceType 383 ProjectResources resources = chooser.getResources(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintViewPart.java | 27 import org.eclipse.core.resources.IFile; 28 import org.eclipse.core.resources.IFolder; 29 import org.eclipse.core.resources.IMarker; 30 import org.eclipse.core.resources.IProject; 31 import org.eclipse.core.resources.IResource; 284 * @param resources the associated resources 286 public void setResources(List<? extends IResource> resources) { 287 mLintView.setResources(resources); 473 List<? extends IResource> resources = mLintView.getResources() local 542 List<? extends IResource> resources = mLintView.getResources(); local 595 List<? extends IResource> resources = mLintView.getResources(); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 810 static OptionsStringResource resources[] = { local [all...] |
/frameworks/base/core/java/android/app/ |
ContextImpl.java | 44 import android.content.res.Resources; 199 private final Resources mResources; 208 private Resources.Theme mTheme = null; 453 Resources.selectSystemTheme(0, 620 public Resources getResources() { 666 public Resources.Theme getTheme() { 668 mThemeResource = Resources.selectDefaultTheme(mThemeResource, 2022 Resources resources = packageInfo.getResources(mainThread); local [all...] |
/frameworks/base/core/java/android/widget/ |
SearchView.java | 31 import android.content.res.Resources; 1536 Resources resources = getResources(); local [all...] |