HomeSort by relevance Sort by last modified time
    Searched refs:resource (Results 601 - 625 of 2028) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_objects.h 44 struct pipe_resource *resource; member in struct:rbug_resource
128 (void)rbug_resource(_transfer->resource);
145 return rbug_resource(_resource)->resource;
186 struct pipe_resource *resource);
  /external/chromium_org/third_party/re2/util/
test.cc 7 #include <sys/resource.h>
  /external/kernel-headers/original/linux/
resource.h 9 * Resource control/accounting header file for linux
67 * Due to binary compatibility, the actual resource numbers
70 #include <asm/resource.h>
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.h 44 struct pipe_resource *resource; member in struct:rbug_resource
128 (void)rbug_resource(_transfer->resource);
145 return rbug_resource(_resource)->resource;
186 struct pipe_resource *resource);
  /external/regex-re2/util/
test.cc 6 #include <sys/resource.h>
  /external/skia/tools/
skdiff_utils.h 28 /** Decodes the fileBits into the resource.fBitmap. Returns false on failure. */
29 bool get_bitmap(SkData* fileBits, DiffResource& resource, SkImageDecoder::Mode mode);
  /frameworks/native/opengl/tests/gl_perf/
filltest.cpp 21 #include <sys/resource.h>
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentTypeSelectorAdapter.java 83 int resource, int command) {
84 AttachmentListItem temp = new AttachmentListItem(title, resource, command);
91 public AttachmentListItem(String title, int resource, int command) {
92 super(title, resource);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
resource.h 9 * Resource control/accounting header file for linux
67 * Due to binary compatibility, the actual resource numbers
70 #include <asm/resource.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h 9 * Resource control/accounting header file for linux
67 * Due to binary compatibility, the actual resource numbers
70 #include <asm/resource.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h 9 * Resource control/accounting header file for linux
67 * Due to binary compatibility, the actual resource numbers
70 #include <asm/resource.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
CommonAction.java 21 import org.eclipse.jface.resource.ImageDescriptor;
  /external/chromium/chrome/browser/task_manager/
task_manager.h 38 // A resource represents one row in the task manager.
40 class Resource {
42 virtual ~Resource() {}
73 // Return extension associated with the resource, or NULL
85 // Whether this resource does report the network usage accurately.
105 // Returns true if this resource is not visible to the user because it lives
112 // to receive resource creation/termination notifications with a call to
113 // StartUpdating(). At that point, the resource provider should call
116 // The provider remains the owner of the resource objects and is responsible
124 // Should return the resource associated to the specified ids, or NULL i
    [all...]
  /external/chromium_org/cc/resources/
raster_worker_pool_unittest.cc 27 const Resource* resource,
30 : internal::RasterWorkerPoolTask(resource, dependencies),
150 scoped_ptr<ScopedResource> resource(
152 resource->Allocate(size, GL_RGBA, ResourceProvider::TextureUsageAny);
153 const Resource* const_resource = resource.get();
161 base::Passed(&resource),
166 virtual void OnTaskCompleted(scoped_ptr<ScopedResource> resource,
222 virtual void OnTaskCompleted(scoped_ptr<ScopedResource> resource,
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.cc 22 #include "ui/base/resource/resource_bundle.h"
31 class ChildProcessResource : public Resource {
39 // Resource methods:
98 // Resource methods:
122 Resource::Type ChildProcessResource::GetType() const {
123 // Translate types to Resource::Type, since ChildProcessData's type
129 return Resource::PLUGIN;
131 return Resource::UTILITY;
133 return Resource::ZYGOTE;
135 return Resource::SANDBOX_HELPER
292 ChildProcessResource* resource = iter->second; local
309 ChildProcessResource* resource = local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Performance.cpp 119 if (equalIgnoringCase(entryType, "resource"))
120 for (Vector<RefPtr<PerformanceEntry> >::const_iterator resource = m_resourceTimingBuffer.begin(); resource != m_resourceTimingBuffer.end(); ++resource)
121 entries.append(*resource);
138 if (entryType.isNull() || equalIgnoringCase(entryType, "resource"))
139 for (Vector<RefPtr<PerformanceEntry> >::const_iterator resource = m_resourceTimingBuffer.begin(); resource != m_resourceTimingBuffer.end(); ++resource)
140 if ((*resource)->name() == name
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourcesPanel.css 205 .resource-sidebar-tree-item .icon {
209 .children.small .resource-sidebar-tree-item .icon {
213 .resource-sidebar-tree-item.resources-type-image .icon {
220 .resources-type-image .image-resource-icon-preview {
233 .children.small .resource-sidebar-tree-item.resources-type-image .icon {
238 .children.small .resources-type-image .image-resource-icon-preview {
247 .resource-sidebar-tree-item.resources-type-document .icon {
251 .children.small .resource-sidebar-tree-item.resources-type-document .icon {
255 .resource-sidebar-tree-item.resources-type-stylesheet .icon {
259 .children.small .resource-sidebar-tree-item.resources-type-stylesheet .icon
    [all...]
Tests.js 412 function finishResource(resource, finishTime)
414 test.assertEquals(219, resource.transferSize, "Incorrect total encoded data length");
415 test.assertEquals(25, resource.resourceSize, "Incorrect total data length");
435 function finishResource(resource, finishTime)
437 test.assertEquals(219, resource.transferSize, "Incorrect total encoded data length");
438 test.assertEquals(25, resource.resourceSize, "Incorrect total data length");
458 function finishResource(resource, finishTime)
460 if (!resource.responseHeadersText)
461 test.fail("Failure: resource does not have response headers text");
462 test.assertEquals(164, resource.responseHeadersText.length, "Incorrect response headers text length")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer.c 67 struct pipe_resource *resource,
74 struct svga_buffer *sbuf = svga_buffer(resource);
82 transfer->resource = resource;
95 svga_hwtnl_flush_buffer(svga, resource);
127 svga_hwtnl_flush_buffer(svga, resource);
200 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
233 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
253 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 67 struct pipe_resource *resource,
74 struct svga_buffer *sbuf = svga_buffer(resource);
82 transfer->resource = resource;
95 svga_hwtnl_flush_buffer(svga, resource);
127 svga_hwtnl_flush_buffer(svga, resource);
200 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
233 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
253 struct svga_buffer *sbuf = svga_buffer(transfer->resource);
  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java 36 * <p>This class is responsible authenticating the user using SASL, binding the resource
50 * <p>Once the user has been authenticated with SASL, it is necessary to bind a resource for
51 * the connection. If no resource is passed in {@link #authenticate(String, String, String)}
52 * then the server will assign a resource for the connection. In case a resource is passed
53 * then the server will receive the desired resource but may assign a modified resource for
56 * <p>Once a resource has been binded and if the server supports sessions then Smack will establish
204 * then resource binding and session establishment will be performed. This method will return
205 * the full JID provided by the server while binding a resource to the connection.<p>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.c 41 /** List of resource references */
43 struct pipe_resource *resource[RESOURCE_REF_SZ]; member in struct:resource_ref
226 debug_printf("resource %d: %p %dx%d sz %d\n",
228 (void *) ref->resource[i],
229 ref->resource[i]->width0,
230 ref->resource[i]->height0,
231 llvmpipe_resource_size(ref->resource[i]));
233 pipe_resource_reference(&ref->resource[i], NULL);
338 * Add a reference to a resource by the scene.
342 struct pipe_resource *resource,
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.c 41 /** List of resource references */
43 struct pipe_resource *resource[RESOURCE_REF_SZ]; member in struct:resource_ref
226 debug_printf("resource %d: %p %dx%d sz %d\n",
228 (void *) ref->resource[i],
229 ref->resource[i]->width0,
230 ref->resource[i]->height0,
231 llvmpipe_resource_size(ref->resource[i]));
233 pipe_resource_reference(&ref->resource[i], NULL);
338 * Add a reference to a resource by the scene.
342 struct pipe_resource *resource,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 339 if (sourceCode.resource() && sourceCode.resource()->passesAccessControlCheck(m_element->document()->securityOrigin()))
363 void ScriptLoader::execute(ScriptResource* resource)
366 ASSERT(resource);
367 if (resource->errorOccurred()) {
369 } else if (!resource->wasCanceled()) {
370 executeScript(ScriptSourceCode(resource));
373 resource->removeClient(this);
376 void ScriptLoader::notifyFinished(Resource* resource)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_pipe.c 82 * resource
130 struct pipe_resource *resource,
137 struct pipe_resource *resource)
139 struct noop_resource *nresource = (struct noop_resource *)resource;
142 FREE(resource);
150 struct pipe_resource *resource,
160 pipe_resource_reference(&transfer->resource, resource);
172 struct noop_resource *nresource = (struct noop_resource *)transfer->resource;
191 pipe_resource_reference(&transfer->resource, NULL)
    [all...]

Completed in 1188 milliseconds

<<21222324252627282930>>