/third_party/boost/libs/iterator/doc/html/ |
D | standalone_HTML.manifest | 6 iterator/specialized.html 7 iterator/specialized/filter.html 8 iterator/specialized/function_output.html 9 iterator/specialized/indirect.html 10 iterator/specialized/permutation.html 11 iterator/specialized/reverse.html 12 iterator/specialized/shared_container.html 13 iterator/specialized/transform.html 14 iterator/specialized/zip.html
|
/third_party/boost/libs/core/doc/ |
D | swap.qbk | 33 select a specialized swap function if available. If no 34 specialized swap function is available, `std::swap` is used. 45 implementation provides only the basic guarantee, specialized 53 `std::swap` for every type that requires a specialized swap. 55 whereas many Boost libraries provide specialized swap functions 104 `std::swap`, ignoring any specialized swap functions that 116 specialized than `std::swap`, thereby allowing the function
|
/third_party/boost/libs/iterator/doc/quickbook/ |
D | iterator.qbk | 102 Both _facade_ and _adaptor_ as well as many of the [link iterator.specialized specialized 113 [def _counting_ [link iterator.specialized.counting `counting_iterator`]] 114 [def _filter_ [link iterator.specialized.filter `filter_iterator`]] 116 [def _function_output_ [link iterator.specialized.function_output `function_output_iterator`]] 118 [def _indirect_ [link iterator.specialized.indirect `indirect_iterator`]] 119 [def _permutation_ [link iterator.specialized.permutation `permutation_iterator`]] 120 [def _reverse_ [link iterator.specialized.reverse `reverse_iterator`]] 121 [def _shared_ [link iterator.specialized.shared_container `shared_container_iterator`]] 122 [def _transform_ [link iterator.specialized.transform `transform_iterator`]] 123 [def _zip_ [link iterator.specialized.zip `zip_iterator`]]
|
D | specialized_adaptors.qbk | 1 [section:specialized Specialized Adaptors]
|
D | type_traits.qbk | 27 iterators), and when it guesses wrongly, it can be specialized as 41 `indirect_reference<T>::type` is rather more specialized than 49 [link iterator.specialized.indirect `indirect_iterator`].
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 38 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to 66 // Handler for specialized leaf nodes under MDNode. 71 // Handler for specialized non-leaf nodes under MDNode.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Metadata.def | 37 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to 65 // Handler for specialized leaf nodes under MDNode. 70 // Handler for specialized non-leaf nodes under MDNode.
|
/third_party/python/Lib/test/test_importlib/ |
D | util.py | 75 specialized = types.new_class(name, bases) 76 specialized.__module__ = cls.__module__ 77 specialized._NAME = cls.__name__ 78 specialized._KIND = kind 81 setattr(specialized, attr, value) 82 return specialized
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | build_windows.dart | 27 help: 'Build a version of your app specialized for performance profiling.' 31 help: 'Build a version of your app specialized for performance profiling.',
|
D | build_linux.dart | 27 help: 'Build a version of your app specialized for performance profiling.' 31 help: 'Build a version of your app specialized for performance profiling.',
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 85 std::unique_ptr<SkSL::Program> specialized = fCompiler.specialize(*fBaseProgram, inputMap); in getSpecialization() local 86 bool optimized = fCompiler.optimize(*specialized); in getSpecialization() 91 const SkSL::Program* result = specialized.get(); in getSpecialization() 92 fSpecializations.insert(std::make_pair(key, std::move(specialized))); in getSpecialization() 367 const SkSL::Program* specialized = fFactory->getSpecialization(fKey, fInputs.get(), fInputSize); in onCreateGLSLInstance() local 370 if (!fFactory->fCompiler.toPipelineStage(*specialized, &glsl, &formatArgs)) { in onCreateGLSLInstance() 374 return new GrGLSLSkSLFP(specialized->fContext.get(), &fFactory->fInputVars, glsl, formatArgs); in onCreateGLSLInstance()
|
/third_party/python/Doc/library/ |
D | email.headerregistry.rst | 30 :class:`.UnstructuredHeader` as their other base class. The specialized second 71 for this attribute is ``None``; it is expected that specialized header 89 defines a protocol that each specialized header cooperates with in order to 91 the specialized class provide a :func:`classmethod` named ``parse``. This 106 ``init`` method. The specialized class only needs to provide an ``init`` 114 That is, anything extra that the specialized class puts in to the ``kwds`` 314 dynamically, using *base_class* and a specialized class retrieved from a 316 registry, the class specified by *default_class* is used as the specialized 351 lower case in the registry. *cls* is the specialized class to be used, 363 Retrieves the specialized header associated with *name* from the
|
D | datatypes.rst | 7 The modules described in this chapter provide a variety of specialized data
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_common.hpp | 1277 …RConstant(TypeID constant_type_, const uint32_t *elements, uint32_t num_elements, bool specialized) in SPIRConstant() 1279 , specialization(specialized) in SPIRConstant() 1284 specialization = specialized; in SPIRConstant() 1288 SPIRConstant(TypeID constant_type_, uint32_t v0, bool specialized) in SPIRConstant() 1290 , specialization(specialized) in SPIRConstant() 1298 SPIRConstant(TypeID constant_type_, uint64_t v0, bool specialized) in SPIRConstant() 1300 , specialization(specialized) in SPIRConstant() 1309 bool specialized) in SPIRConstant() 1311 , specialization(specialized) in SPIRConstant()
|
/third_party/boost/libs/iterator/doc/ |
D | pointee.rst | 48 iterators), and when it guesses wrongly, it can be specialized as 63 ``indirect_reference<T>::type`` is rather more specialized than
|
/third_party/gstreamer/gstreamer/docs/gst/ |
D | gi-index.md | 6 more specialized elements.
|
D | index.md | 6 more specialized elements.
|
/third_party/typescript/tests/baselines/reference/ |
D | overloadOnConstNoNonSpecializedSignature.types | 5 x1(a: 'hi'); // error, no non-specialized signature in overload list
|
D | overloadOnConstNoNonSpecializedSignature.symbols | 5 x1(a: 'hi'); // error, no non-specialized signature in overload list
|
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/ |
D | README.md.tmpl | 9 a specialized package that includes platform-specific implementation code for
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_gl_spirv.txt | 88 - Verify if shader compile status is set to TRUE if shader is specialized. 118 already been specialized. 128 <program> are not specialized. 154 - Create fragment shader with specialized constant floats - one for each color
|
/third_party/boost/libs/fusion/doc/ |
D | support.qbk | 19 specialized to accommodate clients which provide Fusion conforming sequences. 70 specialized sequence that does not actually contain data. Views hold 73 may be specialized to accommodate clients providing Fusion conforming views. 128 This metafunction may be specialized to accommodate clients providing Fusion
|
/third_party/boost/boost/msm/mpl_graph/detail/ |
D | graph_implementation_interface.ipp | 8 // forward definitions of the producer metafunctions that need to be specialized for
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | Macros.rst | 4 preprocessor-related tasks to the corresponding specialized
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | custom_terminal.qbk | 21 needs to be specialized in order for Phoenix to recognize this wrapper type.
|