/third_party/typescript/tests/baselines/reference/ |
H A D | declFileGenericType2.js | 14 declare module templa.mvc.composite { 33 module templa.dom.mvc.composite { 34 export class AbstractCompositeElementController<ModelType extends templa.mvc.composite.ICompositeControllerModel> extends templa.dom.mvc.AbstractElementController<ModelType> { 84 var composite;
85 (function (composite) {
95 composite.AbstractCompositeElementController = AbstractCompositeElementController;
96 })(composite = mvc.composite || (mvc.composite = {}));
115 declare module templa.mvc.composite {
[all...] |
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
H A D | HintStripTest.java | 137 CompositeGlyph composite = (CompositeGlyph) glyph; in testCompositeGlyph() 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 in testCompositeGlyph() [all...] |
H A D | RenumberingSubsetTest.java | 162 CompositeGlyph composite = (CompositeGlyph) glyph; in testCompositeGlyph() 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 in testCompositeGlyph() [all...] |
/third_party/FreeBSD/sys/dev/usb/implementation/ |
H A D | usb_init.c | 204 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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | UnicodeNormalizer.java | 155 int composite = data.getPairwiseComposition(starterCh, ch); in internalCompose() 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/ |
H A D | UnicodeNormalizer.java | 152 int composite = data.getPairwiseComposition(starterCh, ch); in internalCompose() 153 if (composite != NormalizerData.NOT_COMPOSITE in internalCompose() 155 UTF16Util.setCodePointAt(target, starterPos, composite); in internalCompose() 156 starterCh = composite; in internalCompose()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
H A D | GlyphCoverage.java | 66 CompositeGlyph composite = (CompositeGlyph) glyph; in touchGlyph() 67 for (int i = 0; i < composite.numGlyphs(); i++) { in touchGlyph() 68 touchGlyph(font, coverage, composite.glyphIndex(i)); in touchGlyph()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_composite_insert.cpp | 48 // |message_.composite_id| must refer to an existing composite value. in IsApplicable() 49 auto composite = in IsApplicable() local 52 if (!IsCompositeInstructionSupported(ir_context, composite)) { in IsApplicable() 57 // |composite->type_id()|. in IsApplicable() 59 ir_context, composite->type_id(), message_.index()); in IsApplicable() 79 // the component of the composite at index |message_.index| must be the same. in IsApplicable() 198 // composite. in AddDataSynonymFacts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_composite_insert.cpp | 48 // |message_.composite_id| must refer to an existing composite value. in IsApplicable() 49 auto composite = in IsApplicable() local 52 if (!IsCompositeInstructionSupported(ir_context, composite)) { in IsApplicable() 57 // |composite->type_id()|. in IsApplicable() 59 ir_context, composite->type_id(), message_.index()); in IsApplicable() 79 // the component of the composite at index |message_.index| must be the same. in IsApplicable() 198 // composite. in AddDataSynonymFacts()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_composite_insert.cpp | 48 // |message_.composite_id| must refer to an existing composite value. in IsApplicable() 49 auto composite = in IsApplicable() local 52 if (!IsCompositeInstructionSupported(ir_context, composite)) { in IsApplicable() 57 // |composite->type_id()|. in IsApplicable() 59 ir_context, composite->type_id(), message_.index()); in IsApplicable() 79 // the component of the composite at index |message_.index| must be the same. in IsApplicable() 198 // composite. in AddDataSynonymFacts()
|
/third_party/node/lib/internal/ |
H A D | abort_controller.js | 200 const resultSignal = createAbortSignal({ composite: true }); 246 // If this is a timeout signal, or a non-empty composite signal, and we're adding a non-weak abort 343 * composite? : boolean, 352 composite = false, 358 signal[kComposite] = composite;
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
H A D | norms.h | 54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} in CompositionPair() 55 UChar32 trail, composite; member 90 UVector32 *compositions; // (trail, composite) pairs
|
H A D | extradata.cpp | 139 // 22 bits for the composite character and whether it combines forward. in writeCompositions() 140 UChar32 compositeAndFwd=pair.composite<<1; in writeCompositions() 141 if(norms.getNormRef(pair.composite).compositions!=NULL) { in writeCompositions() 142 compositeAndFwd|=1; // The composite character also combines-forward. in writeCompositions()
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
H A D | norms.h | 54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} in CompositionPair() 55 UChar32 trail, composite; member 90 UVector32 *compositions; // (trail, composite) pairs
|
H A D | extradata.cpp | 139 // 22 bits for the composite character and whether it combines forward. in writeCompositions() 140 UChar32 compositeAndFwd=pair.composite<<1; in writeCompositions() 141 if(norms.getNormRef(pair.composite).compositions!=NULL) { in writeCompositions() 142 compositeAndFwd|=1; // The composite character also combines-forward. in writeCompositions()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Normalizer2Impl.java | 1768 // A composite has both mapping & compositions list. in getCompositionsListForComposite() 1858 * Bits 21..1 composite character 1859 * Bit 0 set if the composite is a forward-combining starter 1933 int composite=compositeAndFwd>>1; in addComposites() 1935 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); in addComposites() 1937 set.add(composite); in addComposites() 2019 int composite=compositeAndFwd>>1; in recompose() 2025 // Replace the starter with the composite. in recompose() 2027 if(composite>0xffff) { in recompose() 2029 sb.setCharAt(starter, UTF16.getLeadSurrogate(composite)); in recompose() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Normalizer2Impl.java | 1777 // A composite has both mapping & compositions list. in getCompositionsListForComposite() 1867 * Bits 21..1 composite character 1868 * Bit 0 set if the composite is a forward-combining starter 1942 int composite=compositeAndFwd>>1; in addComposites() 1944 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); in addComposites() 1946 set.add(composite); in addComposites() 2028 int composite=compositeAndFwd>>1; in recompose() 2034 // Replace the starter with the composite. in recompose() 2036 if(composite>0xffff) { in recompose() 2038 sb.setCharAt(starter, UTF16.getLeadSurrogate(composite)); in recompose() [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 922 int composite = iter.codepoint; in addTailComposites() 923 String decomp = nfd.getDecomposition(composite); in addTailComposites() 924 if(!mergeCompositeIntoString(nfdString, indexAfterLastStarter, composite, decomp, in addTailComposites() 958 int composite, CharSequence decomp, in mergeCompositeIntoString() 973 // Make new FCD strings that combine a composite, or its decomposition, in mergeCompositeIntoString() 975 // Make an NFD version, and a version with the composite. in mergeCompositeIntoString() 980 .appendCodePoint(composite); in mergeCompositeIntoString() 1008 // but the composite's decomposition contains another starter. in mergeCompositeIntoString() 1030 // Appending the next source character to the composite would not be FCD. in mergeCompositeIntoString() 1082 // Too many CEs from the decomposition (unusual), ignore this composite in closeOverComposites() 957 mergeCompositeIntoString(CharSequence nfdString, int indexAfterLastStarter, int composite, CharSequence decomp, StringBuilder newNFDString, StringBuilder newString) mergeCompositeIntoString() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationBuilder.java | 926 int composite = iter.codepoint; in addTailComposites() 927 String decomp = nfd.getDecomposition(composite); in addTailComposites() 928 if(!mergeCompositeIntoString(nfdString, indexAfterLastStarter, composite, decomp, in addTailComposites() 962 int composite, CharSequence decomp, in mergeCompositeIntoString() 977 // Make new FCD strings that combine a composite, or its decomposition, in mergeCompositeIntoString() 979 // Make an NFD version, and a version with the composite. in mergeCompositeIntoString() 984 .appendCodePoint(composite); in mergeCompositeIntoString() 1012 // but the composite's decomposition contains another starter. in mergeCompositeIntoString() 1034 // Appending the next source character to the composite would not be FCD. in mergeCompositeIntoString() 1086 // Too many CEs from the decomposition (unusual), ignore this composite in closeOverComposites() 961 mergeCompositeIntoString(CharSequence nfdString, int indexAfterLastStarter, int composite, CharSequence decomp, StringBuilder newNFDString, StringBuilder newString) mergeCompositeIntoString() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2impl.cpp | 1124 * Bits 21..1 composite character 1125 * Bit 0 set if the composite is a forward-combining starter 1201 UChar32 composite=compositeAndFwd>>1; 1203 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); 1205 set.add(composite); 1291 UChar32 composite=compositeAndFwd>>1; 1293 // Replace the starter with the composite, remove the combining mark. 1296 if(U_IS_SUPPLEMENTARY(composite)) { 1298 starter[0]=U16_LEAD(composite); 1299 starter[1]=U16_TRAIL(composite); [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | normalizer2impl.cpp | 1124 * Bits 21..1 composite character 1125 * Bit 0 set if the composite is a forward-combining starter 1201 UChar32 composite=compositeAndFwd>>1; 1203 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); 1205 set.add(composite); 1291 UChar32 composite=compositeAndFwd>>1; 1293 // Replace the starter with the composite, remove the combining mark. 1296 if(U_IS_SUPPLEMENTARY(composite)) { 1298 starter[0]=U16_LEAD(composite); 1299 starter[1]=U16_TRAIL(composite); [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.cpp | 1124 * Bits 21..1 composite character 1125 * Bit 0 set if the composite is a forward-combining starter 1201 UChar32 composite=compositeAndFwd>>1; 1203 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); 1205 set.add(composite); 1291 UChar32 composite=compositeAndFwd>>1; 1293 // Replace the starter with the composite, remove the combining mark. 1296 if(U_IS_SUPPLEMENTARY(composite)) { 1298 starter[0]=U16_LEAD(composite); 1299 starter[1]=U16_TRAIL(composite); [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_prime.c | 264 * Returns 0 when composite, 1 when probable prime, -1 on error. 421 goto composite; in ossl_bn_miller_rabin_is_prime() 429 goto composite; in ossl_bn_miller_rabin_is_prime() 433 composite: in ossl_bn_miller_rabin_is_prime()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_prime.c | 264 * Returns 0 when composite, 1 when probable prime, -1 on error. 421 goto composite; in ossl_bn_miller_rabin_is_prime() 429 goto composite; in ossl_bn_miller_rabin_is_prime() 433 composite: in ossl_bn_miller_rabin_is_prime()
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 524 UChar32 composite = nfc->composePair(starter, second); in writeCanonicalCompositions() local 525 if (composite < 0) { in writeCanonicalCompositions() 528 if (c != composite) { in writeCanonicalCompositions() 535 if (composite >= 0xAC00 && composite <= 0xD7A3) { in writeCanonicalCompositions() 543 backwardBuilder->add(backward, int32_t(composite), status); in writeCanonicalCompositions()
|