/external/chromium_org/chrome/browser/task_manager/ |
extension_process_resource_provider.cc | 30 #include "ui/base/resource/resource_bundle.h" 38 class ExtensionProcessResource : public Resource { 44 // Resource methods: 130 Resource::Type ExtensionProcessResource::GetType() const { 178 Resource* ExtensionProcessResourceProvider::GetResource( 315 ExtensionProcessResource* resource = 318 resources_[render_view_host] = resource; 319 task_manager_->AddResource(resource); 331 // Remove the resource from the Task Manager. 332 ExtensionProcessResource* resource = iter->second [all...] |
panel_resource_provider.cc | 37 // Resource methods: 71 Resource::Type PanelResource::GetType() const { 121 Resource* PanelResourceProvider::GetResource( 184 PanelResource* resource = new PanelResource(panel); 185 resources_[panel] = resource; 186 task_manager_->AddResource(resource); 197 PanelResource* resource = iter->second; 198 task_manager_->RemoveResource(resource); 200 delete resource;
|
tab_contents_resource_provider.cc | 33 #include "ui/base/resource/resource_bundle.h" 75 // Resource methods: 117 Resource::Type TabContentsResource::GetType() const { 182 Resource* TabContentsResourceProvider::GetResource( 188 if (!web_contents) // Not one of our resource. 210 // The contents that are tracked by this resource provider are those that 279 TabContentsResource* resource = new TabContentsResource(web_contents); local 280 resources_[web_contents] = resource; 281 task_manager_->AddResource(resource); 288 // The contents that are tracked by this resource provider are those tha 328 TabContentsResource* resource = iter->second; local [all...] |
/external/chromium_org/ppapi/proxy/ |
ppb_audio_proxy.cc | 21 #include "ppapi/shared_impl/resource.h" 36 class Audio : public Resource, public PPB_Audio_Shared { 44 // Resource overrides. 69 : Resource(OBJECT_IS_PROXY, audio_id), 191 // Make the resource and get the API pointer to its trusted interface. 198 // At this point, we've set the result resource, and this is a sync request. 203 // resource you haven't finished creating yet). 227 // Clean up the temporary audio config resource we made. 246 const HostResource& resource) { 254 result_code = GetAudioConnectedHandles(resource, &socket_handle [all...] |
ppb_tcp_socket_private_proxy.cc | 16 #include "ppapi/shared_impl/resource.h" 31 TCPSocket(const HostResource& resource, uint32 socket_id); 33 TCPSocket(const HostResource& resource, 59 TCPSocket::TCPSocket(const HostResource& resource, uint32 socket_id) 60 : TCPSocketPrivateImpl(resource, socket_id) { 67 TCPSocket::TCPSocket(const HostResource& resource, 71 : TCPSocketPrivateImpl(resource, socket_id) {
|
resource_message_params.cc | 33 ResourceMessageParams::ResourceMessageParams(PP_Resource resource, 35 : pp_resource_(resource), 147 ResourceMessageCallParams::ResourceMessageCallParams(PP_Resource resource, 149 : ResourceMessageParams(resource, sequence), 173 ResourceMessageReplyParams::ResourceMessageReplyParams(PP_Resource resource, 175 : ResourceMessageParams(resource, sequence),
|
ppb_image_data_proxy.cc | 27 #include "ppapi/shared_impl/resource.h" 61 // plugin process. We check if the given resource is in the queue and mark 88 // - We generate new resource IDs when re-use happens to try to avoid weird 317 ImageData::ImageData(const HostResource& resource, 320 : Resource(OBJECT_IS_PROXY, resource), 373 PlatformImageData::PlatformImageData(const HostResource& resource, 376 : ImageData(resource, PPB_ImageData_Shared::PLATFORM, desc) { 439 SimpleImageData::SimpleImageData(const HostResource& resource, 442 : ImageData(resource, PPB_ImageData_Shared::SIMPLE, desc) 637 PP_Resource resource = local 667 PP_Resource resource = local [all...] |
/external/chromium_org/ppapi/thunk/ |
enter.cc | 45 EnterBase::EnterBase(PP_Resource resource) 46 : resource_(GetResource(resource)), 55 EnterBase::EnterBase(PP_Resource resource, 57 : resource_(GetResource(resource)), 116 Resource* EnterBase::GetResource(PP_Resource resource) { 117 return PpapiGlobals::Get()->GetResourceTracker()->GetResource(resource); 121 Resource* EnterBase::GetSingletonResource(PP_Instance instance, 185 Resource* resource_base, 189 // emit a log message. But we also want to check for resource errors. If ther [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGResourcesCache.cpp | 187 void SVGResourcesCache::resourceDestroyed(RenderSVGResourceContainer* resource) 189 ASSERT(resource); 190 SVGResourcesCache* cache = resourcesCacheFromRenderObject(resource); 192 // The resource itself may have clients, that need to be notified. 193 cache->removeResourcesFromRenderObject(resource); 197 it->value->resourceDestroyed(resource); 199 // Mark users of destroyed resources as pending resolution based on the id of the old resource. 200 Element* resourceElement = toElement(resource->node());
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/ |
id_screen.c | 174 struct pipe_resource *resource = id_resource->resource; local 178 return screen->resource_get_handle(screen, resource, handle); 200 struct pipe_resource *resource = id_resource->resource; local 203 resource,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_transfer.c | 55 struct pipe_resource *tex = transfer->resource; 67 struct pipe_resource *tex = transfer->resource; 104 pipe_resource_reference(&trans->transfer.resource, texture); 222 pipe_resource_reference(&trans->resource, NULL); 231 struct r300_resource *tex = r300_resource(transfer->resource); 259 struct r300_resource *tex = r300_resource(transfer->resource);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_buffer.c | 41 struct pipe_resource *resource, 49 assert(box->x + box->width <= resource->width0); 51 transfer->transfer.resource = resource; 89 struct r600_resource *rbuffer = r600_resource(transfer->resource); 172 r600_copy_buffer(pipe, transfer->resource, transfer->box.x,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_screen.c | 175 struct pipe_resource *resource = rb_resource->resource; local 177 return screen->resource_get_handle(screen, resource, handle); 198 struct pipe_resource *resource = rb_resource->resource; local 201 resource,
|
/external/mesa3d/src/gallium/drivers/identity/ |
id_screen.c | 174 struct pipe_resource *resource = id_resource->resource; local 178 return screen->resource_get_handle(screen, resource, handle); 200 struct pipe_resource *resource = id_resource->resource; local 203 resource,
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_transfer.c | 55 struct pipe_resource *tex = transfer->resource; 67 struct pipe_resource *tex = transfer->resource; 104 pipe_resource_reference(&trans->transfer.resource, texture); 222 pipe_resource_reference(&trans->resource, NULL); 231 struct r300_resource *tex = r300_resource(transfer->resource); 259 struct r300_resource *tex = r300_resource(transfer->resource);
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_buffer.c | 41 struct pipe_resource *resource, 49 assert(box->x + box->width <= resource->width0); 51 transfer->transfer.resource = resource; 89 struct r600_resource *rbuffer = r600_resource(transfer->resource); 172 r600_copy_buffer(pipe, transfer->resource, transfer->box.x,
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_screen.c | 175 struct pipe_resource *resource = rb_resource->resource; local 177 return screen->resource_get_handle(screen, resource, handle); 198 struct pipe_resource *resource = rb_resource->resource; local 201 resource,
|
/frameworks/base/core/java/android/widget/ |
SimpleAdapter.java | 45 * <li> ImageView. The expected bind value is a resource id or a string and 71 * @param resource Resource identifier of a view layout that defines the views for this list 80 int resource, String[] from, int[] to) { 82 mResource = mDropDownResource = resource; 118 ViewGroup parent, int resource) { 121 v = mInflater.inflate(resource, parent, false); 132 * <p>Sets the layout resource to create the drop down views.</p> 134 * @param resource the layout resource defining the drop down view [all...] |
ViewAnimator.java | 57 int resource = a.getResourceId(com.android.internal.R.styleable.ViewAnimator_inAnimation, 0); local 58 if (resource > 0) { 59 setInAnimation(context, resource); 62 resource = a.getResourceId(com.android.internal.R.styleable.ViewAnimator_outAnimation, 0); 63 if (resource > 0) { 64 setOutAnimation(context, resource); 309 * @param resourceID The resource id of the animation. 322 * @param resourceID The resource id of the animation.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 6 """Test skipped because it requested a disallowed resource. 8 This is raised when a test calls requires() for a resource that 12 def is_resource_enabled(resource): 13 """Test whether a resource is enabled. 19 (resource in use_resources or "*" in use_resources) 21 _unavail[resource] = None 25 def requires(resource, msg=None): 26 """Raise ResourceDenied if the specified resource is not available. 30 # the resource was set 33 if not is_resource_enabled(resource) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 6 """Test skipped because it requested a disallowed resource. 8 This is raised when a test calls requires() for a resource that 12 def is_resource_enabled(resource): 13 """Test whether a resource is enabled. 19 (resource in use_resources or "*" in use_resources) 21 _unavail[resource] = None 25 def requires(resource, msg=None): 26 """Raise ResourceDenied if the specified resource is not available. 30 # the resource was set 33 if not is_resource_enabled(resource) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
EclipseLintRunner.java | 196 /** If the resource list contains projects, add in any library projects as well */ 200 for (IResource resource : resources) { 201 if (resource instanceof IProject) { 211 for (IResource resource : resources) { 212 if (resource instanceof IProject) { 213 IProject project = (IProject) resource; 217 result.add(resource);
|
LintJob.java | 99 for (IResource resource : mResources) { 100 File file = AdtUtils.getAbsolutePath(resource).toFile(); 103 if (resource instanceof IProject && mSource == null) { 106 String name = resource.getName(); 113 } else if (name.endsWith(DOT_JAVA) && resource instanceof IFile) { 122 } else if (name.endsWith(DOT_CLASS) && resource instanceof IFile) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewTemplateWizard.java | 164 IResource resource = project.findMember(path); 165 if (resource != null) { 166 if (resource instanceof IFile) { 168 AdtPlugin.openFile((IFile) resource, null, false); 171 resource.getFullPath().toString()); 177 BasicNewResourceWizard.selectAndReveal(resource,
|
/frameworks/base/libs/hwui/ |
DisplayList.cpp | 190 SkBitmap* resource = bitmapResources.itemAt(i); local 191 mBitmapResources.add(resource); 192 caches.resourceCache.incrementRefcountLocked(resource); 197 SkBitmap* resource = ownedBitmapResources.itemAt(i); local 198 mOwnedBitmapResources.add(resource); 199 caches.resourceCache.incrementRefcountLocked(resource); 204 SkiaColorFilter* resource = filterResources.itemAt(i); local 205 mFilterResources.add(resource); 206 caches.resourceCache.incrementRefcountLocked(resource); 211 Res_png_9patch* resource = patchResources.itemAt(i) local 218 SkiaShader* resource = shaders.itemAt(i); local [all...] |