/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
resource.h | 58 #include <asm/resource.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
resource.h | 58 #include <asm/resource.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
resource.h | 58 #include <asm/resource.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
resource.h | 58 #include <asm/resource.h>
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 306 struct pipe_resource* resource; member in struct:GalliumD3D11Resource 311 GalliumD3D11Resource(GalliumD3D11Screen* device = 0, struct pipe_resource* resource = 0, unsigned dxgi_usage = 0) 312 : resource(resource), min_lod(0), dxgi_usage(dxgi_usage) 322 pipe_resource_reference(&resource, 0); 340 return resource; 349 GalliumD3D11TypedResource(GalliumD3D11Screen* device, struct pipe_resource* resource, const Desc& desc, unsigned dxgi_usage) 350 : GalliumD3D11Resource<Base>(device, resource, dxgi_usage), desc(desc) 377 GalliumD3D11Buffer(GalliumD3D11Screen* device, struct pipe_resource* resource, const D3D11_BUFFER_DESC& desc, unsigned dxgi_usage) 378 : GalliumD3D11BufferBase(device, resource, desc, dxgi_usage), so_target(0 605 GalliumD3D11Resource<>* resource; member in struct:GalliumD3D11View [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 306 struct pipe_resource* resource; member in struct:GalliumD3D11Resource 311 GalliumD3D11Resource(GalliumD3D11Screen* device = 0, struct pipe_resource* resource = 0, unsigned dxgi_usage = 0) 312 : resource(resource), min_lod(0), dxgi_usage(dxgi_usage) 322 pipe_resource_reference(&resource, 0); 340 return resource; 349 GalliumD3D11TypedResource(GalliumD3D11Screen* device, struct pipe_resource* resource, const Desc& desc, unsigned dxgi_usage) 350 : GalliumD3D11Resource<Base>(device, resource, dxgi_usage), desc(desc) 377 GalliumD3D11Buffer(GalliumD3D11Screen* device, struct pipe_resource* resource, const D3D11_BUFFER_DESC& desc, unsigned dxgi_usage) 378 : GalliumD3D11BufferBase(device, resource, desc, dxgi_usage), so_target(0 605 GalliumD3D11Resource<>* resource; member in struct:GalliumD3D11View [all...] |
/external/chromium/chrome/browser/chromeos/notifications/ |
system_notification_factory.cc | 36 int resource = IDR_NOTIFICATION_ICON_HTML; local 48 resource = IDR_NOTIFICATION_ICON_LINK_HTML; 52 string16 content_url = DesktopNotificationService::CreateDataUrl(resource,
|
/external/chromium_org/cc/test/ |
fake_delegated_renderer_layer_impl.cc | 28 TransferableResource resource; local 29 resource.id = resource_id; 30 frame->resource_list.push_back(resource);
|
/external/chromium_org/chrome/browser/extensions/ |
image_loader.h | 37 // resource. 46 ImageRepresentation(const ExtensionResource& resource, 52 // Extension resource to load. 53 ExtensionResource resource; member in struct:extensions::ImageLoader::ImageRepresentation 74 // Checks whether image is a component extension resource. Returns false 75 // if a given |resource| does not have a corresponding image in bundled 77 // extension the resource is in is actually a component extension. 83 // Specify image resource to load. If the loaded image is larger than 87 // Note this method loads a raw bitmap from the resource. All sizes given are 90 const ExtensionResource& resource, [all...] |
/external/chromium_org/extensions/common/ |
extension_resource_unittest.cc | 20 ExtensionResource resource; local 22 EXPECT_TRUE(resource.extension_root().empty()); 23 EXPECT_TRUE(resource.relative_path().empty()); 24 EXPECT_TRUE(resource.GetFilePath().empty()); 40 ExtensionResource resource(extension_id, root_path, relative_path); 43 EXPECT_EQ(root_path.value(), resource.extension_root().value()); 44 EXPECT_EQ(relative_path.value(), resource.relative_path().value()); 45 EXPECT_TRUE(resource.GetFilePath().empty()); 104 // The non-packing extension should also not be able to access a resource that 122 // Create resource in the extension root [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8StringResource.cpp | 38 v8::String::ExternalStringResourceBase* resource = string->GetExternalStringResourceBase(&encoding); local 39 if (!resource) 42 return static_cast<WebCoreStringResource8*>(resource); 43 return static_cast<WebCoreStringResource16*>(resource); 61 static const String& fromStringResource(WebCoreStringResourceBase* resource) 63 return resource->webcoreString(); 71 static const AtomicString& fromStringResource(WebCoreStringResourceBase* resource) 73 return resource->atomicString(); 138 v8::String::ExternalStringResourceBase* resource = v8String->GetExternalStringResourceBase(&encoding); local 139 if (LIKELY(!!resource)) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSShaderValue.cpp | 61 StyleFetchedShader* CSSShaderValue::resource(ResourceFetcher* loader) function in class:WebCore::CSSShaderValue 69 if (ResourcePtr<ShaderResource> resource = loader->requestShader(request)) 70 m_shader = StyleFetchedShader::create(resource.get());
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ResourceUtils.js | 33 * @return {?WebInspector.Resource} 41 * @param {function(WebInspector.Resource)} callback 57 var resource = WebInspector.resourceForURL(url); 58 if (resource) 59 return resource.displayName; 175 classes += isExternal ? "webkit-html-external-link" : "webkit-html-resource-link";
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
mac_platform_backend.py | 8 import resource # pylint: disable=F0401 namespace 10 resource = None # Not available on all platforms variable 38 return pages_active * resource.getpagesize() / 1024
|
/external/objenesis/tck/src/org/objenesis/tck/ |
CandidateLoader.java | 103 * @param resource File name 106 public void loadFromResource(Class cls, String resource) throws IOException { 107 InputStream candidatesConfig = cls.getResourceAsStream(resource); 109 throw new IOException("Resource '" + resource + "' not found relative to " + cls.getName());
|
/external/svox/pico/lib/ |
picorsrc.h | 29 * <b> Pico Resource Management module </b>\n 92 * construct/destruct resource manager 96 /* create resource manager, given a config file name (or default name, if empty) */ 110 * Returns non-zero if 'resource' is a valid resource handle, zero otherwise. 112 picoos_int16 picoctrl_isValidResourceHandle(picorsrc_Resource resource); 114 /* load resource file. the type of resource file, magic numbers, checksum etc. are in the header, then follows the directory 115 * (with fixed structure per resource type), then the knowledge bases themselves (as byte streams) */ 117 picoos_char * fileName, picorsrc_Resource * resource); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emu8000.h | 72 struct resource *res_port1; 73 struct resource *res_port2; 74 struct resource *res_port3;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emu8000.h | 72 struct resource *res_port1; 73 struct resource *res_port2; 74 struct resource *res_port3;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
IdeScanningContext.java | 98 * Notifies the context that the given resource is about to be scanned. 100 * @param resource the resource about to be scanned 102 public void startScanning(@NonNull IResource resource) { 104 mCurrentFile = resource; 105 mScannedResources.add(resource); 109 * Notifies the context that the given resource has been scanned. 111 * @param resource the resource that was scanned 113 public void finishScanning(@NonNull IResource resource) { [all...] |
/external/skia/tools/ |
skdiff_html.cpp | 181 static void print_diff_resource_cell(SkFILEWStream* stream, DiffResource& resource, 183 if (resource.fBitmap.empty()) { 184 if (DiffResource::kCouldNotDecode_Status == resource.fStatus) { 185 if (local && !resource.fFilename.isEmpty()) { 186 print_link_cell(stream, resource.fFilename, "N/A"); 189 if (!resource.fFullPath.isEmpty()) { 190 if (!resource.fFullPath.startsWith(PATH_DIV_STR)) { 191 resource.fFullPath.prepend(relativePath); 193 print_link_cell(stream, resource.fFullPath, "N/A"); 201 int height = compute_image_height(resource.fBitmap.height(), resource.fBitmap.width()) [all...] |
/external/chromium/chrome/browser/task_manager/ |
task_manager_unittest.cc | 29 class TestResource : public TaskManager::Resource { 105 TestResource resource; local 107 task_manager.AddResource(&resource); 108 ASSERT_FALSE(resource.refresh_called()); 111 ASSERT_TRUE(resource.refresh_called()); 112 task_manager.RemoveResource(&resource);
|
/external/chromium_org/chrome/browser/task_manager/ |
task_manager_unittest.cc | 29 class TestResource : public task_manager::Resource { 116 TestResource resource; local 118 task_manager.AddResource(&resource); 119 ASSERT_FALSE(resource.refresh_called()); 122 ASSERT_TRUE(resource.refresh_called()); 123 task_manager.RemoveResource(&resource);
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
DocumentThreadableLoader.cpp | 177 // which could lead to calling Resource::removeClient() multiple times for 180 if (ResourcePtr<RawResource> resource = m_resource) { 182 resource->removeClient(this); 186 void DocumentThreadableLoader::redirectReceived(Resource* resource, ResourceRequest& request, const ResourceResponse& redirectResponse) 189 ASSERT_UNUSED(resource, resource == m_resource); 252 void DocumentThreadableLoader::dataSent(Resource* resource, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) 255 ASSERT_UNUSED(resource, resource == m_resource) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_texture.c | 254 * Get a pipe_surface "view" into a texture resource. 304 * a resource object. 306 * \param resource the resource to transfer in/out of 313 struct pipe_resource *resource, 318 struct softpipe_resource *spr = softpipe_resource(resource); 321 assert(resource); 322 assert(level <= resource->last_level); 325 assert(box->x + box->width <= u_minify(resource->width0, level)); 326 if (resource->target == PIPE_TEXTURE_1D_ARRAY) [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_texture.c | 254 * Get a pipe_surface "view" into a texture resource. 304 * a resource object. 306 * \param resource the resource to transfer in/out of 313 struct pipe_resource *resource, 318 struct softpipe_resource *spr = softpipe_resource(resource); 321 assert(resource); 322 assert(level <= resource->last_level); 325 assert(box->x + box->width <= u_minify(resource->width0, level)); 326 if (resource->target == PIPE_TEXTURE_1D_ARRAY) [all...] |