/third_party/boost/libs/bimap/test/ |
D | test_mutant_relation.cpp | 134 class cc2 : public cc2_base class 137 cc2(int s = 0) : cc2_base(s), b(s+201) {} in cc2() function in cc2 141 bool operator==(const cc2 & da, const cc2 & db) in operator ==() 220 test_relation<mutant_relation_builder, cc1, cc2>(0,0); in test_mutant_relation() 221 test_relation<mutant_relation_builder, cc2, cc3>(0,0); in test_mutant_relation()
|
/third_party/mindspore/mindspore/ops/_op_impl/_custom_op/ |
D | transpose02314_impl.py | 301 with tik_instance.for_range(0, 7) as cc1, tik_instance.for_range(0, 7) as cc2, \ 303 … tik_instance.vadds(16, transpose_ub[0, cc1, cc2, cc3, 0], input_x_ub[0, cc3, cc1, cc2, 0], 0, 318 with tik_instance.for_range(0, 2) as cc2, tik_instance.for_range(0, 14) as cc3, \ 320 … tik_instance.vadds(16, transpose_ub[0, cc2, cc3, cc4, 0], input_x_ub[0, cc4, cc2, cc3, 0], 340 with tik_instance.for_range(0, 2) as cc2, tik_instance.for_range(0, 14) as cc3, \ 342 … tik_instance.vadds(16, transpose_ub[0, cc2, cc3, cc4, 0], input_x_ub[0, cc4, cc2, cc3, 0],
|
D | matmul_cube_fracz_right_mul_impl.py | 211 with tik_instance.for_range(0, ko_tile_inner) as cc2: 212 … tik_instance.load2dv1(input_x2_l0b[cc2, 0, 0, 0], input_x2_l1[0, cc2, 0, 0], 0, no_tile,
|
D | matmul_cube_fracz_left_cast_impl.py | 308 with tik_instance.for_range(0, ko_tile_inner) as cc2: 309 … tik_instance.load2dv1(input_x2_l0b[cc2, 0, 0, 0], input_x2_l1[0, cc2, 0, 0], 0, no_tile,
|
/third_party/ejdb/src/bindings/ejdb2_flutter/example/lib/ |
D | main.dart | 148 await db.renameCollection('cc1', 'cc2'); 149 doc = await db.get('cc2', id); 152 var opt = await db.getOptional('cc2', id); 155 opt = await db.getOptional('cc2', 122); 186 final doc = await db.get('cc2', 1);
|
/third_party/boost/libs/test/test/test-organization-ts/datasets-test/ |
D | singleton-test.cpp | 62 copy_count const cc2; in BOOST_AUTO_TEST_CASE() local 63 data::for_each_sample( data::make( cc2 ), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
|
/third_party/typescript/tests/baselines/reference/ |
D | nullishCoalescingOperator1.js | 34 const cc2 = c2 ?? true; constant 79 var cc2 = c2 !== null && c2 !== void 0 ? c2 : true; variable
|
D | bpSpan_const.baseline | 72 > export const cc2: number = 23; 83 8 > export const cc2: number = 23; 86 >const cc2: number = 23
|
D | nullishCoalescingOperator1.symbols | 94 const cc2 = c2 ?? true; 95 >cc2 : Symbol(cc2, Decl(nullishCoalescingOperator1.ts, 32, 5))
|
D | nullishCoalescingOperator1.types | 123 const cc2 = c2 ?? true; 124 >cc2 : boolean
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | lines.c | 147 int cc1, cc2; in goom_lines_move() local 150 cc2 = *c2; in goom_lines_move() 151 *c1 = (unsigned char) ((cc1 * 63 + cc2) >> 6); in goom_lines_move()
|
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/ |
D | nullishCoalescingOperator1.ts | 36 const cc2 = c2 ?? true; constant
|
/third_party/ejdb/src/bindings/ejdb2_dart/test/ |
D | ejdb2_dart_test.dart | 169 await db.renameCollection('cc1', 'cc2'); 170 json = await db.get('cc2', id);
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeS390X.c | 181 const sljit_u8 cc2 = 1 << 1; /* greater than {,zero} */ in get_cc() local 192 return (cc0 | cc2); in get_cc() 202 return (cc1 | cc2 | cc3); in get_cc() 204 return (cc1 | cc2); in get_cc() 209 return (cc1 | cc2 | cc3); in get_cc() 215 return (cc0 | cc2 | cc3); in get_cc() 219 return cc2; in get_cc() 225 return (cc0 | cc1 | cc2); in get_cc() 237 return cc2 | cc3; in get_cc() 240 return (cc0 | cc2 | cc3); in get_cc() [all …]
|
/third_party/qrcodegen/cpp/ |
D | qrcodegen.hpp | 75 private: Mode(int mode, int cc0, int cc1, int cc2);
|
D | qrcodegen.cpp | 42 QrSegment::Mode::Mode(int mode, int cc0, int cc1, int cc2) : in Mode() argument 46 numBitsCharCount[2] = cc2; in Mode()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/ |
D | n2builder.cpp | 998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff() local 999 if(cc1 != cc2) { in computeDiff()
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
D | n2builder.cpp | 998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff() local 999 if(cc1 != cc2) { in computeDiff()
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.cpp | 998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff() local 999 if(cc1 != cc2) { in computeDiff()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 1390 int32_t cc2=combineBackCharsAndCc[2*i+1]; in initExpectedSkippables() local 1391 if(tccc==0 || cc2!=0) { in initExpectedSkippables()
|
/third_party/ffmpeg/libavcodec/ |
D | mpeg12dec.c | 2271 uint8_t field, cc1, cc2; in mpeg_decode_a53_cc() local 2280 cc2 = get_bits(&gb, 8); in mpeg_decode_a53_cc() 2290 cap[2] = ff_reverse[cc2]; in mpeg_decode_a53_cc()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | BasicTest.java | 2404 int cc2=combineBackCharsAndCc[2*i+1]; in initSkippables() local 2405 if(tccc==0 || cc2!=0) { in initSkippables()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 2401 int cc2=combineBackCharsAndCc[2*i+1]; in initSkippables() local 2402 if(tccc==0 || cc2!=0) { in initSkippables()
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | generated_date_localizations.dart | 8402 '\u{c95}\u{ccd}\u{cb0}\u{cbf}\u{2e}\u{caa}\u{cc2}', 8406 '\u{c95}\u{ccd}\u{cb0}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{20}\u{caa}\u{cc2}\u{cb0}\u{ccd}\u{cb5}', 8415 '\u{c9c}\u{cc2}', 8429 '\u{c9c}\u{cc2}', 8443 '\u{c9c}\u{cc2}\u{ca8}\u{ccd}', 8457 '\u{c9c}\u{cc2}\u{ca8}\u{ccd}', 8471 '\u{c9c}\u{cc2}\u{ca8}\u{ccd}', 8485 '\u{c9c}\u{cc2}\u{ca8}\u{ccd}', 8560 '\u{caa}\u{cc2}\u{cb0}\u{ccd}\u{cb5}\u{cbe}\u{cb9}\u{ccd}\u{ca8}',
|
D | generated_cupertino_localizations.dart | 6798 …ButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf…
|