/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | TransformationUtils.java | 38 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()
|
D | Downsampler.java | 324 private static void setInBitmap(BitmapFactory.Options options, Bitmap recycled) { in setInBitmap() argument 326 options.inBitmap = recycled; in setInBitmap()
|
/external/rust/crates/async-task/ |
D | CHANGELOG.md | 23 - Use `ThreadId` in `spawn_local` because OS-provided IDs can get recycled.
|
/external/glide/ |
D | README.md | 71 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/ |
D | ShadowBitmap.java | 57 private boolean recycled = false; field in ShadowBitmap 420 recycled = true; in recycle() 425 return recycled; in isRecycled()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 261 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/ |
D | ipp-2.0.test | 75 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.rst | 99 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).
|
D | threading.rst | 80 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/ |
D | thread.rst | 93 may be recycled when a thread exits and another thread is created.
|
D | threading.rst | 362 :func:`thread.get_ident()` function. Thread identifiers may be recycled
|
/external/angle/doc/ |
D | BufferImplementation.md | 35 When the end of these streaming buffers is reached, they are 'recycled' by
|
/external/jackson-core/release-notes/ |
D | VERSION-2.x | 104 #539: Reduce max size of recycled byte[]/char[] blocks by `TextBuffer`, `ByteArrayBuilder`
|
/external/python/pyopenssl/doc/ |
D | ChangeLog_old.txt | 420 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/ |
D | CHANGELOG.md | 663 * 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/ |
D | AnalyzerOptions.def | 344 "How often nodes in the ExplodedGraph should be recycled to save memory. "
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a3.rst | 725 still ``None``, and the pid has been reassigned (recycled) to a new
|
/external/lottie/ |
D | CHANGELOG.md | 167 * Prevented Lottie from drawing a recycled bitmap (#828).
|
/external/python/cpython3/Doc/howto/ |
D | sockets.rst | 116 up - they are using some dynamically allocated port which will be recycled when
|
/external/python/cpython2/Doc/howto/ |
D | sockets.rst | 120 up - they are using some dynamically allocated port which will be recycled when
|
/external/ipsec-tools/ |
D | ChangeLog | 519 option is ever recycled.
|
/external/libcups/locale/ |
D | cups_cs.po | 8442 msgid "media-recycled" 8446 msgid "media-recycled.none" 8450 msgid "media-recycled.standard"
|
D | cups_fr.po | 8460 msgid "media-recycled" 8464 msgid "media-recycled.none" 8468 msgid "media-recycled.standard"
|
D | cups.strings | 3067 "media-recycled" = "Recycled Media"; 3069 "media-recycled.none" = "None"; 3071 "media-recycled.standard" = "Standard";
|
D | cups_ru.po | 8614 msgid "media-recycled" 8618 msgid "media-recycled.none" 8622 msgid "media-recycled.standard"
|