Home
last modified time | relevance | path

Searched refs:s_test (Results 1 – 25 of 138) sorted by relevance

123456

/dports/misc/box2d/box2d-2.4.1/testbed/
H A Dmain.cpp209 delete s_test; in KeyCallback()
215 if (s_test) in KeyCallback()
251 if (s_test) in KeyCallback()
297 s_test->MouseUp(pw); in MouseButtonCallback()
320 s_test->MouseMove(pw); in MouseMotionCallback()
351 delete s_test; in RestartTest()
445 delete s_test; in UpdateUI()
475 s_test->UpdateUI(); in UpdateUI()
614 delete s_test; in main()
640 delete s_test; in main()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/char/
H A D1.cc34 const std::string s_test("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('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('b'); in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/char/
H A D1.cc34 const std::string s_test("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('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('w'); in test01()
/dports/lang/gcc11/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/lang/gcc12-devel/gcc-12-20211205/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/gcc12-devel/gcc-12-20211205/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/gcc-10.3.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()

123456