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

<<51525354555657585960>>

  /device/generic/armv7-a-neon/
mini_armv7a_neon.mk 22 # default is nosdcard, S/W button enabled in resource
  /device/generic/mips/
mini_mips.mk 22 # default is nosdcard, S/W button enabled in resource
  /device/generic/x86/
mini_x86.mk 22 # default is nosdcard, S/W button enabled in resource
  /device/generic/x86_64/
mini_x86_64.mk 22 # default is nosdcard, S/W button enabled in resource
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 372 * Search for the given resource and add the directory or archive
378 protected void addClasspathEntry(String resource, String msg) {
388 if (resource.startsWith("/")) {
389 resource = resource.substring(1);
391 resource = "org/apache/tools/ant/taskdefs/optional/" + resource;
394 File f = LoaderUtils.getResourceSource(getClass().getClassLoader(), resource);
399 log("Couldn\'t find resource " + resource + " for library " + msg + " in external classpath", Project.MSG_VERBOSE)
    [all...]
  /external/chromium_org/cc/resources/
direct_raster_worker_pool.cc 9 #include "cc/resources/resource.h"
148 return resource_provider_->MapDirectRasterBuffer(task->resource()->id());
152 resource_provider_->UnmapDirectRasterBuffer(task->resource()->id());
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 48 #include "ui/base/resource/resource_bundle.h"
325 int resource; local
328 resource = IDR_NOTIFICATION_ICON_HTML;
336 resource = IDR_NOTIFICATION_1LINE_HTML;
345 resource = IDR_NOTIFICATION_2LINE_HTML;
353 return CreateDataUrl(resource, subst);
358 int resource, const std::vector<std::string>& subst) {
361 resource));
364 NOTREACHED() << "unable to load template. ID: " << resource;
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_drm_host.cc 115 PP_Resource resource)
116 : ppapi::host::ResourceHost(host->GetPpapiHost(), instance, resource),
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_menu_host.cc 98 PP_Resource resource,
100 : ppapi::host::ResourceHost(host->GetPpapiHost(), instance, resource),
168 // don't actually use (see the comment in the resource file for this). The
pepper_uma_host.cc 51 PP_Resource resource)
52 : ResourceHost(host->GetPpapiHost(), instance, resource),
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_proxy_host.cc 27 PP_Resource resource)
28 : ResourceHost(host->GetPpapiHost(), instance, resource),
  /external/chromium_org/content/renderer/pepper/
pepper_audio_input_host.cc 44 PP_Resource resource)
45 : ResourceHost(host->GetPpapiHost(), instance, resource),
pepper_graphics_2d_host.h 48 PP_Resource resource,
91 PP_Resource resource);
url_request_info_util.cc 32 using ppapi::Resource;
46 // Appends the file ref given the Resource pointer associated with it to the
49 PP_Resource resource,
65 renderer_ppapi_host->GetPpapiHost()->GetResourceHost(resource);
  /external/chromium_org/ppapi/api/dev/
ppb_font_dev.idl 174 * Returns PP_TRUE if the given resource is a Font. Returns PP_FALSE if the
175 * resource is invalid or some type other than a Font.
178 [in] PP_Resource resource);
ppb_truetype_font_dev.idl 187 * Creates a font resource matching the given font characteristics. The
188 * resource id will be non-zero on success, or zero on failure.
198 * Determines if the given resource is a TrueType font.
200 * @param[in] resource A <code>PP_Resource</code> corresponding to a resource.
202 * @return <code>PP_TRUE</code> if the resource is a
205 PP_Bool IsTrueTypeFont([in] PP_Resource resource);
208 * Returns a description of the given font resource. This description may
  /external/chromium_org/ppapi/api/
ppb_compositor_layer.idl 47 * Determines if a resource is a compositor layer resource.
49 * @param[in] resource The <code>PP_Resource</code> to test.
52 * resource is a compositor layer resource or <code>PP_FALSE</code>
55 PP_Bool IsCompositorLayer([in] PP_Resource resource);
64 * layer resource.
93 * layer resource.
95 * 3d resource which owns the GL texture.
119 * layer resource
    [all...]
ppb_file_io.idl 81 * IsFileIO() determines if the provided resource is a FileIO.
83 * @param[in] resource A <code>PP_Resource</code> corresponding to a FileIO.
85 * @return <code>PP_TRUE</code> if the resource is a
86 * <code>PPB_FileIO</code>, <code>PP_FALSE</code> if the resource is
89 PP_Bool IsFileIO([in] PP_Resource resource);
ppb_file_ref.idl 44 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
53 * IsFileRef() determines if the provided resource is a file reference.
55 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
58 * @return <code>PP_TRUE</code> if the resource is a
59 * <code>PPB_FileRef</code>, <code>PP_FALSE</code> if the resource is
62 PP_Bool IsFileRef([in] PP_Resource resource);
71 * valid or <code>PP_FILESYSTEMTYPE_INVALID</code> if the provided resource
ppb_tcp_socket.idl 61 * Creates a TCP socket resource.
72 * Determines if a given resource is a TCP socket.
74 * @param[in] resource A <code>PP_Resource</code> to check.
77 * <code>PPB_TCPSocket</code> resource; <code>PP_FALSE</code> otherwise.
79 PP_Bool IsTCPSocket([in] PP_Resource resource);
86 * @param[in] addr A <code>PPB_NetAddress</code> resource.
106 * @param[in] addr A <code>PPB_NetAddress</code> resource.
137 * @return A <code>PPB_NetAddress</code> resource on success or 0 on failure.
147 * @return A <code>PPB_NetAddress</code> resource on success or 0 on failure.
ppb_websocket.idl 25 * Ready state is queried on an invalid resource.
194 * IsWebSocket() determines if the provided <code>resource</code> is a
197 * @param[in] resource A <code>PP_Resource</code> corresponding to a
200 * @return Returns <code>PP_TRUE</code> if <code>resource</code> is a
202 * <code>resource</code> is invalid or some type other than
205 PP_Bool IsWebSocket([in] PP_Resource resource);
385 * <code>PP_VARTYPE_UNDEFINED</code> if called on an invalid resource.
398 * closed, called on an invalid resource, or closed for abnormal reasons.
414 * <code>PP_VARTYPE_UNDEFINED</code> if called on an invalid resource.
428 * <code>PP_VARTYPE_UNDEFINED</code> if called on an invalid resource
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_tcp_socket_private.idl 33 * Allocates a TCP socket resource.
38 * Determines if a given resource is TCP socket.
40 PP_Bool IsTCPSocket([in] PP_Resource resource);
96 * null resource is returned.
  /external/chromium_org/ppapi/api/trusted/
ppb_browser_font_trusted.idl 170 * Returns PP_TRUE if the given resource is a Font. Returns PP_FALSE if the
171 * resource is invalid or some type other than a Font.
174 [in] PP_Resource resource);
  /external/chromium_org/ppapi/cpp/dev/
font_dev.cc 99 Font_Dev::Font_Dev() : Resource() {
102 Font_Dev::Font_Dev(PP_Resource resource) : Resource(resource) {
113 Font_Dev::Font_Dev(const Font_Dev& other) : Resource(other) {
117 Resource::operator=(other);
truetype_font_dev.cc 87 : Resource(other) {
90 TrueTypeFont_Dev::TrueTypeFont_Dev(PassRef, PP_Resource resource)
91 : Resource(PASS_REF, resource) {

Completed in 893 milliseconds

<<51525354555657585960>>