/third_party/libwebsockets/plugins/ |
D | protocol_lws_status.c | 54 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/ |
D | ARB_conditional_render_inverted.txt | 75 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/ |
D | SGIX_async_pixel.txt | 70 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.
|
D | SGIX_async_histogram.txt | 58 ASYNC_HISTOGRAM_SGIX causes subsequent GetHistogramEXT and 67 future. In particular, if subsequent commands change the contents
|
D | SGIX_async.txt | 39 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/ |
D | SGIX_async_pixel.txt | 70 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.
|
D | SGIX_async_histogram.txt | 58 ASYNC_HISTOGRAM_SGIX causes subsequent GetHistogramEXT and 67 future. In particular, if subsequent commands change the contents
|
D | SGIX_async.txt | 39 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/ |
D | ARB_conditional_render_inverted.txt | 85 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/ |
D | queue.rst | 108 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()
|
D | codeop.rst | 25 #. 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/ |
D | lws-struct-lejp.c | 593 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()
|
D | lws-struct-sqlite.c | 453 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/ |
D | mesh.txt | 10 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/ |
D | cose_sign.c | 193 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/ |
D | NV_texture_barrier.txt | 81 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/ |
D | NV_texture_barrier.txt | 81 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/ |
D | geometry.txt | 94 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/ |
D | 068.gn | 3 # Comment that should be separate, no subsequent content in file.
|
D | 068.golden | 3 # Comment that should be separate, no subsequent content in file.
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_init_crypto.pod | 61 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
|
D | OPENSSL_init_ssl.pod | 47 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/ |
D | DeferredClears.md | 34 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/ |
D | destructuringReassignsRightHandSide.types | 22 // reassignment in subsequent var
|
/third_party/libwebsockets/lib/core-net/ |
D | README.md | 23 subsequent connection attempts will queue against. Each vhost has a dll2_owner 40 connection" any subsequent connects would queue on.
|