Home
last modified time | relevance | path

Searched refs:s_test (Results 26 – 50 of 138) sorted by relevance

123456

/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg");
36 const auto cstr_in_slugs = s_test.starts_with(cstr_dir);
38 const auto sv_in_slugs = s_test.starts_with(sv_dir);
40 const auto char_s = s_test.starts_with(L's');
43 const auto cstr_in_worms = s_test.starts_with(cstr_dir2);
45 const auto sv_in_worms = s_test.starts_with(sv_dir2);
47 const auto char_w = s_test.starts_with(L'w');
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.starts_with(cstr_dir); in test01()
38 const auto sv_in_slugs = s_test.starts_with(sv_dir); in test01()
40 const auto char_s = s_test.starts_with(L's'); in test01()
43 const auto cstr_in_worms = s_test.starts_with(cstr_dir2); in test01()
45 const auto sv_in_worms = s_test.starts_with(sv_dir2); in test01()
47 const auto char_w = s_test.starts_with(L'w'); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.ends_with(cstr_suf); in test01()
38 const auto sv_in_slugs = s_test.ends_with(sv_suf); in test01()
40 const auto char_g = s_test.ends_with(L'g'); in test01()
43 const auto cstr_in_worms = s_test.ends_with(cstr_suf2); in test01()
45 const auto sv_in_worms = s_test.ends_with(sv_suf2); in test01()
47 const auto char_b = s_test.ends_with(L'b'); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.starts_with(cstr_dir); in test01()
38 const auto sv_in_slugs = s_test.starts_with(sv_dir); in test01()
40 const auto char_s = s_test.starts_with(L's'); in test01()
43 const auto cstr_in_worms = s_test.starts_with(cstr_dir2); in test01()
45 const auto sv_in_worms = s_test.starts_with(sv_dir2); in test01()
47 const auto char_w = s_test.starts_with(L'w'); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.ends_with(cstr_suf); in test01()
38 const auto sv_in_slugs = s_test.ends_with(sv_suf); in test01()
40 const auto char_g = s_test.ends_with(L'g'); in test01()
43 const auto cstr_in_worms = s_test.ends_with(cstr_suf2); in test01()
45 const auto sv_in_worms = s_test.ends_with(sv_suf2); in test01()
47 const auto char_b = s_test.ends_with(L'b'); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.starts_with(cstr_dir); in test01()
38 const auto sv_in_slugs = s_test.starts_with(sv_dir); in test01()
40 const auto char_s = s_test.starts_with(L's'); in test01()
43 const auto cstr_in_worms = s_test.starts_with(cstr_dir2); in test01()
45 const auto sv_in_worms = s_test.starts_with(sv_dir2); in test01()
47 const auto char_w = s_test.starts_with(L'w'); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.ends_with(cstr_suf); in test01()
38 const auto sv_in_slugs = s_test.ends_with(sv_suf); in test01()
40 const auto char_g = s_test.ends_with(L'g'); in test01()
43 const auto cstr_in_worms = s_test.ends_with(cstr_suf2); in test01()
45 const auto sv_in_worms = s_test.ends_with(sv_suf2); in test01()
47 const auto char_b = s_test.ends_with(L'b'); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.starts_with(cstr_dir); in test01()
38 const auto sv_in_slugs = s_test.starts_with(sv_dir); in test01()
40 const auto char_s = s_test.starts_with(L's'); in test01()
43 const auto cstr_in_worms = s_test.starts_with(cstr_dir2); in test01()
45 const auto sv_in_worms = s_test.starts_with(sv_dir2); in test01()
47 const auto char_w = s_test.starts_with(L'w'); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.ends_with(cstr_suf); in test01()
38 const auto sv_in_slugs = s_test.ends_with(sv_suf); in test01()
40 const auto char_g = s_test.ends_with(L'g'); in test01()
43 const auto cstr_in_worms = s_test.ends_with(cstr_suf2); in test01()
45 const auto sv_in_worms = s_test.ends_with(sv_suf2); in test01()
47 const auto char_b = s_test.ends_with(L'b'); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.starts_with(cstr_dir); in test01()
38 const auto sv_in_slugs = s_test.starts_with(sv_dir); in test01()
40 const auto char_s = s_test.starts_with(L's'); in test01()
43 const auto cstr_in_worms = s_test.starts_with(cstr_dir2); in test01()
45 const auto sv_in_worms = s_test.starts_with(sv_dir2); in test01()
47 const auto char_w = s_test.starts_with(L'w'); in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.ends_with(cstr_suf); in test01()
38 const auto sv_in_slugs = s_test.ends_with(sv_suf); in test01()
40 const auto char_g = s_test.ends_with(L'g'); in test01()
43 const auto cstr_in_worms = s_test.ends_with(cstr_suf2); in test01()
45 const auto sv_in_worms = s_test.ends_with(sv_suf2); in test01()
47 const auto char_b = s_test.ends_with(L'b'); in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.starts_with(cstr_dir); in test01()
38 const auto sv_in_slugs = s_test.starts_with(sv_dir); in test01()
40 const auto char_s = s_test.starts_with(L's'); in test01()
43 const auto cstr_in_worms = s_test.starts_with(cstr_dir2); in test01()
45 const auto sv_in_worms = s_test.starts_with(sv_dir2); in test01()
47 const auto char_w = s_test.starts_with(L'w'); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.ends_with(cstr_suf); in test01()
38 const auto sv_in_slugs = s_test.ends_with(sv_suf); in test01()
40 const auto char_g = s_test.ends_with(L'g'); in test01()
43 const auto cstr_in_worms = s_test.ends_with(cstr_suf2); in test01()
45 const auto sv_in_worms = s_test.ends_with(sv_suf2); in test01()
47 const auto char_b = s_test.ends_with(L'b'); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.starts_with(cstr_dir); in test01()
38 const auto sv_in_slugs = s_test.starts_with(sv_dir); in test01()
40 const auto char_s = s_test.starts_with(L's'); in test01()
43 const auto cstr_in_worms = s_test.starts_with(cstr_dir2); in test01()
45 const auto sv_in_worms = s_test.starts_with(sv_dir2); in test01()
47 const auto char_w = s_test.starts_with(L'w'); in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.ends_with(cstr_suf); in test01()
38 const auto sv_in_slugs = s_test.ends_with(sv_suf); in test01()
40 const auto char_g = s_test.ends_with(L'g'); in test01()
43 const auto cstr_in_worms = s_test.ends_with(cstr_suf2); in test01()
45 const auto sv_in_worms = s_test.ends_with(sv_suf2); in test01()
47 const auto char_b = s_test.ends_with(L'b'); in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc34 const std::wstring s_test(L"slugs/slimy.jpg"); in test01() local
36 const auto cstr_in_slugs = s_test.starts_with(cstr_dir); in test01()
38 const auto sv_in_slugs = s_test.starts_with(sv_dir); in test01()
40 const auto char_s = s_test.starts_with(L's'); in test01()
43 const auto cstr_in_worms = s_test.starts_with(cstr_dir2); in test01()
45 const auto sv_in_worms = s_test.starts_with(sv_dir2); in test01()
47 const auto char_w = s_test.starts_with(L'w'); in test01()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue772/
H A Dent.vhdl13 signal s_test : std_logic := '0'; signal
18 s_test <= '1' after 30 ns,
25 if s_test'stable(10 ns) then
26 report "s_test stable";
28 report "s_test changed";
33 -- psl assert always (s_test'stable)@rising_edge(s_clk);
36 -- psl assert always (s_test'stable(10 ns))@rising_edge(s_clk);
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/sandbox/
H A Dfec_secded2216_test.c182 unsigned int s_test = 0; in main() local
185 s_test <<= 1; in main()
191 s_test |= p & 0x01; in main()
202 print_bitstring_short(s_test,6); in main()
203 if (s == s_test) printf(" *"); in main()
207 printf("0x%.2x\n", s_test); in main()
210 if (s == s_test) { in main()
H A Dfec_secded3932_test.c195 unsigned int s_test = 0; in main() local
202 s_test <<= 1; in main()
210 s_test |= p & 0x01; in main()
223 print_bitstring_short(s_test,7); in main()
224 if (s == s_test) printf(" *"); in main()
228 printf("0x%.2x\n", s_test); in main()
231 if (s == s_test) { in main()
/dports/databases/pgrouting/pgrouting-3.2.0/pgtap/alpha_shape/
H A Ds_shape-test.sql10 CREATE TABLE s_test(geom geometry); table
12 INSERT INTO s_test(geom) VALUES(ST_GeomFromText('MULTIPOINT(
78 …$SELECT st_area(pgr_alphaShape)::TEXT FROM pgr_alphaShape((SELECT ST_Collect(geom) FROM s_test))$$,
79 …LECT st_area(pgr_alphaShape)::TEXT FROM pgr_alphaShape((SELECT ST_Collect(geom) FROM s_test), 0)$$)
/dports/net/yate/yate-6.4.0-1/modules/radio/
H A Dradiotest.cpp424 if (s_test->startup()) in start()
426 delete s_test; in start()
571 if (s_test == this) in terminated()
572 s_test = 0; in terminated()
873 if (s_test) in ~RadioTestModule()
957 while (s_test) { in test()
958 s_test->cancel(); in test()
959 if (s_test->m_recv) in test()
969 if (!s_test) in test()
974 s_test = 0; in test()
[all …]
/dports/math/mfem/mfem-4.3/examples/
H A Dex8.cpp120 int s_test = test_space->GetVSize(); in main() local
129 offsets_test[1] = s_test; in main()
136 << " Test space, Y : " << s_test in main()
195 Vector SinvF(s_test); in main()
240 Vector LSres(s_test); in main()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue283/
H A Dexample.py10 dut._log.info("%d" % dut.s_test)
11 dut._log.info("%d" % dut.cmp_bar.s_test)
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/libs/
H A Dlibnapi_http.sh43 local s_test=$(wget --help 2>&1 | grep "\-S")
44 [ -n "$s_test" ] && wget_cmd='wget -q -S -O'
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dinterlocked.cs10 static int s_test; field in InterlockTest
86 return "A" + Interlocked.Increment (ref s_test); in IncTest()

123456