Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 6626) sorted by relevance

12345678910>>...266

/third_party/json/test/src/
Dunit-conversions.cpp575 std::nullptr_t n = nullptr; variable
647 auto n = j.get<uint8_t>(); variable
734 json::number_integer_t n = j.get<json::number_integer_t>(); variable
740 json::number_unsigned_t n = j_unsigned.get<json::number_unsigned_t>(); variable
746 short n = j.get<short>(); variable
752 unsigned short n = j.get<unsigned short>(); variable
758 int n = j.get<int>(); variable
764 unsigned int n = j.get<unsigned int>(); variable
770 long n = j.get<long>(); variable
776 unsigned long n = j.get<unsigned long>(); variable
[all …]
Dunit-constructor1.cpp505 json::number_integer_t n{}; variable
512 json::number_integer_t n(42); variable
528 short n = 42; variable
536 unsigned short n = 42; variable
544 int n = 42; variable
552 unsigned int n = 42; variable
560 long n = 42; variable
568 unsigned long n = 42; variable
576 long long n = 42; variable
584 unsigned long long n = 42; variable
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dendian.h48 #define ToBE16(n) EndianSwap16(n) argument
49 #define ToBE32(n) EndianSwap32(n) argument
50 #define ToBE64(n) EndianSwap64(n) argument
51 #define ToLE16(n) (n) argument
52 #define ToLE32(n) (n) argument
53 #define ToLE64(n) (n) argument
54 #define FromBE16(n) EndianSwap16(n) argument
55 #define FromBE32(n) EndianSwap32(n) argument
56 #define FromBE64(n) EndianSwap64(n) argument
57 #define FromLE16(n) (n) argument
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dendian.h48 #define ToBE16(n) EndianSwap16(n) argument
49 #define ToBE32(n) EndianSwap32(n) argument
50 #define ToBE64(n) EndianSwap64(n) argument
51 #define ToLE16(n) (n) argument
52 #define ToLE32(n) (n) argument
53 #define ToLE64(n) (n) argument
54 #define FromBE16(n) EndianSwap16(n) argument
55 #define FromBE32(n) EndianSwap32(n) argument
56 #define FromBE64(n) EndianSwap64(n) argument
57 #define FromLE16(n) (n) argument
[all …]
/third_party/lwip/src/include/lwip/
Dnetifapi.h87 #define netifapi_netif_remove(n) netifapi_netif_common(n, netif_remove, NULL) argument
91 #define netifapi_netif_set_up(n) netifapi_netif_common(n, netif_set_up, NULL) argument
95 #define netifapi_netif_set_down(n) netifapi_netif_common(n, netif_set_down, NULL) argument
99 #define netifapi_netif_set_default(n) netifapi_netif_common(n, netif_set_default, NULL) argument
103 #define netifapi_netif_set_link_up(n) netifapi_netif_common(n, netif_set_link_up, NULL) argument
107 #define netifapi_netif_set_link_down(n) netifapi_netif_common(n, netif_set_link_down, NULL) argument
117 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start) argument
122 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL) argument
126 #define netifapi_dhcp_inform(n) netifapi_netif_common(n, dhcp_inform, NULL) argument
130 #define netifapi_dhcp_renew(n) netifapi_netif_common(n, NULL, dhcp_renew) argument
[all …]
/third_party/quickjs/tests/
Dmicrobench.js27 function pad(str, n) { argument
34 function pad_left(str, n) { argument
41 function pad_center(str, n) { argument
52 function toPrec(n, prec) { argument
112 function log_one(text, n, ti) { argument
175 function empty_loop(n) { argument
182 function date_now(n) { argument
190 function prop_read(n) argument
205 function prop_write(n) argument
218 function prop_create(n) argument
[all …]
/third_party/libunwind/tests/
DLrs-race.c50 int n; in foo_0() local
60 int n; in foo_1() local
70 int n; in foo_2() local
80 int n; in foo_3() local
90 int n; in foo_4() local
100 int n; in foo_5() local
110 int n; in foo_6() local
120 int n; in foo_7() local
130 int n; in foo_8() local
140 int n; in foo_9() local
[all …]
/third_party/typescript/tests/cases/conformance/salsa/
DinferringClassStaticMembersFromAssignments.ts32 var n: number; variable
34 var n = a.C1.staticProp; variable
35 var n = a.C2.staticProp; variable
36 var n = a.F1.staticProp; variable
37 var n = a.F2.staticProp; variable
40 var n = C3.staticProp; variable
41 var n = C4.staticProp; variable
42 var n = F3.staticProp; variable
43 var n = F4.staticProp; variable
DpropertiesOfGenericConstructorFunctions.ts25 var n = map._map['hi'] variable
27 var n = map._map2['hi'] variable
29 var n = map2._map['hi'] variable
31 var n = map._map2['hi'] variable
49 var n = cp.x variable
51 var n = cp.y variable
53 var n = cp.m1() variable
55 var n = cp.m2() variable
DtypeFromPropertyAssignment29.ts9 var n = ExpandoDecl.prop + ExpandoDecl.m(12) + ExpandoDecl(101).length variable
19 var n = (ExpandoExpr.prop.x || 0) + ExpandoExpr.m(12) + ExpandoExpr(101).length variable
47 var n = ExpandoMerge.p1 + ExpandoMerge.p2 + ExpandoMerge.p3 + ExpandoMerge(1); variable
65 var n = ExpandoExpr2.prop + ExpandoExpr2.m(12) + ExpandoExpr2(101).length variable
69 n = 1001; property in ExpandoClass
75 var n = ExpandoClass.prop + ExpandoClass.m(12) + new ExpandoClass().n variable
79 n = 10001; variable
85 var n = ExpandoExpr3.prop + ExpandoExpr3.m(13) + new ExpandoExpr3().n variable
/third_party/typescript/tests/baselines/reference/
DthisTypeInAccessors.js8 n: 12, property
13 n: 14, property
18 n: 15, property
23 n: 16, property
25 set x(this, n) { this.n = n; } argument
29 n = 17; field in Explicit
30 get x(this: Foo): number { return this.n; } field in Explicit
34 n = 21; field in Contextual
41 n: 12, property
43 set x(n) { this.n = n; } argument
[all …]
DobjectLiteralGettersAndSetters.js3 var sameName1a = { get 'a'() { return ''; }, set a(n) { var p = n; var p: string; } }; argument
7 var sameName5a = { get '\t'() { return ''; }, set '\t'(n) { var p = n; var p: string; } }; argument
8 var sameName6a = { get 'a'() { return ''; }, set a(n) { var p = n; var p: string; } }; argument
31 var setter2 = { set x(n) { } }; argument
43 set n(x: (t: string) => void) { }, setter
44 get n() { return (t) => { getter
51 get n() { return (t) => { getter
56 set n(x: (t: string) => void) { } setter
61 set n(x) { setter
65 get n() { return ''; } getter
[all …]
DtaggedTemplateStringsTypeArgumentInference.js100 function noParams(n) { } argument
103 function noGenericParams(n) { } argument
106 function someGenerics1a(n, m) { } argument
108 function someGenerics1b(n, m) { } argument
111 function someGenerics2a(strs, n) { } argument
112 someGenerics2a(__makeTemplateObject(["", ""], ["", ""]), function (n) { return n; }); argument
113 function someGenerics2b(strs, n) { } argument
114 someGenerics2b(__makeTemplateObject(["", ""], ["", ""]), function (n, x) { return n; }); argument
121 function someGenerics4(strs, n, f) { } argument
126 function someGenerics5(strs, n, f) { } argument
[all …]
DtypeArgumentInferenceWithConstraints.js115 function noGenericParams(n) { } argument
120 function someGenerics1(n, m) { } argument
126 function someGenerics2a(n) { } argument
127 someGenerics2a(function (n) { return n; }); argument
128 someGenerics2a(function (n) { return n; }); argument
129 someGenerics2a(function (n) { return n.substr(0); }); argument
130 function someGenerics2b(n) { } argument
131 someGenerics2b(function (n, x) { return n; }); argument
132 someGenerics2b(function (n, t) { return n; }); argument
133 someGenerics2b(function (n, t) { return n.substr(t * t); }); argument
[all …]
DtypeArgumentInference.js110 function noGenericParams(n) { } argument
115 function someGenerics1(n, m) { } argument
119 function someGenerics2a(n) { } argument
120 someGenerics2a(function (n) { return n; }); argument
121 someGenerics2a(function (n) { return n; }); argument
122 someGenerics2a(function (n) { return n.substr(0); }); argument
123 function someGenerics2b(n) { } argument
124 someGenerics2b(function (n, x) { return n; }); argument
125 someGenerics2b(function (n, t) { return n; }); argument
126 someGenerics2b(function (n, t) { return n.substr(t * t); }); argument
[all …]
/third_party/typescript/tests/cases/conformance/expressions/literals/
Dliterals.ts17 var n: number; variable
18 var n = 1; variable
19 var n = 1.0; variable
20 var n = 1e4; variable
21 var n = 001; // Error in ES5 variable
22 var n = 0x1; variable
23 var n = -1; variable
24 var n = -1.0; variable
25 var n = -1e-4; variable
26 var n = -003; // Error in ES5 variable
[all …]
/third_party/skia/src/core/
DSkEndian.h116 #define SkEndian_SwapBE16(n) SkEndianSwap16(n) argument
117 #define SkEndian_SwapBE32(n) SkEndianSwap32(n) argument
118 #define SkEndian_SwapBE64(n) SkEndianSwap64(n) argument
119 #define SkEndian_SwapLE16(n) (n) argument
120 #define SkEndian_SwapLE32(n) (n) argument
121 #define SkEndian_SwapLE64(n) (n) argument
123 #define SkTEndian_SwapBE16(n) SkTEndianSwap16<n>::value argument
124 #define SkTEndian_SwapBE32(n) SkTEndianSwap32<n>::value argument
125 #define SkTEndian_SwapBE64(n) SkTEndianSwap64<n>::value argument
126 #define SkTEndian_SwapLE16(n) (n) argument
[all …]
/third_party/flutter/skia/src/core/
DSkEndian.h116 #define SkEndian_SwapBE16(n) SkEndianSwap16(n) argument
117 #define SkEndian_SwapBE32(n) SkEndianSwap32(n) argument
118 #define SkEndian_SwapBE64(n) SkEndianSwap64(n) argument
119 #define SkEndian_SwapLE16(n) (n) argument
120 #define SkEndian_SwapLE32(n) (n) argument
121 #define SkEndian_SwapLE64(n) (n) argument
123 #define SkTEndian_SwapBE16(n) SkTEndianSwap16<n>::value argument
124 #define SkTEndian_SwapBE32(n) SkTEndianSwap32<n>::value argument
125 #define SkTEndian_SwapBE64(n) SkTEndianSwap64<n>::value argument
126 #define SkTEndian_SwapLE16(n) (n) argument
[all …]
/third_party/boost/libs/local_function/example/
Dexpensive_copy_local_function.cpp15 struct n { struct
16 int i; argument
17 n(int _i): i(_i) {} in n() argument
18 n(n const& x): i(x.i) { // Some time consuming copy operation. in n() function
22 BOOST_TYPEOF_REGISTER_TYPE(n) // Register for `bind& x` below. in BOOST_TYPEOF_REGISTER_TYPE() argument
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dwordcut.js1 !function(n){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=n();else if("fu… argument
/third_party/node/deps/npm/node_modules/tweetnacl/
Dnacl.min.js1 !function(r){"use strict";function n(r,n){return r<<n|r>>>32-n}function e(r,n){var e=255&r[n+3];ret… argument
/third_party/typescript/tests/cases/conformance/expressions/identifiers/
DscopeResolutionIdentifiers.ts6 var n = s; variable
7 var n: number; variable
12 var n = s; variable
13 var n: number; variable
24 n = this.s; property in C
34 var n = s; variable
35 var n: any; variable
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_pass.cpp52 void vpass::run_on(container_node &n) { in run_on()
72 bool vpass::visit(node& n, bool enter) { return true; } in visit()
73 bool vpass::visit(container_node& n, bool enter) { return true; } in visit()
74 bool vpass::visit(alu_group_node& n, bool enter) { return true; } in visit()
75 bool vpass::visit(cf_node& n, bool enter) { return true; } in visit()
76 bool vpass::visit(alu_node& n, bool enter) { return true; } in visit()
77 bool vpass::visit(alu_packed_node& n, bool enter) { return true; } in visit()
78 bool vpass::visit(fetch_node& n, bool enter) { return true; } in visit()
79 bool vpass::visit(region_node& n, bool enter) { return true; } in visit()
80 bool vpass::visit(repeat_node& n, bool enter) { return true; } in visit()
[all …]
/third_party/boost/boost/functional/
Doverloaded_function.hpp33 #define BOOST_FUNCTIONAL_f_type(z, n, unused) \ argument
36 #define BOOST_FUNCTIONAL_f_arg(z, n, unused) \ argument
39 #define BOOST_FUNCTIONAL_f_tparam(z, n, unused) \ argument
42 #define BOOST_FUNCTIONAL_f_tparam_dflt(z, n, is_tspec) \ argument
50 #define BOOST_FUNCTIONAL_f_arg_decl(z, n, unused) \ argument
54 #define BOOST_FUNCTIONAL_g_type(z, n, unused) \ argument
57 #define BOOST_FUNCTIONAL_g_arg(z, n, unused) \ argument
60 #define BOOST_FUNCTIONAL_g_tparam(z, n, unused) \ argument
63 #define BOOST_FUNCTIONAL_g_arg_decl(z, n, unused) \ argument
67 #define BOOST_FUNCTIONAL_base(z, n, unused) \ argument
[all …]
/third_party/node/benchmark/es/
Dmap-bench.js11 n: [1e6] property
14 function runObject(n) { argument
27 function runNullProtoObject(n) { argument
40 function runNullProtoLiteralObject(n) { argument
56 function runStorageObject(n) { argument
79 function runFakeMap(n) { argument
92 function runMap(n) { argument
105 function main({ n, method }) { property

12345678910>>...266