Searched refs:chapters (Results 1 – 25 of 102) sorted by relevance
12345
/external/lz4/contrib/gen_manual/ |
D | gen_manual.cpp | 111 vector<string> input, lines, comments, chapters; in main() local 222 chapters.push_back(comments[0]); in main() 239 for (size_t i=0; i<chapters.size(); i++) in main() 240 ostream << "<li><a href=\"#Chapter" << i+1 << "\">" << chapters[i].c_str() << "</a></li>\n"; in main()
|
/external/freetype/src/tools/docmaker/ |
D | formatter.py | 40 self.chapters = processor.chapters 107 for chap in self.processor.chapters:
|
D | content.py | 410 self.chapters = [] # list of chapters 425 self.chapters.append( chapter ) 524 for chap in self.chapters: 550 self.chapters.append( chap )
|
/external/python/cpython2/Doc/library/ |
D | intro.rst | 35 grouped in chapters of related modules. The ordering of the chapters as well as
|
D | mac.rst | 9 See the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules` for more
|
/external/python/cpython2/Doc/extending/ |
D | embedding.rst | 10 The previous chapters discussed how to extend Python, that is, how to extend the 36 described in the previous chapters to construct and use Python objects. 96 chapters are still valid. To show this, consider what the extension code from 122 you can refer to earlier chapters for the required information.
|
/external/python/cpython3/Doc/extending/ |
D | embedding.rst | 10 The previous chapters discussed how to extend Python, that is, how to extend the 36 described in the previous chapters to construct and use Python objects. 101 chapters are still valid. To show this, consider what the extension code from 127 you can refer to earlier chapters for the required information.
|
/external/eigen/doc/ |
D | Overview.dox | 17 The \b main \b documentation is organized into \em chapters covering different domains of features.
|
/external/python/cpython3/Doc/library/ |
D | intro.rst | 34 chapters of related modules.
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_FunctionalStressTest | 71 - create directories corresponding to POSIX chapters (see .1-1990 or
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl08.rst | 172 note that the arguments to ``llvm-config`` are different to the previous chapters.
|
D | LangImpl06.rst | 116 did in `previous chapters <LangImpl5.html#lexer-extensions-for-if-then-else>`_. One nice thing 452 covered in the last chapters, we have grown a real-ish language. With
|
D | BuildingAJIT1.rst | 105 (since there's no way to re-invoke an anonymous expression). In later chapters 231 compile them. In later chapters we will teach our JIT to defer compilation
|
D | OCamlLangImpl1.rst | 34 I've tried to put this tutorial together in a way that makes chapters
|
/external/llvm/docs/tutorial/ |
D | LangImpl08.rst | 172 note that the arguments to ``llvm-config`` are different to the previous chapters.
|
D | BuildingAJIT1.rst | 101 (since there's no way to re-invoke an anonymous expression). In later chapters 218 immediately compile them. In later chapters we will teach our JIT to be lazier
|
D | LangImpl06.rst | 116 did in `previous chapters <LangImpl5.html#lexer-extensions-for-if-then-else>`_. One nice thing 451 covered in the last chapters, we have grown a real-ish language. With
|
D | OCamlLangImpl1.rst | 34 I've tried to put this tutorial together in a way that makes chapters
|
/external/python/cpython2/Doc/reference/ |
D | introduction.rst | 136 definitions; uses in subsequent chapters are syntactic definitions.
|
/external/python/cpython3/Doc/reference/ |
D | introduction.rst | 131 definitions; uses in subsequent chapters are syntactic definitions.
|
/external/ltp/doc/ |
D | build-system-guide.txt | 204 here are the following sections and chapters I suggest reviewing:
|
/external/libevent/ |
D | Doxyfile | 166 # include the index chapters (such as File Index, Compound Index, etc.)
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 2168 Chapter* const chapters = new (std::nothrow) Chapter[size]; // NOLINT in ExpandChaptersArray() local 2169 if (chapters == NULL) in ExpandChaptersArray() 2174 Chapter* const dst = chapters + idx; in ExpandChaptersArray() 2180 chapters_ = chapters; in ExpandChaptersArray()
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 2168 Chapter* const chapters = new (std::nothrow) Chapter[size]; // NOLINT in ExpandChaptersArray() local 2169 if (chapters == NULL) in ExpandChaptersArray() 2174 Chapter* const dst = chapters + idx; in ExpandChaptersArray() 2180 chapters_ = chapters; in ExpandChaptersArray()
|
/external/u-boot/doc/ |
D | README.mxs | 125 discussed in the following chapters.
|
12345