Searched refs:subsequent (Results 1 – 25 of 562) sorted by relevance
12345678910>>...23
/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/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 | 110 guarantee that a subsequent get() will not block, nor will qsize() < maxsize 117 returns ``True`` it doesn't guarantee that a subsequent call to put() 119 guarantee that a subsequent call to get() will not block. 125 returns ``True`` it doesn't guarantee that a subsequent call to get() 127 guarantee that a subsequent call to put() will not block. 167 threads. For each :meth:`get` used to fetch a task, a subsequent call to 226 guarantee that a subsequent get() will not block. 232 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 63 instance 'remembers' and compiles all subsequent program texts with the 72 compiles all subsequent program texts with the statement in force.
|
/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/perfetto/protos/perfetto/trace/track_event/ |
D | thread_descriptor.proto | 23 // thread, i.e. all events in the same packet sequence. Valid for all subsequent 43 // Absolute reference values. Clock values in subsequent TrackEvents can be
|
/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-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.
|
D | thinlto-alias.ll | 11 ; and value id matching the subsequent value symbol table. 23 ; and value id matching the subsequent value symbol table.
|
/external/swiftshader/third_party/llvm-7.0/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/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/boringssl/src/util/fipstools/delocate/testdata/x86_64-LabelRewrite/ |
D | in2.s | 1 # References to local labels are rewrittenn in 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
|
D | api_def_AssignVariableOp.pbtxt | 24 this value or a subsequent newer value of the variable.
|
D | api_def_AssignAddVariableOp.pbtxt | 24 see the incremented value or a subsequent newer one.
|
D | api_def_AssignSubVariableOp.pbtxt | 24 see the decremented value or a subsequent newer one.
|
/external/llvm/test/Object/ |
D | nm-error.test | 2 keeps processing subsequent files.
|
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | named-metadata.ll | 15 ; conflicting with anonymous metadata), but not the subsequent ones.
|
/external/autotest/client/site_tests/login_OwnershipNotRetaken/ |
D | control | 15 This test checks that, after taking ownership successfully, subsequent logins
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
D | named-metadata.ll | 14 ; conflicting with anonymous metadata), but not the subsequent ones.
|
/external/autotest/client/tests/fsfuzzer/ |
D | control | 16 WARNING: Currently this test may not work, and it may break subsequent
|
12345678910>>...23