/external/chromium_org/gpu/command_buffer/service/ |
shader_translator_unittest.cc | 21 ShBuiltInResources resources; local 22 resources.MaxExpressionComplexity = 32; 23 resources.MaxCallStackDepth = 32; 24 ShInitBuiltInResources(&resources); 29 SH_VERTEX_SHADER, SH_GLES2_SPEC, &resources, 33 SH_FRAGMENT_SHADER, SH_GLES2_SPEC, &resources, 229 ShBuiltInResources resources; local 230 ShInitBuiltInResources(&resources); 233 SH_VERTEX_SHADER, SH_GLES2_SPEC, &resources, 237 SH_FRAGMENT_SHADER, SH_GLES2_SPEC, &resources, [all...] |
/external/chromium_org/ppapi/shared_impl/ |
resource_tracker.h | 40 // Do not call this method on on the host side for resources backed by a 45 // Do not call this method on on the host side for resources backed by a 53 // called before creating any resources associated with the instance. 57 // associated resources will be force freed, and the resources (if they still 61 // Returns the number of resources associated with the given instance. 106 // Lists all resources associated with the given instance as non-owning 107 // pointers. This allows us to notify those resources that the instance is 109 ResourceSet resources; member in struct:ppapi::ResourceTracker::InstanceData
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGContainer.cpp | 71 // Invalidate all resources of this client if our layout changed. 104 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); local 105 return resources && resources->filter();
|
RenderSVGResource.cpp | 119 // If no resources are associated with the given renderer, return the color resource. 120 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); local 121 if (!resources) { 130 RenderSVGResource* uriResource = mode == ApplyToFillMode ? resources->fill() : resources->stroke(); 166 if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object)) { 167 if (RenderSVGResourceFilter* filter = resources->filter()) 170 if (RenderSVGResourceMasker* masker = resources->masker()) 173 if (RenderSVGResourceClipper* clipper = resources->clipper()) 199 // Invalidate resources in ancestor chain, if needed [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebPageSerializerTest.cpp | 126 // Retrieve all resources. 128 WebVector<WebURL> resources; local 130 m_webView, m_supportedSchemes, &resources, &frames)); 132 // Tests that all resources from the frame have been retrieved. 136 EXPECT_EQ(14U, resources.size()); // There should be no duplicates. 137 EXPECT_TRUE(webVectorContains(resources, "http://www.example.com/beautifull.css")); 138 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/awesome.js")); 139 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/bodyBackground.jpg")); 140 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/awesome.png")); 141 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/imageButton.png")) 180 WebVector<WebURL> resources; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_screen.h | 58 struct rbug_list resources; member in struct:rbug_screen
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_screen.h | 58 struct rbug_list resources; member in struct:rbug_screen
|
/packages/apps/Dialer/tests/src/com/android/dialer/util/ |
LocaleTestUtils.java | 21 import android.content.res.Resources; 87 mSavedSystemLocale = setResourcesLocale(Resources.getSystem(), locale); 101 setResourcesLocale(Resources.getSystem(), mSavedSystemLocale); 106 * Sets the locale for the given resources and returns the previous locale. 108 * @param resources the resources on which to set the locale 110 * @return the previous value of the locale for the resources 112 private Locale setResourcesLocale(Resources resources, Locale locale) { 113 Configuration contextConfiguration = new Configuration(resources.getConfiguration()) [all...] |
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
MakeKeyboardText.java | 62 final MoreKeysResources resources = new MoreKeysResources(jar); local 63 resources.writeToJava(options.mJava);
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
EdgeSwipeDetector.java | 19 import android.content.res.Resources; 36 final Resources resources = context.getResources(); local 37 mEdgeSwipeGutter = resources.getInteger(R.integer.table_edge_swipe_gutter) / 1000000f; 38 mEdgeSwipeThreshold = resources.getInteger(R.integer.table_edge_swipe_threshold) / 1000000f;
|
PhotoTableDream.java | 18 import android.content.res.Resources; 33 Resources resources = getResources(); local 35 resources.getInteger(R.integer.table_drop_period), 36 resources.getInteger(R.integer.fast_drop));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidatorTest.java | 17 package com.android.ide.eclipse.adt.internal.resources; 19 import com.android.resources.ResourceFolderType; 20 import com.android.resources.ResourceType; 22 import org.eclipse.core.resources.IProject; 60 // Can't start with _ in file-based resource names, is okay for value based resources
|
/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; 20 import com.android.ide.common.resources.FrameworkResources; 21 import com.android.ide.common.resources.ResourceFile; 22 import com.android.ide.common.resources.ResourceFolder; 23 import com.android.ide.common.resources.ResourceRepository; 24 import com.android.ide.common.resources.ScanningContext; 27 import com.android.ide.eclipse.adt.internal.resources.ResourceHelper; 28 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IProjectListener; 29 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IRawDeltaListener; 35 import com.android.resources.ResourceFolderType 157 ProjectResources resources = mMap.get(project); local 228 ProjectResources resources; local 327 ProjectResources resources; local 461 ProjectResources resources = getProjectResources(project); local 476 ProjectResources resources = getProjectResources(project); local 493 FrameworkResources resources = new FrameworkResources(frameworkRes); local [all...] |
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
ActivityAnimations.java | 24 import android.content.res.Resources; 69 Resources resources = getResources(); local 70 ArrayList<PictureData> pictures = mBitmapUtils.loadPhotos(resources); 74 new BitmapDrawable(resources, pictureData.thumbnail);
|
/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/chromium/chrome/browser/ui/webui/options/ |
cookies_view_handler.cc | 28 static OptionsStringResource resources[] = { local 63 RegisterStrings(localized_strings, resources, arraysize(resources));
|
font_settings_handler.cc | 39 static OptionsStringResource resources[] = { local 60 RegisterStrings(localized_strings, resources, arraysize(resources));
|
import_data_handler.cc | 40 static OptionsStringResource resources[] = { local 52 RegisterStrings(localized_strings, resources, arraysize(resources));
|
/external/chromium_org/cc/output/ |
delegating_renderer.cc | 24 #include "cc/resources/resource_provider.h" 109 // Move the render passes and resources into the |out_frame|. 113 ResourceProvider::ResourceIdArray resources; local 115 base::Bind(&AppendToArray, &resources); 121 resource_provider_->PrepareSendToParent(resources, &out_data.resource_list); 138 resource_provider_->ReceiveReturnsFromParent(ack.resources); 155 TRACE_EVENT0("cc", "DelegatingRenderer::SetVisible dropping resources");
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor_tables.h | 30 // - UrlResourceTable - resources per Urls. 32 // - HostResourceTable - resources per host. 36 // Used in the UrlResourceTable and HostResourceTable to store resources 89 ResourceRows resources; member in struct:predictors::ResourcePrefetchPredictorTables::PrefetchData
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
clear_browser_data_handler.cc | 79 static OptionsStringResource resources[] = { local 97 RegisterStrings(localized_strings, resources, arraysize(resources));
|
media_devices_selection_handler.cc | 30 static OptionsStringResource resources[] = { local 35 RegisterStrings(values, resources, arraysize(resources));
|
media_galleries_handler.cc | 42 static OptionsStringResource resources[] = { local 48 RegisterStrings(values, resources, arraysize(resources));
|
password_manager_handler.cc | 52 static const OptionsStringResource resources[] = { local 69 RegisterStrings(localized_strings, resources, arraysize(resources));
|
reset_profile_settings_handler.cc | 64 static OptionsStringResource resources[] = { local 73 RegisterStrings(localized_strings, resources, arraysize(resources));
|