/third_party/typescript/tests/baselines/reference/ |
H A D | capturedLetConstInLoop7.js | 114 l5: 122 break l5; 128 continue l5; 541 return "break-l5";
547 return "continue-l5";
550 l5: for (var x = 0, y = 1; x < 1; ++x) {
555 case "break-l5": break l5;
556 case "continue-l5": continue l5;
[all...] |
H A D | letDeclarations-es5-1.js | 4 let l3, l4, l5 :string, l6; 12 var l3, l4, l5, l6;
|
H A D | letDeclarations-es5.js | 4 let l3, l4, l5 :string, l6; 18 var l3, l4, l5, l6;
|
H A D | letDeclarations-invalidContexts.js | 17 let l5 = 0; 48 let l5 = 0;
|
H A D | superAccess.js | 12 var l5 = super.f(); // Expected => Error: Only public instance methods of the base class are accessible via the 'super' keyword variable 48 var l5 = _super.prototype.f.call(this); // Expected => Error: Only public instance methods of the base class are accessible via the 'super' keyword
|
H A D | letDeclarations-validContexts.js | 20 let l5 = 0; 160 let l5 = 0;
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_sysinfo.rs | 7 let (l1, l5, l15) = info.load_average(); in sysinfo_works() 9 assert!(l5 >= 0.0); in sysinfo_works()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-sparcv9.pl | 67 $t1="%l5"; 562 ldub [%i0+5],%l5 566 sll %l5,16,%l5 571 or %l5,%l4,%l4 584 ldub [%i0+13],%l5 588 sll %l5,16,%l5 593 or %l5,%l4,%l4 611 srl %o1,16,%l5 [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-sparcv9.pl | 67 $t1="%l5"; 562 ldub [%i0+5],%l5 566 sll %l5,16,%l5 571 or %l5,%l4,%l4 584 ldub [%i0+13],%l5 588 sll %l5,16,%l5 593 or %l5,%l4,%l4 611 srl %o1,16,%l5 [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | h264pred_template.c | 123 const unsigned av_unused l5 = src[-1+5*stride];\ 878 const pixel4 dc = PIXEL_SPLAT_X4((l0+l1+l2+l3+l4+l5+l6+l7+4) >> 3); in pred8x8l_left_dc() 899 const pixel4 dc = PIXEL_SPLAT_X4((l0+l1+l2+l3+l4+l5+l6+l7 in pred8x8l_dc() 972 SRC(0,7)= (l7 + 2*l6 + l5 + 2) >> 2; in pred8x8l_down_right() 973 SRC(0,6)=SRC(1,7)= (l6 + 2*l5 + l4 + 2) >> 2; in pred8x8l_down_right() 974 SRC(0,5)=SRC(1,6)=SRC(2,7)= (l5 + 2*l4 + l3 + 2) >> 2; in pred8x8l_down_right() 996 SRC(0,6)= (l5 + 2*l4 + l3 + 2) >> 2; in pred8x8l_vertical_right() 997 SRC(0,7)= (l6 + 2*l5 + l4 + 2) >> 2; in pred8x8l_vertical_right() 1028 SRC(1,7)= (l5 + 2*l6 + l7 + 2) >> 2; in pred8x8l_horizontal_down() 1029 SRC(0,6)=SRC(2,7)= (l5 in pred8x8l_horizontal_down() [all...] |
H A D | h264pred.c | 150 src[0+3*stride]=(t3 + t5 + 2*t4 + 2 + l3 + l5 + 2*l4 + 2)>>3; in pred4x4_down_left_rv40_c() 153 src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l4 + l6 + 2*l5 + 2)>>3; in pred4x4_down_left_rv40_c() 155 src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l5 + l7 + 2*l6 + 2)>>3; in pred4x4_down_left_rv40_c() 272 src[1+3*stride]=(l3 + 2*l4 + l5 + 2)>>2; in pred4x4_horizontal_up_rv40_c() 275 src[2+3*stride]=(l4 + l5 + 1)>>1; in pred4x4_horizontal_up_rv40_c() 276 src[3+3*stride]=(l4 + 2*l5 + l6 + 2)>>2; in pred4x4_horizontal_up_rv40_c()
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_template.c | 363 const int l5= stride + l4; in doVertLowPass() 364 const int l6= stride + l5; in doVertLowPass() 377 sums[2] = sums[1] - first + src[l5]; in doVertLowPass() 384 sums[9] = sums[8] - src[l5] + last; in doVertLowPass() 390 src[l5]= (sums[4] + sums[6] + 2*src[l5])>>4; in doVertLowPass() 430 "por %%mm4, %%mm3 \n\t" // |l5 - l6| in vertX1Filter() 431 PAVGB(%%mm3, %%mm0) // (|l2 - l3| + |l5 - l6|)/2 in vertX1Filter() 435 "pcmpeqb %%mm7, %%mm2 \n\t" // (l4 - l5) <= 0 ? -1 : 0 in vertX1Filter() 437 "por %%mm5, %%mm4 \n\t" // |l4 - l5| in vertX1Filter() [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-sparcv9.pl | 113 $F="%l5"; 182 ld [$inp+20],%l5 212 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5 381 or %l5,$tmp0,$tmp0 382 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5 743 ld [$ctx+`2*$SZ+4`],%l5 757 or %l5,$tmp2,$tmp2 769 ld [$ctx+`6*$SZ+4`],%l5 783 or %l5,$tmp2,$tmp2
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-sparcv9.pl | 113 $F="%l5"; 182 ld [$inp+20],%l5 212 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5 381 or %l5,$tmp0,$tmp0 382 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5 743 ld [$ctx+`2*$SZ+4`],%l5 757 or %l5,$tmp2,$tmp2 769 ld [$ctx+`6*$SZ+4`],%l5 783 or %l5,$tmp2,$tmp2
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | type_test.cc | 156 List l5; in TEST_F() local 157 l5.AddMember(FormatComponentType::kG, FormatMode::kSFloat, 32); in TEST_F() 158 EXPECT_FALSE(l1.Equal(&l5)); in TEST_F()
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 1370 ld [$inp+20],%l5 1379 st %l5,[$out+64*5-4] 1389 ld [$inp+20],%l5 1398 st %l5,[$out+64*5-4] 1408 ld [$inp+20],%l5 1416 st %l5,[$out+64*5-4] 1444 ld [$inp+64*5],%l5 1457 and %l5,$mask,%l5 1460 st %l5,[ [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 1370 ld [$inp+20],%l5 1379 st %l5,[$out+64*5-4] 1389 ld [$inp+20],%l5 1398 st %l5,[$out+64*5-4] 1408 ld [$inp+20],%l5 1416 st %l5,[$out+64*5-4] 1444 ld [$inp+64*5],%l5 1457 and %l5,$mask,%l5 1460 st %l5,[ [all...] |
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | py3_test_grammar.py | 366 l5 = lambda x, y, z=2: x + y + z 367 self.assertEquals(l5(1, 2), 5) 368 self.assertEquals(l5(1, 2, 3), 6)
|
H A D | py2_test_grammar.py | 306 l5 = lambda x, y, z=2: x + y + z 307 self.assertEquals(l5(1, 2), 5) 308 self.assertEquals(l5(1, 2, 3), 6)
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264pred_mmi.c | 259 const int l5 = (src[-1+4*stride] + 2*src[-1+5*stride] + src[-1+6*stride] + 2) >> 2; in ff_pred8x8l_dc_8_mmi() local 325 dc1 = l0+l1+l2+l3+l4+l5+l6+l7; in ff_pred8x8l_dc_8_mmi()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 101 clr %l5 167 clr %l5
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 101 clr %l5 167 clr %l5
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | loctest.cpp | 5838 Locale l5; in TestMoveAssign() local 5842 l5 = std::move(l6); in TestMoveAssign() 5843 assertTrue("l4 == l5", l4 == l5); in TestMoveAssign() 5844 assertTrue("l5 != l6", l5.getName() != l6.getName()); in TestMoveAssign() 5848 assertTrue("l4 == l5, again", l4 == l5); in TestMoveAssign() 5889 Locale l5(std::move(l6)); in TestMoveCtor() 5890 assertTrue("l4 == l5", l in TestMoveCtor() [all...] |
/third_party/python/Lib/test/ |
H A D | test_grammar.py | 785 l5 = lambda x, y, z=2: x + y + z 786 self.assertEqual(l5(1, 2), 5) 787 self.assertEqual(l5(1, 2, 3), 6)
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 461 fate-filter-pp1: CMD = video_filter "pp=fq|4/be/hb/vb/tn/l5/al" 472 fate-filter-pp: CMD = framecrc -flags bitexact -export_side_data venc_params -idct simple -i $(TARGET_PATH)/tests/data/fate/vsynth1-mpeg4-qprd.avi -frames:v 5 -flags +bitexact -vf "pp=be/hb/vb/tn/l5/al" 492 fate-filter-qp: CMD = video_filter "qp=34,pp=be/hb/vb/tn/l5/al"
|