/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/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_acquire_winrt_display.txt | 103 https://docs.microsoft.com/en-us/windows-hardware/drivers/display/specialized-monitors 111 https://docs.microsoft.com/en-us/windows-hardware/drivers/display/specialized-monitors-compositor["… 114 The feature is for writing compositor apps that drive specialized hardware. 117 https://docs.microsoft.com/en-us/windows-hardware/drivers/display/specialized-monitors#windows-10-v…
|
D | VK_KHR_fragment_shading_rate.txt | 43 specialized image attachment.
|
/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/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
|
D | restParameterAssignmentCompatibility.types | 29 // M is a non - specialized call or construct signature and S' contains a call or construct signatu…
|
D | restParameterAssignmentCompatibility.symbols | 31 // M is a non - specialized call or construct signature and S' contains a call or construct signatu…
|
D | classWithBaseClassButNoConstructor.errors.txt | 38 // specialized base class
|
D | valueOfTypedArray.types | 2 // All declarations should pass, as valueOf has been specialized for all TypedArrays
|
D | classWithBaseClassButNoConstructor.types | 62 // specialized base class
|
D | typesWithSpecializedConstructSignatures.types | 2 // basic uses of specialized signatures without errors
|
/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/rust/crates/bindgen/bindgen/ |
D | clang.rs | 288 self.specialized().is_some() in is_template_specialization() 466 pub fn specialized(&self) -> Option<Cursor> { in specialized() method 1977 if let Some(specialized) = c.specialized() { in ast_dump() 1978 if specialized != *c { in ast_dump() 1983 &specialized, in ast_dump()
|
/third_party/lwip/ |
D | FEATURES | 8 - APIs: specialized APIs for enhanced performance & zero copy, optional Berkeley-alike socket API
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | Reactor.md | 33 …ile time, or dynamically by examining the parameters at run-time and generating a specialized path. 35 …specialized benchmark does not take into account that a typical real-world application deals with … 39 … which compiles the query into an optimized sequence of routines, each specialized to the data typ… 235 …+ function. The real power of Reactor is to generate routines that are specialized for a certain s…
|
/third_party/zlib/contrib/iostream3/ |
D | README | 7 It does this by deriving a specialized stream buffer for gzipped files, which is
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Traits.inl | 20 // Non-specialized implementation of CToReactorPtr::cast() defaults to
|
/third_party/gstreamer/gstreamer/docs/random/ds/ |
D | caps | 21 - Allow specialized elements to suggest reasonable defaults.
|