/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 40 int __cil_copy_node_helper(struct cil_tree_node *orig, uint32_t *finished, void *extra_args); 1401 uint32_t finished = 0; in test_cil_copy_node_helper_block() local 1407 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_block() 1408 CuAssertIntEquals(tc, finished, 0); in test_cil_copy_node_helper_block() 1421 uint32_t finished = 0; in test_cil_copy_node_helper_block_merge() local 1427 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_block_merge() 1428 CuAssertIntEquals(tc, finished, 0); in test_cil_copy_node_helper_block_merge() 1444 uint32_t finished = 0; in test_cil_copy_node_helper_perm() local 1462 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args); in test_cil_copy_node_helper_perm() 1463 CuAssertIntEquals(tc, finished, 0); in test_cil_copy_node_helper_perm() [all …]
|
D | test_cil_resolve_ast.c | 42 …le_children_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *); 8004 uint32_t finished = 0; in test_cil_disable_children_helper_optional_enabled() local 8006 int rc = __cil_disable_children_helper(test_db->ast->root->cl_head, &finished, NULL); in test_cil_disable_children_helper_optional_enabled() 8021 uint32_t finished = 0; in test_cil_disable_children_helper_optional_disabled() local 8025 int rc = __cil_disable_children_helper(test_db->ast->root->cl_head, &finished, NULL); in test_cil_disable_children_helper_optional_disabled() 8040 uint32_t finished = 0; in test_cil_disable_children_helper_block() local 8042 int rc = __cil_disable_children_helper(test_db->ast->root->cl_head, &finished, NULL); in test_cil_disable_children_helper_block() 8057 uint32_t finished = 0; in test_cil_disable_children_helper_user() local 8059 int rc = __cil_disable_children_helper(test_db->ast->root->cl_head, &finished, NULL); in test_cil_disable_children_helper_user() 8074 uint32_t finished = 0; in test_cil_disable_children_helper_role() local [all …]
|
D | test_cil_build_ast.c | 16421 uint32_t finished = 0; in test_cil_build_ast_node_helper_block() local 16425 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_block() 16427 CuAssertIntEquals(tc, 0, finished); in test_cil_build_ast_node_helper_block() 16439 uint32_t finished = 0; in test_cil_build_ast_node_helper_block_neg() local 16443 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_block_neg() 16445 CuAssertIntEquals(tc, 0, finished); in test_cil_build_ast_node_helper_block_neg() 16458 uint32_t finished = 0; in test_cil_build_ast_node_helper_blockinherit() local 16462 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_blockinherit() 16464 CuAssertIntEquals(tc, 0, finished); in test_cil_build_ast_node_helper_blockinherit() 16476 uint32_t finished = 0; in test_cil_build_ast_node_helper_blockinherit_neg() local [all …]
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | FramedStream.java | 87 this.source.finished = inFinished; in FramedStream() 88 this.sink.finished = outFinished; in FramedStream() 110 if ((source.finished || source.closed) in isOpen() 111 && (sink.finished || sink.closed) in isOpen() 175 this.sink.finished = true; in reply() 243 if (source.finished && sink.finished) { in closeInternal() 293 this.source.finished = true; in receiveFin() 331 private boolean finished; field in FramedStream.FramedDataSource 376 while (readBuffer.size() == 0 && !finished && !closed && errorCode == null) { in waitUntilReadable() 388 boolean finished; in receive() [all …]
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
D | FramedStream.java | 89 this.source.finished = inFinished; in FramedStream() 90 this.sink.finished = outFinished; in FramedStream() 112 if ((source.finished || source.closed) in isOpen() 113 && (sink.finished || sink.closed) in isOpen() 177 this.sink.finished = true; in reply() 245 if (source.finished && sink.finished) { in closeInternal() 295 this.source.finished = true; in receiveFin() 333 private boolean finished; field in FramedStream.FramedDataSource 378 while (readBuffer.size() == 0 && !finished && !closed && errorCode == null) { in waitUntilReadable() 390 boolean finished; in receive() [all …]
|
/external/tensorflow/tensorflow/contrib/specs/python/ |
D | summaries.py | 75 def tf_structure(x, include_shapes=False, finished=None): argument 92 if finished is None: 93 finished = set() 99 if x in finished: 101 finished |= {x} 105 result += tf_structure(y, include_shapes, finished) 114 def tf_print(x, depth=0, finished=None, printer=print): argument 128 if finished is None: 129 finished = set() 137 if x in finished: [all …]
|
/external/python/dateutil/docs/ |
D | make.bat | 67 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 75 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 83 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 91 echo.Build finished; now you can process the pickle files. 99 echo.Build finished; now you can process the JSON files. 107 echo.Build finished; now you can run HTML Help Workshop with the ^ 116 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 128 echo.Build finished. 136 echo.Build finished. The epub file is in %BUILDDIR%/epub. 144 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
D | sampler.py | 171 (finished, next_inputs) = self._initialize_fn(inputs, **kwargs) 173 self._batch_size = array_ops.size(finished) 174 return (finished, next_inputs) 251 finished = math_ops.equal(0, self.sequence_length) 252 all_finished = math_ops.reduce_all(finished) 257 return (finished, next_inputs) 267 finished = (next_time >= self.sequence_length) 268 all_finished = math_ops.reduce_all(finished) 277 return (finished, next_inputs, state) 348 (finished, base_next_inputs, state) = ( [all …]
|
D | helper.py | 210 (finished, next_inputs) = self._initialize_fn() 212 self._batch_size = array_ops.size(finished) 213 return (finished, next_inputs) 287 finished = math_ops.equal(0, self._sequence_length) 288 all_finished = math_ops.reduce_all(finished) 292 return (finished, next_inputs) 305 finished = (next_time >= self._sequence_length) 306 all_finished = math_ops.reduce_all(finished) 312 return (finished, next_inputs, state) 384 (finished, base_next_inputs, state) = ( [all …]
|
/external/clang/docs/ |
D | make.bat | 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 75 echo.Build finished; now you can process the pickle files. 83 echo.Build finished; now you can process the JSON files. 91 echo.Build finished; now you can run HTML Help Workshop with the ^ 100 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 112 echo.Build finished. 120 echo.Build finished. The epub file is in %BUILDDIR%/epub. 128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
/external/clang/docs/analyzer/ |
D | make.bat | 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 75 echo.Build finished; now you can process the pickle files. 83 echo.Build finished; now you can process the JSON files. 91 echo.Build finished; now you can run HTML Help Workshop with the ^ 100 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 112 echo.Build finished. 120 echo.Build finished. The epub file is in %BUILDDIR%/epub. 128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
/external/llvm/docs/ |
D | make.bat | 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 75 echo.Build finished; now you can process the pickle files. 83 echo.Build finished; now you can process the JSON files. 91 echo.Build finished; now you can run HTML Help Workshop with the ^ 100 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 112 echo.Build finished. 120 echo.Build finished. The epub file is in %BUILDDIR%/epub. 128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | make.bat | 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 75 echo.Build finished; now you can process the pickle files. 83 echo.Build finished; now you can process the JSON files. 91 echo.Build finished; now you can run HTML Help Workshop with the ^ 100 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 112 echo.Build finished. 120 echo.Build finished. The epub file is in %BUILDDIR%/epub. 128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
/external/xz-java/src/org/tukaani/xz/ |
D | UncompressedLZMA2OutputStream.java | 25 private boolean finished = false; field in UncompressedLZMA2OutputStream 63 if (finished) in write() 95 if (finished) in writeEndMarker() 108 finished = true; in writeEndMarker() 116 if (finished) in flush() 131 if (!finished) { in finish() 145 if (!finished) { in close()
|
D | SimpleOutputStream.java | 26 private boolean finished = false; field in SimpleOutputStream 55 if (finished) in write() 92 assert !finished; in writePending() local 104 finished = true; in writePending() 112 if (!finished) { in finish() 127 if (!finished) { in close()
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/ |
D | TestSSLEnginePair.java | 66 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create() argument 68 SSLEngine[] engines = connect(c, hooks, finished); in create() 85 boolean finished[]) throws IOException { in connect() argument 133 if (finished != null) { in connect() 134 assertEquals(2, finished.length); in connect() 135 finished[0] = clientFinished[0]; in connect() 136 finished[1] = serverFinished[0]; in connect() 170 boolean[] finished) throws IOException { in handshakeCompleted() argument 204 assertFinishedOnce(finished, unwrapResult); in handshakeCompleted() 222 assertFinishedOnce(finished, wrapResult); in handshakeCompleted()
|
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/ |
D | TestSSLEnginePair.java | 64 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create() argument 66 SSLEngine[] engines = connect(c, hooks, finished); in create() 83 boolean finished[]) throws IOException { in connect() argument 131 if (finished != null) { in connect() 132 assertEquals(2, finished.length); in connect() 133 finished[0] = clientFinished[0]; in connect() 134 finished[1] = serverFinished[0]; in connect() 165 boolean[] finished) throws IOException { in handshakeCompleted() argument 199 assertFinishedOnce(finished, unwrapResult); in handshakeCompleted() 217 assertFinishedOnce(finished, wrapResult); in handshakeCompleted()
|
/external/tensorflow/tensorflow/lite/testing/ |
D | message_test.cc | 56 bool finished() const { return finished_; } in finished() function in tflite::testing::__anon6e82b0a00111::TestMessage 66 ASSERT_TRUE(message.finished()); in TEST() 91 ASSERT_FALSE(message.finished()); in TEST() 97 ASSERT_FALSE(message.finished()); in TEST() 103 ASSERT_FALSE(message.finished()); in TEST() 109 ASSERT_FALSE(message.finished()); in TEST() 115 ASSERT_FALSE(message.finished()); in TEST()
|
/external/lzma/C/ |
D | MtCoder.c | 122 BoolInt finished; in ThreadFunc2() local 141 finished = True; in ThreadFunc2() 167 finished = (size != mtc->blockSize); in ThreadFunc2() 179 finished = (mtc->inDataSize == (size_t)readProcessed); in ThreadFunc2() 208 finished = True; in ThreadFunc2() 210 if (!finished) in ThreadFunc2() 221 finished = True; in ThreadFunc2() 226 if (finished) in ThreadFunc2() 242 mtc->inStream ? t->inBuf : inData, size, finished); in ThreadFunc2() 254 block->finished = finished; in ThreadFunc2() [all …]
|
/external/python/rsa/doc/ |
D | make.bat | 47 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 55 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 63 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 71 echo.Build finished; now you can process the pickle files. 79 echo.Build finished; now you can process the JSON files. 87 echo.Build finished; now you can run HTML Help Workshop with the ^ 96 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 108 echo.Build finished. 116 echo.Build finished. The epub file is in %BUILDDIR%/epub. 124 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
/external/python/cpython2/Demo/threads/ |
D | sync.py | 503 def _qsort(tid, a, l, r, finished): argument 524 finished.post() 526 def _randarray(tid, a, finished): argument 534 finished.post() 546 finished = event() 547 _new_thread(_randarray, a, finished) 548 finished.wait() 551 finished.clear() 552 _new_thread(_qsort, a, 0, len(a), finished) 553 finished.wait() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | RuntimeEnvironmentTest.java | 32 final CountDownLatch finished = new CountDownLatch(1); in isMainThread_forNewThread_withoutSwitch() local 37 finished.countDown(); in isMainThread_forNewThread_withoutSwitch() 42 if (!finished.await(1000, MILLISECONDS)) { in isMainThread_forNewThread_withoutSwitch() 52 final CountDownLatch finished = new CountDownLatch(1); in isMainThread_forNewThread_withSwitch() local 57 finished.countDown(); in isMainThread_forNewThread_withSwitch() 62 if (!finished.await(1000, MILLISECONDS)) { in isMainThread_forNewThread_withSwitch()
|
/external/grpc-grpc/src/objective-c/RxLibrary/ |
D | GRXConcurrentWriteable.m | 70 BOOL finished = NO; 75 finished = YES; 78 if (!finished) { 91 BOOL finished = NO; 96 finished = YES; 99 if (!finished) { 113 BOOL finished = NO; 118 finished = YES; 121 if (!finished) {
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ar/ |
D | ArArchiveOutputStream.java | 48 private boolean finished = false; field in ArArchiveOutputStream 74 if(finished) { in closeArchiveEntry() 88 if(finished) { in putArchiveEntry() 210 if (!finished) { in close() 222 if(finished) { in createArchiveEntry() 232 } else if(finished) { in finish() 235 finished = true; in finish()
|
/external/eigen/test/ |
D | commainitializer.cpp | 27 …AL((m_fixed << mat11, mat12, mat21, matx22).finished(), (m_dynamic << mat11, matx12, mat21, matx22… in test_blocks() 32 …AL((m_fixed << mat12, mat11, matx21, mat22).finished(), (m_dynamic << mat12, matx11, matx21, mat22… in test_blocks() 43 …<< mat11, mat12, mat11, mat11, mat21, mat21, mat22).finished(), (m_dynamic << mat12, mat22).finish… in test_blocks()
|