Home
last modified time | relevance | path

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

12345678910>>...14

/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
DdeclFileGenericType2.symbols38 declare module templa.mvc.composite {
41 >composite : Symbol(composite, Decl(declFileGenericType2.ts, 12, 26))
104 module templa.dom.mvc.composite {
108 >composite : Symbol(composite, Decl(declFileGenericType2.ts, 31, 22))
110 …export class AbstractCompositeElementController<ModelType extends templa.mvc.composite.ICompositeC…
115 >composite : Symbol(templa.mvc.composite, Decl(declFileGenericType2.ts, 12, 26))
116 >ICompositeControllerModel : Symbol(templa.mvc.composite.ICompositeControllerModel, Decl(declFileGe…
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,
DcontainerOnlyReferenced.ts16 compilerOptions: { composite: true },
20 compilerOptions: { composite: true },
25 compilerOptions: { composite: true },
30 compilerOptions: { 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/" },
DmoduleResolution.ts30 composite: true,
75 compilerOptions: { composite: true, typeRoots: ["./typeroot1"] },
81 compilerOptions: { composite: true, typeRoots: ["./typeroot2"] },
/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/typescript/src/testRunner/unittests/tsc/
Dincremental.ts138 verifyNoEmitChanges({ composite: true });
153 discrepancyExplanation: compilerOptions.composite ?
184 discrepancyExplanation: compilerOptions.composite ?
212 discrepancyExplanation: compilerOptions.composite ?
238 discrepancyExplanation: compilerOptions.composite ?
291 compilerOptions: { composite: true, },
376 composite: true
385 composite: true
513 … "/src/project/tsconfig.json": JSON.stringify({ compilerOptions: { composite: true }, }),
530 … "/src/project/tsconfig.json": JSON.stringify({ compilerOptions: { composite: true }, }),
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/
Dwhen-the-referenced-projects-have-allowJs-and-emitDeclarationOnly.js51 import { testCompositeFunction } from 'emit-composite';
135 Imported via './testModule' from file '../emit-composite/src/index.js'
137 …Imported via 'emit-composite' from file 'src/index.ts' with packageId 'emit-composite/lib/index.d.…
/third_party/typescript/src/testRunner/unittests/tscWatch/
DprojectsWithReferences.ts47 … compilerOptions: { composite: true, declaration: true, declarationDir: "decls" },
154 compilerOptions: { composite: true, moduleResolution: "classic" },
185 compilerOptions: { composite: true },
192 … compilerOptions: { composite: true, baseUrl: "./", paths: { "@ref/*": ["../*"] } },
272 … compilerOptions: { composite: true, baseUrl: "./", paths: { "@ref/*": ["../*"] } },
289 compilerOptions: { composite: true },
308 content: JSON.stringify({ compilerOptions: { composite: true } }),
313 … compilerOptions: { composite: true, baseUrl: "./", paths: { "@ref/*": ["../*"] } },
391 … compilerOptions: { composite: true, baseUrl: "./", paths: { "@ref/*": ["../*"] } },
406 JSON.stringify({ compilerOptions: { composite: true } }),
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferences.ts113 composite: true,
139 composite: true,
236 composite: true,
268 composite: true,
371 composite: true,
441 composite: true,
518 composite: true,
547 composite: true
603 composite: true,
621 composite: true
[all …]
DprojectReferenceErrors.ts76 … content: JSON.stringify({ compilerOptions: { composite: true, declarationDir: "../decls" } })
93 compilerOptions: { composite: true },
112 … content: JSON.stringify({ compilerOptions: { composite: true, outFile: "../dependency.js" } })
124 compilerOptions: { composite: true, outFile: "../usage.js" },
/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/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/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/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/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/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/typescript/src/testRunner/unittests/tsbuildWatch/
DmoduleResolution.ts13 compilerOptions: { composite: true, types: ["foo", "bar"] },
22 … compilerOptions: { composite: true, types: ["foo"], moduleResolution: "classic" },
96 composite: true,
179 composite: true,
DprogramUpdates.ts188 compilerOptions: { composite: true, declaration: true },
246 … compilerOptions: { composite: true, declaration: true, outFile: "index.js" }
252 … compilerOptions: { composite: true, declaration: true, outFile: "index.js" },
297 content: JSON.stringify({ compilerOptions: { composite: true } })
386 content: JSON.stringify({ compilerOptions: { composite: true } })
552 …= { path: coreConfig.path, content: JSON.stringify({ compilerOptions: { composite: true, outDir: "…
580 composite: true,
600 composite: true,
670 composite: true,
692 composite: true,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-anc.c109 gboolean composite; in get_ancillary_16() local
115 composite = TRUE; in get_ancillary_16()
121 composite = FALSE; in get_ancillary_16()
163 for (j = (composite ? 1 : 3); j < i; j++) in get_ancillary_16()
217 gboolean composite; in get_ancillary_8() local
223 composite = TRUE; in get_ancillary_8()
228 composite = FALSE; in get_ancillary_8()
261 for (j = (composite ? 1 : 3); j < i; j++) in get_ancillary_8()
708 gboolean composite, guint8 DID, guint8 SDID_block_number, in gst_video_vbi_encoder_add_ancillary() argument
716 if (encoder->offset + data_count + (composite ? 5 : 7) > in gst_video_vbi_encoder_add_ancillary()
[all …]

12345678910>>...14