Home
last modified time | relevance | path

Searched refs:Composite (Results 1 – 25 of 72) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DjsxReactTestSuite.symbols8 declare var Composite:any;
9 >Composite : Symbol(Composite, Decl(jsxReactTestSuite.tsx, 2, 11))
58 <Composite>
59 >Composite : Symbol(Composite, Decl(jsxReactTestSuite.tsx, 2, 11))
64 </Composite>;
65 >Composite : Symbol(Composite, Decl(jsxReactTestSuite.tsx, 2, 11))
67 <Composite>
68 >Composite : Symbol(Composite, Decl(jsxReactTestSuite.tsx, 2, 11))
73 </Composite>;
74 >Composite : Symbol(Composite, Decl(jsxReactTestSuite.tsx, 2, 11))
DjsxReactTestSuite.js4 declare var Composite:any;
28 <Composite>
30 </Composite>;
32 <Composite>
34 </Composite>;
129 <Composite>
131 </Composite>;
132 <Composite>
134 </Composite>;
DjsxReactTestSuite.types8 declare var Composite:any;
9 >Composite : any
85 <Composite>
86 ><Composite> {this.props.children}</Composite> : error
87 >Composite : any
96 </Composite>;
97 >Composite : any
99 <Composite>
100 ><Composite> <Composite2 /></Composite> : error
101 >Composite : any
[all …]
DarrayLiteralInference.types31 Composite = 'Composite',
32 >Composite : AppType.Composite
33 >'Composite' : "Composite"
DoptionsCompositeWithIncrementalFalse.errors.txt1 error TS6379: Composite projects may not disable incremental compilation.
4 !!! error TS6379: Composite projects may not disable incremental compilation.
DarrayLiteralInference.symbols25 Composite = 'Composite',
26 >Composite : Symbol(AppType.Composite, Decl(arrayLiteralInference.ts, 8, 22))
DarrayLiteralInference.js11 Composite = 'Composite',
/third_party/typescript/tests/cases/conformance/jsx/
DjsxReactTestSuite.tsx5 declare var Composite:any;
29 <Composite>
31 </Composite>;
33 <Composite>
35 </Composite>;
/third_party/flutter/skia/src/sfnt/
DSkOTTable_glyf.h108 struct Composite { struct
180 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
192 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/third_party/skia/src/sfnt/
DSkOTTable_glyf.h108 struct Composite { struct
180 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
192 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/
Dcomposite-construct.comp14 struct Composite
27 Composite c = Composite(values[0], copy_values[1]);
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
Dcomposite-construct.comp19 struct Composite
34 Composite c = Composite(values, copy_values);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/
Dcomposite-construct.comp6 struct Composite
36 Composite c = Composite(values, copy_values);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dcomposite-construct.comp57 struct Composite
72 Composite c = Composite{ values[0], _43[1] };
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DIRMover.h78 Module &getModule() { return Composite; } in getModule()
81 Module &Composite;
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.h190 enum class Composite { kAbove, kBelow }; enum
192 RepeaterAdapter(sk_sp<sksg::RenderNode>, Composite);
213 const Composite fComposite;
DSkottieAdapter.cpp182 RepeaterAdapter::RepeaterAdapter(sk_sp<sksg::RenderNode> repeater_node, Composite composite) in RepeaterAdapter()
213 const auto insert_index = (fComposite == Composite::kAbove) ? i : count - i - 1; in apply()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DGlyph.java12 Composite; enumConstant
58 return GlyphType.Composite; in glyphType()
DCompositeGlyph.java30 super(data, offset, length, GlyphType.Composite); in CompositeGlyph()
35 super(data, GlyphType.Composite); in CompositeGlyph()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DGlyph.java12 Composite; enumConstant
58 return GlyphType.Composite; in glyphType()
DCompositeGlyph.java30 super(data, offset, length, GlyphType.Composite); in CompositeGlyph()
35 super(data, GlyphType.Composite); in CompositeGlyph()
/third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/
DarrayLiteralInference.ts13 Composite = 'Composite', enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_spec_const_op_composite_test.cpp238 Composite, FoldSpecConstantOpAndCompositePassTest,
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dfold_spec_const_op_composite_test.cpp238 Composite, FoldSpecConstantOpAndCompositePassTest,
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dfold_spec_const_op_composite_test.cpp226 Composite, FoldSpecConstantOpAndCompositePassTest,

123