Home
last modified time | relevance | path

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

12345678910>>...28

/external/libwebsockets/plugins/
Dprotocol_lws_status.c50 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()
Dprotocol_esp32_lws_group.c42 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/
Dstatus_ordering.md8 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-format20 # "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/
Dlws-struct-lejp.c499 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()
Dlws-struct-sqlite.c397 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/
Dqueue.rst93 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
Dcodeop.rst21 #. 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/
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.
/external/llvm/test/Bitcode/
Dthinlto-function-summary-callgraph.ll11 ; and value id matching the subsequent value symbol table.
24 ; and value id matching the subsequent value symbol table.
Dthinlto-alias.ll11 ; and value id matching the subsequent value symbol table.
23 ; and value id matching the subsequent value symbol table.
Dthinlto-function-summary-callgraph-pgo.ll11 ; 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/
DTestMultilineExpr.test3 # 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/
Din2.s1 # References to local labels are rewrittenn in subsequent files.
/external/llvm/test/MC/ARM/
Ddeprecated-v8.s36 @ 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/
Ddeprecated-v8.s36 @ 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/
DDeferredClears.md34 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/
Dnm-error.test2 ## keeps processing subsequent files.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DestroyResourceOp.pbtxt18 All subsequent operations using the resource will result in a NotFound
/external/llvm/test/Object/
Dnm-error.test2 keeps processing subsequent files.
/external/pdfium/third_party/libopenjpeg20/
D0011-j2k_update_image_data.patch10 + /* Prevent bad casting to unsigned values in the subsequent lines. */
/external/llvm/test/Assembler/
Dnamed-metadata.ll15 ; conflicting with anonymous metadata), but not the subsequent ones.
/external/llvm-project/llvm/test/Assembler/
Dnamed-metadata.ll15 ; conflicting with anonymous metadata), but not the subsequent ones.
/external/google-breakpad/src/common/windows/
Domap.cc453 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()

12345678910>>...28