HomeSort by relevance Sort by last modified time
    Searched refs:resource (Results 1401 - 1425 of 2392) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
wait.h 32 #include <sys/resource.h>
161 we have already included <sys/resource.h> to define `struct rusage'. */
166 nil, store information about the child's resource usage there. If the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
wait.h 32 #include <sys/resource.h>
161 we have already included <sys/resource.h> to define `struct rusage'. */
166 nil, store information about the child's resource usage there. If the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportProjectWizard.java 26 import org.eclipse.jface.resource.ImageDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GlTracePlugin.java 19 import org.eclipse.jface.resource.ImageDescriptor;
  /system/core/toolbox/
renice.c 36 #include <sys/resource.h>
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/chromium_org/chrome/browser/extensions/
convert_web_app_unittest.cc 143 ExtensionResource resource = local
147 ASSERT_TRUE(!resource.empty());
148 EXPECT_TRUE(base::PathExists(resource.GetFilePath()));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.cc 212 PP_Resource resource = strtoull(iter->second.c_str(), NULL, 10); local
213 if (!ppapi_->GetFileSystemInterface()->IsFileSystem(resource))
216 filesystem_resource_ = resource;
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc 219 Resource* resource = MessageLoopResource::GetCurrent(); local
220 if (resource)
221 return resource->GetReference();
  /external/chromium_org/ppapi/shared_impl/
resource_tracker.cc 14 #include "ppapi/shared_impl/resource.h"
33 Resource* ResourceTracker::GetResource(PP_Resource res) const {
129 // from the live resources. One case is if a resource object is holding
135 Resource* resource = found_resource->second.first; local
137 LastPluginRefWasDeleted(resource);
140 // This will most likely delete the resource object and remove it
142 resource->Release();
181 PP_Resource ResourceTracker::AddResource(Resource* object) {
193 // only true of the PPB_MessageLoop resource for the main thread
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_file_ref_thunk.cc 32 PP_Instance instance = enter_file_system.resource()->pp_instance();
45 PP_Bool IsFileRef(PP_Resource resource) {
47 EnterFileRef enter(resource, false);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 62 DocumentResource* resource = value->load(m_fetcher); local
63 if (!resource)
67 ReferenceFilterBuilder::setDocumentResourceReference(referenceFilter, adoptPtr(new DocumentResourceReference(resource)));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
HandlerRegistry.js 107 if (!(target instanceof WebInspector.UISourceCode || target instanceof WebInspector.Resource || target instanceof WebInspector.NetworkRequest))
170 var anchorElement = targetNode.enclosingNodeOrSelfWithClass("webkit-html-resource-link") || targetNode.enclosingNodeOrSelfWithClass("webkit-html-external-link");
178 // Add resource-related actions.
183 var resource = WebInspector.resourceForURL(resourceURL);
184 if (resource)
185 WebInspector.Revealer.reveal(resource);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Image.cpp 67 const blink::WebData& resource = blink::Platform::current()->loadResource(name); local
68 if (resource.isEmpty())
72 image->setData(resource, true);
  /external/chromium_org/third_party/icu/source/i18n/
numsys.cpp 113 UResourceBundle *resource = ures_open(NULL, inLocale.getName(), &status); local
114 UResourceBundle *numberElementsRes = ures_getByKey(resource,gNumberElements,NULL,&status);
118 ures_close(resource);
  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.h 33 across resource types. */
42 /** Creates a key for resource */
121 GrCacheable* resource() const { return fResource; } function in class:GrResourceCacheEntry
133 * Update the cached size for this entry and inform the resource cache that
142 GrCacheable* resource);
163 * resource. Multiple resources can map to same GrResourceKey.
182 * Return the current resource cache limits.
192 * Specify the resource cache limits. If the current cache exceeds either
197 * @param maxBytes The maximum number of bytes of resource memory that
231 // For a found or added resource to be completely exclusive to the calle
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
DrawableRequestBuilder.java 12 import com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapper;
13 import com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperTransformation;
14 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
  /external/icu/icu4c/source/i18n/
numsys.cpp 129 UResourceBundle *resource = ures_open(NULL, inLocale.getName(), &localStatus); local
130 UResourceBundle *numberElementsRes = ures_getByKey(resource,gNumberElements,NULL,&localStatus);
153 ures_close(resource);
  /external/skia/src/gpu/
GrResourceCache.h 33 across resource types. */
42 /** Creates a key for resource */
121 GrCacheable* resource() const { return fResource; } function in class:GrResourceCacheEntry
133 * Update the cached size for this entry and inform the resource cache that
142 GrCacheable* resource);
163 * resource. Multiple resources can map to same GrResourceKey.
182 * Return the current resource cache limits.
192 * Specify the resource cache limits. If the current cache exceeds either
197 * @param maxBytes The maximum number of bytes of resource memory that
231 // For a found or added resource to be completely exclusive to the calle
    [all...]
  /external/webrtc/test/testsupport/
fileutils_unittest.cc 75 // Clean up all resource files written
176 std::string resource = webrtc::test::ResourcePath(kTestName, kExtension); local
177 ASSERT_GT(resource.find(kTestName), 0u);
178 ASSERT_GT(resource.find(kExtension), 0u);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 152 public View inflate(int resource, ViewGroup root) {
162 Pair<ResourceType, String> layoutInfo = Bridge.resolveResourceId(resource);
167 layoutInfo = mProjectCallback.resolveResourceId(resource);
276 // else if there's a resource reference, this means we are in an adapter
277 // binding case. Set the resource ref as the view cookie only for the top
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
Espresso.java 110 * with the application under test. When registering more than one resource, ensure that each has
116 for (IdlingResource resource : resources) {
117 checkNotNull(resource.getName(), "IdlingResource.getName() should not be null");
118 registry.register(resource);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumDataAdapter.java 49 int resource, List<PhotoSource.AlbumData> objects) {
50 super(context, resource, objects);
52 mLayout = resource;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 136 * An object able to put a marker on a resource.
139 void setWarning(IResource resource, String message);
206 * @param resFilter an optional resource filter to be used with the -c option of aapt. If null
210 * @param outputFolder where to write the resource ap_ file.
211 * @param outputFilename the name of the resource ap_ file.
236 // get the resource folder
287 // build the default resource package
317 * Packages the dex files, the temporary resource file into the final package file.
322 * @param intermediateApk The path to the temporary resource file.
366 * Packages the dex files, the temporary resource file into the final package file
1085 IResource resource = wsRoot.findMember(path); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 38 import org.eclipse.jface.resource.ImageDescriptor;
180 * the given resource
192 * @param resource the resource to check or clear markers for, where
196 IResource resource) {
202 mResource = resource;

Completed in 489 milliseconds

<<51525354555657585960>>