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

1 2 3 4 5 6 7 8 91011>>

  /libcore/support/src/test/java/tests/resources/subfolder/tests/resources/
hyts_resource.properties 1 property=resource
  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/html/testres231/
RESOURCE.TXT 1 This is a test resource file
  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/html/testres231/subdir1/
RESOURCE.TXT 1 This is a resource from a subdi
  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/
hyts_resource.properties 1 property=resource
  /external/kernel-headers/original/asm-x86/
resource.h 1 #include <asm-generic/resource.h>
  /external/webkit/LayoutTests/http/tests/appcache/resources/
navigating-away-while-cache-attempt-in-progress.manifest 2 slow-resource.php
resource-redirect.manifest 2 resource-redirect.php
resource-redirect-2.manifest 2 resource-redirect-2.php
xhr-foreign-resource.manifest 2 xhr-foreign-resource-frame.html
fallbacknamespace-fallback-resource.txt 1 This is the fallback resource used for the fallbacknamespace in the online-fallback-layering.html test.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
resource.h 1 #include <asm-generic/resource.h>
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/English.lproj/
Localized.r 4 resource 'STR#' (126) { {
10 resource 'STR#' (127) { {
15 resource 'STR#' (128) { {
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.css 0 /* Resource Browser */
3 #resource-browser-results .no-results {
8 #resource-browser-results .result {
15 #resource-browser-results .tagged-article {
16 background-image: url(images/resource-article.png);
19 #resource-browser-results .tagged-sample {
20 background-image: url(images/resource-sample.png);
23 #resource-browser-results .tagged-tutorial {
24 background-image: url(images/resource-tutorial.png);
27 #resource-browser-results .resource-meta
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkManager.js 52 requestContent: function(resource, base64Encode, callback)
58 NetworkAgent.getResourceContent(resource.frameId, resource.url, base64Encode, callbackWrapper);
79 _updateResourceWithRequest: function(resource, request)
81 resource.requestMethod = request.method;
82 resource.requestHeaders = request.headers;
83 resource.requestFormData = request.postData;
86 _updateResourceWithResponse: function(resource, response)
91 resource.mimeType = response.mimeType;
92 resource.statusCode = response.status
    [all...]
  /external/kernel-headers/original/asm-arm/
resource.h 4 #include <asm-generic/resource.h>
  /external/webkit/LayoutTests/http/tests/appcache/
404-resource-expected.txt 1 Test that a missing explicit resource makes caching fail.
different-https-origin-resource-main-expected.txt 1 Test that a resource from a different https origin is not cached.
manifest-containing-itself-expected.txt 1 This tests that a manifest can contain itself as a resource.
manifest-redirect-2-expected.txt 1 Test that a redirect makes resource caching fail.
manifest-redirect-expected.txt 1 Test that a redirect makes resource caching fail.
resource-redirect-2-expected.txt 1 Test that a redirect makes resource caching fail.
resource-redirect-expected.txt 1 Test that a redirect makes resource caching fail.
  /external/chromium/chrome/browser/automation/
automation_resource_tracker.cc 17 int AutomationResourceTrackerImpl::AddImpl(const void* resource) {
18 if (ContainsResourceImpl(resource))
19 return resource_to_handle_[resource];
24 resource_to_handle_[resource] = handle;
25 handle_to_resource_[handle] = resource;
27 AddObserverTypeProxy(resource);
32 void AutomationResourceTrackerImpl::RemoveImpl(const void* resource) {
33 if (!ContainsResourceImpl(resource))
36 int handle = resource_to_handle_[resource];
37 DCHECK_EQ(resource, handle_to_resource_[handle])
    [all...]
  /frameworks/base/libs/hwui/
ResourceCache.h 29 * Type of Resource being cached
57 void incrementRefcount(SkPath* resource);
58 void incrementRefcount(SkBitmap* resource);
59 void incrementRefcount(SkiaShader* resource);
60 void incrementRefcount(SkiaColorFilter* resource);
61 void incrementRefcount(const void* resource, ResourceType resourceType);
62 void decrementRefcount(void* resource);
63 void decrementRefcount(SkBitmap* resource);
64 void decrementRefcount(SkPath* resource);
65 void decrementRefcount(SkiaShader* resource);
    [all...]
ResourceCache.cpp 25 // Resource cache
32 LOGD(" ResourceCache: mCache(%d): resource, ref = 0x%p, 0x%p",
49 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) {
51 ResourceReference* ref = mCache->indexOfKey(resource) >= 0 ? mCache->valueFor(resource) : NULL;
54 mCache->add(resource, ref);
79 void ResourceCache::decrementRefcount(void* resource) {
81 ResourceReference* ref = mCache->indexOfKey(resource) >= 0 ? mCache->valueFor(resource) : NULL;
88 deleteResourceReference(resource, ref)
    [all...]

Completed in 1051 milliseconds

1 2 3 4 5 6 7 8 91011>>