Searched +full:- +full:- +full:template (Results 1 – 25 of 1252) sorted by relevance
12345678910>>...51
| /third_party/EGL/sdk/docs/man/xhtml/ |
| D | ctop.xsl | 1 <!-- saved from url=(0013)about:internet --> 8 <!-- 14 href="http://www.w3.org/Consortium/Legal/copyright-software-19980720" 16 --> 20 <xsl:template mode="c2p" match="*"> 22 <xsl:copy-of select="@*"/> 23 <xsl:apply-templates mode="c2p"/> 25 </xsl:template> 28 <!-- 4.4.1.1 cn --> 30 <xsl:template mode="c2p" match="mml:cn"> [all …]
|
| D | egl-man.xsl | 12 <!-- This file contains the "customization layer" for the Docbook system. When a Docbook rule 13 doesn't do exactly what we need, we override the rule in this file with a modified rule. --> 15 <!-- Inserts the file style-css.xsl. This is embeddd into the <head /> tag of each resulting html f… 16 <xsl:include href="styles-css.xsl" /> 22 <!-- Set this param to a placeholder for the base URL of the external specification document. Inclu… 25 can be any string, and only needs to match the same placeholder string in pageNumberLookup.rb. --> 26 …<xsl:param name="SpecBaseUrl">http://www.khronos.org/registry/cl/specs/opencl-1.x-latest.pdf#named… 28 <!-- This generates a URL based on the contents of Refentry title. However if there is a value 29 …for the href attribute in Citerefentry, then it will create the URL out if that content instead --> 30 <xsl:template name="generate.citerefentry.link"> [all …]
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
| D | ctop.xsl | 1 <!-- saved from url=(0013)about:internet --> 8 <!-- 14 href="http://www.w3.org/Consortium/Legal/copyright-software-19980720" 16 --> 20 <xsl:template mode="c2p" match="*"> 22 <xsl:copy-of select="@*"/> 23 <xsl:apply-templates mode="c2p"/> 25 </xsl:template> 28 <!-- 4.4.1.1 cn --> 30 <xsl:template mode="c2p" match="mml:cn"> [all …]
|
| D | egl-man.xsl | 12 <!-- This file contains the "customization layer" for the Docbook system. When a Docbook rule 13 doesn't do exactly what we need, we override the rule in this file with a modified rule. --> 15 <!-- Inserts the file style-css.xsl. This is embeddd into the <head /> tag of each resulting html f… 16 <xsl:include href="styles-css.xsl" /> 22 <!-- Set this param to a placeholder for the base URL of the external specification document. Inclu… 25 can be any string, and only needs to match the same placeholder string in pageNumberLookup.rb. --> 26 …<xsl:param name="SpecBaseUrl">http://www.khronos.org/registry/cl/specs/opencl-1.x-latest.pdf#named… 28 <!-- This generates a URL based on the contents of Refentry title. However if there is a value 29 …for the href attribute in Citerefentry, then it will create the URL out if that content instead --> 30 <xsl:template name="generate.citerefentry.link"> [all …]
|
| /third_party/EGL/sdk/docs/man/ |
| D | db4-upgrade.xsl | 6 exclude-result-prefixes="exsl db" 9 <!-- 17 # Release: $Id: db4-upgrade.xsl 9828 2013-11-03 21:45:22Z tom_schr $ 28 # to the docbook@lists.oasis-open.org mailing list. For more 29 # information, see http://www.oasis-open.org/docbook/. 32 --> 34 …ram name="db5.version" select="'5.0'"/> <!-- DocBook version for the output 5.0 and 5.1 only curre… 35 …name="db5.version.string" select="$db5.version"/> <!-- Set this if you want a local version number… 36 …keep.numbered.sections" select="'0'"/> <!-- Set to 1 to keep numbered sections, default changes to… 38 <xsl:variable name="version" select="'1.1'"/> <!-- version of this transform --> [all …]
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/ |
| D | db4-upgrade.xsl | 6 exclude-result-prefixes="exsl db" 9 <!-- 17 # Release: $Id: db4-upgrade.xsl 9828 2013-11-03 21:45:22Z tom_schr $ 28 # to the docbook@lists.oasis-open.org mailing list. For more 29 # information, see http://www.oasis-open.org/docbook/. 32 --> 34 …ram name="db5.version" select="'5.0'"/> <!-- DocBook version for the output 5.0 and 5.1 only curre… 35 …name="db5.version.string" select="$db5.version"/> <!-- Set this if you want a local version number… 36 …keep.numbered.sections" select="'0'"/> <!-- Set to 1 to keep numbered sections, default changes to… 38 <xsl:variable name="version" select="'1.1'"/> <!-- version of this transform --> [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | type_vec1.inl | 6 // -- Implicit basic constructors -- 9 template <typename T, precision P> 18 template <typename T, precision P> 24 template <typename T, precision P> 25 template <precision Q> 30 // -- Explicit basic constructors -- 32 template <typename T, precision P> 36 template <typename T, precision P> 41 // -- Conversion vector constructors -- 43 template <typename T, precision P> [all …]
|
| D | type_vec2.inl | 7 template <typename T, precision P> 10 template <typename T, precision P> 13 template <typename T, precision P> 16 template <typename T, precision P> 19 // -- Implicit basic constructors -- 22 template <typename T, precision P> 31 template <typename T, precision P> 37 template <typename T, precision P> 38 template <precision Q> 43 // -- Explicit basic constructors -- [all …]
|
| D | type_vec2.hpp | 18 template <typename T, precision P = defaultp> 21 // -- Implementation detail -- 27 // -- Data -- 35 # pragma GCC diagnostic ignored "-Wpedantic" 39 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct" 40 # pragma clang diagnostic ignored "-Wnested-anon-types" 78 // -- Component accesses -- 87 // -- Implicit basic constructors -- 91 template <precision Q> 94 // -- Explicit basic constructors -- [all …]
|
| D | type_vec3.hpp | 18 template <typename T, precision P = defaultp> 21 // -- Implementation detail -- 27 // -- Data -- 35 # pragma GCC diagnostic ignored "-Wpedantic" 39 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct" 40 # pragma clang diagnostic ignored "-Wnested-anon-types" 78 // -- Component accesses -- 87 // -- Implicit basic constructors -- 91 template <precision Q> 94 // -- Explicit basic constructors -- [all …]
|
| D | type_vec4.hpp | 18 template <typename T, precision P = defaultp> 21 // -- Implementation detail -- 27 // -- Data -- 35 # pragma GCC diagnostic ignored "-Wpedantic" 39 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct" 40 # pragma clang diagnostic ignored "-Wnested-anon-types" 81 // -- Component accesses -- 90 // -- Implicit basic constructors -- 94 template <precision Q> 97 // -- Explicit basic constructors -- [all …]
|
| D | type_vec1.hpp | 19 template <typename T, precision P = defaultp> 22 // -- Implementation detail -- 28 // -- Data -- 36 # pragma GCC diagnostic ignored "-Wpedantic" 40 # pragma clang diagnostic ignored "-Wgnu-anonymous-struct" 41 # pragma clang diagnostic ignored "-Wnested-anon-types" 77 // -- Component accesses -- 86 // -- Implicit basic constructors -- 90 template <precision Q> 93 // -- Explicit basic constructors -- [all …]
|
| D | type_vec3.inl | 8 template <typename T, precision P> 11 template <typename T, precision P> 14 template <typename T, precision P> 17 template <typename T, precision P> 20 template <typename T, precision P> 23 template <typename T, precision P> 26 template <typename T, precision P> 29 template <typename T, precision P> 32 // -- Implicit basic constructors -- 35 template <typename T, precision P> [all …]
|
| D | type_vec4.inl | 7 template <typename T> 13 template <> 19 template <> 25 template <> 31 template <> 37 template <typename T, precision P, bool Aligned> 46 template <typename T, precision P, bool Aligned> 51 return tvec4<T, P>(a.x - b.x, a.y - b.y, a.z - b.z, a.w - b.w); 55 template <typename T, precision P, bool Aligned> 64 template <typename T, precision P, bool Aligned> [all …]
|
| /third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
| D | basic.t | 11 my $tmpfile = File::Temp->new; 13 use_ok 'Text::Template' or exit 1; 18 We will put value of \$v (which is "abc") here -> {\$v} 19 We will evaluate 1+1 here -> {1 + 1} 22 # (1) Construct temporary template file for testing 24 my $TEMPFILE = $tmpfile->filename; 39 # (2) Build template from file 40 my $template = Text::Template->new('type' => 'FILE', 'source' => $TEMPFILE); 41 ok(defined $template) or diag $Text::Template::ERROR; 43 # (3) Fill in template from file [all …]
|
| /third_party/openssl/external/perl/Text-Template-1.56/t/ |
| D | basic.t | 11 my $tmpfile = File::Temp->new; 13 use_ok 'Text::Template' or exit 1; 18 We will put value of \$v (which is "abc") here -> {\$v} 19 We will evaluate 1+1 here -> {1 + 1} 22 # (1) Construct temporary template file for testing 24 my $TEMPFILE = $tmpfile->filename; 39 # (2) Build template from file 40 my $template = Text::Template->new('type' => 'FILE', 'source' => $TEMPFILE); 41 ok(defined $template) or diag $Text::Template::ERROR; 43 # (3) Fill in template from file [all …]
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
| D | old-egl-man.xsl | 1 <!-- The following is content that used to be in the EGL XSL directives 2 now found in khronos-man.xsl. It is OpenCL formatting stuff done by 3 Miller & Mattson and is being ignored for the moment. --> 5 <!-- Set this param to a placeholder for the base URL of the 11 pageNumberLookup.rb. --> 12 <!-- This isn't used by EGL at present --> 15 <!-- The following template creates the link for the Specification section --> 16 <!-- This isn't used by EGL at present --> 17 <xsl:template match="olink"> 18 <xsl:text disable-output-escaping="yes"><a href="</xsl:text> [all …]
|
| /third_party/EGL/sdk/docs/man/html/ |
| D | old-egl-man.xsl | 1 <!-- The following is content that used to be in the EGL XSL directives 2 now found in khronos-man.xsl. It is OpenCL formatting stuff done by 3 Miller & Mattson and is being ignored for the moment. --> 5 <!-- Set this param to a placeholder for the base URL of the 11 pageNumberLookup.rb. --> 12 <!-- This isn't used by EGL at present --> 15 <!-- The following template creates the link for the Specification section --> 16 <!-- This isn't used by EGL at present --> 17 <xsl:template match="olink"> 18 <xsl:text disable-output-escaping="yes"><a href="</xsl:text> [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstMIPS32.h | 1 //===- subzero/src/IceInstMIPS32.h - MIPS32 machine instrs --*- C++ -*-----===// 8 //===----------------------------------------------------------------------===// 17 //===----------------------------------------------------------------------===// 82 return new (Func->allocate<OperandMIPS32FCC>()) OperandMIPS32FCC(FCC); in create() 90 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 95 return Operand->getKind() == static_cast<OperandKind>(kFCC); in classof() 123 /// NOTE: The Variable-typed operands have to be registers. 131 return new (Func->allocate<OperandMIPS32Mem>()) 143 return Operand->getKind() == static_cast<OperandKind>(kMem); in classof() 147 /// can encode the Offset directly in the immediate field of the 32-bit [all …]
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | template.rs | 1 //! Template declaration and instantiation related things. 6 //! * "Template definition": a class/struct/alias/function definition that takes 7 //! generic template parameters. For example: 10 //! template<typename T> 16 //! * "Template instantiation": an instantiation is a use of a template with 17 //! concrete template arguments. For example, `List<int>`. 19 //! * "Template specialization": an alternative template definition providing a 20 //! custom definition for instantiations with the matching template 24 //! template<> 35 /// Template declaration (and such declaration's template parameters) related [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | TinyPtrVector.h | 1 //===- llvm/ADT/TinyPtrVector.h - 'Normally tiny' vectors -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 23 /// TinyPtrVector - This class is specialized for cases where there are 29 template <typename EltTy> 35 // default-constructed PtrUnion. This allows an empty TinyPtrVector to 47 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in ~TinyPtrVector() 52 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in TinyPtrVector() 60 this->clear(); 66 if (Val.template is<EltTy>()) { [all …]
|
| /third_party/pulseaudio/man/ |
| D | xmltoman.xsl | 1 <?xml version="1.0" encoding="iso-8859-15"?> 4 <!-- 19 --> 21 …"1.0" encoding="iso-8859-15" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="htt… 23 <xsl:template match="/manpage"> 28 <title><xsl:value-of select="@name"/>(<xsl:value-of select="@section"/>)</title> 30 body { color: black; background-color: white; } 32 h1 { text-transform:uppercase; font-size: 18pt; } 33 p { margin-left:1cm; margin-right:1cm; } 34 .cmd { font-family:monospace; } [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | frame_capture_utils_autogen.h | 1 // GENERATED FILE - DO NOT EDIT. 5 // Use of this source code is governed by a BSD-style license that can be 334 template <ParamType PType, typename T> 337 template <> 344 template <> 351 template <> 358 template <> 364 template <> 371 template <> 378 template <> [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsdocTemplateTagDefault.js | 3 * @template {string | number} [T=string] - ok: defaults are permitted 17 * @template T 18 * @template [U=T] - ok: default can reference earlier type parameter 23 * @template {string | number} [T] - error: default requires an `=type` 28 * @template {string | number} [T=] - error: default requires a `type` 33 * @template {string | number} [T=string] 34 * @template U - error: Required type parameters cannot follow optional type parameters 39 …* @template [T=U] - error: Type parameter defaults can only reference previously declared type par… 40 * @template [U=T] 45 * @template T [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| D | trace.xsl | 3 <!-- 22 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 28 !--> 34 <xsl:strip-space elements="*" /> 36 <xsl:template match="/trace"> 43 font-family: verdana, sans-serif; 44 font-size: 11px; 45 font-weight: normal; 46 text-align : left; 50 font-weight: bold; [all …]
|
12345678910>>...51