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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/api/hid/
hid_api.cc 155 HidConnectionResource* resource = local
157 if (!resource) {
177 HidConnectionResource* resource = local
179 if (!resource) {
185 resource->connection()->Read(
211 HidConnectionResource* resource = local
213 if (!resource) {
221 resource->connection()->Write(static_cast<uint8_t>(parameters_->report_id),
246 HidConnectionResource* resource = local
248 if (!resource) {
281 HidConnectionResource* resource = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
gbm_drm.c 102 pipe_resource_reference(&bo->resource, NULL);
113 struct pipe_resource *resource; local
121 resource = wb->driver_buffer;
130 resource = gdrm->lookup_egl_image(gdrm->lookup_egl_image_data, buffer);
131 if (resource == NULL)
144 bo->base.base.width = resource->width0;
145 bo->base.base.height = resource->height0;
147 switch (resource->format) {
159 pipe_resource_reference(&bo->resource, resource);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/gbm/
gbm_drm.c 102 pipe_resource_reference(&bo->resource, NULL);
113 struct pipe_resource *resource; local
121 resource = wb->driver_buffer;
130 resource = gdrm->lookup_egl_image(gdrm->lookup_egl_image_data, buffer);
131 if (resource == NULL)
144 bo->base.base.width = resource->width0;
145 bo->base.base.height = resource->height0;
147 switch (resource->format) {
159 pipe_resource_reference(&bo->resource, resource);
    [all...]
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
IdlingResourceRegistry.java 82 * Registers the given resource.
84 public void register(final IdlingResource resource) {
85 checkNotNull(resource);
90 register(resource);
95 if (resource.getName().equals(oldResource.getName())) {
96 // This does not throw an error to avoid leaving tests that register resource in test
99 Log.e(TAG, String.format("Attempted to register resource with same names:" +
100 " %s. R1: %s R2: %s.\nDuplicate resource registration will be ignored.",
101 resource.getName(), resource, oldResource))
179 IdlingResource resource = resources.get(i); local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_unittest.cc 200 const ClientMalwareReportRequest::Resource* lhs,
201 const ClientMalwareReportRequest::Resource* rhs) {
224 void InitResource(UnsafeResource* resource,
227 resource->url = url;
228 resource->is_subresource = is_subresource;
229 resource->threat_type = SB_THREAT_TYPE_URL_MALWARE;
230 resource->render_process_host_id =
232 resource->render_view_id =
244 std::vector<const ClientMalwareReportRequest::Resource*> resources;
246 const ClientMalwareReportRequest::Resource& resource local
255 const ClientMalwareReportRequest::Resource& resource = local
328 UnsafeResource resource; local
360 UnsafeResource resource; local
400 UnsafeResource resource; local
454 UnsafeResource resource; local
479 UnsafeResource resource; local
531 UnsafeResource resource; local
603 UnsafeResource resource; local
656 UnsafeResource resource; local
    [all...]
  /external/chromium_org/ppapi/api/
ppb_graphics_2d.idl 51 * IsGraphics2D() determines if the given resource is a valid
54 * @param[in] resource A <code>Graphics2D</code> context resource.
56 * @return PP_TRUE if the given resource is a valid <code>Graphics2D</code>,
57 * <code>PP_FALSE</code> if it is an invalid resource or is a resource of
61 [in] PP_Resource resource);
67 * @param[in] resource The 2D Graphics resource.
73 * the resource is invalid. The output parameters will be set to 0 on
    [all...]
ppb_compositor.idl 71 * Determines if a resource is a compositor resource.
73 * @param[in] resource The <code>PP_Resource</code> to test.
76 * resource is a compositor resource or <code>PP_FALSE</code> otherwise.
78 PP_Bool IsCompositor([in] PP_Resource resource);
81 * Creates a Compositor resource.
86 * @return A <code>PP_Resource</code> containing the compositor resource if
102 * a compositor layer resource.
105 * resource if sucessful or 0 otherwise
    [all...]
ppb_file_system.idl 34 * IsFileSystem() determines if the provided resource is a file system.
36 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
39 * @return <code>PP_TRUE</code> if the resource is a
40 * <code>PPB_FileSystem</code>, <code>PP_FALSE</code> if the resource is
43 PP_Bool IsFileSystem([in] PP_Resource resource);
75 * valid or <code>PP_FILESYSTEMTYPE_INVALID</code> if the provided resource
ppb_url_response_info.idl 89 * @param[in] resource A <code>PP_Resource</code> corresponding to a
92 * @return <code>PP_TRUE</code> if the resource is a
93 * <code>URLResponseInfo</code>, <code>PP_FALSE</code> if the resource is
97 [in] PP_Resource resource);
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_thunk.cc 32 PP_Bool IsGraphics2D(PP_Resource resource) {
34 EnterResource<PPB_Graphics2D_API> enter(resource, false);
88 PP_Bool SetScale(PP_Resource resource, float scale) {
90 EnterResource<PPB_Graphics2D_API> enter(resource, true);
96 float GetScale(PP_Resource resource) {
98 EnterResource<PPB_Graphics2D_API> enter(resource, true);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_texture.c 38 struct pipe_resource *texture = transfer->resource;
50 struct pipe_resource *texture = transfer->resource;
164 struct pipe_resource *ptex = &rtex->resource.b.b;
210 struct r600_resource *resource = &rtex->resource; local
214 rscreen->ws->buffer_set_tiling(resource->buf,
226 return rscreen->ws->buffer_get_handle(resource->buf,
234 struct r600_resource *resource = &rtex->resource; local
239 pb_reference(&resource->buf, NULL)
387 struct r600_resource *resource; local
565 struct pipe_resource resource; local
605 struct pipe_resource resource; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 38 struct pipe_resource *texture = transfer->resource;
50 struct pipe_resource *texture = transfer->resource;
164 struct pipe_resource *ptex = &rtex->resource.b.b;
210 struct r600_resource *resource = &rtex->resource; local
214 rscreen->ws->buffer_set_tiling(resource->buf,
226 return rscreen->ws->buffer_get_handle(resource->buf,
234 struct r600_resource *resource = &rtex->resource; local
239 pb_reference(&resource->buf, NULL)
387 struct r600_resource *resource; local
565 struct pipe_resource resource; local
605 struct pipe_resource resource; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 312 ScriptResource* resource = m_resource ? m_resource.get() : sourceCode.resource(); local
313 if (resource && !resource->mimeTypeAllowedByNosniff()) {
314 contextDocument->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Refused to execute script from '" + resource->url().elidedString() + "' because its MIME type ('" + resource->mimeType() + "') is not executable, and strict MIME type checking is enabled.");
329 if (!m_isExternalScript || (sourceCode.resource() && sourceCode.resource()->passesAccessControlCheck(m_element->document().securityOrigin())))
353 void ScriptLoader::execute(ScriptResource* resource)
356 ASSERT(resource);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 67 * Creates a Texture object that is mapped to the passed resource id. If a texture has already
91 if (mTextureHash[x].resource != -1 && mTextureHash[x].loaded == false) {
100 if (mTextureHash[x].resource != -1 && mTextureHash[x].loaded) {
108 DebugLog.d("Texture Delete", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + mTextureHash[x].resource);
119 if (mTextureHash[x].resource != -1 && mTextureHash[x].loaded) {
131 if (texture.loaded == false && texture.resource != -1) {
136 DebugLog.d("Texture Load 1", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + texture.resource);
147 DebugLog.d("Texture Load 2", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + texture.resource);
160 InputStream is = context.getResources().openRawResource(texture.resource);
177 DebugLog.d("Texture Load 3", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + texture.resource);
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css     [all...]
  /dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/
MergeConflictTest.java 43 private Dex resourceToDexBuffer(String resource) throws IOException {
44 return new Dex(getClass().getResourceAsStream(resource));
  /external/chromium_org/chrome/installer/mini_installer/
pe_resource.cc 7 PEResource::PEResource(HRSRC resource, HMODULE module)
8 : resource_(resource), module_(module) {
25 // Resource handles are not real HGLOBALs so do not attempt to close them.
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_gamepad_host.h 31 PP_Resource resource);
38 PP_Resource resource);
pepper_printing_host.cc 19 PP_Resource resource,
21 : ResourceHost(host, instance, resource),
  /external/chromium_org/content/renderer/pepper/
pepper_file_ref_renderer_host.h 29 PP_Resource resource,
35 PP_Resource resource,
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_event.cc 25 void PSEventPostResource(PSEventType type, PP_Resource resource) {
26 PSInstance::GetInstance()->PostEvent(type, resource);
  /external/chromium_org/ppapi/api/dev/
ppb_device_ref_dev.idl 44 * Determines if the provided resource is a device reference.
46 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
47 * resource.
50 * resource is a device reference, otherwise <code>PP_FALSE</code>.
52 PP_Bool IsDeviceRef([in] PP_Resource resource);
  /external/chromium_org/ppapi/api/private/
ppb_display_color_profile_private.idl 32 * Create() creates a display color profile resource.
36 * resource.
41 * IsDisplayColorProfile() determines if the given resource is a valid
42 * <code>DisplayColorProfile</code> resource.
44 * @param[in] resource A <code>DisplayColorProfile</code> context resource.
46 * - <code>PP_TRUE</code> if the given resource is a valid
48 * - <code>PP_FALSE</code> if it is an invalid resource or is a resource
51 PP_Bool IsDisplayColorProfile([in] PP_Resource resource);
    [all...]
ppb_flash_font_file.idl 15 /* Returns a resource identifying a font file corresponding to the given font
23 /* Determines if a given resource is Flash font file.
25 PP_Bool IsFlashFontFile([in] PP_Resource resource);
ppb_platform_verification_private.idl 37 * IsPlatformVerification() determines if the provided resource is a
40 * @param[in] resource A <code>PP_Resource</code> corresponding to a
43 * @return <code>PP_TRUE</code> if the resource is a
45 * resource is invalid or some type other than
48 PP_Bool IsPlatformVerification([in] PP_Resource resource);

Completed in 559 milliseconds

<<11121314151617181920>>