/third_party/json/test/src/ |
D | unit-pointer_access.cpp | 43 test_type* p1 = value.get_ptr<test_type*>(); variable 72 test_type* p1 = value.get_ptr<test_type*>(); variable 101 test_type* p1 = value.get_ptr<test_type*>(); variable 130 test_type* p1 = value.get_ptr<test_type*>(); variable 159 test_type* p1 = value.get_ptr<test_type*>(); variable 188 test_type* p1 = value.get_ptr<test_type*>(); variable 217 test_type* p1 = value.get_ptr<test_type*>(); variable 246 test_type* p1 = value.get_ptr<test_type*>(); variable 275 test_type* p1 = value.get_ptr<test_type*>(); variable 304 test_type* p1 = value.get_ptr<test_type*>(); variable [all …]
|
D | unit-reference_access.cpp | 58 auto& p1 = value.get_ref<test_type&>(); variable 108 auto& p1 = value.get_ref<test_type&>(); variable 144 auto& p1 = value.get_ref<test_type&>(); variable 180 auto& p1 = value.get_ref<test_type&>(); variable 216 auto& p1 = value.get_ref<test_type&>(); variable 252 auto& p1 = value.get_ref<test_type&>(); variable 288 auto& p1 = value.get_ref<test_type&>(); variable
|
/third_party/typescript/tests/cases/compiler/ |
D | incompatibleTypes.ts | 2 p1(): number; method 6 public p1() { method in C1 12 p1(s:string): number; method 16 public p1(n:number) { method in C2 22 p1: string; property 26 public p1: number; property in C3 30 p1: { a: { a: string; }; b: string; }; property 34 public p1: { c: { b: string; }; d: string; }; property in C4
|
D | classUpdateTests.ts | 5 public p1 = 0; property in A 11 public p1 = 0; property in B 19 constructor(public p1=0, private p2=0, p3=0) {} property in C 30 public p1 = 0; property in E 38 public p1 = 0; property in G 51 constructor(public p1:number) { property in J 57 constructor(public p1:number) { // ERROR property in K 64 constructor(private p1:number) { property in L 70 constructor(private p1:number) { // ERROR property in M 80 public p1 = 0; property in N
|
/third_party/typescript/tests/baselines/reference/ |
D | excessPropertyCheckWithMultipleDiscriminants.js | 36 type DisjointDiscriminants = { p1: 'left'; p2: true; p3: number } | { p1: 'right'; p2: false; p4: s… property 40 p1: 'left', property 48 p1: 'left', property 56 p1: 'right', property 73 p1: 'left', property 80 p1: 'left', property 87 p1: 'right', property
|
D | classUpdateTests.js | 6 public p1 = 0; field in A 12 public p1 = 0; field in B 20 constructor(public p1=0, private p2=0, p3=0) {} 31 public p1 = 0; field in E 39 public p1 = 0; field in G 81 public p1 = 0; field in N 150 function C(p1, p2, p3) { argument 208 function J(p1) { argument 217 function K(p1) { argument 228 function L(p1) { argument [all …]
|
D | typeGuardFunctionErrors.js | 104 constructor(p1: A): p1 is C { field in D 129 function b5({a, b, p1}, p2, p3): p1 is A { field 137 function b7({a, b, c: {p1}}, p2, p3): p1 is A { field 247 assign1 = function (p1, p2) { argument 252 assign2 = function (p1, p2) { argument 257 assign3 = function (p1, p2, p3) { argument 272 function D(p1) { argument 276 get: function (p1) { argument 283 set: function (p1) { argument
|
D | restParameterAssignmentCompatibility.js | 9 m(p1, p2) { argument 21 m(p1?, p2?) { argument 44 S.prototype.m = function (p1, p2) { argument 56 T1.prototype.m = function (p1, p2) { argument
|
/third_party/skia/third_party/externals/libpng/ |
D | pngdebug.h | 63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument 66 # define png_debug2(l,m,p1,p2) \ argument 89 # define png_debug1(l,m,p1) \ argument 97 # define png_debug2(l,m,p1,p2) \ argument 117 # define png_debug1(l,m,p1) \ argument 128 # define png_debug2(l,m,p1,p2) \ argument 148 # define png_debug1(l, m, p1) ((void)0) argument 151 # define png_debug2(l, m, p1, p2) ((void)0) argument
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngdebug.h | 63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument 66 # define png_debug2(l,m,p1,p2) \ argument 89 # define png_debug1(l,m,p1) \ argument 97 # define png_debug2(l,m,p1,p2) \ argument 117 # define png_debug1(l,m,p1) \ argument 128 # define png_debug2(l,m,p1,p2) \ argument 148 # define png_debug1(l, m, p1) ((void)0) argument 151 # define png_debug2(l, m, p1, p2) ((void)0) argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jerror.h | 237 #define ERREXIT1(cinfo, code, p1) \ argument 241 #define ERREXIT2(cinfo, code, p1, p2) \ argument 246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 279 #define WARNMS1(cinfo, code, p1) \ argument 283 #define WARNMS2(cinfo, code, p1, p2) \ argument 293 #define TRACEMS1(cinfo, lvl, code, p1) \ argument 297 #define TRACEMS2(cinfo, lvl, code, p1, p2) \ argument 302 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument [all …]
|
/third_party/libjpeg-turbo/ |
D | jerror.h | 237 #define ERREXIT1(cinfo, code, p1) \ argument 241 #define ERREXIT2(cinfo, code, p1, p2) \ argument 246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument 280 #define WARNMS1(cinfo, code, p1) \ argument 284 #define WARNMS2(cinfo, code, p1, p2) \ argument 294 #define TRACEMS1(cinfo, lvl, code, p1) \ argument 298 #define TRACEMS2(cinfo, lvl, code, p1, p2) \ argument 303 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument [all …]
|
/third_party/alsa-lib/src/alisp/ |
D | alisp_snd.c | 149 struct alisp_object * p1, * p2; in add_cons() local 187 struct alisp_object * p1; in add_cons2() local 210 struct alisp_object * lexpr, * p1; in new_result1() local 233 struct alisp_object * lexpr, * p1; in new_result2() local 252 struct alisp_object * lexpr, * p1; in new_result3() local 290 struct alisp_object *p1, *p2; in FA_int_pp_strp_int() local 316 struct alisp_object *p1; in FA_int_pp_p() local 338 struct alisp_object * p1; in FA_p_p() local 364 struct alisp_object * p1; in FA_int_p() local 378 struct alisp_object * p1; in FA_str_p() local [all …]
|
D | alisp.c | 1111 struct alisp_object *p1 = car(args), *p2; in F_car() local 1126 struct alisp_object *p1 = car(args), *p2; in F_cdr() local 1141 struct alisp_object * p = args, * p1, * n; in F_add() local 1179 struct alisp_object * p = args, * p1, * n; in F_concat() local 1220 struct alisp_object * p = args, * p1, * n; in F_sub() local 1266 struct alisp_object * p = args, * p1, * n; in F_mul() local 1302 struct alisp_object * p = args, * p1, * n; in F_div() local 1361 struct alisp_object * p1, * p2, * p3; in F_mod() local 1408 struct alisp_object * p1, * p2; in F_lt() local 1447 struct alisp_object * p1, * p2; in F_gt() local [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jerror.h | 233 #define ERREXIT1(cinfo, code, p1) \ argument 237 #define ERREXIT2(cinfo, code, p1, p2) \ argument 242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 248 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument 266 #define WARNMS1(cinfo, code, p1) \ argument 270 #define WARNMS2(cinfo, code, p1, p2) \ argument 280 #define TRACEMS1(cinfo, lvl, code, p1) \ argument 284 #define TRACEMS2(cinfo, lvl, code, p1, p2) \ argument 289 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument 294 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument [all …]
|
/third_party/unity/test/tests/ |
D | test_unity_integers.c | 203 int *p0, *p1; in testEqualInts() local 223 UNITY_INT8 *p0, *p1; in testEqualInt8s() local 248 char *p0, *p1; in testEqualChars() local 274 UNITY_INT16 *p0, *p1; in testEqualInt16s() local 293 UNITY_INT16 *p0, *p1; in testEqualInt16sNegatives() local 318 UNITY_INT32 *p0, *p1; in testEqualInt32s() local 337 UNITY_INT32 *p0, *p1; in testEqualInt32sNegatives() local 357 unsigned int *p0, *p1; in testEqualUints() local 378 UNITY_UINT8 *p0, *p1; in testEqualUint8s() local 403 UNITY_UINT16 *p0, *p1; in testEqualUint16s() local [all …]
|
D | test_unity_arrays.c | 1614 int p1[] = {1, 8, 987, -2}; in testEqualIntArrays() local 1629 int p1[] = {1, 8, 987, 2}; in testNotEqualIntArraysNullExpected() local 1638 int* p1 = NULL; in testNotEqualIntArraysNullActual() local 1649 int p1[] = {1, 8, 987, 2}; in testNotEqualIntArrays1() local 1659 int p1[] = {2, 8, 987, -2}; in testNotEqualIntArrays2() local 1669 int p1[] = {1, 8, 986, -2}; in testNotEqualIntArrays3() local 1679 UNITY_UINT32 p1[1] = {1}; in testNotEqualIntArraysLengthZero() local 1689 int p1[] = {987, 987, 987, 987}; in testEqualIntEachEqual() local 1702 int* p1 = NULL; in testNotEqualIntEachEqualNullActual() local 1751 char* p1[] = {&A, &B, &C, &A}; in testEqualPtrArrays() local [all …]
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | emptyVariableDeclarationBindingPatterns01_ES5.ts | 18 var { p1: {}, p2: [] } = a; variable 19 let { p1: {}, p2: [] } = a; variable 20 const { p1: {}, p2: [] } = a; constant
|
D | emptyVariableDeclarationBindingPatterns01_ES6.ts | 18 var { p1: {}, p2: [] } = a; variable 19 let { p1: {}, p2: [] } = a; variable 20 const { p1: {}, p2: [] } = a; constant
|
D | emptyVariableDeclarationBindingPatterns01_ES5iterable.ts | 19 var { p1: {}, p2: [] } = a; variable 20 let { p1: {}, p2: [] } = a; variable 21 const { p1: {}, p2: [] } = a; constant
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 196 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) , \ argument 198 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument 200 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument 203 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument 206 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument 209 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 213 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 217 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 221 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 232 #define GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS(p0, p1)\ argument [all …]
|
/third_party/cJSON/tests/unity/test/tests/ |
D | testunity.c | 400 int *p0, *p1; in testEqualInts() local 420 UNITY_INT8 *p0, *p1; in testEqualInt8s() local 445 UNITY_INT16 *p0, *p1; in testEqualInt16s() local 464 UNITY_INT16 *p0, *p1; in testEqualInt16sNegatives() local 489 UNITY_INT32 *p0, *p1; in testEqualInt32s() local 508 UNITY_INT32 *p0, *p1; in testEqualInt32sNegatives() local 528 unsigned int *p0, *p1; in testEqualUints() local 549 UNITY_UINT8 *p0, *p1; in testEqualUint8s() local 574 UNITY_UINT16 *p0, *p1; in testEqualUint16s() local 599 UNITY_UINT32 *p0, *p1; in testEqualUint32s() local [all …]
|
/third_party/skia/experimental/graphite/src/geom/ |
D | Shape.h | 38 Shape(SkPoint p0, SkPoint p1) { this->setLine(p0, p1); } in Shape() 39 Shape(SkV2 p0, SkV2 p1) { this->setLine(p0, p1); } in Shape() 40 Shape(float2 p0, float2 p1) { this->setLine(p0, p1); } in Shape() 106 float2 p1() const { SkASSERT(this->isLine()); return fRect.botRight(); } in p1() function 116 void setLine(SkPoint p0, SkPoint p1) { in setLine() 119 void setLine(SkV2 p0, SkV2 p1) { in setLine() 122 void setLine(float2 p0, float2 p1) { in setLine()
|
/third_party/jerryscript/tests/jerry-test-suite/12/12.08/ |
D | 12.08-002.js | 15 var o = {p1: 1, property 16 p2: {p1: 100, p2: 200, p3: 100}, property 20 p6: {p1: 100, p2: 200, p3: 100}, property
|
D | 12.08-001.js | 15 var o = {p1: 1, property 16 p2: {p1: 100, p2: 200, p3: 100}, property 20 p6: {p1: 100, p2: 200, p3: 100}, property
|