/third_party/googletest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 214 typename p3##_type, typename p4##_type 215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument 217 typename p3##_type, typename p4##_type, typename p5##_type 218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 221 typename p3##_type, typename p4##_type, typename p5##_type, \ 223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 226 typename p3##_type, typename p4##_type, typename p5##_type, \ 228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 231 typename p3##_type, typename p4##_type, typename p5##_type, \ [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsReusesExistingTypeAnnotations.js | 13 p4 = null; field in С1 33 get p4() { getter in С2 71 get p4() { getter in С3 76 set p4(value) { setter in С3 77 this.p4 = value; 99 set p4(value) { setter in С4 100 this.p4 = value; 115 p4 = null; field in С1 131 get p4() { getter in С2 161 get p4() { getter in С3 [all …]
|
D | jsDeclarationsReusesExistingTypeAnnotations.symbols | 20 p4 = null; 21 >p4 : Symbol(С1.p4, Decl(index.js, 8, 14)) 51 get p4() { 52 >p4 : Symbol(С2.p4, Decl(index.js, 28, 5)) 122 get p4() { 123 >p4 : Symbol(С3.p4, Decl(index.js, 66, 5), Decl(index.js, 71, 5)) 129 set p4(value) { 130 >p4 : Symbol(С3.p4, Decl(index.js, 66, 5), Decl(index.js, 71, 5)) 133 this.p4 = value; 134 >this.p4 : Symbol(С3.p4, Decl(index.js, 66, 5), Decl(index.js, 71, 5)) [all …]
|
D | jsDeclarationsReusesExistingTypeAnnotations.types | 21 p4 = null; 22 >p4 : string | null 54 get p4() { 55 >p4 : string | null 130 get p4() { 131 >p4 : string | null 138 set p4(value) { 139 >p4 : string | null 142 this.p4 = value; 143 >this.p4 = value : string | null [all …]
|
D | excessPropertyCheckWithMultipleDiscriminants.types | 60 type DisjointDiscriminants = { p1: 'left'; p2: true; p3: number } | { p1: 'right'; p2: false; p4: s… 61 >DisjointDiscriminants : { p1: 'left'; p2: true; p3: number; } | { p1: 'right'; p2: false; p4: stri… 69 >p4 : string 76 >{ p1: 'left', p2: false, p3: 42, p4: "hello"} : { p1: "left"; p2: false; p3: number; p… 90 p4: "hello" 91 >p4 : string 99 >{ p1: 'left', p2: true, p3: 42, p4: "hello"} : { p1: "left"; p2: true; p3: number; p4:… 113 p4: "hello" 114 >p4 : string 122 >{ p1: 'right', p2: false, p3: 42, p4: "hello"} : { p1: "right"; p2: false; p3: number;… [all …]
|
D | typeFromPropertyAssignment31.types | 36 ExpandoMerge.p4 = 44444; // ok 37 >ExpandoMerge.p4 = 44444 : 44444 38 >ExpandoMerge.p4 : number 40 >p4 : number 64 export var p4 = 4; 65 >p4 : number 109 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + E… 111 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… 112 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… 113 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… [all …]
|
D | jsdocLiteral.types | 6 * @param {'literal' | number} p4 9 function f(p1, p2, p3, p4, p5) { 10 >f : (p1: 'literal', p2: "literal", p3: 'literal' | 'other', p4: 'literal' | number, p5: 12 | true … 14 >p4 : number | "literal" 17 return p1 + p2 + p3 + p4 + p5 + '.'; 18 >p1 + p2 + p3 + p4 + p5 + '.' : string 19 >p1 + p2 + p3 + p4 + p5 : string 20 >p1 + p2 + p3 + p4 : string 26 >p4 : number | "literal"
|
D | typeFromPropertyAssignment33.types | 9 export var p4 = 4; 10 >p4 : number 70 ExpandoMerge.p4 = 44444; 71 >ExpandoMerge.p4 = 44444 : 44444 72 >ExpandoMerge.p4 : number 74 >p4 : number 112 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + E… 114 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… 115 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… 116 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… [all …]
|
D | typeFromPropertyAssignment32.types | 29 ExpandoMerge.p4 = 44444; 30 >ExpandoMerge.p4 = 44444 : 44444 31 >ExpandoMerge.p4 : number 33 >p4 : number 71 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + E… 73 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… 74 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… 75 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… 76 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… 77 >ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + ExpandoM… [all …]
|
D | excessPropertyCheckWithMultipleDiscriminants.js | 36 type DisjointDiscriminants = { p1: 'left'; p2: true; p3: number } | { p1: 'right'; p2: false; p4: s… 43 p4: "hello" property 51 p4: "hello" property 59 p4: "hello" property 76 p4: "hello" property 83 p4: "hello" property 90 p4: "hello" property
|
D | jsdocLiteral.symbols | 6 * @param {'literal' | number} p4 9 function f(p1, p2, p3, p4, p5) { 14 >p4 : Symbol(p4, Decl(in.js, 7, 22)) 17 return p1 + p2 + p3 + p4 + p5 + '.'; 21 >p4 : Symbol(p4, Decl(in.js, 7, 22))
|
D | giant.types | 101 (p4: string, p5?: string); 102 >p4 : string 124 new (p4: string, p5?: string); 125 >p4 : string 158 p4? (); 159 >p4 : () => any 267 (p4: string, p5?: string); 268 >p4 : string 290 new (p4: string, p5?: string); 291 >p4 : string [all …]
|
D | excessPropertyCheckWithMultipleDiscriminants.symbols | 76 type DisjointDiscriminants = { p1: 'left'; p2: true; p3: number } | { p1: 'right'; p2: false; p4: s… 83 >p4 : Symbol(p4, Decl(excessPropertyCheckWithMultipleDiscriminants.ts, 34, 93)) 101 p4: "hello" 102 >p4 : Symbol(p4, Decl(excessPropertyCheckWithMultipleDiscriminants.ts, 40, 11)) 120 p4: "hello" 121 >p4 : Symbol(p4, Decl(excessPropertyCheckWithMultipleDiscriminants.ts, 48, 11)) 139 p4: "hello" 140 >p4 : Symbol(p4, Decl(excessPropertyCheckWithMultipleDiscriminants.ts, 56, 11))
|
D | giant.js | 46 (p4: string, p5?: string); 57 new (p4: string, p5?: string); 72 p4? (); field in C 110 (p4: string, p5?: string); 121 new (p4: string, p5?: string); 136 p4? (); field in C 189 (p4: string, p5?: string); 200 new (p4: string, p5?: string); 215 p4? (); 304 (p4: string, p5?: string); [all …]
|
D | excessPropertyCheckWithMultipleDiscriminants.errors.txt | 3 …minants.ts(41,5): error TS2322: Type '{ p1: "left"; p2: false; p3: number; p4: string; }' is not a… 5 …inants.ts(57,5): error TS2322: Type '{ p1: "right"; p2: false; p3: number; p4: string; }' is not a… 6 …pecify known properties, and 'p3' does not exist in type '{ p1: "right"; p2: false; p4: string; }'. 47 …minants = { p1: 'left'; p2: true; p3: number } | { p1: 'right'; p2: false; p4: string } | { p1: 'l… 55 !!! error TS2322: Type '{ p1: "left"; p2: false; p3: number; p4: string; }' is not assignable to ty… 57 p4: "hello" 65 p4: "hello" 74 !!! error TS2322: Type '{ p1: "right"; p2: false; p3: number; p4: string; }' is not assignable to t… 75 …pecify known properties, and 'p3' does not exist in type '{ p1: "right"; p2: false; p4: string; }'. 76 p4: "hello"
|
D | typeFromPropertyAssignment31.js | 12 ExpandoMerge.p4 = 44444; // ok 17 export var p4 = 4; 27 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + E… 41 ExpandoMerge.p4 = 44444; // ok 46 ExpandoMerge.p4 = 4; 56 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + E…
|
D | typeFromPropertyAssignment33.js | 6 export var p4 = 4; 26 ExpandoMerge.p4 = 44444; 32 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + E… 40 ExpandoMerge.p4 = 4; 58 ExpandoMerge.p4 = 44444; 64 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + E…
|
D | typeFromPropertyAssignment32.js | 11 ExpandoMerge.p4 = 44444; 17 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + E… 22 export var p4 = 4; 42 ExpandoMerge.p4 = 44444; 48 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge.p4 + ExpandoMerge.p5 + E… 53 ExpandoMerge.p4 = 4;
|
D | giant.symbols | 103 (p4: string, p5?: string); 104 >p4 : Symbol(p4, Decl(giant.ts, 44, 5)) 126 new (p4: string, p5?: string); 127 >p4 : Symbol(p4, Decl(giant.ts, 55, 9)) 159 p4? (); 160 >p4 : Symbol(I.p4, Decl(giant.ts, 69, 9)) 270 (p4: string, p5?: string); 271 >p4 : Symbol(p4, Decl(giant.ts, 108, 9)) 293 new (p4: string, p5?: string); 294 >p4 : Symbol(p4, Decl(giant.ts, 119, 13)) [all …]
|
D | jsdocLiteral.js | 9 function f(p1, p2, p3, p4, p5) { argument 10 return p1 + p2 + p3 + p4 + p5 + '.'; 22 function f(p1, p2, p3, p4, p5) { 23 return p1 + p2 + p3 + p4 + p5 + '.';
|
D | override4.symbols | 14 p4: () => void; 15 >p4 : Symbol(B.p4, Decl(override4.ts, 3, 19)) 39 override p4: () => void; 40 >p4 : Symbol(D.p4, Decl(override4.ts, 12, 19))
|
/third_party/typescript/tests/cases/compiler/ |
D | giant.ts | 48 (p4: string, p5?: string); 59 new (p4: string, p5?: string); 74 p4? (); 112 (p4: string, p5?: string); 123 new (p4: string, p5?: string); 138 p4? (); 191 (p4: string, p5?: string); 202 new (p4: string, p5?: string); 217 p4? (); 306 (p4: string, p5?: string); [all …]
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsReusesExistingTypeAnnotations.ts | 20 p4 = null; property in С1 40 get p4() { method in С2 78 get p4() { method in С3 83 set p4(value) { method in С3 84 this.p4 = value; 106 set p4(value) { method in С4 107 this.p4 = value;
|
/third_party/curl/tests/data/ |
D | test31 | 43 Set-Cookie: httpo4=value4 ; httponly=; domain=test31.curl; path=/p4/; 44 Set-Cookie: httponly=myvalue1 ; domain=test31.curl; path=/p4/; httponly 45 Set-Cookie: httpandsec=myvalue2 ; domain=test31.curl; path=/p4/; httponly; secure 46 Set-Cookie: httpandsec2=myvalue3; domain=test31.curl; path=/p4/; httponly=; secure 47 Set-Cookie: httpandsec3=myvalue4 ; domain=test31.curl; path=/p4/; httponly; secure= 48 Set-Cookie: httpandsec4=myvalue5 ; domain=test31.curl; path=/p4/; httponly=; secure= 49 Set-Cookie: httpandsec5=myvalue6 ; domain=test31.curl; path=/p4/; secure; httponly= 50 Set-Cookie: httpandsec6=myvalue7 ; domain=test31.curl; path=/p4/; secure=; httponly= 51 Set-Cookie: httpandsec7=myvalue8 ; domain=test31.curl; path=/p4/; secure; httponly 52 Set-Cookie: httpandsec8=myvalue9; domain=test31.curl; path=/p4/; secure=; httponly [all …]
|
/third_party/optimized-routines/string/aarch64/ |
D | strchr-sve.S | 41 orrs p4.b, p1/z, p2.b, p3.b /* c | 0 */ 46 1: brka p4.b, p1/z, p4.b /* find first such */ 48 incp x0, p4.b 50 ptest p4, p2.b /* was first in c? */ 59 orrs p4.b, p0/z, p2.b, p3.b /* c | 0 */
|