Home
last modified time | relevance | path

Searched refs:wrong (Results 1 - 25 of 47) sorted by relevance

12

/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs23 wrong => panic!("{:?}", wrong), in lit()
38 wrong => panic!("{:?}", wrong), in strings()
77 wrong => panic!("{:?}", wrong), in byte_strings()
107 wrong => panic!("{:?}", wrong), in bytes()
131 wrong => panic!("{:?}", wrong), in chars()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DthisTypeInAccessorsNegative.js7 wrong: "place" | "time" | "method" | "technique";
12 set x(this: Bar, n) { this.wrong = "method"; }
24 set x(n) { this.wrong = "method"; }
H A DexcessPropertyCheckWithUnions.js11 let wrong: ADT = { tag: "T", a1: "extra" }
12 wrong = { tag: "A", d20: 12 }
13 wrong = { tag: "D" }
170 var wrong = { tag: "T", a1: "extra" };
171 wrong = { tag: "A", d20: 12 };
172 wrong = { tag: "D" };
H A DdestructuringTypeGuardFlow.js16 const wrong: number = bar;
32 const wrong: number = bar;
44 var wrong = bar;
53 var wrong = bar;
H A DintersectionPropertyCheck.js4 declare let wrong: { a: { y: string } };
5 let weak: { a?: { x?: number } } & { c?: string } = wrong; // Nested weak object type
36 var weak = wrong; // Nested weak object type
H A DdiscriminatedUnionTypes3.js10 err: `${string} is wrong!`
H A DweakType.js20 doSomething('completely wrong');
60 wrong: string
77 doSomething('completely wrong');
/third_party/openssl/test/
H A Dcmp_vfy_test.c151 static int test_validate_msg_mac_alg_protection(int miss, int wrong) in test_validate_msg_mac_alg_protection() argument
155 fixture->expected = !miss && !wrong; in test_validate_msg_mac_alg_protection()
158 wrong ? 4 : sizeof(sec_1))) in test_validate_msg_mac_alg_protection()
250 static int test_validate_msg_signature_srvcert(int bad_sig, int miss, int wrong) in test_validate_msg_signature_srvcert() argument
254 fixture->expected = !bad_sig && !wrong && !miss; in test_validate_msg_signature_srvcert()
259 wrong? clcert : srvcert)) in test_validate_msg_signature_srvcert()
384 static void setup_path(CMP_VFY_TEST_FIXTURE **fixture, X509 *wrong, int expired) in setup_path() argument
387 (*fixture)->expected = wrong == NULL && !expired; in setup_path()
393 if (!add_trusted((*fixture)->cmp_ctx, wrong == NULL ? root : wrong) in setup_path()
[all...]
/third_party/node/test/parallel/
H A Dtest-code-cache.js57 const wrong = [];
64 wrong.push(`"${key}" should've been compiled **with** code cache`);
67 assert.strictEqual(wrong.length, 0, wrong.join('\n'));
H A Dtest-process-exit-code.js52 `wrong exit for ${arg}-${name}\nexpected:${exit} but got:${code}`);
H A Dtest-worker-exit-code.js33 `wrong exit for ${arg}-${name}\nexpected:${exit} but got:${code}`);
H A Dtest-cluster-message.js126 throw new Error(`wrong TCP message received: ${data}`);
H A Dtest-inspector-esm.js60 `Script source is wrong: ${scriptSource}`);
/third_party/python/Lib/test/
H A Dann_module6.py7 wrong: ClassVar[int] = 1
/third_party/eudev/test/
H A Dudev-test.pl427 KERNEL=="sda", SYMLINK+="wrong"
538 SUBSYSTEMS=="scsi", ATTRS{whitespace_test}=="WHITE SPACE ", SYMLINK+="wrong-to-ignore"
871 SUBSYSTEMS=="scsi", KERNEL=="sda", SYMLINK+="should_not_match", DRIVERS=="sd-wrong"
935 SUBSYSTEMS=="scsi", KERNEL=="sda1", ENV{ENV_KEY_TEST}=="go", SYMLINK+="wrong"
946 SUBSYSTEMS=="scsi", KERNEL=="sda1", ENV{ENV_KEY_TEST}=="go", SYMLINK+="wrong"
1083 not_exp_name => "wrong",
1085 KERNEL=="ttyACM[0-9]*", SYMLINK+="wrong"
1157 KERNEL=="sda1", SYMLINK+="wrong"
1179 not_exp_name => "wrong",
1183 KERNEL=="sda1", SYMLINK=="nolink*", SYMLINK+="wrong"
[all...]
/third_party/alsa-lib/src/ucm/
H A Dmain.c425 uc_error("undefined or wrong id config for cset-new", cset); in execute_cset()
2448 uc_error("error: wrong value for _fboot (%s)", value); in set_fixedboot_user()
2468 uc_error("error: wrong value for _boot (%s)", value); in set_boot_user()
2486 uc_error("error: wrong value for _defaults (%s)", value); in set_defaults_user()
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs499 wrong => panic!("wrong token {:?}", wrong), in punct_before_comment()
524 wrong => panic!("wrong token {:?}", wrong), in raw_identifier()
/third_party/mbedtls/tests/scripts/
H A Drun-metatests.sh13 If something goes wrong: the final line should be
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsck.c155 static int assert_u32_noteq(u32 val, u32 wrong, const char *name) in assert_u32_noteq() argument
157 if (val==wrong) { in assert_u32_noteq()
160 (int)wrong); in assert_u32_noteq()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc841 Label done, wrong; in TEST() local
854 __ B(eq, &wrong); in TEST()
855 __ B(lo, &wrong); in TEST()
856 __ B(mi, &wrong); in TEST()
857 __ B(vs, &wrong); in TEST()
858 __ B(ls, &wrong); in TEST()
859 __ B(lt, &wrong); in TEST()
860 __ B(le, &wrong); in TEST()
868 __ B(ne, &wrong); in TEST()
869 __ B(lo, &wrong); in TEST()
[all...]
/third_party/pcre2/pcre2/
H A D132html71 please consult the man page, in case the conversion went wrong.
/third_party/gn/src/gn/
H A Drust_variables.cc74 of symbols it exposes, and most usages today are potentially wrong and will
/third_party/musl/src/math/x32/
H A Dexpl.s30 # it will be wrong on non-nearest rounding mode
/third_party/musl/src/math/i386/
H A Dexpl.s30 # it will be wrong on non-nearest rounding mode
/third_party/musl/src/math/x86_64/
H A Dexpl.s30 # it will be wrong on non-nearest rounding mode

Completed in 15 milliseconds

12