/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/ |
DpiTestActivity.java | 103 addLabelToRoot(root, "Prescaled resource drawable"); 132 addLabelToRoot(root, "No-dpi resource drawable"); 139 addLabelToRoot(root, "Prescaled 9-patch resource drawable"); 164 private void addBitmapDrawable(LinearLayout layout, int resource, boolean scale) { 166 bitmap = loadAndPrintDpi(resource, scale); 179 private void addResourceDrawable(LinearLayout layout, int resource) { 182 final Drawable d = getResources().getDrawable(resource); 190 private void addCanvasBitmap(LinearLayout layout, int resource, boolean scale) { 192 bitmap = loadAndPrintDpi(resource, scale); 201 private void addNinePatchResourceDrawable(LinearLayout layout, int resource) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
/external/chromium_org/cc/layers/ |
delegated_frame_resource_collection_unittest.cc | 42 TransferableResource resource; local 43 resource.id = 444; 44 resources.push_back(resource);
|
/external/chromium_org/ppapi/c/ |
ppb_file_ref.h | 69 * @param[in] resource A <code>PP_Resource</code> corresponding to a file 78 * IsFileRef() determines if the provided resource is a file reference. 80 * @param[in] resource A <code>PP_Resource</code> corresponding to a file 83 * @return <code>PP_TRUE</code> if the resource is a 84 * <code>PPB_FileRef</code>, <code>PP_FALSE</code> if the resource is 87 PP_Bool (*IsFileRef)(PP_Resource resource); 95 * valid or <code>PP_FILESYSTEMTYPE_INVALID</code> if the provided resource 240 PP_Bool (*IsFileRef)(PP_Resource resource); 261 PP_Bool (*IsFileRef)(PP_Resource resource);
|
/external/chromium_org/ppapi/proxy/ |
ppb_flash_message_loop_proxy.cc | 13 #include "ppapi/shared_impl/resource.h" 24 class FlashMessageLoop : public PPB_Flash_MessageLoop_API, public Resource { 26 explicit FlashMessageLoop(const HostResource& resource); 29 // Resource overrides. 42 FlashMessageLoop::FlashMessageLoop(const HostResource& resource) 43 : Resource(OBJECT_IS_PROXY, resource) {
|
ppb_image_data_proxy.h | 24 #include "ppapi/shared_impl/resource.h" 38 : public ppapi::Resource, 44 // Resource overrides. 62 ImageData(const ppapi::HostResource& resource, 75 // PlatformImageData is a full featured image data resource which can access 81 PlatformImageData(const ppapi::HostResource& resource, 105 // SimpleImageData is a simple, platform-independent image data resource which 110 SimpleImageData(const ppapi::HostResource& resource, 146 // On failure, will return invalid resource (0). On success it will return a 147 // valid resource and the out params will be written [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/ |
FontView.js | 33 WebInspector.FontView = function(resource) 35 WebInspector.ResourceView.call(this, resource); 63 this.fontStyleElement.textContent = "@font-face { font-family: \"" + uniqueFontName + "\"; src: url(" + this.resource.url + "); }";
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
RenderTarget11.cpp | 21 static bool getTextureProperties(ID3D11Resource *resource, unsigned int *mipLevels, unsigned int *samples) 23 ID3D11Texture1D *texture1D = d3d11::DynamicCastComObject<ID3D11Texture1D>(resource); 36 ID3D11Texture2D *texture2D = d3d11::DynamicCastComObject<ID3D11Texture2D>(resource); 49 ID3D11Texture3D *texture3D = d3d11::DynamicCastComObject<ID3D11Texture3D>(resource); 65 static unsigned int getRTVSubresourceIndex(ID3D11Resource *resource, ID3D11RenderTargetView *view) 121 getTextureProperties(resource, &mipLevels, &samples); 126 static unsigned int getDSVSubresourceIndex(ID3D11Resource *resource, ID3D11DepthStencilView *view) 176 getTextureProperties(resource, &mipLevels, &samples); 181 RenderTarget11::RenderTarget11(Renderer *renderer, ID3D11RenderTargetView *rtv, ID3D11Resource *resource, 186 mTexture = resource; [all...] |
/external/chromium_org/third_party/libaddressinput/chromium/ |
chrome_downloader_impl.cc | 61 GURL resource(url); 62 if (!resource.SchemeIsSecure()) { 68 net::URLFetcher::Create(resource, net::URLFetcher::GET, this));
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrResourceCache.cpp | 31 SkFAIL("Too many Resource Types"); 41 GrCacheable* resource) 44 fResource(resource), 45 fCachedSize(resource->gpuMemorySize()), 47 // we assume ownership of the resource, and will unref it when we die 48 SkASSERT(resource); 49 resource->ref(); 196 return entry->resource()->unique(); 220 // Make this resource MRU 229 GrCacheable* resource, [all...] |
/external/oauth/core/src/main/java/net/oauth/ |
ConsumerProperties.java | 41 URL resource = loader.getResource(name); local 42 if (resource == null) { 43 throw new IOException("resource not found: " + name); 45 return resource;
|
/external/skia/src/gpu/ |
GrResourceCache.cpp | 31 SkFAIL("Too many Resource Types"); 41 GrCacheable* resource) 44 fResource(resource), 45 fCachedSize(resource->gpuMemorySize()), 47 // we assume ownership of the resource, and will unref it when we die 48 SkASSERT(resource); 49 resource->ref(); 196 return entry->resource()->unique(); 220 // Make this resource MRU 229 GrCacheable* resource, [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/ |
Glide.java | 38 import com.bumptech.glide.load.resource.bitmap.CenterCrop; 39 import com.bumptech.glide.load.resource.bitmap.FileDescriptorBitmapDataLoadProvider; 40 import com.bumptech.glide.load.resource.bitmap.FitCenter; 41 import com.bumptech.glide.load.resource.bitmap.ImageVideoDataLoadProvider; 42 import com.bumptech.glide.load.resource.bitmap.StreamBitmapDataLoadProvider; 43 import com.bumptech.glide.load.resource.gif.GifData; 44 import com.bumptech.glide.load.resource.gif.GifDataLoadProvider; 45 import com.bumptech.glide.load.resource.gif.GifDrawable; 46 import com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapper; 47 import com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperTransformation [all...] |
/bionic/libc/include/sys/ |
wait.h | 33 #include <sys/resource.h>
|
/bionic/libc/kernel/uapi/linux/ |
resource.h | 71 #include <asm/resource.h>
|
/development/ndk/platforms/android-19/include/sys/ |
wait.h | 33 #include <sys/resource.h>
|
/development/ndk/platforms/android-3/include/sys/ |
wait.h | 33 #include <sys/resource.h>
|
/development/ndk/platforms/android-L/include/sys/ |
wait.h | 33 #include <sys/resource.h>
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/ |
AuthenticatedAttributesTest.java | 30 import tests.support.resource.Support_Resources;
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_internal_extension_provider.cc | 170 const ResourceIdentifier& resource, 186 resource); 191 resource, 198 resource);
|
content_settings_internal_extension_provider.h | 59 const ResourceIdentifier& resource,
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_flash_browser_host.h | 32 PP_Resource resource);
|
pepper_flash_drm_host.h | 30 PP_Resource resource);
|
pepper_talk_host.h | 29 PP_Resource resource);
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_flash_menu_host.h | 32 PP_Resource resource,
|