Searched refs:recycled (Results 1 – 25 of 30) sorted by relevance
12
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/ |
D | keeping_state.md | 21 65,535. This lets us detect an attempt to access recycled storage, and thus return
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_descriptors.c | 61 bool recycled; member 693 zds->punted = zds->recycled = false; in allocate_desc_set() 751 assert(!zds->recycled); in punt_invalid_set() 795 if (zds->recycled) { in zink_descriptor_set_get() 799 zds->recycled = false; in zink_descriptor_set_get() 814 bool recycled = false, punted = false; in zink_descriptor_set_get() local 825 recycled = true; in zink_descriptor_set_get() 830 if (recycled) { in zink_descriptor_set_get() 868 zds->recycled = false; in zink_descriptor_set_get() 911 zds->recycled = true; in zink_descriptor_set_recycle()
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | compositing_test.dart | 219 expect(surface3.rootElement, isNull); // offset3 should be recycled. 222 // as retained even after it has been recycled. In this case the
|
/third_party/python/Doc/library/ |
D | _thread.rst | 111 may be recycled when a thread exits and another thread is created. 119 (until the thread terminates, after which the value may be recycled by the OS).
|
D | threading.rst | 104 identifiers may be recycled when a thread exits and another thread is 115 (until the thread terminates, after which the value may be recycled by the OS). 398 function. Thread identifiers may be recycled when a thread exits and 409 may be recycled by the OS).
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/ |
D | picture.dart | 25 /// larger recycled canvases. Otherwise, small pictures would claim the large 268 /// The best recycled canvas is one that: 590 buffer.writeln('${' ' * (indent + 1)}<recycled-canvas />');
|
D | surface.dart | 835 buffer.write('${' ' * indent}<$runtimeType recycled ');
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_buffer_age.txt | 72 If we know that 2 buffers are continuously being recycled each 80 buffers may be recycled so it wasn't safe for applications to try
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_buffer_age.txt | 72 If we know that 2 buffers are continuously being recycled each 80 buffers may be recycled so it wasn't safe for applications to try
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_buffer_age.txt | 84 If we know that 2 buffers are continuously being recycled each 92 buffers may be recycled so it wasn't safe for applications to try
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_buffer_age.txt | 84 If we know that 2 buffers are continuously being recycled each 92 buffers may be recycled so it wasn't safe for applications to try
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | BufferImplementation.md | 35 When the end of these streaming buffers is reached, they are 'recycled' by
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | BufferImplementation.md | 35 When the end of these streaming buffers is reached, they are 'recycled' by
|
/third_party/libphonenumber/ |
D | FALSEHOODS.md | 42 Old phone numbers are recycled and get reassigned to other people.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a3.rst | 725 still ``None``, and the pid has been reassigned (recycled) to a new
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | TextureMTL.mm | 717 // contain dirty bits from recycled memory
|
/third_party/python/Doc/howto/ |
D | sockets.rst | 116 up - they are using some dynamically allocated port which will be recycled when
|
/third_party/boost/libs/icl/doc/ |
D | semantics.qbk | 33 using are mostly /recycled/ ones. Also some of those laws are grouped
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | bitmap_canvas.dart | 153 /// Checks whether this [BitmapCanvas] can still be recycled and reused.
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 1514 - radv: reset object base on recycled command buffers 1515 - tu: reset object base on recycled command buffers 1516 - lavapipe: reset object base on recycled command buffers 4217 - zink: add flag for recycled descriptor sets
|
D | 20.2.0.rst | 4220 - freedreno: allow fence_fd fences to be recycled
|
/third_party/gettext/gettext-runtime/intl/ |
D | ChangeLog.0 | 5226 String used in putenv must not be recycled.
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 22208 recycled
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 2154 might be quickly recycled.) Instead, keep the socket open but
|
/third_party/boost/libs/interprocess/doc/ |
D | interprocess.qbk | 6734 …the vnode is recycled by the Virtual File System. Note that in case file is not opened and not map…
|
12