/third_party/libinput/test/ |
D | check-double-macros.h | 38 #define _ck_assert_double_eq(X,Y, epsilon) \ argument 49 #define _ck_assert_double_ne(X,Y, epsilon) \ argument 60 #define ck_assert_double_eq(X, Y) _ck_assert_double_eq(X, Y, CK_DOUBLE_EQ_EPSILON) argument 61 #define ck_assert_double_eq_tol(X, Y, tol) _ck_assert_double_eq(X, Y, tol) argument 62 #define ck_assert_double_ne(X, Y) _ck_assert_double_ne(X, Y, CK_DOUBLE_EQ_EPSILON) argument 63 #define ck_assert_double_ne_tol(X, Y, tol) _ck_assert_double_ne(X, Y, tol) argument 65 #define _ck_assert_double_eq_op(X, OP, Y) \ argument 77 #define _ck_assert_double_ne_op(X, OP,Y) \ argument 89 #define ck_assert_double_lt(X, Y) _ck_assert_double_ne_op(X, <, Y) argument 90 #define ck_assert_double_le(X, Y) _ck_assert_double_eq_op(X, <=, Y) argument [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.h.in | 480 #define _ck_assert_int(X, OP, Y) do { \ argument 499 #define ck_assert_int_eq(X, Y) _ck_assert_int(X, ==, Y) argument 512 #define ck_assert_int_ne(X, Y) _ck_assert_int(X, !=, Y) argument 525 #define ck_assert_int_lt(X, Y) _ck_assert_int(X, <, Y) argument 538 #define ck_assert_int_le(X, Y) _ck_assert_int(X, <=, Y) argument 551 #define ck_assert_int_gt(X, Y) _ck_assert_int(X, >, Y) argument 564 #define ck_assert_int_ge(X, Y) _ck_assert_int(X, >=, Y) argument 566 #define _ck_assert_uint(X, OP, Y) do { \ argument 584 #define ck_assert_uint_eq(X, Y) _ck_assert_uint(X, ==, Y) argument 597 #define ck_assert_uint_ne(X, Y) _ck_assert_uint(X, !=, Y) argument [all …]
|
D | check.h | 480 #define _ck_assert_int(X, OP, Y) do { \ argument 499 #define ck_assert_int_eq(X, Y) _ck_assert_int(X, ==, Y) argument 512 #define ck_assert_int_ne(X, Y) _ck_assert_int(X, !=, Y) argument 525 #define ck_assert_int_lt(X, Y) _ck_assert_int(X, <, Y) argument 538 #define ck_assert_int_le(X, Y) _ck_assert_int(X, <=, Y) argument 551 #define ck_assert_int_gt(X, Y) _ck_assert_int(X, >, Y) argument 564 #define ck_assert_int_ge(X, Y) _ck_assert_int(X, >=, Y) argument 566 #define _ck_assert_uint(X, OP, Y) do { \ argument 584 #define ck_assert_uint_eq(X, Y) _ck_assert_uint(X, ==, Y) argument 597 #define ck_assert_uint_ne(X, Y) _ck_assert_uint(X, !=, Y) argument [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | internal-check.h | 480 #define _ck_assert_int(X, OP, Y) do { \ argument 499 #define ck_assert_int_eq(X, Y) _ck_assert_int(X, ==, Y) argument 512 #define ck_assert_int_ne(X, Y) _ck_assert_int(X, !=, Y) argument 525 #define ck_assert_int_lt(X, Y) _ck_assert_int(X, <, Y) argument 538 #define ck_assert_int_le(X, Y) _ck_assert_int(X, <=, Y) argument 551 #define ck_assert_int_gt(X, Y) _ck_assert_int(X, >, Y) argument 564 #define ck_assert_int_ge(X, Y) _ck_assert_int(X, >=, Y) argument 566 #define _ck_assert_uint(X, OP, Y) do { \ argument 584 #define ck_assert_uint_eq(X, Y) _ck_assert_uint(X, ==, Y) argument 597 #define ck_assert_uint_ne(X, Y) _ck_assert_uint(X, !=, Y) argument [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | accessorsInAmbientContext.ts | 8 static get Y() { return 1; } method in C 9 static set Y(v) { } method in C 17 static get Y() { return 1; } method in C 18 static set Y(v) { } method in C
|
D | declarationEmitLocalClassHasRequiredDeclare.ts | 12 export declare namespace Y { namespace 16 export class Y { } class
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | logging.h | 25 #define CHECK_EQ(X, Y) assert((X) == (Y)) argument 30 #define DCHECK_EQ(X, Y) CHECK_EQ((X), (Y)) argument 31 #define DCHECK_GE(X, Y) assert((X) >= (Y)) argument 32 #define DCHECK_GT(X, Y) assert((X) > (Y)) argument 33 #define DCHECK_LT(X, Y) assert((X) < (Y)) argument
|
/third_party/curl/tests/libtest/ |
D | test.h | 131 #define exe_easy_init(A,Y,Z) do { \ argument 141 #define chk_easy_init(A,Y,Z) do { \ argument 152 #define exe_multi_init(A,Y,Z) do { \ argument 162 #define chk_multi_init(A,Y,Z) do { \ argument 173 #define exe_easy_setopt(A,B,C,Y,Z) do { \ argument 186 #define chk_easy_setopt(A, B, C, Y, Z) do { \ argument 197 #define exe_multi_setopt(A, B, C, Y, Z) do { \ argument 210 #define chk_multi_setopt(A,B,C,Y,Z) do { \ argument 221 #define exe_multi_add_handle(A,B,Y,Z) do { \ argument 234 #define chk_multi_add_handle(A, B, Y, Z) do { \ argument [all …]
|
/third_party/node/deps/v8/src/bigint/ |
D | vector-arithmetic.cc | 41 void Add(RWDigits Z, Digits X, Digits Y) { in Add() 59 void Subtract(RWDigits Z, Digits X, Digits Y) { in Subtract() 75 digit_t AddAndReturnCarry(RWDigits Z, Digits X, Digits Y) { in AddAndReturnCarry() 84 digit_t SubtractAndReturnBorrow(RWDigits Z, Digits X, Digits Y) { in SubtractAndReturnBorrow() 93 bool AddSigned(RWDigits Z, Digits X, bool x_negative, Digits Y, in AddSigned() 107 bool SubtractSigned(RWDigits Z, Digits X, bool x_negative, Digits Y, in SubtractSigned()
|
D | bitwise.cc | 13 void BitwiseAnd_PosPos(RWDigits Z, Digits X, Digits Y) { in BitwiseAnd_PosPos() 21 void BitwiseAnd_NegNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseAnd_NegNeg() 42 void BitwiseAnd_PosNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseAnd_PosNeg() 52 void BitwiseOr_PosPos(RWDigits Z, Digits X, Digits Y) { in BitwiseOr_PosPos() 62 void BitwiseOr_NegNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseOr_NegNeg() 79 void BitwiseOr_PosNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseOr_PosNeg() 91 void BitwiseXor_PosPos(RWDigits Z, Digits X, Digits Y) { in BitwiseXor_PosPos() 104 void BitwiseXor_NegNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseXor_NegNeg() 122 void BitwiseXor_PosNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseXor_PosNeg()
|
/third_party/typescript/tests/baselines/reference/ |
D | localTypes5.js | 6 class Y<E> { class in X 25 var Y = /** @class */ (function () { class 26 function Y() { class in X.m.anonymousFunctionaf15778e0200.Y
|
D | typeParameterUsedAsTypeParameterConstraint2.js | 25 var g = function <X extends W, Y extends V>(a: X, b: Y): T { variable 34 var g = function baz<X extends W, Y extends V>(a: X, b: Y): T { variable 43 var g = <X extends W, Y extends V>(a: X, b: Y): T => { variable 52 var g = <X extends W, Y extends V>(a: X, b: Y): T => { variable
|
D | exportBinding.js | 11 class Y {} class 29 function Y() { class in Y
|
D | baseTypePrivateMemberClash.js | 5 class Y { class 18 function Y() { class in Y
|
D | staticIndexSignature7.js | 6 class Y { class 21 function Y() { class in Y
|
D | declarationEmitLocalClassHasRequiredDeclare.js | 16 export class Y { } class 35 function Y() { class in Y
|
D | accessorsInAmbientContext.js | 7 static get Y() { return 1; } getter in C 8 static set Y(v) { } setter in C
|
D | identicalGenericConditionalsWithInferRelated.js | 41 var Y = /** @class */ (function () { class 42 function Y() { class in Y
|
/third_party/libffi/src/sparc/ |
D | v9.S | 34 #define C2(X, Y) X ## Y argument 35 #define C1(X, Y) C2(X, Y) argument 38 # define C(Y) C1(__USER_LABEL_PREFIX__, Y) argument 40 # define C(Y) Y argument 42 #define L(Y) C1(.L, Y) argument
|
D | v8.S | 35 #define C2(X, Y) X ## Y argument 36 #define C1(X, Y) C2(X, Y) argument 39 # define C(Y) C1(__USER_LABEL_PREFIX__, Y) argument 41 # define C(Y) Y argument 43 #define L(Y) C1(.L, Y) argument
|
/third_party/typescript/tests/cases/conformance/internalModules/codeGeneration/ |
D | nameCollision.ts | 23 var Y = 13; variable 26 var Y = 12; variable 33 export enum Y { enum
|
/third_party/lwip/src/netif/ppp/polarssl/ |
D | des.c | 255 #define DES_IP(X,Y) \ argument 269 #define DES_FP(X,Y) \ argument 283 #define DES_ROUND(X,Y) \ argument 303 unsigned long X, Y, T; in des_setkey() local 401 unsigned long X, Y, T, *SK; in des_crypt_ecb() local
|
/third_party/typescript/tests/baselines/reference/organizeImports/ |
D | TypeOnly.ts | 4 import type Y from "lib"; alias 11 import type Y from "lib"; alias
|
/third_party/typescript/tests/cases/conformance/classes/members/inheritanceAndOverriding/ |
D | derivedClassWithAny.ts | 9 static get Y(): number { method in C 27 static get Y(): any { method in D 44 static get Y(): string { method in E
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vc1dsp_init_neon.c | 38 #define DECL_PUT(X, Y) \ argument 80 #define FN_ASSIGN(X, Y) \ argument
|