Home
last modified time | relevance | path

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

12

/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/
Dkeeping_state.md21 65,535. This lets us detect an attempt to access recycled storage, and thus return
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors.c61 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/
Dcompositing_test.dart219 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.rst111 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).
Dthreading.rst104 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/
Dpicture.dart25 /// 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 />');
Dsurface.dart835 buffer.write('${' ' * indent}<$runtimeType recycled ');
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_buffer_age.txt72 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/
DGLX_EXT_buffer_age.txt72 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/
DEGL_EXT_buffer_age.txt84 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/
DEGL_EXT_buffer_age.txt84 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/
DBufferImplementation.md35 When the end of these streaming buffers is reached, they are 'recycled' by
/third_party/skia/third_party/externals/angle2/doc/
DBufferImplementation.md35 When the end of these streaming buffers is reached, they are 'recycled' by
/third_party/libphonenumber/
DFALSEHOODS.md42 Old phone numbers are recycled and get reassigned to other people.
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst725 still ``None``, and the pid has been reassigned (recycled) to a new
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm717 // contain dirty bits from recycled memory
/third_party/python/Doc/howto/
Dsockets.rst116 up - they are using some dynamically allocated port which will be recycled when
/third_party/boost/libs/icl/doc/
Dsemantics.qbk33 using are mostly /recycled/ ones. Also some of those laws are grouped
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dbitmap_canvas.dart153 /// Checks whether this [BitmapCanvas] can still be recycled and reused.
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst1514 - 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
D20.2.0.rst4220 - freedreno: allow fence_fd fences to be recycled
/third_party/gettext/gettext-runtime/intl/
DChangeLog.05226 String used in putenv must not be recycled.
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt22208 recycled
/third_party/libsoup/
DChangeLog.pre-git2154 might be quickly recycled.) Instead, keep the socket open but
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk6734 …the vnode is recycled by the Virtual File System. Note that in case file is not opened and not map…

12