Home
last modified time | relevance | path

Searched refs:composite (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/third_party/boost/boost/iostreams/
Dcompose.hpp290 struct composite : detail::composite_traits<Filter, FilterOrDevice>::type { struct
293 composite(const Filter& flt, param_type dev) in composite() function
307 composite<Filter, FilterOrDevice>
310 { return composite<Filter, FilterOrDevice>(filter, fod); } in compose()
313 composite< Filter, std::basic_streambuf<Ch, Tr> >
315 { return composite< Filter, std::basic_streambuf<Ch, Tr> >(filter, sb); } in compose()
318 composite< Filter, std::basic_istream<Ch, Tr> >
320 { return composite< Filter, std::basic_istream<Ch, Tr> >(filter, is); } in compose()
323 composite< Filter, std::basic_ostream<Ch, Tr> >
325 { return composite< Filter, std::basic_ostream<Ch, Tr> >(filter, os); } in compose()
[all …]
/third_party/typescript/tests/baselines/reference/
DdeclFileGenericType2.js14 declare module templa.mvc.composite {
33 module templa.dom.mvc.composite {
34 …export class AbstractCompositeElementController<ModelType extends templa.mvc.composite.ICompositeC…
84 var composite;
85 (function (composite) { argument
95 composite.AbstractCompositeElementController = AbstractCompositeElementController;
96 })(composite = mvc.composite || (mvc.composite = {}));
115 declare module templa.mvc.composite {
129 declare module templa.dom.mvc.composite {
130 …class AbstractCompositeElementController<ModelType extends templa.mvc.composite.ICompositeControll…
DdeclFileGenericType2.types23 declare module templa.mvc.composite {
66 module templa.dom.mvc.composite {
70 >composite : typeof composite
72 …export class AbstractCompositeElementController<ModelType extends templa.mvc.composite.ICompositeC…
76 >composite : any
DdeclFileEmitDeclarationOnlyError1.errors.txt1 …DeclarationOnly' cannot be specified without specifying option 'declaration' or option 'composite'.
4 …DeclarationOnly' cannot be specified without specifying option 'declaration' or option 'composite'.
/third_party/typescript/src/testRunner/unittests/tsbuild/
DdeclarationEmit.ts12 compilerOptions: { composite: true },
17 compilerOptions: { composite: true },
23 compilerOptions: { composite: true },
32 compilerOptions: { composite: true },
46 compilerOptions: { composite: true },
72 compilerOptions: { composite: true },
85 composite: true,
DreferencesWithRootDirInParent.ts34 compilerOptions: { composite: true, outDir: "../../dist/" },
38 compilerOptions: { composite: true, outDir: "../../dist/" },
52 compilerOptions: { composite: true, outDir: "../../dist/" },
56 compilerOptions: { composite: true, outDir: "../../dist/" },
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DHintStripTest.java137 CompositeGlyph composite = (CompositeGlyph) glyph; in testCompositeGlyph() local
138 assertEquals(2, composite.numGlyphs()); in testCompositeGlyph()
139 assertEquals(68, composite.glyphIndex(0)); // a in testCompositeGlyph()
140 assertEquals(0, composite.argument1(0)); in testCompositeGlyph()
141 assertEquals(0, composite.argument2(0)); in testCompositeGlyph()
142 assertEquals(67, composite.glyphIndex(1)); // grave in testCompositeGlyph()
143 assertEquals(-114, composite.argument1(1)); in testCompositeGlyph()
144 assertEquals(0, composite.argument2(1)); in testCompositeGlyph()
145 assertEquals(0, composite.instructionSize()); // hints are stripped in testCompositeGlyph()
146 assertEquals(0, composite.padding()); in testCompositeGlyph()
DRenumberingSubsetTest.java162 CompositeGlyph composite = (CompositeGlyph) glyph; in testCompositeGlyph() local
163 assertEquals(2, composite.numGlyphs()); in testCompositeGlyph()
164 assertEquals(2, composite.glyphIndex(0)); // a in testCompositeGlyph()
165 assertEquals(0, composite.argument1(0)); in testCompositeGlyph()
166 assertEquals(0, composite.argument2(0)); in testCompositeGlyph()
167 assertEquals(1, composite.glyphIndex(1)); // grave in testCompositeGlyph()
168 assertEquals(-114, composite.argument1(1)); in testCompositeGlyph()
169 assertEquals(0, composite.argument2(1)); in testCompositeGlyph()
170 assertEquals(8, composite.instructionSize()); in testCompositeGlyph()
171 assertEquals(0, composite.padding()); in testCompositeGlyph()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DHintStripTest.java137 CompositeGlyph composite = (CompositeGlyph) glyph; in testCompositeGlyph() local
138 assertEquals(2, composite.numGlyphs()); in testCompositeGlyph()
139 assertEquals(68, composite.glyphIndex(0)); // a in testCompositeGlyph()
140 assertEquals(0, composite.argument1(0)); in testCompositeGlyph()
141 assertEquals(0, composite.argument2(0)); in testCompositeGlyph()
142 assertEquals(67, composite.glyphIndex(1)); // grave in testCompositeGlyph()
143 assertEquals(-114, composite.argument1(1)); in testCompositeGlyph()
144 assertEquals(0, composite.argument2(1)); in testCompositeGlyph()
145 assertEquals(0, composite.instructionSize()); // hints are stripped in testCompositeGlyph()
146 assertEquals(0, composite.padding()); in testCompositeGlyph()
DRenumberingSubsetTest.java162 CompositeGlyph composite = (CompositeGlyph) glyph; in testCompositeGlyph() local
163 assertEquals(2, composite.numGlyphs()); in testCompositeGlyph()
164 assertEquals(2, composite.glyphIndex(0)); // a in testCompositeGlyph()
165 assertEquals(0, composite.argument1(0)); in testCompositeGlyph()
166 assertEquals(0, composite.argument2(0)); in testCompositeGlyph()
167 assertEquals(1, composite.glyphIndex(1)); // grave in testCompositeGlyph()
168 assertEquals(-114, composite.argument1(1)); in testCompositeGlyph()
169 assertEquals(0, composite.argument2(1)); in testCompositeGlyph()
170 assertEquals(8, composite.instructionSize()); in testCompositeGlyph()
171 assertEquals(0, composite.padding()); in testCompositeGlyph()
/third_party/boost/boost/spirit/home/classic/phoenix/
Dcomposite.hpp115 struct composite;
130 struct composite<OperationT, struct
147 typedef composite<OperationT> self_t; argument
157 composite(OperationT const& op_) in composite() argument
187 struct composite<OperationT, struct
204 typedef composite<OperationT, A> self_t; argument
214 composite(OperationT const& op_, in composite() argument
248 struct composite<OperationT, struct
265 typedef composite<OperationT, A, B> self_t; argument
275 composite(OperationT const& op_, in composite() argument
[all …]
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dproxy_box_test.dart68 layout(root, phase: EnginePhase.composite);
74 pumpFrame(phase: EnginePhase.composite);
78 pumpFrame(phase: EnginePhase.composite);
88 layout(root, phase: EnginePhase.composite);
93 pumpFrame(phase: EnginePhase.composite);
97 pumpFrame(phase: EnginePhase.composite);
134 layout(root, phase: EnginePhase.composite);
151 layout(root, phase: EnginePhase.composite);
154 // On non-Fuchsia platforms, we composite physical shape layers
156 pumpFrame(phase: EnginePhase.composite);
[all …]
Dreattach_test.dart102 // Lay out, composite, and paint
112 // Lay out, composite, and paint again
118 // Lay out, composite, and paint
127 // Lay out, composite, and paint again
139 // Lay out, composite, paint, and update semantics
149 // Lay out, composite, paint, and update semantics again
162 // Lay out, composite, paint, and update semantics
173 // Lay out, composite, paint, and update semantics again
/third_party/mindspore/mindspore/ops/
D__init__.py28 from . import composite, operations, functional
30 from .composite import *
42 __all__.extend(composite.__all__)
/third_party/typescript/tests/cases/compiler/
DdeclFileGenericType2.ts15 declare module templa.mvc.composite {
34 module templa.dom.mvc.composite {
35 …export class AbstractCompositeElementController<ModelType extends templa.mvc.composite.ICompositeC…
/third_party/boost/libs/vmd/doc/
Dvmd_sequence_convert.qbk23 of the corresponding composite data type.
26 of the composite data type the full power of that composite data type can be used
30 For single element sequences the result is always a single element composite
31 data type. For multi-element sequences the result is always a composite data
36 converting to each of those composite data types respectively.
/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.c204 device_t composite; in composite_add() local
211 composite = device_add_child(udc, "composite", -1); in composite_add()
212 if (composite == NULL) { in composite_add()
216 if (device_probe_and_attach(composite)) { in composite_add()
217 device_printf(composite, "WARNING: Probe and attach failed!\n"); in composite_add()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizer.java152 int composite = data.getPairwiseComposition(starterCh, ch); in internalCompose() local
153 if (composite != NormalizerData.NOT_COMPOSITE in internalCompose()
155 UTF16Util.setCodePointAt(target, starterPos, composite); in internalCompose()
156 starterCh = composite; in internalCompose()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DUnicodeNormalizer.java155 int composite = data.getPairwiseComposition(starterCh, ch); in internalCompose() local
156 if (composite != NormalizerData.NOT_COMPOSITE in internalCompose()
158 UTF16Util.setCodePointAt(target, starterPos, composite); in internalCompose()
159 starterCh = composite; in internalCompose()
/third_party/boost/tools/build/src/build/
Dfeature.jam22 composite
674 # Set components of the given composite property.
676 rule compose ( composite-property : component-properties * )
678 local feature = $(composite-property:G) ;
679 if ! ( composite in [ attributes $(feature) ] )
682 errors.error "$(feature)" is not a composite feature ;
685 $(composite-property).components ?= ;
686 if $($(composite-property).components)
689 errors.error components of "$(composite-property)" already "set:"
690 $($(composite-property).components) ;
[all …]
/third_party/boost/libs/tti/doc/
Dtti_nested_type_and_signatures.qbk16 In the cases where we specify a composite syntax when using `BOOST_TTI_HAS_MEMBER_DATA`,
22 and a function in composite format. This makes for a syntactical notation which is natural
24 `BOOST_TTI_MEMBER_TYPE` for potential parts of these composite types. If any part of this
25 signature, which specifies a composite of various types, is invalid, a compiler time error
29 `BOOST_TTI_HAS_MEMBER_FUNCTION`, and `BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION`, our composite
40 First using `BOOST_TTI_HAS_MEMBER_FUNCTION` using our composite form we would code:
71 First using `BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION` using our composite form we would code:
/third_party/openGLES/extensions/EXT/
DGLX_EXT_stereo_tree.txt46 When using stereoscopic rendering with the X composite extension,
47 a stereo-aware GLX composite manager can be used to composite both
49 the left and right buffers of the root or composite overlay window
51 child windows. However, to do this, the composite manager needs a
57 used by the composite manager when it begins tracking a window,
59 window. This query and event provide the composite manager with a
61 redirected window tree. With this information, the composite
169 X composite extension, then it does not need to support the
177 window or composite overlay window, since they can not be
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_stereo_tree.txt46 When using stereoscopic rendering with the X composite extension,
47 a stereo-aware GLX composite manager can be used to composite both
49 the left and right buffers of the root or composite overlay window
51 child windows. However, to do this, the composite manager needs a
57 used by the composite manager when it begins tracking a window,
59 window. This query and event provide the composite manager with a
61 redirected window tree. With this information, the composite
169 X composite extension, then it does not need to support the
177 window or composite overlay window, since they can not be
/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/
Dcompute.txt182 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.buffer.rowmajor
183 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.buffer.colmajor
184 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.workgroup.rowmajor
185 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.workgroup.colmajor
186 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.buffer_varptr.rowmajor
187 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.buffer_varptr.colmajor
188 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.workgroup_varptr.rowmajor
189 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.workgroup_varptr.colmajor
190 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.physical_buffer.rowmajor
191 dEQP-VK.compute.cooperative_matrix.composite.float32_float32.physical_buffer.colmajor
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferenceErrors.ts122 … content: JSON.stringify({ compilerOptions: { composite: true, declarationDir: "../decls" } })
139 compilerOptions: { composite: true },
196 … content: JSON.stringify({ compilerOptions: { composite: true, outFile: "../dependency.js" } })
208 compilerOptions: { composite: true, outFile: "../usage.js" },

12345678910>>...37