Home
last modified time | relevance | path

Searched refs:subsequent (Results 1 – 25 of 987) sorted by relevance

12345678910>>...40

/third_party/libwebsockets/plugins/
Dprotocol_lws_status.c54 unsigned char subsequent:1; member
73 pss->subsequent = 0; in trigger_resend()
160 if (pss->subsequent) in callback_lws_status()
162 pss->subsequent = 1; in callback_lws_status()
197 pss->subsequent = 0; in callback_lws_status()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_conditional_render_inverted.txt75 then the condition used to determine whether or not to render subsequent
79 the GL may choose to unconditionally execute the subsequent rendering
114 it not ready yet, the GL might render the subsequent primitives even
124 (a) Inverted condition, in which case the GL renders subsequent
127 (b) Inverted behavior, in which case the GL discards subsequent
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_async_pixel.txt70 ASYNC_DRAW_PIXELS_SGIX causes subsequent DrawPixels commands to be
84 for subsequent DrawPixels commands. It does not affect any
98 ASYNC_TEX_IMAGE_SGIX causes subsequent TexImage1D, TexSubImage1D,
104 subsequent TexImage commands.
112 ASYNC_READ_PIXELS_SGIX causes subsequent ReadPixels commands to be
120 point in the future. In particular, if subsequent commands change
126 for subsequent ReadPixels commands.
DSGIX_async_histogram.txt58 ASYNC_HISTOGRAM_SGIX causes subsequent GetHistogramEXT and
67 future. In particular, if subsequent commands change the contents
DSGIX_async.txt39 command may complete after subsequent OpenGL commands issued by
94 subsequent commands are executed? This command wouldn't require
151 between a non-blocking command and all subsequent commands
152 (which is hard to do efficiently), or stall all subsequent
218 asynchronous commands in parallel with subsequent commands or at
271 subsequent calls to FinishAsyncSGIX or PollAsyncSGIX will report
/third_party/openGLES/extensions/SGIX/
DSGIX_async_pixel.txt70 ASYNC_DRAW_PIXELS_SGIX causes subsequent DrawPixels commands to be
84 for subsequent DrawPixels commands. It does not affect any
98 ASYNC_TEX_IMAGE_SGIX causes subsequent TexImage1D, TexSubImage1D,
104 subsequent TexImage commands.
112 ASYNC_READ_PIXELS_SGIX causes subsequent ReadPixels commands to be
120 point in the future. In particular, if subsequent commands change
126 for subsequent ReadPixels commands.
DSGIX_async_histogram.txt58 ASYNC_HISTOGRAM_SGIX causes subsequent GetHistogramEXT and
67 future. In particular, if subsequent commands change the contents
DSGIX_async.txt39 command may complete after subsequent OpenGL commands issued by
94 subsequent commands are executed? This command wouldn't require
151 between a non-blocking command and all subsequent commands
152 (which is hard to do efficiently), or stall all subsequent
218 asynchronous commands in parallel with subsequent commands or at
271 subsequent calls to FinishAsyncSGIX or PollAsyncSGIX will report
/third_party/openGLES/extensions/ARB/
DARB_conditional_render_inverted.txt85 then the condition used to determine whether or not to render subsequent
89 the GL may choose to unconditionally execute the subsequent rendering
124 it not ready yet, the GL might render the subsequent primitives even
134 (a) Inverted condition, in which case the GL renders subsequent
137 (b) Inverted behavior, in which case the GL discards subsequent
/third_party/python/Doc/library/
Dqueue.rst108 guarantee that a subsequent get() will not block, nor will qsize() < maxsize
115 returns ``True`` it doesn't guarantee that a subsequent call to put()
117 guarantee that a subsequent call to get() will not block.
123 returns ``True`` it doesn't guarantee that a subsequent call to get()
125 guarantee that a subsequent call to put() will not block.
170 threads. For each :meth:`get` used to fetch a task, a subsequent call to
225 guarantee that a subsequent get() will not block.
231 returns ``False`` it doesn't guarantee that a subsequent call to get()
Dcodeop.rst25 #. Remembering which future statements the user has entered, so subsequent
64 instance 'remembers' and compiles all subsequent program texts with the
73 compiles all subsequent program texts with the statement in force.
/third_party/libwebsockets/lib/misc/
Dlws-struct-lejp.c593 if (j->subsequent) { in lws_struct_json_serialize()
598 j->subsequent = 1; in lws_struct_json_serialize()
684 j->subsequent = 0; in lws_struct_json_serialize()
709 j->subsequent = 0; in lws_struct_json_serialize()
740 j->subsequent = 0; in lws_struct_json_serialize()
746 j->subsequent = 1; in lws_struct_json_serialize()
877 j->subsequent = 0; in lws_struct_json_serialize()
Dlws-struct-sqlite.c453 int map_size = (int)(ssize_t)schema->child_map_size, subsequent = 0; in lws_struct_sq3_create_table() local
466 if (subsequent && (end - p) > 4) { in lws_struct_sq3_create_table()
470 subsequent = 1; in lws_struct_sq3_create_table()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_mesh_shader/
Dmesh.txt10 subsequent stages of the graphics pipeline.
126 will be ordered prior those workgroups from subsequent tasks.
128 to subsequent pipeline stages before any output primitives generated
129 from subsequent input workgroups.
/third_party/libwebsockets/lib/cose/
Dcose_sign.c193 csc->subsequent = 0; in lws_cose_sign_payload_chunk()
217 if (!csc->subsequent) { in lws_cose_sign_payload_chunk()
229 csc->subsequent = 1; in lws_cose_sign_payload_chunk()
329 csc->subsequent = 0; in lws_cose_sign_payload_chunk()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_barrier.txt81 a texel fetch must be in a subsequent Draw separated by the command
86 have been invalidated before subsequent Draws are executed.
123 a texel fetch must be in a subsequent Draw separated by the command
128 have been invalidated before subsequent Draws are executed.
/third_party/openGLES/extensions/NV/
DNV_texture_barrier.txt81 a texel fetch must be in a subsequent Draw separated by the command
86 have been invalidated before subsequent Draws are executed.
123 a texel fetch must be in a subsequent Draw separated by the command
128 have been invalidated before subsequent Draws are executed.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dgeometry.txt94 primitives are not processed by subsequent pipeline stages.
130 each input primitive are passed to subsequent pipeline stages using the
133 to subsequent pipeline stages before any output primitives generated
134 from subsequent input primitives.
167 to subsequent stages.
201 subsequent pipeline stages, each input variable with the code:PassthroughNV
/third_party/gn/src/gn/format_test_data/
D068.gn3 # Comment that should be separate, no subsequent content in file.
D068.golden3 # Comment that should be separate, no subsequent content in file.
/third_party/openssl/doc/man3/
DOPENSSL_init_crypto.pod61 not a default option. Once selected subsequent calls to
69 This option is a default option. Once selected subsequent calls to
76 libcrypto ciphers. This option is a default option. Once selected subsequent
83 libcrypto digests. This option is a default option. Once selected subsequent
90 ciphers. This option is not a default option. Once selected subsequent
97 digests. This option is not a default option. Once selected subsequent
DOPENSSL_init_ssl.pod47 not a default option. Once selected subsequent calls to
54 default option. Once selected subsequent calls to
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DDeferredClears.md34 assuming there are no subsequent updates to that subresource of the image, and keep them as
42 If the subsequent call itself is a clear operation, there are further optimizations possible. In
/third_party/typescript/tests/baselines/reference/
DdestructuringReassignsRightHandSide.types22 // reassignment in subsequent var
/third_party/libwebsockets/lib/core-net/
DREADME.md23 subsequent connection attempts will queue against. Each vhost has a dll2_owner
40 connection" any subsequent connects would queue on.

12345678910>>...40