/external/glide/library/src/main/java/com/bumptech/glide/ |
GifRequestBuilder.java | 11 import com.bumptech.glide.load.resource.bitmap.CenterCrop; 12 import com.bumptech.glide.load.resource.bitmap.FitCenter; 13 import com.bumptech.glide.load.resource.gif.GifData; 14 import com.bumptech.glide.load.resource.gif.GifDataTransformation; 15 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
|
/external/icu/icu4c/source/tools/genrb/ |
derb.c | 43 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status); 332 reportError(pname, &status, "opening resource file"); 413 static void printOutAlias(UFILE *out, UConverter *converter, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) { 421 sprintf(msg, "// WARNING: this resource, size %li is truncated to %li\n", 446 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status) 450 /* int32_t noOfElements = ures_getSize(resource);*/ 452 const char *key = ures_getKey(resource); 454 switch(ures_getType(resource)) { 458 const UChar* thestr = ures_getString(resource, &len, status); 465 sprintf(msg, "// WARNING: this resource, size %li is truncated to %li\n" [all...] |
/external/smack/src/org/jivesoftware/smack/ |
ConnectionConfiguration.java | 90 private String resource; field in class:ConnectionConfiguration 746 * Returns the resource to use when trying to reconnect to the server. 748 * @return the resource to use when trying to reconnect to the server. 751 return resource; 771 void setLoginInfo(String username, String password, String resource) { 774 this.resource = resource;
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 93 * to be used to load resource, {@link SchemaFactory}, and 223 for (URL resource : createServiceFileIterator()) { 224 if (debug) debugPrintln("looking into " + resource); 226 sf = loadFromServicesFile(schemaLanguage,resource.toExternalForm(), 227 resource.openStream()); 231 debugPrintln("failed to read "+resource); 404 * @return the source location of the resource, or null if it wasn't found
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_context.c | 48 struct pipe_resource *resource) 52 if(!resource) 55 tr_res = trace_resource(resource); 57 assert(tr_res->resource); 58 return tr_res->resource; 875 struct pipe_resource *resource = tr_res->resource; local 882 trace_dump_arg(ptr, resource); 885 trace_dump_sampler_view_template(templ, resource->target); 888 result = pipe->create_sampler_view(pipe, resource, templ) 945 struct pipe_resource *resource = tr_res->resource; local 1449 struct pipe_resource *resource = transfer->resource; local 1497 struct pipe_resource *resource = tr_res->resource; local [all...] |
/external/mesa3d/src/gallium/drivers/trace/ |
tr_context.c | 48 struct pipe_resource *resource) 52 if(!resource) 55 tr_res = trace_resource(resource); 57 assert(tr_res->resource); 58 return tr_res->resource; 875 struct pipe_resource *resource = tr_res->resource; local 882 trace_dump_arg(ptr, resource); 885 trace_dump_sampler_view_template(templ, resource->target); 888 result = pipe->create_sampler_view(pipe, resource, templ) 945 struct pipe_resource *resource = tr_res->resource; local 1449 struct pipe_resource *resource = transfer->resource; local 1497 struct pipe_resource *resource = tr_res->resource; local [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
download_protection_service.cc | 670 ClientDownloadRequest::Resource* resource = request.add_resources(); local 671 resource->set_url(item_->GetUrlChain()[i].spec()); 674 resource->set_type(ClientDownloadRequest::DOWNLOAD_URL); 675 resource->set_referrer(item_->GetReferrerUrl().spec()); 676 DVLOG(2) << "dl url " << resource->url(); 678 resource->set_remote_ip(item_->GetRemoteAddress()); 679 DVLOG(2) << " dl url remote addr: " << resource->remote_ip(); 681 DVLOG(2) << "dl referrer " << resource->referrer(); 683 DVLOG(2) << "dl redirect " << i << " " << resource->url() 690 ClientDownloadRequest::Resource* resource = request.add_resources(); local 696 ClientDownloadRequest::Resource* resource = request.add_resources(); local [all...] |
/external/apache-harmony/support/src/test/java/tests/support/resource/ |
Support_Resources.java | 18 package tests.support.resource; 126 public static String getResourceURL(String resource) { 127 return "http://" + Support_Configuration.TestResources + resource; 131 * Util method to load resource files 133 * @param name - name of resource file 134 * @return - resource input stream 139 throw new RuntimeException("Failed to load resource: " + name); 145 * Util method to get absolute path to resource file 147 * @param name - name of resource file 148 * @return - path to resource [all...] |
/external/chromium_org/cc/layers/ |
ui_resource_layer_impl.cc | 105 ResourceProvider::ResourceId resource = 108 if (!resource) 131 resource,
|
/external/chromium_org/cc/resources/ |
image_raster_worker_pool.cc | 9 #include "cc/resources/resource.h" 149 return resource_provider_->MapImageRasterBuffer(task->resource()->id()); 153 resource_provider_->UnmapImageRasterBuffer(task->resource()->id()); 157 // resource that is currently in-use by the GPU. 158 resource_provider_->EnableReadLockFences(task->resource()->id(), true);
|
/external/chromium_org/content/renderer/pepper/ |
pepper_in_process_router.cc | 77 // Resource reply from the renderer (no routing id). 84 // Resource reply from the browser (has a routing id). 93 ppapi::Resource* resource = local 96 // If the resource doesn't exist, it may have been destroyed so just ignore 98 if (resource) 99 resource->OnReplyReceived(reply_params, nested_msg); 107 // If this is a resource destroyed message, post a task to dispatch it. 109 // code while we're still in the resource destructor, leading to a crash. 111 // This won't cause message reordering problems because the resource [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_tcp_socket_private.h | 58 * Allocates a TCP socket resource. 62 * Determines if a given resource is TCP socket. 64 PP_Bool (*IsTCPSocket)(PP_Resource resource); 114 * null resource is returned. 177 PP_Bool (*IsTCPSocket)(PP_Resource resource); 206 PP_Bool (*IsTCPSocket)(PP_Resource resource);
|
/external/chromium_org/ppapi/proxy/ |
compositor_resource.cc | 60 scoped_refptr<CompositorLayerResource> resource(new CompositorLayerResource( 62 layers_.push_back(resource); 63 return resource->GetReference();
|
resource_message_params.h | 19 // Common parameters for resource call and reply params structures below. 73 ResourceMessageParams(PP_Resource resource, int32_t sequence); 114 // resource, but will overlap between different resource objects. 118 // In practice, if you send more than 4 billion messages for a resource, the 124 // confusion within the plugin and within callbacks on the same resource, 141 ResourceMessageCallParams(PP_Resource resource, int32_t sequence); 160 ResourceMessageReplyParams(PP_Resource resource, int32_t sequence);
|
/external/chromium_org/third_party/WebKit/Source/core/html/imports/ |
HTMLImportsController.cpp | 121 ResourcePtr<RawResource> resource = parent->document()->fetcher()->fetchImport(request); local 122 if (!resource) 127 // We set resource after the import tree is built since 128 // Resource::addClient() immediately calls back to feed the bytes when the resource is cached. 129 loader->startLoading(resource);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/ |
CookieItemsView.js | 122 function populateResourcesForDocuments(resource) 124 var url = resource.documentURL.asParsedURL(); 126 resourceURLsForDocumentURL.push(resource.url);
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmppclientsettings.h | 52 void set_resource(const std::string& resource) { resource_ = resource; } 67 const std::string& resource() const { return resource_; } function in class:buzz::XmppUserSettings
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/src/org/webrtc/vieautotest/ |
ViEAutotest.java | 67 int resource = android.R.layout.simple_spinner_dropdown_item; local 68 adapter.setDropDownViewResource(resource); 78 subtestAdapter.setDropDownViewResource(resource);
|
/external/chromium_org/tools/grit/grit/gather/ |
rc.py | 19 # Find portions that need unescaping in resource strings. We need to be 26 # Find portions that need escaping to encode string as a resource string. 44 '''A section from a resource file.''' 49 for inclusion in a resource section.''' 99 '''A resource section that contains a dialog resource.''' 101 # A typical dialog resource section looks like this: 148 '''Knows how to parse dialog resource sections.''' 154 '''A resource section that contains a menu resource.'' [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
mac_platform_backend.py | 9 import resource # pylint: disable=F0401 namespace 11 resource = None # Not available on all platforms variable 106 return pages_active * resource.getpagesize() / 1024
|
proc_supporting_platform_backend.py | 6 import resource # pylint: disable=F0401 namespace 8 resource = None # Not available on all platforms variable 59 wss = int(stats[23]) * resource.getpagesize()
|
/external/mockito/src/org/mockito/internal/configuration/ |
ClassPathLoader.java | 152 for (URL resource : Collections.list(resources)) { 155 in = resource.openStream(); 164 "Failed to load " + service + " using " + resource, e);
|
/packages/apps/InCallUI/src/com/android/incallui/ |
SelectPhoneAccountDialogFragment.java | 102 Context context, int resource, List<PhoneAccountHandle> accountHandles) { 103 super(context, resource, accountHandles); 105 mResId = resource;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientListActivity.java | 119 public RecipientListAdapter(Context context, int resource, 121 super(context, resource, recipients); 123 mResourceId = resource;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
BitmapWorkerOptions.java | 105 public Builder resource(String packageName, String resourceName) { method in class:BitmapWorkerOptions.Builder 111 public Builder resource(ShortcutIconResource iconResource) { method in class:BitmapWorkerOptions.Builder 117 public Builder resource(Uri resourceUri) { method in class:BitmapWorkerOptions.Builder 223 return "PackageName: " + mIconResource.packageName + " Resource: " + mIconResource
|