Home
last modified time | relevance | path

Searched refs:test_word (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wiggle/tests/
H A Dstrings.rs43 test_word: String, field
51 .prop_flat_map(|(test_word,)| { in strat()
53 Just(test_word.clone()), in strat()
54 HostMemory::mem_area_strat(test_word.len() as u32), in strat()
58 .prop_map(|(test_word, string_ptr_loc, return_ptr_loc)| Self { in strat()
59 test_word, in strat()
74 let ptr = host_memory.ptr::<str>((self.string_ptr_loc.ptr, self.test_word.len() as u32)); in test()
75 for (slot, byte) in ptr.as_bytes().iter().zip(self.test_word.bytes()) { in test()
85 self.test_word.len() as i32, in test()
94 assert_eq!(self.test_word.len() as u32, given); in test()
/dports/textproc/sdcv/sdcv-0.5.2/tests/
H A Dt_synonyms9 test_word() {
18 test_word foo
19 test_word bar
20 test_word test
H A Dt_exact10 test_word() {
21 test_word testawordies "Nothing similar to testawordies, sorry :(" "Nothing similar"
22 test_word testawordy "word that ends in y to test with fuzzy search in -ied" "fuzzy"
/dports/textproc/aspell/aspell-0.60.8/test/
H A Dcxx_warnings_test.cpp8 const uint16_t test_word[] = {'c','a','f', 0x00E9, 0}; variable
26 int correct = aspell_speller_check_w(spell_checker, test_word, -1); in f1()
39 if (memcmp(word, test_word, sizeof(test_incorrect)) != 0) { in f1()
62 int correct = aspell_speller_check_w(spell_checker, test_word, -1); in f2()
75 if (memcmp(word, test_word, sizeof(test_incorrect)) != 0) { in f2()
H A Dwide_test_valid.c8 const uint16_t test_word[] = {'c','a','f', 0x00E9, 0}; variable
26 int correct = aspell_speller_check_w(spell_checker, test_word, -1); in main()
39 if (memcmp(word, test_word, sizeof(test_incorrect)) != 0) { in main()
H A Dwide_test_invalid.c8 const uint16_t test_word[] = {'c','a','f', 0x00E9, 0}; variable
26 int correct = aspell_speller_check(spell_checker, (const char *)test_word, -1); in main()
39 if (memcmp(word, test_word, sizeof(test_incorrect)) != 0) { in main()
/dports/textproc/aspell-ispell/aspell-0.60.8/test/
H A Dcxx_warnings_test.cpp8 const uint16_t test_word[] = {'c','a','f', 0x00E9, 0}; variable
26 int correct = aspell_speller_check_w(spell_checker, test_word, -1); in f1()
39 if (memcmp(word, test_word, sizeof(test_incorrect)) != 0) { in f1()
62 int correct = aspell_speller_check_w(spell_checker, test_word, -1); in f2()
75 if (memcmp(word, test_word, sizeof(test_incorrect)) != 0) { in f2()
H A Dwide_test_invalid.c8 const uint16_t test_word[] = {'c','a','f', 0x00E9, 0}; variable
26 int correct = aspell_speller_check(spell_checker, (const char *)test_word, -1); in main()
39 if (memcmp(word, test_word, sizeof(test_incorrect)) != 0) { in main()
H A Dwide_test_valid.c8 const uint16_t test_word[] = {'c','a','f', 0x00E9, 0}; variable
26 int correct = aspell_speller_check_w(spell_checker, test_word, -1); in main()
39 if (memcmp(word, test_word, sizeof(test_incorrect)) != 0) { in main()
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_stream_integer_type.v75 typedef bit [31:0] test_word; typedef
84 test_word reg_in[4];
85 test_word reg_out[4];
158 v_packed_data_128 = {<<test_word{reg_in}};
168 {<<test_word{reg_out}} = v_packed_data_128;
278 foreach (reg_in[i]) reg_in[i] = 'h800+test_word'(i)+1;
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_legacy_mouse_action.py110 test_word = "quux"
118 urlbar.send_keys(test_word)
119 self.assertEqual(urlbar.get_property("value"), test_word)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_mouse_action.py87 test_word = "quux"
93 urlbar.send_keys(test_word)
94 self.assertEqual(urlbar.get_property("value"), test_word)
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/PowerPC/
H A Dvec_absd.ll33 define <4 x i32> @test_word(<4 x i32> %a, <4 x i32> %b) {
37 ; CHECK-LABEL: @test_word

12345678910>>...14