Searched full:concepts (Results 1 – 25 of 4183) sorted by relevance
12345678910>>...168
/external/sdv/vsomeip/third_party/boost/numeric/odeint/doc/ |
D | concepts.qbk | 13 [section:concepts Concepts] 14 [# odeint.concepts] 16 [include concepts/system.qbk] 17 [include concepts/second_order_system.qbk] 18 [include concepts/symplectic_system.qbk] 19 [include concepts/implicit_system.qbk] 20 [include concepts/stepper.qbk] 21 [include concepts/error_stepper.qbk] 22 [include concepts/controlled_stepper.qbk] 23 [include concepts/dense_output_stepper.qbk] [all …]
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/transitive_includes/ |
D | cxx20.csv | 7 algorithm concepts 37 any concepts 68 array concepts 110 barrier concepts 147 bitset concepts 186 ccomplex concepts 232 charconv concepts 255 chrono concepts 314 codecvt concepts 360 complex concepts [all …]
|
D | cxx17.csv | 7 algorithm concepts 43 any concepts 87 array concepts 128 barrier concepts 162 bitset concepts 201 ccomplex concepts 247 charconv concepts 268 chrono concepts 319 codecvt concepts 365 complex concepts [all …]
|
D | cxx11.csv | 7 algorithm concepts 43 any concepts 87 array concepts 128 barrier concepts 162 bitset concepts 201 ccomplex concepts 246 charconv concepts 265 chrono concepts 316 codecvt concepts 362 complex concepts [all …]
|
D | cxx03.csv | 7 algorithm concepts 43 any concepts 87 array concepts 128 barrier concepts 162 bitset concepts 201 ccomplex concepts 246 charconv concepts 265 chrono concepts 316 codecvt concepts 362 complex concepts [all …]
|
D | cxx14.csv | 7 algorithm concepts 44 any concepts 89 array concepts 131 barrier concepts 165 bitset concepts 205 ccomplex concepts 251 charconv concepts 270 chrono concepts 322 codecvt concepts 369 complex concepts [all …]
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/transitive_includes/ |
D | cxx20.csv | 7 algorithm concepts 37 any concepts 68 array concepts 110 barrier concepts 147 bitset concepts 186 ccomplex concepts 232 charconv concepts 255 chrono concepts 314 codecvt concepts 360 complex concepts [all …]
|
D | cxx17.csv | 7 algorithm concepts 43 any concepts 87 array concepts 128 barrier concepts 162 bitset concepts 201 ccomplex concepts 247 charconv concepts 268 chrono concepts 319 codecvt concepts 365 complex concepts [all …]
|
D | cxx03.csv | 7 algorithm concepts 43 any concepts 87 array concepts 128 barrier concepts 162 bitset concepts 201 ccomplex concepts 246 charconv concepts 265 chrono concepts 316 codecvt concepts 362 complex concepts [all …]
|
D | cxx14.csv | 7 algorithm concepts 44 any concepts 89 array concepts 131 barrier concepts 165 bitset concepts 205 ccomplex concepts 251 charconv concepts 270 chrono concepts 322 codecvt concepts 369 complex concepts [all …]
|
D | cxx11.csv | 7 algorithm concepts 43 any concepts 87 array concepts 128 barrier concepts 162 bitset concepts 201 ccomplex concepts 246 charconv concepts 265 chrono concepts 316 codecvt concepts 362 complex concepts [all …]
|
/external/cronet/stable/third_party/libc++/src/modules/std/ |
D | concepts.inc | 12 // [concepts.lang], language-related concepts 28 // [concepts.arithmetic], arithmetic concepts 62 // [concepts.compare], comparison concepts 71 // [concepts.object], object concepts 77 // [concepts.callable], callable concepts
|
/external/cronet/tot/third_party/libc++/src/modules/std/ |
D | concepts.inc | 12 // [concepts.lang], language-related concepts 28 // [concepts.arithmetic], arithmetic concepts 62 // [concepts.compare], comparison concepts 71 // [concepts.object], object concepts 77 // [concepts.callable], callable concepts
|
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/ |
D | refmanual.toc | 2 Sequences/Concepts 7 Iterators/Concepts 10 Algorithms/Concepts 17 Metafunctions/Concepts 29 Data Types/Concepts 39 Categorized Index/Concepts
|
D | Sequences-Concepts.rst | 2 The taxonomy of sequence concepts in MPL parallels the taxonomy of the MPL 22 Two utility concepts, |Variadic Sequence| and |Integral Sequence Wrapper|, 27 .. |sequence concepts| replace:: `sequence concepts`_ 28 .. _`sequence concepts`: `label-Sequences-Concepts`_
|
/external/sdv/vsomeip/third_party/boost/concept_check/ |
D | prog_with_concepts.htm | 14 <title>Programming With Concepts</title> 24 <h2><a name="programming-with-concepts" id= 25 "programming-with-concepts">Programming with Concepts</a></h2> 27 <p>The process of deciding how to group requirements into concepts and 28 deciding which concepts to use in each algorithm is perhaps the most 45 requirements. Thus, concepts are simply the embodiment of generic abstract 48 <p>When designing the concepts for some problem domain it is important to 51 principle, this means we want to minimize concepts. 57 minimizing concepts does not mean simply 108 <p>Minimality in concepts is a property associated with the underlying [all …]
|
/external/sdv/vsomeip/third_party/boost/iterator/doc/quickbook/ |
D | algorithms.qbk | 5 …ion of `std::advance` for the Boost iterator [link iterator.concepts.traversal traversal concepts]. 29 If `Iterator` does not model [link iterator.concepts.traversal.bidirectional Bidirectional Traversa… 33 If `Iterator` models [link iterator.concepts.traversal.random_access Random Access Traversal Iterat… 48 …on of `std::distance` for the Boost iterator [link iterator.concepts.traversal traversal concepts]. 66 `Iterator` should model [link iterator.concepts.traversal.single_pass Single Pass Iterator]. 70 If `Iterator` models [link iterator.concepts.traversal.random_access Random Access Traversal Iterat… 74 If `Iterator` models [link iterator.concepts.traversal.random_access Random Access Traversal Iterat… 141 Second, `boost::next()` and `boost::prior()` use [link iterator.concepts.traversal traversal catego…
|
D | archetypes.qbk | 4 one of the iterator access concepts and one of the iterator traversal concepts. 7 For further information see the documentation for the |concepts|_ library. 151 [h2 Concepts] 153 `iterator_archetype` models the iterator concepts specified by the 156 concepts or any more derived traversal concepts.
|
/external/pigweed/docs/ |
D | overview.rst | 42 * :ref:`A comprehensive set of libraries for embedded development<docs-concepts-embedded-developmen… 43 * :ref:`A hermetic and replicable development environment<docs-concepts-development-environment>` 44 * :ref:`A system for building, testing, and linting your project<docs-concepts-build-system>` 45 * :ref:`A full framework for new projects that want a turn-key solution<docs-concepts-full-framewor… 47 .. _docs-concepts-embedded-development-libraries: 66 .. _docs-concepts-development-environment: 76 .. _docs-concepts-build-system: 85 .. _docs-concepts-full-framework: 95 .. _docs-concepts-right-for-my-project: 128 .. _docs-concepts-python-version:
|
/external/cronet/tot/third_party/libc++/src/include/ |
D | concepts | 14 concepts synopsis 16 // [concepts.lang], language-related concepts 37 // [concepts.arithmetic], arithmetic concepts 94 // [concepts.object], object concepts 104 // [concepts.callable], callable concepts
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/ |
D | concepts | 14 concepts synopsis 16 // [concepts.lang], language-related concepts 37 // [concepts.arithmetic], arithmetic concepts 94 // [concepts.object], object concepts 104 // [concepts.callable], callable concepts
|
/external/cronet/stable/third_party/libc++/src/include/ |
D | concepts | 14 concepts synopsis 16 // [concepts.lang], language-related concepts 37 // [concepts.arithmetic], arithmetic concepts 94 // [concepts.object], object concepts 104 // [concepts.callable], callable concepts
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/ |
D | concepts | 14 concepts synopsis 16 // [concepts.lang], language-related concepts 37 // [concepts.arithmetic], arithmetic concepts 94 // [concepts.object], object concepts 104 // [concepts.callable], callable concepts
|
/external/sdv/vsomeip/third_party/boost/iterator/doc/ |
D | iterator_concepts.rst | 6 Iterator Concepts 27 the documentation for the |concepts|_ library. 29 .. |concepts| replace:: ``boost::concept_check`` substdef 36 Iterator Access Concepts 57 Iterator Traversal Concepts 91 // Iterator Access Concepts 108 // Iterator Traversal Concepts
|
/external/bazelbuild-rules_rust/docs/ |
D | rust_doc.md | 57 …name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-nam… 58 …ust_library` or `rust_binary` targets. | <a href="https://bazel.build/concepts/labels">Label</a>… 59 …ile to add in `<body>`, after content. | <a href="https://bazel.build/concepts/labels">Label</a>… 60 …le to add in `<body>`, before content. | <a href="https://bazel.build/concepts/labels">Label</a>… 61 …_in_header | File to add to `<head>`. | <a href="https://bazel.build/concepts/labels">Label</a>… 62 … `<link>` in a rendered Markdown file. | <a href="https://bazel.build/concepts/labels">List of l… 117 …name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-nam… 118 …` targets if linking a native library. | <a href="https://bazel.build/concepts/labels">List of l… 119 …ust_library` or `rust_binary` targets. | <a href="https://bazel.build/concepts/labels">Label</a>…
|
12345678910>>...168