| /third_party/typescript/tests/cases/compiler/ |
| D | declFileAccessors.ts | 24 static get s3() { method in c1 28 static set s3( /** this is value*/value: number) { method in c1 74 static get s3() { method in c2 78 static set s3( /** this is value*/value: number) { method in c2
|
| D | shorthandPropertyAssignmentsInDestructuring.ts | 40 var s3: string; variable 46 var s3: string; variable
|
| D | shorthandPropertyAssignmentsInDestructuring_ES6.ts | 40 var s3: string; variable 46 var s3: string; variable
|
| D | forwardRefInTypeDeclaration.ts | 11 const s3 = "x"; constant
|
| D | genericChainedCalls.ts | 13 var s3 = s2.func(num => num.toString()) variable
|
| D | staticMemberWithStringAndNumberNames.ts | 11 static s3 = C[0]; property in C
|
| D | chainedSpecializationToObjectTypeLiteral.ts | 10 var s3 = s2.each(x => { x.key /* Type is K, should be number */ }); variable
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| D | stringutil.cc | 159 const StringHolder& s3) { in StrCat() 164 const StringHolder& s3, const StringHolder& s4) { in StrCat() 169 const StringHolder& s3, const StringHolder& s4, in StrCat() 175 const StringHolder& s3, const StringHolder& s4, in StrCat() 181 const StringHolder& s3, const StringHolder& s4, in StrCat() 188 const StringHolder& s3, const StringHolder& s4, in StrCat() 198 const StringHolder& s3, const StringHolder& s4, in StrCat() 206 const StringHolder& s3, const StringHolder& s4, in StrCat() 215 const StringHolder& s3, const StringHolder& s4, in StrCat() 224 const StringHolder& s3, const StringHolder& s4, in StrCat() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | forwardRefInTypeDeclaration.js | 12 const s3 = "x"; constant 18 var s3 = "x"; variable
|
| D | templateLiteralTypesPatternsPrefixSuffixAssignability.js | 4 const s3: `:${string}:${string}:` = "::"; // should error constant 10 var s3 = "::"; // should error variable
|
| D | shorthandPropertyAssignmentsInDestructuring_ES6.js | 39 for ({ s3 = 5 } of [{ s3: "" }]) { property 45 for ({ s3:s3 = 5 } of [{ s3: "" }]) { property 151 for ({ s3 = 5 } of [{ s3: "" }]) { property 156 for ({ s3: s3 = 5 } of [{ s3: "" }]) { property
|
| D | shorthandPropertyAssignmentsInDestructuring.js | 39 for ({ s3 = 5 } of [{ s3: "" }]) { property 45 for ({ s3:s3 = 5 } of [{ s3: "" }]) { property 164 for (var _i = 0, _b = [{ s3: "" }]; _i < _b.length; _i++) { property 171 for (var _i = 0, _b = [{ s3: "" }]; _i < _b.length; _i++) { property
|
| D | operatorsAndIntersectionTypes.js | 23 const s3 = guid + guid; constant 49 var s3 = guid + guid; variable
|
| D | assignmentIndexedToPrimitives.js | 9 const s3: string = [0, "1"]; variable 26 var s3 = [0, "1"]; variable
|
| D | chainedSpecializationToObjectTypeLiteral.js | 11 var s3 = s2.each(x => { x.key /* Type is K, should be number */ }); variable
|
| D | staticMemberWithStringAndNumberNames.js | 12 static s3 = C[0]; field in C
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_floodfill.c | 61 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same4() 74 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same4_16() 87 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same3() 99 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same3_16() 111 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same1() 121 unsigned s0, unsigned s1, unsigned s2, unsigned s3) in is_same1_16() 177 int *s0, int *s1, int *s2, int *s3) in pick_pixel1() 184 int *s0, int *s1, int *s2, int *s3) in pick_pixel1_16() 191 int *s0, int *s1, int *s2, int *s3) in pick_pixel3() 202 int *s0, int *s1, int *s2, int *s3) in pick_pixel3_16() [all …]
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| D | vc1dsp_altivec.c | 34 #define STEP8(s0, s1, s2, s3, s4, s5, s6, s7, vec_rnd) \ argument 81 #define SHIFT_HOR8(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 93 #define SHIFT_VERT8(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 106 #define STEP4(s0, s1, s2, s3, vec_rnd) \ argument 124 #define SHIFT_HOR4(s0, s1, s2, s3) \ argument 130 #define SHIFT_VERT4(s0, s1, s2, s3) \ argument 141 vector signed int s0, s1, s2, s3, s4, s5, s6, s7; in vc1_inv_trans_8x8_altivec() local 237 vector signed int s0, s1, s2, s3, s4, s5, s6, s7; in vc1_inv_trans_8x4_altivec() local
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | spline.inl | 18 typename genType::value_type s3 = pow3(s); local 41 typename genType::value_type s3 = pow3(s); local
|
| /third_party/skia/tests/ |
| D | SkSLMemoryLayoutTest.cpp | 72 std::unique_ptr<SkSL::Type> s3 = SkSL::Type::MakeStructType(-1, SkSL::String("s3"), fields1); in DEF_TEST() local 160 std::unique_ptr<SkSL::Type> s3 = SkSL::Type::MakeStructType(-1, SkSL::String("s3"), fields1); in DEF_TEST() local
|
| /third_party/node/deps/openssl/openssl/crypto/camellia/ |
| D | camellia.c | 288 register u32 s0, s1, s2, s3; in Camellia_Ekeygen() local 407 register u32 s0, s1, s2, s3; in Camellia_EncryptBlock_Rounds() local 460 u32 s0, s1, s2, s3; in Camellia_DecryptBlock_Rounds() local
|
| /third_party/openssl/crypto/camellia/ |
| D | camellia.c | 288 register u32 s0, s1, s2, s3; in Camellia_Ekeygen() local 407 register u32 s0, s1, s2, s3; in Camellia_EncryptBlock_Rounds() local 460 u32 s0, s1, s2, s3; in Camellia_DecryptBlock_Rounds() local
|
| /third_party/typescript/tests/cases/conformance/types/literal/ |
| D | templateLiteralTypesPatternsPrefixSuffixAssignability.ts | 3 const s3: `:${string}:${string}:` = "::"; // should error constant
|
| /third_party/skia/experimental/graphite/src/ |
| D | Renderer.h | 110 Renderer(const char* name, const RenderStep* s1, const RenderStep* s2, const RenderStep* s3) in Renderer() 114 const RenderStep* s3, const RenderStep* s4) in Renderer()
|
| /third_party/ffmpeg/libavcodec/x86/ |
| D | snowdsp.c | 406 #define snow_vertical_compose_r2r_sub(s0,s1,s2,s3,t0,t1,t2,t3)\ argument 412 #define snow_vertical_compose_sse2_store(w,s0,s1,s2,s3)\ argument 424 #define snow_vertical_compose_r2r_add(s0,s1,s2,s3,t0,t1,t2,t3)\ argument 430 #define snow_vertical_compose_r2r_pmulhw(s0,s1,s2,s3,t0,t1,t2,t3)\ argument 436 #define snow_vertical_compose_sse2_move(s0,s1,s2,s3,t0,t1,t2,t3)\ argument 527 #define snow_vertical_compose_mmx_store(w,s0,s1,s2,s3)\ argument 533 #define snow_vertical_compose_mmx_move(s0,s1,s2,s3,t0,t1,t2,t3)\ argument
|