/third_party/typescript/tests/baselines/reference/ |
D | checkJsdocTypeTagOnObjectProperty2.js | 8 method1(n1) { argument 32 method1: function (n1) { argument 36 method2: function (n1) { return "lol"; }, argument
|
D | concatError.js | 2 var n1: number[]; variable 35 var n1; variable
|
D | nullishCoalescingOperator8.js | 5 const n1 = a.p ?? "default"; constant 13 var n1 = (_a = a.p) !== null && _a !== void 0 ? _a : "default"; variable
|
D | strictFunctionTypesErrors.js | 221 var n1; variable 222 (function (n1) { argument
|
D | operatorsAndIntersectionTypes.js | 26 const n1 = serialNo * 3; constant 52 var n1 = serialNo * 3; variable
|
D | assignmentIndexedToPrimitives.js | 2 const n1: number = [0]; variable 20 var n1 = [0]; variable
|
D | semicolonsInModuleDeclarations.js | 12 var n1; variable
|
D | errorOnContextuallyTypedReturnType.js | 2 var n1: () => boolean = function () { }; // expect an error here function
|
D | typeArgumentsWithStringLiteralTypes01.js | 128 var n1; variable 129 (function (n1) { argument
|
D | callChain.3.js | 4 const n1: number = a?.m?.({x: 12 }); // should be an error (`undefined` is not assignable to `numbe… constant 16 var n1 = (_a = a === null || a === void 0 ? void 0 : a.m) === null || _a === void 0 ? void 0 : _a.c… variable
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | LinkedListTests.cpp | 98 Node n1(1); in TEST() local 132 Node n1(1); in TEST() local 207 Node n1(1); in TEST() local 244 Node n1(1); in TEST() local 333 MovableNode n1(1); in TEST() local 376 Node n1(1); in TEST() local 391 Node n1(1); in TEST() local 406 Node n1(1); in TEST() local 420 Node n1(1); in TEST() local
|
/third_party/selinux/libsepol/src/ |
D | ebitmap.c | 20 const ebitmap_node_t *n1, *n2; in ebitmap_or() local 76 const ebitmap_node_t *n1, *n2; in ebitmap_and() local 119 const ebitmap_node_t *n1, *n2; in ebitmap_xor() local 259 const ebitmap_node_t *n1, *n2; in ebitmap_cmp() local 309 const ebitmap_node_t *n1, *n2; in ebitmap_contains() local 336 const ebitmap_node_t *n1 = e1->node; in ebitmap_match_any() local
|
/third_party/typescript/tests/cases/compiler/ |
D | concatError.ts | 2 var n1: number[]; variable
|
D | errorOnContextuallyTypedReturnType.ts | 1 var n1: () => boolean = function () { }; // expect an error here variable
|
D | semicolonsInModuleDeclarations.ts | 6 var n1: ambiModule.i1; variable
|
D | genericReduce.ts | 3 var n1 = b.reduce((x, y) => x + y); variable
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_div.c | 174 # define bn_div_words(n0,n1,d0) \ argument 188 # define bn_div_words(n0,n1,d0) \ argument 348 BN_ULONG n0, n1, rem = 0; in bn_div_fixed_top() local
|
/third_party/openssl/crypto/bn/ |
D | bn_div.c | 174 # define bn_div_words(n0,n1,d0) \ argument 188 # define bn_div_words(n0,n1,d0) \ argument 348 BN_ULONG n0, n1, rem = 0; in bn_div_fixed_top() local
|
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_cfft_radix2_q31.c | 94 unsigned n1, n2, ia; in arm_radix2_butterfly_q31() local 222 unsigned n1, n2, ia; in arm_radix2_butterfly_inverse_q31() local
|
D | arm_cfft_radix2_q15.c | 93 uint32_t n1, n2, ia; in arm_radix2_butterfly_q15() local 403 uint32_t n1, n2, ia; in arm_radix2_butterfly_inverse_q15() local
|
D | arm_cfft_radix2_f32.c | 119 uint32_t n1, n2, ia; in arm_radix2_butterfly_f32() local 288 uint32_t n1, n2, ia; in arm_radix2_butterfly_inverse_f32() local
|
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/callChain/ |
D | callChain.3.ts | 5 const n1: number = a?.m?.({x: 12 }); // should be an error (`undefined` is not assignable to `numbe… constant
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | objectRest.ts | 13 let nestedrest: { x: number, n1: { y: number, n2: { z: number, n3: { n4: number } } }, rest: number… variable 14 var { x, n1: { y, n2: { z, n3: { ...nr } } }, ...restrest } = nestedrest; variable
|
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/ |
D | nullishCoalescingOperator8.ts | 6 const n1 = a.p ?? "default"; constant
|
/third_party/libabigail/tests/data/test-read-ctf/ |
D | test-list-struct.c | 11 struct rb_node_b n1, n2; variable
|