Home
last modified time | relevance | path

Searched refs:recycled (Results 1 – 25 of 45) sorted by relevance

12

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DTransformationUtils.java38 public static Bitmap centerCrop(Bitmap recycled, Bitmap toCrop, int width, int height) { in centerCrop() argument
59 if (recycled != null) { in centerCrop()
60 result = recycled; in centerCrop()
DDownsampler.java324 private static void setInBitmap(BitmapFactory.Options options, Bitmap recycled) { in setInBitmap() argument
326 options.inBitmap = recycled; in setInBitmap()
/external/rust/crates/async-task/
DCHANGELOG.md23 - Use `ThreadId` in `spawn_local` because OS-provided IDs can get recycled.
/external/glide/
DREADME.md71 public View getView(int position, View recycled, ViewGroup container) {
73 if (recycled == null) {
77 myImageView = (ImageView) recycled;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java57 private boolean recycled = false; field in ShadowBitmap
420 recycled = true; in recycle()
425 return recycled; in isRecycled()
/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.cpp261 const SkTArray<const GrVkRecycledResource*>& recycled, in bindDescriptorSets() argument
279 for (int i = 0; i < recycled.count(); ++i) { in bindDescriptorSets()
280 this->addRecycledResource(recycled[i]); in bindDescriptorSets()
/external/libcups/examples/
Dipp-2.0.test75 EXPECT media-col-supported WITH-VALUE media-recycled DEFINE-MATCH HAVE_MEDIA_RECYCLED
90 …EXPECT media-recycled-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag IF-DEFINED HA…
/external/python/cpython3/Doc/library/
D_thread.rst99 may be recycled when a thread exits and another thread is created.
107 (until the thread terminates, after which the value may be recycled by the OS).
Dthreading.rst80 identifiers may be recycled when a thread exits and another thread is
91 (until the thread terminates, after which the value may be recycled by the OS).
346 function. Thread identifiers may be recycled when a thread exits and
358 after which the value may be recycled by the OS).
/external/python/cpython2/Doc/library/
Dthread.rst93 may be recycled when a thread exits and another thread is created.
Dthreading.rst362 :func:`thread.get_ident()` function. Thread identifiers may be recycled
/external/angle/doc/
DBufferImplementation.md35 When the end of these streaming buffers is reached, they are 'recycled' by
/external/jackson-core/release-notes/
DVERSION-2.x104 #539: Reduce max size of recycled byte[]/char[] blocks by `TextBuffer`, `ByteArrayBuilder`
/external/python/pyopenssl/doc/
DChangeLog_old.txt420 for it in case the current thread identifier is a recycled one (if
421 it is recycled, the key won't be set because there is already a
/external/okhttp/
DCHANGELOG.md663 * Fix 1.5.0 regression where connections should not have been recycled.
724 * Fix: Respect read timeouts on recycled connections.
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.def344 "How often nodes in the ExplodedGraph should be recycled to save memory. "
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a3.rst725 still ``None``, and the pid has been reassigned (recycled) to a new
/external/lottie/
DCHANGELOG.md167 * Prevented Lottie from drawing a recycled bitmap (#828).
/external/python/cpython3/Doc/howto/
Dsockets.rst116 up - they are using some dynamically allocated port which will be recycled when
/external/python/cpython2/Doc/howto/
Dsockets.rst120 up - they are using some dynamically allocated port which will be recycled when
/external/ipsec-tools/
DChangeLog519 option is ever recycled.
/external/libcups/locale/
Dcups_cs.po8442 msgid "media-recycled"
8446 msgid "media-recycled.none"
8450 msgid "media-recycled.standard"
Dcups_fr.po8460 msgid "media-recycled"
8464 msgid "media-recycled.none"
8468 msgid "media-recycled.standard"
Dcups.strings3067 "media-recycled" = "Recycled Media";
3069 "media-recycled.none" = "None";
3071 "media-recycled.standard" = "Standard";
Dcups_ru.po8614 msgid "media-recycled"
8618 msgid "media-recycled.none"
8622 msgid "media-recycled.standard"

12