/external/libwebsockets/plugins/ |
D | protocol_lws_status.c | 50 unsigned char subsequent:1; member 69 pss->subsequent = 0; in trigger_resend() 152 if (pss->subsequent) in callback_lws_status() 154 pss->subsequent = 1; in callback_lws_status() 189 pss->subsequent = 0; in callback_lws_status()
|
D | protocol_esp32_lws_group.c | 42 unsigned char subsequent:1; member 119 pss->subsequent = 0; in callback_lws_group() 146 if (pss->subsequent) in callback_lws_group() 149 pss->subsequent = 1; in callback_lws_group()
|
/external/grpc-grpc/doc/ |
D | status_ordering.md | 8 However, once a write fails, all subsequent writes Must fail, 9 and similarly, once a read fails, all subsequent reads Must fail.
|
/external/v4l2_codec2/ |
D | .clang-format | 20 # "Constructor initializer lists can be all on one line or with subsequent 29 # There have been some bugs in which subsequent formatting operations introduce
|
/external/libwebsockets/lib/misc/ |
D | lws-struct-lejp.c | 499 if (j->subsequent) { in lws_struct_json_serialize() 504 j->subsequent = 1; in lws_struct_json_serialize() 590 j->subsequent = 0; in lws_struct_json_serialize() 615 j->subsequent = 0; in lws_struct_json_serialize() 644 j->subsequent = 0; in lws_struct_json_serialize() 649 j->subsequent = 1; in lws_struct_json_serialize() 778 j->subsequent = 0; in lws_struct_json_serialize()
|
D | lws-struct-sqlite.c | 397 int map_size = schema->child_map_size, subsequent = 0; in lws_struct_sq3_create_table() local 410 if (subsequent && (end - p) > 4) { in lws_struct_sq3_create_table() 414 subsequent = 1; in lws_struct_sq3_create_table()
|
/external/python/cpython2/Doc/library/ |
D | queue.rst | 93 guarantee that a subsequent get() will not block, nor will qsize() < maxsize 100 returns ``True`` it doesn't guarantee that a subsequent call to put() 102 guarantee that a subsequent call to get() will not block. 108 returns ``True`` it doesn't guarantee that a subsequent call to get() 110 guarantee that a subsequent call to put() will not block. 156 threads. For each :meth:`get` used to fetch a task, a subsequent call to
|
D | codeop.rst | 21 #. Remembering which future statements the user has entered, so subsequent 59 instance 'remembers' and compiles all subsequent program texts with the 68 compiles all subsequent program texts with the statement in force.
|
/external/python/cpython3/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.
|
/external/llvm/test/Bitcode/ |
D | thinlto-function-summary-callgraph.ll | 11 ; and value id matching the subsequent value symbol table. 24 ; and value id matching the subsequent value symbol table.
|
D | thinlto-alias.ll | 11 ; and value id matching the subsequent value symbol table. 23 ; and value id matching the subsequent value symbol table.
|
D | thinlto-function-summary-callgraph-pgo.ll | 11 ; and profile count, with value id matching the subsequent value symbol table. 24 ; and profile count, with value id matching the subsequent value symbol table.
|
/external/llvm-project/lldb/test/Shell/Expr/ |
D | TestMultilineExpr.test | 3 # In terminal sessions LLDB hides input from subsequent lines so it's not visible in the output we …
|
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-LabelRewrite/ |
D | in2.s | 1 # References to local labels are rewrittenn in subsequent files.
|
/external/llvm/test/MC/ARM/ |
D | deprecated-v8.s | 36 @ CHECK-ARMV8: warning: applying IT instruction to more than one subsequent instruction is deprecat… 37 @ CHECK-THUMBV8: warning: applying IT instruction to more than one subsequent instruction is deprec…
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | deprecated-v8.s | 36 @ CHECK-ARMV8: warning: applying IT instruction to more than one subsequent instruction is deprecat… 37 @ CHECK-THUMBV8: warning: applying IT instruction to more than one subsequent instruction is deprec…
|
/external/angle/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 41 If the subsequent call itself is a clear operation, there could be further optimizations. In
|
/external/llvm-project/llvm/test/Object/ |
D | nm-error.test | 2 ## keeps processing subsequent files.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DestroyResourceOp.pbtxt | 18 All subsequent operations using the resource will result in a NotFound
|
/external/llvm/test/Object/ |
D | nm-error.test | 2 keeps processing subsequent files.
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0011-j2k_update_image_data.patch | 10 + /* Prevent bad casting to unsigned values in the subsequent lines. */
|
/external/llvm/test/Assembler/ |
D | named-metadata.ll | 15 ; conflicting with anonymous metadata), but not the subsequent ones.
|
/external/llvm-project/llvm/test/Assembler/ |
D | named-metadata.ll | 15 ; conflicting with anonymous metadata), but not the subsequent ones.
|
/external/google-breakpad/src/common/windows/ |
D | omap.cc | 453 std::map<DWORD, DWORD> *subsequent) { in BuildSubsequentRVAMap() argument 454 assert(subsequent->empty()); in BuildSubsequentRVAMap() 465 subsequent->clear(); in BuildSubsequentRVAMap() 468 subsequent->insert(std::make_pair(orig2tran[i].rva_original, in BuildSubsequentRVAMap()
|