/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
platform_device.h | 22 struct resource * resource; member in struct:platform_device
|
/external/replicaisland/src/com/replica/replicaisland/ |
SoundSystem.java | 62 public Sound load(int resource) { 63 final int index = findSound(resource); 70 result.resource = resource; 71 result.soundId = mSoundPool.load(context, resource, 1); 162 private final int findSound(int resource) { 163 mSearchDummy.resource = resource; 176 public int resource; field in class:SoundSystem.Sound 189 result = object1.resource - object2.resource [all...] |
/external/chromium_org/chrome/installer/mini_installer/ |
pe_resource.h | 10 // This class models a windows PE resource. It does not pretend to be a full 12 // it to disk. Each resource is unique only in the context of a loaded module, 16 // This ctor takes the handle to the resource and the module where it was 17 // found. Ownership of the resource is transfered to this object. 18 PEResource(HRSRC resource, HMODULE module); 20 // This ctor takes the resource name, the resource type and the module where 21 // to look for the resource. If the resource is found IsValid() returns true. 24 // Returns true if the resource is valid [all...] |
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_gamepad_host.cc | 21 PP_Resource resource) 22 : ResourceHost(host->GetPpapiHost(), instance, resource), 32 PP_Resource resource) 33 : ResourceHost(host->GetPpapiHost(), instance, resource),
|
/external/chromium_org/ppapi/c/dev/ |
ppb_device_ref_dev.h | 71 * Determines if the provided resource is a device reference. 73 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic 74 * resource. 77 * resource is a device reference, otherwise <code>PP_FALSE</code>. 79 PP_Bool (*IsDeviceRef)(PP_Resource resource);
|
ppb_resource_array_dev.h | 31 * A resource array holds a list of resources and retains a reference to each of 36 * Creates a resource array. 40 * resource array. 43 * @return A <code>PP_Resource</code> corresponding to a resource array if 50 * Determines if the provided resource is a resource array. 52 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic 53 * resource. 56 * resource is a resource array, otherwise <code>PP_FALSE</code> [all...] |
/external/chromium_org/ppapi/c/ |
ppb_file_system.h | 49 * IsFileSystem() determines if the provided resource is a file system. 51 * @param[in] resource A <code>PP_Resource</code> corresponding to a file 54 * @return <code>PP_TRUE</code> if the resource is a 55 * <code>PPB_FileSystem</code>, <code>PP_FALSE</code> if the resource is 58 PP_Bool (*IsFileSystem)(PP_Resource resource); 90 * valid or <code>PP_FILESYSTEMTYPE_INVALID</code> if the provided resource
|
ppb_graphics_2d.h | 66 * IsGraphics2D() determines if the given resource is a valid 69 * @param[in] resource A <code>Graphics2D</code> context resource. 71 * @return PP_TRUE if the given resource is a valid <code>Graphics2D</code>, 72 * <code>PP_FALSE</code> if it is an invalid resource or is a resource of 75 PP_Bool (*IsGraphics2D)(PP_Resource resource); 80 * @param[in] resource The 2D Graphics resource. 86 * the resource is invalid. The output parameters will be set to 0 on [all...] |
ppb_url_response_info.h | 104 * @param[in] resource A <code>PP_Resource</code> corresponding to a 107 * @return <code>PP_TRUE</code> if the resource is a 108 * <code>URLResponseInfo</code>, <code>PP_FALSE</code> if the resource is 111 PP_Bool (*IsURLResponseInfo)(PP_Resource resource);
|
/external/chromium_org/ppapi/c/private/ |
ppb_flash_font_file.h | 34 /* Returns a resource identifying a font file corresponding to the given font 41 /* Determines if a given resource is Flash font file. 43 PP_Bool (*IsFlashFontFile)(PP_Resource resource);
|
ppb_flash_message_loop.h | 36 * Allocates a Flash message loop resource. 46 * Determines if a given resource is a Flash message loop. 48 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic 49 * resource. 52 * resource is a Flash message loop, otherwise <code>PP_FALSE</code>. 54 PP_Bool (*IsFlashMessageLoop)(PP_Resource resource); 62 * For a given message loop resource, only the first call to 69 * resource is destroyed; <code>PP_OK</code> if the message loop quits because 81 * implicitly when the resource is destroyed.
|
ppb_network_monitor_private.h | 38 * callback is a <code>PPB_NetworkList_Private</code> resource that 61 * changes. Notifications are stopped when the returned resource is 73 * NetworkMonitor resource. 79 * Determines if the specified <code>resource</code> is a 82 * @param[in] resource A <code>PP_Resource</code> resource. 84 * @return Returns <code>PP_TRUE</code> if <code>resource</code> is 88 PP_Bool (*IsNetworkMonitor)(PP_Resource resource);
|
ppb_proxy_private.h | 21 // Returns the instance for the given resource, or 0 on failure. 22 PP_Instance (*GetInstanceForResource)(PP_Resource resource);
|
/external/chromium_org/ppapi/cpp/dev/ |
widget_dev.h | 9 #include "ppapi/cpp/resource.h" 19 class Widget_Dev : public Resource { 24 explicit Widget_Dev(PP_Resource resource);
|
/external/chromium_org/ppapi/cpp/ |
file_system.h | 13 #include "ppapi/cpp/resource.h" 24 class FileSystem : public Resource { 26 /// Constructs an is_null() filesystem resource. If you use this constructor, 39 /// @param[in] resource A PP_Resource corresponding to a PPB_FileSystem. 40 FileSystem(PassRef, PP_Resource resource); 44 /// @param[in] instance The instance with which this resource will be
|
/external/chromium_org/ppapi/cpp/private/ |
video_destination_private.h | 13 #include "ppapi/cpp/resource.h" 17 /// for a video destination resource, which sends video frames to a MediaStream 28 class VideoDestination_Private : public Resource { 46 /// @param[in] resource A PP_Resource corresponding to a video destination. 47 VideoDestination_Private(PassRef, PP_Resource resource); 78 /// an invalid image data resource, or if some other browser error occurs.
|
video_source_private.h | 13 #include "ppapi/cpp/resource.h" 17 /// video source resource, which receives video frames from a MediaStream video 28 class VideoSource_Private : public Resource { 46 /// @param[in] resource A PP_Resource corresponding to a video source. 47 VideoSource_Private(PassRef, PP_Resource resource);
|
x509_certificate_private.h | 10 #include "ppapi/cpp/resource.h" 16 class X509CertificatePrivate : public Resource { 20 X509CertificatePrivate(PassRef, PP_Resource resource);
|
/external/chromium_org/ppapi/generators/test_parser/ |
interface.idl | 12 /* OK Param(resource) */ 13 [in] PP_Resource resource); 37 /* OK Param(resource) */ 38 [in] PP_Resource resource);
|
/external/chromium_org/ppapi/generators/test_thunk/ |
simple.idl | 21 PP_Bool IsSimple([in] PP_Resource resource); 30 [in] PP_Resource resource);
|
/external/chromium_org/ppapi/host/ |
message_filter_host.h | 27 PP_Resource resource,
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/chromium/ |
AudioBusChromium.cpp | 46 const WebKit::WebData& resource = WebKit::Platform::current()->loadResource(name); local 47 if (resource.isEmpty()) 51 RefPtr<AudioBus> audioBus = decodeAudioFileData(resource.data(), resource.size(), sampleRate);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleFetchedShader.h | 47 virtual ShaderResource* resource() const { return m_shader.get(); } function in class:WebCore::StyleFetchedShader
|
StyleShader.h | 49 virtual ShaderResource* resource() const { return 0; } function in class:WebCore::StyleShader
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
tstfiles.mk | 3 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
|