HomeSort by relevance Sort by last modified time
    Searched refs:resource (Results 1451 - 1475 of 2392) sorted by null

<<51525354555657585960>>

  /external/chromium_org/content/renderer/pepper/
resource_converter.cc 84 // Given a V8 value containing a DOMFileSystem, creates a resource host and
85 // returns the resource information for serialization.
263 // The value was not convertible to a resource. Return true with
292 ResourceVar* resource = ResourceVar::FromPPVar(var); local
293 if (!resource) {
297 PP_Resource resource_id = resource->GetPPResource();
299 // Get the renderer-side resource host for this resource.
313 LOG(ERROR) << "No resource host for resource #" << resource_id
    [all...]
pepper_url_loader_host.h 32 // pending until the plugin resource attaches to it.
36 PP_Resource resource);
81 // Sends or queues an unsolicited message to the plugin resource. This
83 // the case where we have created a pending host resource and the
89 // Sends or queues an unsolicited message to the plugin resource. This is
139 // Messages sent while the resource host is pending. These will be forwarded
pepper_video_decoder_host.h 39 PP_Resource resource);
104 // resource. We use a buffer's index in these vectors as its id on both sides
plugin_module.cc 184 void AddRefResource(PP_Resource resource) {
185 PpapiGlobals::Get()->GetResourceTracker()->AddRefResource(resource);
188 void ReleaseResource(PP_Resource resource) {
189 PpapiGlobals::Get()->GetResourceTracker()->ReleaseResource(resource);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 30 #include "core/fetch/Resource.h"
105 ResourcePtr<Resource> resource = globalResourceFetcher->fetchSynchronously(request); local
106 if (!resource || !globalProcessor)
118 SharedBuffer* data = resource->resourceBuffer();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_image.c 191 struct pipe_resource *resource = NULL, *tmp = NULL; local
198 pipe_resource_reference(&resource, tmp);
200 return resource;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.c 191 struct pipe_resource *resource = NULL, *tmp = NULL; local
198 pipe_resource_reference(&resource, tmp);
200 return resource;
  /frameworks/base/core/java/android/net/
NetworkCapabilities.java 233 int resource = 0; local
235 if ((val & 1) == 1) result[index++] = resource;
237 resource++;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 446 * Returns an absolute path to the given resource
448 * @param resource the resource to look up a path for
449 * @return an absolute file system path to the resource
452 public static IPath getAbsolutePath(@NonNull IResource resource) {
453 IPath location = resource.getRawLocation();
460 return workspacePath.append(resource.getFullPath());
669 // A resource exists with a different case: '/test'.
    [all...]
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 30 #include <sys/resource.h>
  /build/core/
static_java_library.mk 26 # Hack to build static Java library with Android resource
113 $(create-resource-java-files)
  /cts/tests/signature/
Android.mk 53 # the proper version of the api resource gets generated.
65 # resource files of SignatureTest.
  /external/apache-harmony/support/src/test/java/tests/support/
Support_GetLocal.java 31 import tests.support.resource.Support_Resources;
  /external/chromium_org/base/process/
launch_posix.cc 12 #include <sys/resource.h>
371 // Some resource limits need to be maximal in this child.
373 const int resource = (*options.maximize_rlimits)[i]; local
375 if (getrlimit(resource, &limit) < 0) {
379 if (setrlimit(resource, &limit) < 0) {
process_linux.cc 8 #include <sys/resource.h>
  /external/chromium_org/cc/layers/
delegated_frame_provider_unittest.cc 39 TransferableResource resource; local
40 resource.id = resource_id;
41 resource.mailbox_holder.texture_target = GL_TEXTURE_2D;
42 frame->resource_list.push_back(resource);
358 // Add a second reference on the resource.
  /external/chromium_org/cc/output/
direct_renderer.h 96 const ScopedResource* resource,
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.h 88 // using resource template which contains the standard formatting for
90 static base::string16 CreateDataUrl(int resource,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_util.h 49 const google_apis::FileResource& resource);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.h 41 PP_Resource resource);
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.h 77 void PostEvent(PSEventType type, PP_Resource resource);
  /external/chromium_org/ppapi/cpp/dev/
font_dev.h 11 #include "ppapi/cpp/resource.h"
100 class Font_Dev : public Resource {
105 explicit Font_Dev(PP_Resource resource);
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h 11 #include "ppapi/cpp/resource.h"
106 class BrowserFont_Trusted : public Resource {
111 explicit BrowserFont_Trusted(PP_Resource resource);
  /external/chromium_org/ppapi/cpp/
var.h 13 #include "ppapi/cpp/resource.h"
54 /// A constructor used to create a resource <code>Var</code>.
55 explicit Var(const pp::Resource& resource);
140 /// This function determines if this <code>Var</code> is a resource.
142 /// @return true if this <code>Var</code> is a resource, otherwise false.
216 /// Gets the resource contained in the var. If this object is not a resource,
217 /// it will assert in debug mode, and return a null resource.
219 /// @return The <code>pp::Resource</code> that is contained in the var
    [all...]

Completed in 567 milliseconds

<<51525354555657585960>>