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

<<51525354555657585960>>

  /external/chromium_org/ppapi/c/dev/
ppb_truetype_font_dev.h 208 * Creates a font resource matching the given font characteristics. The
209 * resource id will be non-zero on success, or zero on failure.
218 * Determines if the given resource is a TrueType font.
220 * @param[in] resource A <code>PP_Resource</code> corresponding to a resource.
222 * @return <code>PP_TRUE</code> if the resource is a
225 PP_Bool (*IsTrueTypeFont)(PP_Resource resource);
227 * Returns a description of the given font resource. This description may
  /external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h 193 * Returns PP_TRUE if the given resource is a Font. Returns PP_FALSE if the
194 * resource is invalid or some type other than a Font.
196 PP_Bool (*IsFont)(PP_Resource resource);
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h 27 PpapiCommandBufferProxy(const HostResource& resource,
ppb_graphics_3d_proxy.cc 47 Graphics3D::Graphics3D(const HostResource& resource)
48 : PPB_Graphics3D_Shared(resource) {
318 void PPB_Graphics3D_Proxy::OnMsgSwapBuffersACK(const HostResource& resource,
320 EnterPluginFromHostResource<PPB_Graphics3D_API> enter(resource);
  /external/chromium_org/ppapi/tests/
test_tcp_server_socket_private.cc 159 PP_Resource resource; local
160 int32_t accept_rv = server_socket.Accept(&resource,
174 ASSERT_TRUE(resource != 0);
175 TCPSocketPrivate accepted_socket(pp::PassRef(), resource); local
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.cpp 337 void ImageLoader::notifyFinished(Resource* resource)
340 ASSERT(resource == m_image.get());
348 if (resource->errorOccurred()) {
360 if (resource->wasCanceled()) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
native_drm.h 163 struct pipe_resource *resource);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dtls1.h 66 #include <resource.h>
  /external/chromium_org/third_party/openssl/openssl/ssl/
dtls1.h 66 #include <resource.h>
  /external/chromium_org/third_party/skia/experimental/webtry/
main.cpp 2 #include <sys/resource.h>
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawable.java 1 package com.bumptech.glide.load.resource.gif;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
TranscoderFactory.java 1 package com.bumptech.glide.load.resource.transcode;
  /external/glide/library/src/main/java/com/bumptech/glide/provider/
ChildLoadProvider.java 6 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.h 163 struct pipe_resource *resource);
  /external/openssl/include/openssl/
dtls1.h 66 #include <resource.h>
  /external/openssl/ssl/
dtls1.h 66 #include <resource.h>
  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 74 public DisableItemArrayAdapter(Context context, int resource, int disabledResource, int completedResource,
76 super(context, resource, textViewResourceId, objects);
77 mRowResource = resource;
248 intent.putExtra("resource", selectedLevel.level.resource);
  /external/skia/experimental/webtry/
main.cpp 2 #include <sys/resource.h>
  /frameworks/base/core/java/android/transition/
TransitionInflater.java 39 * This class inflates scenes and transitions from resource files.
41 * Information on XML resource descriptions for transitions can be found for
67 * Loads a {@link Transition} object from a resource
69 * @param resource The resource id of the transition to load
74 public Transition inflateTransition(int resource) {
75 XmlResourceParser parser = mContext.getResources().getXml(resource);
94 * Loads a {@link TransitionManager} object from a resource
96 * @param resource The resource id of the transition manager to loa
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 127 fail("Failed to load resource with id: " + rawResId);
140 private void mountObb(StorageManager sm, final int resource, final File file,
142 copyRawToFile(resource, file);
161 private ObbObserver mountObbWithoutWait(final StorageManager sm, final int resource,
163 copyRawToFile(resource, file);
  /libcore/libart/src/main/java/java/lang/
ClassLoader.java 141 * Finds the URL of the resource with the specified name. The system class
142 * loader's resource lookup algorithm is used to find the resource.
144 * @return the {@code URL} object for the requested resource or {@code null}
145 * if the resource can not be found.
147 * the name of the resource to find.
155 * Returns an enumeration of URLs for the resource with the specified name.
156 * The system class loader's resource lookup algorithm is used to find the
157 * resource.
162 * the name of the resource to find
401 URL resource = parent.getResource(resName); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarInputStreamTest.java 28 import tests.support.resource.Support_Resources;
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipInputStreamTest.java 37 import tests.support.resource.Support_Resources;
  /libcore/luni/src/test/java/libcore/xml/
NodeTest.java 24 import tests.support.resource.Support_Resources;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSettingsActivity.java 70 .resource(imageUri).build();

Completed in 1104 milliseconds

<<51525354555657585960>>