Home
last modified time | relevance | path

Searched full:null (Results 1 – 25 of 13282) sorted by relevance

12345678910>>...532

/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/
Djis0212_index.js3null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,nul…
Djis0208_index.js3null,null,null,null,null,null,null,null,null,null,null,8712,8715,8838,8839,8834,8835,8746,8745,nul…
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/
Djis0208_index.js3null,null,null,null,null,null,null,null,null,null,null,8712,8715,8838,8839,8834,8835,8746,8745,nul…
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/
Djis0208_index.js3null,null,null,null,null,null,null,null,null,null,null,8712,8715,8838,8839,8834,8835,8746,8745,nul…
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/
Deuckr_index.js3null,null,null,null,null,null,44085,44086,44087,44090,44091,44093,44094,44095,44097,44098,44099,44…
/third_party/typescript/tests/baselines/reference/
DarithmeticOperatorWithNullValueAndInvalidOperands.types2 // If one operand is the null or undefined value, it is treated as having the type of the
15 var r1a1 = null * a;
17 >null * a : number
18 >null : null
21 var r1a2 = null * b;
23 >null * b : number
24 >null : null
27 var r1a3 = null * c;
29 >null * c : number
30 >null : null
[all …]
DcomparisonOperatorWithOneOperandIsNull.types12 var foo_r1 = t < null;
14 >t < null : boolean
16 >null : null
18 var foo_r2 = t > null;
20 >t > null : boolean
22 >null : null
24 var foo_r3 = t <= null;
26 >t <= null : boolean
28 >null : null
30 var foo_r4 = t >= null;
[all …]
DarithmeticOperatorWithNullValueAndValidOperands.types2 // If one operand is the null or undefined value, it is treated as having the type of the
22 var ra1 = null * a;
24 >null * a : number
25 >null : null
28 var ra2 = null * b;
30 >null * b : number
31 >null : null
34 var ra3 = null * 1;
36 >null * 1 : number
37 >null : null
[all …]
DcomparisonOperatorWithOneOperandIsNull.js5 var foo_r1 = t < null;
6 var foo_r2 = t > null;
7 var foo_r3 = t <= null;
8 var foo_r4 = t >= null;
9 var foo_r5 = t == null;
10 var foo_r6 = t != null;
11 var foo_r7 = t === null;
12 var foo_r8 = t !== null;
14 var foo_r1 = null < t;
15 var foo_r2 = null > t;
[all …]
DarithmeticOperatorWithNullValueAndInvalidOperands.js2 // If one operand is the null or undefined value, it is treated as having the type of the
10 var r1a1 = null * a;
11 var r1a2 = null * b;
12 var r1a3 = null * c;
14 var r1b1 = a * null;
15 var r1b2 = b * null;
16 var r1b3 = c * null;
18 var r1c1 = null * true;
19 var r1c2 = null * '';
20 var r1c3 = null * {};
[all …]
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.types3 var ra1 = null * null;
5 >null * null : number
6 >null : null
7 >null : null
9 var ra2 = null * undefined;
11 >null * undefined : number
12 >null : null
15 var ra3 = undefined * null;
17 >undefined * null : number
19 >null : null
[all …]
DarithmeticOperatorWithNullValueAndValidOperands.js2 // If one operand is the null or undefined value, it is treated as having the type of the
14 var ra1 = null * a;
15 var ra2 = null * b;
16 var ra3 = null * 1;
17 var ra4 = null * E.a;
18 var ra5 = a * null;
19 var ra6 = b * null;
20 var ra7 = 0 * null;
21 var ra8 = E.b * null;
24 var rb1 = null / a;
[all …]
/third_party/node/deps/cares/src/lib/
Dares_platform.c104 {"tcpmux", { NULL }, 1, "tcp" },
105 { "tcpmux", { NULL }, 1, "udp" },
106 { "compressnet", { NULL }, 2, "tcp" },
107 { "compressnet", { NULL }, 2, "udp" },
108 { "compressnet", { NULL }, 3, "tcp" },
109 { "compressnet", { NULL }, 3, "udp" },
110 { "rje", { NULL }, 5, "tcp" },
111 { "rje", { NULL }, 5, "udp" },
112 { "echo", { NULL }, 7, "tcp" },
113 { "echo", { NULL }, 7, "udp" },
[all …]
/third_party/mesa3d/
D.pick_status.json6 "nomination_type": null,
8 "main_sha": null,
9 "because_sha": null
15 "nomination_type": null,
17 "main_sha": null,
18 "because_sha": null
24 "nomination_type": null,
26 "main_sha": null,
27 "because_sha": null
33 "nomination_type": null,
[all …]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/linux-ppc64/asm/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/apps/
Dprogs.c16 {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL},
17 {FT_general, "ca", ca_main, ca_options, NULL, NULL},
19 {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL},
22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
25 {FT_general, "cms", cms_main, cms_options, NULL, NULL},
27 {FT_general, "crl", crl_main, crl_options, NULL, NULL},
28 {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL},
29 {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL},
31 {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL},
34 {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL},
[all …]

12345678910>>...532