HomeSort by relevance Sort by last modified time
    Searched refs:RESOURCE (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ppapi/shared_impl/
resource.h 19 // All resource types should be added here. This implements our hand-rolled
100 // Forward declare all the resource APIs.
102 #define DECLARE_RESOURCE_CLASS(RESOURCE) class RESOURCE;
108 // in-process ("impl") resource in the host (renderer) process, or when they're
109 // a proxied resource in the plugin process. This enum differentiates those
116 class PPAPI_SHARED_EXPORT Resource : public base::RefCounted<Resource> {
121 // associated instance, and generates a new resource ID. The host resource
    [all...]
resource.cc 5 #include "ppapi/shared_impl/resource.h"
13 Resource::Resource(ResourceObjectType type, PP_Instance instance)
20 // For the in-process case, the host resource and resource are the same.
24 // goes through the host resource. When we get the "real" resource ID,
30 Resource::Resource(ResourceObjectType type, const HostResource& host_resource)
34 // When using this constructor for the implementation, the resource I
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_resource_manager.h 24 PP_Resource Create(FakeResource* resource,
45 // resource, including its refcount, the type of resource, etc.
48 FakeResourceTracker(FakeResource* resource,
58 // Give up ownership of this resource. It is the responsibility of the caller
67 T* resource() { function in class:FakeResourceTracker
74 FakeResource* resource() { return resource_; } function in class:FakeResourceTracker
95 // Called when the resource is destroyed. For debugging purposes, this does
96 // not happen until the resource manager is destroyed.
98 // Called when the last reference to the resource is released
    [all...]
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 49 private static final int RESOURCE = 2;
58 sUriMatcher.addURI(HomeProvider.AUTHORITY, "res/*/*", RESOURCE);
89 case RESOURCE:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 41 IWorkingSetIDs.JAVA, IWorkingSetIDs.RESOURCE
WorkingSetHelper.java 122 if (!IWorkingSetIDs.JAVA.equals(id) && !IWorkingSetIDs.RESOURCE.equals(id))
NewProjectCreator.java 553 // and there's a resource with a similar name.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 171 * Returns the {@link XmlFormatStyle} to use for a resource of the given type
173 * @param resourceType the type of resource to be formatted
191 return XmlFormatStyle.RESOURCE;
207 * Returns the {@link XmlFormatStyle} to use for resource files in the given resource
210 * @param folderType the type of folder containing the resource file
219 return XmlFormatStyle.RESOURCE;
231 * Returns the {@link XmlFormatStyle} to use for resource files of the given path.
233 * @param path the path to the resource file
AndroidXmlFormattingStrategy.java 526 * Guess what style to use to edit the given document - layout, resource, manifest, ... ? */
528 // The "layout" style is used for most XML resource file types:
535 // The "resource" style is used for most value-based XML files:
541 style = XmlFormatStyle.RESOURCE;
546 return XmlFormatStyle.RESOURCE;
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 59 [B<--resource> I<file>]
152 or to use formatted text, prepare a resource and use L<--resource>.
154 =item B<--resource> I<file>
156 A resource file to merge into I<target-image>. If I<format> is UDZO, UDBZ,
158 the resource but may be freely transferred without any special encodings.
161 disk images. B<--resource> may appear multiple times.
214 Resource forks aren't copied.
453 'resource=s' => \@resourceFiles,
659 # Flatten. This merges the resource fork into the data fork, so n
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 248 READ_OP(RESOURCE);
357 READ_OP(RESOURCE);
360 READ_OP(RESOURCE);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 248 READ_OP(RESOURCE);
357 READ_OP(RESOURCE);
360 READ_OP(RESOURCE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 170 milliseconds

1 2