/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/valgrind/drd/tests/ |
D | tc22_exit_w_lock.stderr.exp-32bit | 10 (thread finished, call stack no longer available) 12 (thread finished, call stack no longer available) 22 (thread finished, call stack no longer available) 24 (thread finished, call stack no longer available) 34 (thread finished, call stack no longer available) 36 (thread finished, call stack no longer available) 46 (thread finished, call stack no longer available) 48 (thread finished, call stack no longer available) 58 (thread finished, call stack no longer available) 60 (thread finished, call stack no longer available) [all …]
|
D | fp_race.stderr.exp-mips32-le | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available) 16 (thread finished, call stack no longer available) 18 (thread finished, call stack no longer available) 25 (thread finished, call stack no longer available) 27 (thread finished, call stack no longer available) 34 (thread finished, call stack no longer available) 36 (thread finished, call stack no longer available)
|
D | sem_open.stderr.exp-mips32-le | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available) 16 (thread finished, call stack no longer available) 18 (thread finished, call stack no longer available) 25 (thread finished, call stack no longer available) 27 (thread finished, call stack no longer available) 34 (thread finished, call stack no longer available) 36 (thread finished, call stack no longer available)
|
D | sem_as_mutex.stderr.exp-mips32-le | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available) 16 (thread finished, call stack no longer available) 18 (thread finished, call stack no longer available) 25 (thread finished, call stack no longer available) 27 (thread finished, call stack no longer available) 34 (thread finished, call stack no longer available) 36 (thread finished, call stack no longer available)
|
D | fp_race.stderr.exp-mips32-be | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available) 16 (thread finished, call stack no longer available) 18 (thread finished, call stack no longer available) 25 (thread finished, call stack no longer available) 27 (thread finished, call stack no longer available) 34 (thread finished, call stack no longer available) 36 (thread finished, call stack no longer available)
|
D | sem_as_mutex.stderr.exp-mips32-be | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available) 16 (thread finished, call stack no longer available) 18 (thread finished, call stack no longer available) 25 (thread finished, call stack no longer available) 27 (thread finished, call stack no longer available) 34 (thread finished, call stack no longer available) 36 (thread finished, call stack no longer available)
|
D | sem_open.stderr.exp-mips32-be | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available) 16 (thread finished, call stack no longer available) 18 (thread finished, call stack no longer available) 25 (thread finished, call stack no longer available) 27 (thread finished, call stack no longer available) 34 (thread finished, call stack no longer available) 36 (thread finished, call stack no longer available)
|
D | hg05_race2.stderr.exp-powerpc | 8 (thread finished, call stack no longer available) 10 (thread finished, call stack no longer available) 17 (thread finished, call stack no longer available) 19 (thread finished, call stack no longer available)
|
/external/fio/doc/ |
D | make.bat | 81 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 89 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 97 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 105 echo.Build finished; now you can process the pickle files. 113 echo.Build finished; now you can process the JSON files. 121 echo.Build finished; now you can run HTML Help Workshop with the ^ 130 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 142 echo.Build finished. 150 echo.Build finished. The epub file is in %BUILDDIR%/epub. 158 echo.Build finished. The epub3 file is in %BUILDDIR%/epub3. [all …]
|
/external/devlib/doc/ |
D | make.bat | 79 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 87 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 95 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 103 echo.Build finished; now you can process the pickle files. 111 echo.Build finished; now you can process the JSON files. 119 echo.Build finished; now you can run HTML Help Workshop with the ^ 128 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 140 echo.Build finished. 148 echo.Build finished. The epub file is in %BUILDDIR%/epub. 156 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
D | UncompressedLZMA2OutputStream.java | 24 private boolean finished = false; field in UncompressedLZMA2OutputStream 54 if (finished) in write() 85 if (finished) in writeEndMarker() 103 if (finished) in flush() 118 if (!finished) { in finish() 128 finished = true; in finish() 134 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()
|
D | LZMA2OutputStream.java | 35 private boolean finished = false; field in LZMA2OutputStream 93 if (finished) in write() 181 assert !finished; in writeEndMarker() local 200 finished = true; in writeEndMarker() 207 if (finished) in flush() 226 if (!finished) { in finish() 236 finished = true; in finish() 242 if (!finished) { in close()
|
D | DeltaOutputStream.java | 22 private boolean finished = false; field in DeltaOutputStream 48 if (finished) in write() 71 if (finished) in flush() 83 if (!finished) { in finish() 94 finished = true; in finish()
|
/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/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/conscrypt/testing/src/main/java/libcore/javax/net/ssl/ |
D | TestSSLEnginePair.java | 59 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create() argument 61 SSLEngine[] engines = connect(c, hooks, finished); in create() 78 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 196 assertFinishedOnce(finished, unwrapResult); in handshakeCompleted() 214 assertFinishedOnce(finished, wrapResult); in handshakeCompleted()
|
/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/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()
|
/external/mesa3d/src/gallium/docs/ |
D | make.bat | 39 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 53 echo.Build finished; now you can process the pickle files. 60 echo.Build finished; now you can process the JSON files. 67 echo.Build finished; now you can run HTML Help Workshop with the ^ 75 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 86 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. 108 echo.Testing of doctests in the sources finished, look at the ^
|