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/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/
ResourceWebSocketFrameView.js 23 WebInspector.ResourceWebSocketFrameView = function(resource)
26 this.element.addStyleClass("resource-websocket");
27 this.resource = resource;
98 node.element.classList.add("resource-websocket-row-" + rowClass);
104 var frames = this.resource.frames();
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/WebKit/Source/web/tests/
PageSerializerTest.cpp 151 const SerializedResource& resource = m_resources[i]; local
152 if (resource.url == kURL && !resource.data->isEmpty() && equalIgnoringCase(resource.mimeType, mime))
WebPageNewSerializerTest.cpp 172 static bool resourceVectorContains(const WebVector<WebPageSerializer::Resource>& resources, const char* url, const char* mimeType)
176 const WebPageSerializer::Resource& resource = resources[i]; local
177 if (resource.url == webURL && !resource.data.isEmpty() && !resource.mimeType.compare(WebCString(mimeType)))
208 WebVector<WebPageSerializer::Resource> resources;
212 // The first resource should be the main-frame.
213 const WebPageSerializer::Resource& resource = resources[0] local
240 const WebPageSerializer::Resource& resource = resources[0]; local
276 const WebPageSerializer::Resource& resource = resources[0]; local
    [all...]
  /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/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/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/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/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);
  /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...]
  /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_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 1294 milliseconds

<<21222324252627282930>>