/third_party/rust/crates/syn/tests/ |
H A D | test_lit.rs | 23 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 D | thisTypeInAccessorsNegative.js | 7 wrong: "place" | "time" | "method" | "technique"; 12 set x(this: Bar, n) { this.wrong = "method"; } 24 set x(n) { this.wrong = "method"; }
|
H A D | excessPropertyCheckWithUnions.js | 11 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 D | destructuringTypeGuardFlow.js | 16 const wrong: number = bar; 32 const wrong: number = bar; 44 var wrong = bar;
53 var wrong = bar;
|
H A D | intersectionPropertyCheck.js | 4 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 D | discriminatedUnionTypes3.js | 10 err: `${string} is wrong!`
|
H A D | weakType.js | 20 doSomething('completely wrong'); 60 wrong: string 77 doSomething('completely wrong');
|
/third_party/openssl/test/ |
H A D | cmp_vfy_test.c | 151 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 D | test-code-cache.js | 57 const wrong = []; 64 wrong.push(`"${key}" should've been compiled **with** code cache`); 67 assert.strictEqual(wrong.length, 0, wrong.join('\n'));
|
H A D | test-process-exit-code.js | 52 `wrong exit for ${arg}-${name}\nexpected:${exit} but got:${code}`);
|
H A D | test-worker-exit-code.js | 33 `wrong exit for ${arg}-${name}\nexpected:${exit} but got:${code}`);
|
H A D | test-cluster-message.js | 126 throw new Error(`wrong TCP message received: ${data}`);
|
H A D | test-inspector-esm.js | 60 `Script source is wrong: ${scriptSource}`);
|
/third_party/python/Lib/test/ |
H A D | ann_module6.py | 7 wrong: ClassVar[int] = 1
|
/third_party/eudev/test/ |
H A D | udev-test.pl | 427 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 D | main.c | 425 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 D | test.rs | 499 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 D | run-metatests.sh | 13 If something goes wrong: the final line should be
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsck.c | 155 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 D | test-assembler-aarch32.cc | 841 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 D | 132html | 71 please consult the man page, in case the conversion went wrong.
|
/third_party/gn/src/gn/ |
H A D | rust_variables.cc | 74 of symbols it exposes, and most usages today are potentially wrong and will
|
/third_party/musl/src/math/x32/ |
H A D | expl.s | 30 # it will be wrong on non-nearest rounding mode
|
/third_party/musl/src/math/i386/ |
H A D | expl.s | 30 # it will be wrong on non-nearest rounding mode
|
/third_party/musl/src/math/x86_64/ |
H A D | expl.s | 30 # it will be wrong on non-nearest rounding mode
|