Home
last modified time | relevance | path

Searched defs:n1 (Results 1 – 25 of 180) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
DcheckJsdocTypeTagOnObjectProperty2.js8 method1(n1) { argument
32 method1: function (n1) { argument
36 method2: function (n1) { return "lol"; }, argument
DconcatError.js2 var n1: number[]; variable
35 var n1; variable
DnullishCoalescingOperator8.js5 const n1 = a.p ?? "default"; constant
13 var n1 = (_a = a.p) !== null && _a !== void 0 ? _a : "default"; variable
DstrictFunctionTypesErrors.js221 var n1; variable
222 (function (n1) { argument
DoperatorsAndIntersectionTypes.js26 const n1 = serialNo * 3; constant
52 var n1 = serialNo * 3; variable
DassignmentIndexedToPrimitives.js2 const n1: number = [0]; variable
20 var n1 = [0]; variable
DsemicolonsInModuleDeclarations.js12 var n1; variable
DerrorOnContextuallyTypedReturnType.js2 var n1: () => boolean = function () { }; // expect an error here function
DtypeArgumentsWithStringLiteralTypes01.js128 var n1; variable
129 (function (n1) { argument
DcallChain.3.js4 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/
DLinkedListTests.cpp98 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/
Debitmap.c20 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/
DconcatError.ts2 var n1: number[]; variable
DerrorOnContextuallyTypedReturnType.ts1 var n1: () => boolean = function () { }; // expect an error here variable
DsemicolonsInModuleDeclarations.ts6 var n1: ambiModule.i1; variable
DgenericReduce.ts3 var n1 = b.reduce((x, y) => x + y); variable
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_div.c174 # 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/
Dbn_div.c174 # 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/
Darm_cfft_radix2_q31.c94 unsigned n1, n2, ia; in arm_radix2_butterfly_q31() local
222 unsigned n1, n2, ia; in arm_radix2_butterfly_inverse_q31() local
Darm_cfft_radix2_q15.c93 uint32_t n1, n2, ia; in arm_radix2_butterfly_q15() local
403 uint32_t n1, n2, ia; in arm_radix2_butterfly_inverse_q15() local
Darm_cfft_radix2_f32.c119 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/
DcallChain.3.ts5 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/
DobjectRest.ts13 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/
DnullishCoalescingOperator8.ts6 const n1 = a.p ?? "default"; constant
/third_party/libabigail/tests/data/test-read-ctf/
Dtest-list-struct.c11 struct rb_node_b n1, n2; variable

12345678