Home
last modified time | relevance | path

Searched refs:specialized (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/third_party/boost/libs/iterator/doc/html/
Dstandalone_HTML.manifest6 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/
Dswap.qbk33 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/
Diterator.qbk102 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`]]
Dspecialized_adaptors.qbk1 [section:specialized Specialized Adaptors]
Dtype_traits.qbk27 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/
DMetadata.def38 // 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/
DMetadata.def37 // 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/
Dutil.py75 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/
Dbuild_windows.dart27 help: 'Build a version of your app specialized for performance profiling.'
31 help: 'Build a version of your app specialized for performance profiling.',
Dbuild_linux.dart27 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/
DGrSkSLFP.cpp85 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/
Demail.headerregistry.rst30 :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
Ddatatypes.rst7 The modules described in this chapter provide a variety of specialized data
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp1277 …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/
Dpointee.rst48 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/
Dgi-index.md6 more specialized elements.
Dindex.md6 more specialized elements.
/third_party/typescript/tests/baselines/reference/
DoverloadOnConstNoNonSpecializedSignature.types5 x1(a: 'hi'); // error, no non-specialized signature in overload list
DoverloadOnConstNoNonSpecializedSignature.symbols5 x1(a: 'hi'); // error, no non-specialized signature in overload list
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/
DREADME.md.tmpl9 a specialized package that includes platform-specific implementation code for
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_gl_spirv.txt88 - 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/
Dsupport.qbk19 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/
Dgraph_implementation_interface.ipp8 // forward definitions of the producer metafunctions that need to be specialized for
/third_party/boost/libs/mpl/doc/src/refmanual/
DMacros.rst4 preprocessor-related tasks to the corresponding specialized
/third_party/boost/libs/phoenix/doc/inside/
Dcustom_terminal.qbk21 needs to be specialized in order for Phoenix to recognize this wrapper type.

12345678910>>...13