/third_party/typescript/tests/baselines/reference/ |
D | comparisonOperatorWithIdenticalObjects.js | 58 var base1: Base; variable 63 var r1a2 = base1 < base2; 71 var r1b2 = base2 < base1; 80 var r2a2 = base1 > base2; 88 var r2b2 = base2 > base1; 97 var r3a2 = base1 <= base2; 105 var r3b2 = base2 <= base1; 114 var r4a2 = base1 >= base2; 122 var r4b2 = base2 >= base1; 131 var r5a2 = base1 == base2; [all …]
|
D | comparisonOperatorWithIdenticalObjects.types | 139 var base1: Base; 140 >base1 : Base 152 var r1a2 = base1 < base2; 154 >base1 < base2 : boolean 155 >base1 : Base 194 var r1b2 = base2 < base1; 196 >base2 < base1 : boolean 198 >base1 : Base 237 var r2a2 = base1 > base2; 239 >base1 > base2 : boolean [all …]
|
D | bestCommonTypeOfTuple2.symbols | 5 interface base1 { i } 6 >base1 : Symbol(base1, Decl(bestCommonTypeOfTuple2.ts, 0, 18)) 7 >i : Symbol(base1.i, Decl(bestCommonTypeOfTuple2.ts, 1, 17)) 29 class C1 implements base1 { i = "foo"; c } 31 >base1 : Symbol(base1, Decl(bestCommonTypeOfTuple2.ts, 0, 18)) 56 var t4: [base1, C1]; 58 >base1 : Symbol(base1, Decl(bestCommonTypeOfTuple2.ts, 0, 18)) 78 var e41 = t4[2]; // base1
|
D | comparisonOperatorWithIdenticalObjects.symbols | 160 var base1: Base; 161 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3)) 174 var r1a2 = base1 < base2; 176 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3)) 209 var r1b2 = base2 < base1; 212 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3)) 245 var r2a2 = base1 > base2; 247 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3)) 280 var r2b2 = base2 > base1; 283 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3)) [all …]
|
D | bestCommonTypeOfTuple2.types | 3 interface base1 { i } 23 class C1 implements base1 { i = "foo"; c } 45 var t4: [base1, C1]; 46 >t4 : [base1, C1] 69 var e41 = t4[2]; // base1 72 >t4 : [base1, C1]
|
D | bestCommonTypeOfTuple2.errors.txt | 4 …stCommonType/bestCommonTypeOfTuple2.ts(20,14): error TS2493: Tuple type '[base1, C1]' of length '2… 10 interface base1 { i } 16 class C1 implements base1 { i = "foo"; c } 22 var t4: [base1, C1]; 34 var e41 = t4[2]; // base1 36 !!! error TS2493: Tuple type '[base1, C1]' of length '2' has no element at index '2'.
|
D | bestCommonTypeOfTuple2.js | 3 interface base1 { i } 9 class C1 implements base1 { i = "foo"; c } 15 var t4: [base1, C1];
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithIdenticalObjects.ts | 57 var base1: Base; variable 62 var r1a2 = base1 < base2; 70 var r1b2 = base2 < base1; 79 var r2a2 = base1 > base2; 87 var r2b2 = base2 > base1; 96 var r3a2 = base1 <= base2; 104 var r3b2 = base2 <= base1; 113 var r4a2 = base1 >= base2; 121 var r4b2 = base2 >= base1; 130 var r5a2 = base1 == base2; [all …]
|
/third_party/skia/bench/ |
D | HairlinePathBench.cpp | 98 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local 101 path->moveTo(SkIntToScalar(points[base1] + xTrans), in makePath() 102 SkIntToScalar(points[base1+1] + yTrans)); in makePath() 130 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local 133 path->moveTo(SkIntToScalar(points[base1] + xTrans), in makePath() 134 SkIntToScalar(points[base1+1] + yTrans)); in makePath() 163 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local 167 path->moveTo(SkIntToScalar(points[base1] + xTrans), in makePath() 168 SkIntToScalar(points[base1+1] + yTrans)); in makePath() 198 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/third_party/FreeBSD/sys/sys/ |
D | kobj.h | 138 base1) \ argument 141 { &base1, NULL }; \ 153 base1, base2) \ argument 156 { &base1, \ 169 base1, base2, base3) \ argument 172 { &base1, \
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/ |
D | bestCommonTypeOfTuple2.ts | 2 interface base1 { i } interface 8 class C1 implements base1 { i = "foo"; c } 14 var t4: [base1, C1];
|
/third_party/ffmpeg/tests/checkasm/ |
D | vp8dsp.c | 383 LOCAL_ALIGNED_16(uint8_t, base1, [32 + 16 * 16]); in check_loopfilter_16y() 395 uint8_t *buf1 = base1 + midoff_aligned; in check_loopfilter_16y() 480 LOCAL_ALIGNED_16(uint8_t, base1, [32 + 16 * 16]); in check_loopfilter_simple() 492 uint8_t *buf1 = base1 + midoff_aligned; in check_loopfilter_simple()
|
D | vp9dsp.c | 454 LOCAL_ALIGNED_32(uint8_t, base1, [32 + 16 * 16 * 2]); in check_loopfilter() 469 uint8_t *buf1 = base1 + midoff_aligned; in check_loopfilter() 491 buf1 = base1 + midoff_aligned; in check_loopfilter()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | rsaz_exp.h | 44 const BN_ULONG *base1,
|
D | rsaz_exp_x2.c | 117 const BN_ULONG *base1, 178 to_words52(base1_red, exp_digits, base1, factor_size);
|
/third_party/openssl/crypto/bn/ |
D | rsaz_exp.h | 44 const BN_ULONG *base1,
|
D | rsaz_exp_x2.c | 117 const BN_ULONG *base1, 178 to_words52(base1_red, exp_digits, base1, factor_size);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralSamples.java | 197 for (FixedDecimal base1 : original) { in fractions() 198 result.add((int)base1.integerValue); in fractions()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 570 const deUint32 base1 = rnd.getUint32(); in getInputValues() local 574 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues() 661 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local 665 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 668 const deUint32 base1 = rnd.getUint32(); in getInputValues() local 672 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues() 773 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local 777 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 668 const deUint32 base1 = rnd.getUint32(); in getInputValues() local 672 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues() 773 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local 777 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 338 int base1 = (baseSize2[mask] >> 0) & 0xf; in mkClobber() local 346 reg->reg.data.id = base + base1; in mkClobber()
|
/third_party/nghttp2/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 674 struct base1 687 struct derived : base1, base2
|
/third_party/skia/third_party/externals/harfbuzz/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 696 struct base1 709 struct derived : base1, base2
|
/third_party/cups-filters/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 696 struct base1 709 struct derived : base1, base2
|