/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 …]
|
/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 | 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 | 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_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 | 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)
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | player.js | 60 if (this.finished && !ignoreLimit) 107 get finished() { getter in scope.Player 119 if (this.finished) 125 if (this.finished || this._idle) { 136 if (!this.finished && !this.paused && !this._idle) { 172 var finished = this.finished; 173 if ((finished || this._idle) && !this._finishedFlag) { 182 this._finishedFlag = finished; 188 else if (!this.finished)
|
/external/chromium-trace/catapult/third_party/html5lib-python/doc/ |
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/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/chromium-trace/catapult/third_party/webapp2/docs/ |
D | make.bat | 46 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 53 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 60 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 67 echo.Build finished; now you can process the pickle files. 74 echo.Build finished; now you can process the JSON files. 81 echo.Build finished; now you can run HTML Help Workshop with the ^ 89 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 100 echo.Build finished. 107 echo.Build finished. The epub file is in %BUILDDIR%/epub. 114 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/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/chromium-trace/catapult/third_party/gsutil/third_party/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/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/ |
D | make.bat | 42 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 49 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 56 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 63 echo.Build finished; now you can process the pickle files. 70 echo.Build finished; now you can process the JSON files. 77 echo.Build finished; now you can run HTML Help Workshop with the ^ 85 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 96 echo.Build finished. 103 echo.Build finished. The epub file is in %BUILDDIR%/epub. 110 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ |
D | RepeatAction.java | 25 private boolean finished; field in RepeatAction 30 if (finished) return true; in delegate() 40 finished = true; in finish() 46 finished = false; in restart()
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
D | stats.py | 20 self.finished = 0 54 out += str(self.finished) 58 out += '%5.1f' % (self.finished * 1.0 / 68 out += str(self.started - self.finished) 74 out += str(self.total - self.finished)
|
/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 ^
|