HomeSort by relevance Sort by last modified time
    Searched defs:resource (Results 1 - 25 of 243) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium/base/
resource_util.cc 29 void* resource = LockResource(hres); local
30 if (!resource)
33 *data = resource;
  /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/webkit/Source/WebKit/gtk/webkit/
webkitwebresourceprivate.h 32 WebCore::ArchiveResource* resource; member in struct:_WebKitWebResourcePrivate
  /external/chromium/chrome/browser/extensions/
convert_web_app_unittest.cc 138 ExtensionResource resource = extension->GetIconResource( local
140 ASSERT_TRUE(!resource.empty());
141 EXPECT_TRUE(file_util::PathExists(resource.GetFilePath()));
  /external/chromium/chrome/common/extensions/
extension_resource_unittest.cc 18 ExtensionResource resource; local
20 EXPECT_TRUE(resource.extension_root().empty());
21 EXPECT_TRUE(resource.relative_path().empty());
22 EXPECT_TRUE(resource.GetFilePath().empty());
38 ExtensionResource resource(extension_id, root_path, relative_path);
41 EXPECT_EQ(root_path.value(), resource.extension_root().value());
42 EXPECT_EQ(relative_path.value(), resource.relative_path().value());
43 EXPECT_TRUE(resource.GetFilePath().empty());
50 // Create resource in the extension root.
74 ExtensionResource resource(extension_id, temp.path()
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
Texture.java 20 * Simple container class for textures. Serves as a mapping between Android resource ids and
26 public int resource; field in class:Texture
38 resource = -1;
  /external/webkit/Source/WebCore/css/
CSSFontFaceSrcValue.h 41 static PassRefPtr<CSSFontFaceSrcValue> create(const String& resource)
43 return adoptRef(new CSSFontFaceSrcValue(resource, false));
45 static PassRefPtr<CSSFontFaceSrcValue> createLocal(const String& resource)
47 return adoptRef(new CSSFontFaceSrcValue(resource, true));
52 const String& resource() const { return m_resource; } function in class:WebCore::CSSFontFaceSrcValue
72 CSSFontFaceSrcValue(const String& resource, bool local)
73 : m_resource(resource)
  /external/webkit/Source/WebCore/loader/archive/
ArchiveResourceCollection.cpp 63 // FIXME: Adding a resource directly to a DocumentLoader/ArchiveResourceCollection seems like bad design, but is API some apps rely on.
65 void ArchiveResourceCollection::addResource(PassRefPtr<ArchiveResource> resource)
67 ASSERT(resource);
68 if (!resource)
71 const KURL& url = resource->url(); // get before passing PassRefPtr (which sets it to 0)
72 m_subresources.set(url, resource);
77 ArchiveResource* resource = m_subresources.get(url).get(); local
78 if (!resource)
81 return resource;
  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCycleSolver.cpp 23 // Set to a value > 0, to debug the resource cache.
62 // Walk all resources and check wheter they reference any resource contained in the resources set.
78 // A child of the given 'resource' contains resources.
82 // Walk all child resources and check wheter they reference any resource contained in the resources set.
111 // Add all parent resource containers to the HashSet.
141 // If we're a resource, add ourselves to the HashSet.
151 RenderSVGResourceContainer* resource = *it; local
152 if (parentResources.contains(resource) || resourceContainsCycles(resource))
153 breakCycle(resource);
    [all...]
  /sdk/chimpchat/test/com/android/chimpchat/adb/
AdbChimpDeviceTest.java 40 URL resource = Resources.getResource(AdbChimpDeviceTest.class, resName); local
41 List<String> lines = Resources.readLines(resource, Charset.defaultCharset());
  /bionic/libc/kernel/common/linux/
platform_device.h 29 struct resource * resource; member in struct:platform_device
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device
  /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/third_party/libjingle/source/talk/xmpp/
jid.h 37 //! A Jid consists of three parts. The node, the domain and the resource.
39 //! node@domain/resource
41 //! The node and resource are both optional. A valid jid is defined to have
42 //! a domain. A bare jid is defined to not have a resource and a full jid
43 //! *does* have a resource.
78 const std::string & resource() const { return !data_ ? STR_EMPTY : data_->resource_name_; } function in class:buzz::Jid
126 Data(const std::string & node, const std::string &domain, const std::string & resource) :
129 resource_name_(resource),
  /external/kernel-headers/original/linux/
platform_device.h 21 struct resource * resource; member in struct:platform_device
32 extern struct resource *platform_get_resource(struct platform_device *, unsigned int, unsigned int);
34 extern struct resource *platform_get_resource_byname(struct platform_device *, unsigned int, char *);
38 extern struct platform_device *platform_device_register_simple(char *, unsigned int, struct resource *, unsigned int);
41 extern int platform_device_add_resources(struct platform_device *pdev, struct resource *res, unsigned int num);
  /external/webkit/Source/WebKit/win/
WebKitDLL.cpp 30 #include "resource.h"
144 // temporary hack to get resource id
202 void* resource = LockResource(res); local
203 if (!resource)
207 return WebCore::SharedBuffer::create(reinterpret_cast<const char*>(resource), size);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 22 struct resource * resource; member in struct:platform_device

Completed in 1931 milliseconds

1 2 3 4 5 6 7 8 910