Home
last modified time | relevance | path

Searched refs:test_open (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/landlock/
H A Dfs_test.c269 ASSERT_EQ(0, test_open(dir_s1d1, O_RDONLY)); in TEST_F_FORK()
272 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK()
275 ASSERT_EQ(0, test_open(dir_s1d3, O_RDONLY)); in TEST_F_FORK()
278 ASSERT_EQ(0, test_open(dir_s2d1, O_RDONLY)); in TEST_F_FORK()
280 ASSERT_EQ(0, test_open(dir_s2d2, O_RDONLY)); in TEST_F_FORK()
282 ASSERT_EQ(0, test_open(dir_s2d3, O_RDONLY)); in TEST_F_FORK()
285 ASSERT_EQ(0, test_open(dir_s3d1, O_RDONLY)); in TEST_F_FORK()
286 ASSERT_EQ(0, test_open(dir_s3d2, O_RDONLY)); in TEST_F_FORK()
287 ASSERT_EQ(0, test_open(dir_s3d3, O_RDONLY)); in TEST_F_FORK()
1206 ASSERT_EQ(0, test_open("/", O_RDONLY)); in TEST_F_FORK()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/landlock/
H A Dfs_test.c269 ASSERT_EQ(0, test_open(dir_s1d1, O_RDONLY)); in TEST_F_FORK()
272 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK()
275 ASSERT_EQ(0, test_open(dir_s1d3, O_RDONLY)); in TEST_F_FORK()
278 ASSERT_EQ(0, test_open(dir_s2d1, O_RDONLY)); in TEST_F_FORK()
280 ASSERT_EQ(0, test_open(dir_s2d2, O_RDONLY)); in TEST_F_FORK()
282 ASSERT_EQ(0, test_open(dir_s2d3, O_RDONLY)); in TEST_F_FORK()
285 ASSERT_EQ(0, test_open(dir_s3d1, O_RDONLY)); in TEST_F_FORK()
286 ASSERT_EQ(0, test_open(dir_s3d2, O_RDONLY)); in TEST_F_FORK()
287 ASSERT_EQ(0, test_open(dir_s3d3, O_RDONLY)); in TEST_F_FORK()
1206 ASSERT_EQ(0, test_open("/", O_RDONLY)); in TEST_F_FORK()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/landlock/
H A Dfs_test.c269 ASSERT_EQ(0, test_open(dir_s1d1, O_RDONLY)); in TEST_F_FORK()
272 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK()
275 ASSERT_EQ(0, test_open(dir_s1d3, O_RDONLY)); in TEST_F_FORK()
278 ASSERT_EQ(0, test_open(dir_s2d1, O_RDONLY)); in TEST_F_FORK()
280 ASSERT_EQ(0, test_open(dir_s2d2, O_RDONLY)); in TEST_F_FORK()
282 ASSERT_EQ(0, test_open(dir_s2d3, O_RDONLY)); in TEST_F_FORK()
285 ASSERT_EQ(0, test_open(dir_s3d1, O_RDONLY)); in TEST_F_FORK()
286 ASSERT_EQ(0, test_open(dir_s3d2, O_RDONLY)); in TEST_F_FORK()
287 ASSERT_EQ(0, test_open(dir_s3d3, O_RDONLY)); in TEST_F_FORK()
1206 ASSERT_EQ(0, test_open("/", O_RDONLY)); in TEST_F_FORK()
[all …]
/dports/archivers/zstr/zstr-1.0.5/examples/
H A Dtest-strict_fstream.cpp7 void test_open(const std::string& stream_class, const std::string& stream_type, in test_open() function
77 test_open< std::ifstream >("std", "ifstream", argv[1], mode, true); in main()
78 test_open< std::ofstream >("std", "ofstream", argv[1], mode, true); in main()
79 test_open< std::fstream >("std", "fstream", argv[1], mode, true); in main()
80test_open< strict_fstream::ifstream >("strict_fstream", "ifstream", argv[1], mode, false); in main()
81test_open< strict_fstream::ofstream >("strict_fstream", "ofstream", argv[1], mode, false); in main()
82test_open< strict_fstream::fstream >("strict_fstream", "fstream", argv[1], mode, false); in main()
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_webbrowser.py53 def test_open(self): member in GenericBrowserCommandTest
63 def test_open(self): member in BackgroundBrowserCommandTest
73 def test_open(self): member in ChromeCommandTest
98 def test_open(self): member in MozillaCommandTest
123 def test_open(self): member in NetscapeCommandTest
148 def test_open(self): member in GaleonCommandTest
173 def test_open(self): member in OperaCommandTest
198 def test_open(self): member in ELinksCommandTest
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_webbrowser.py55 def test_open(self): member in GenericBrowserCommandTest
65 def test_open(self): member in BackgroundBrowserCommandTest
75 def test_open(self): member in ChromeCommandTest
100 def test_open(self): member in MozillaCommandTest
125 def test_open(self): member in NetscapeCommandTest
150 def test_open(self): member in GaleonCommandTest
175 def test_open(self): member in OperaCommandTest
200 def test_open(self): member in ELinksCommandTest
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_webbrowser.py53 def test_open(self): member in GenericBrowserCommandTest
63 def test_open(self): member in BackgroundBrowserCommandTest
73 def test_open(self): member in ChromeCommandTest
98 def test_open(self): member in MozillaCommandTest
123 def test_open(self): member in NetscapeCommandTest
148 def test_open(self): member in GaleonCommandTest
173 def test_open(self): member in OperaCommandTest
198 def test_open(self): member in ELinksCommandTest
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_webbrowser.py53 def test_open(self): member in GenericBrowserCommandTest
63 def test_open(self): member in BackgroundBrowserCommandTest
73 def test_open(self): member in ChromeCommandTest
98 def test_open(self): member in MozillaCommandTest
123 def test_open(self): member in NetscapeCommandTest
148 def test_open(self): member in GaleonCommandTest
173 def test_open(self): member in OperaCommandTest
198 def test_open(self): member in ELinksCommandTest
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_webbrowser.py53 def test_open(self): member in GenericBrowserCommandTest
63 def test_open(self): member in BackgroundBrowserCommandTest
73 def test_open(self): member in ChromeCommandTest
98 def test_open(self): member in MozillaCommandTest
123 def test_open(self): member in NetscapeCommandTest
148 def test_open(self): member in GaleonCommandTest
173 def test_open(self): member in OperaCommandTest
198 def test_open(self): member in ELinksCommandTest
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_webbrowser.py53 def test_open(self): member in GenericBrowserCommandTest
63 def test_open(self): member in BackgroundBrowserCommandTest
73 def test_open(self): member in ChromeCommandTest
98 def test_open(self): member in MozillaCommandTest
123 def test_open(self): member in NetscapeCommandTest
148 def test_open(self): member in GaleonCommandTest
173 def test_open(self): member in OperaCommandTest
198 def test_open(self): member in ELinksCommandTest
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_webbrowser.py53 def test_open(self): member in GenericBrowserCommandTest
63 def test_open(self): member in BackgroundBrowserCommandTest
73 def test_open(self): member in ChromeCommandTest
98 def test_open(self): member in MozillaCommandTest
123 def test_open(self): member in NetscapeCommandTest
148 def test_open(self): member in GaleonCommandTest
173 def test_open(self): member in OperaCommandTest
198 def test_open(self): member in ELinksCommandTest
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_webbrowser.py55 def test_open(self): member in GenericBrowserCommandTest
65 def test_open(self): member in BackgroundBrowserCommandTest
75 def test_open(self): member in ChromeCommandTest
100 def test_open(self): member in MozillaCommandTest
125 def test_open(self): member in NetscapeCommandTest
150 def test_open(self): member in GaleonCommandTest
175 def test_open(self): member in OperaCommandTest
200 def test_open(self): member in ELinksCommandTest
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_webbrowser.py53 def test_open(self): member in GenericBrowserCommandTest
63 def test_open(self): member in BackgroundBrowserCommandTest
73 def test_open(self): member in ChromeCommandTest
98 def test_open(self): member in MozillaCommandTest
123 def test_open(self): member in NetscapeCommandTest
148 def test_open(self): member in GaleonCommandTest
173 def test_open(self): member in OperaCommandTest
198 def test_open(self): member in ELinksCommandTest
/dports/comms/py-pyserial/pyserial-3.5/serial/urlhandler/
H A Dprotocol_hwgrep.py51 test_open = False
67 test_open = True
72 if test_open:
/dports/sysutils/fusefs-libs3/fuse-3.10.5/test/
H A Dtest_syscalls.c2042 err += test_open(0, O_RDONLY, 0); in main()
2043 err += test_open(1, O_RDONLY, 0); in main()
2044 err += test_open(1, O_RDWR, 0); in main()
2045 err += test_open(1, O_WRONLY, 0); in main()
2046 err += test_open(0, O_RDWR | O_CREAT, 0600); in main()
2047 err += test_open(1, O_RDWR | O_CREAT, 0600); in main()
2050 err += test_open(0, O_RDONLY | O_CREAT, 0600); in main()
2051 err += test_open(0, O_RDONLY | O_CREAT, 0400); in main()
2058 err += test_open(0, O_RDWR | O_CREAT, 0400); in main()
2059 err += test_open(0, O_RDWR | O_CREAT, 0200); in main()
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gmb3/
H A Dgmoxbbs1.cpp86 int XbbsArea::test_open(const char* __file, int sharemode) { in test_open() function in XbbsArea
130 data->fhdata = test_open(AddPath(real_path(), ".Data")); in raw_open()
131 data->fhindex = test_open(AddPath(real_path(), ".Index")); in raw_open()
132 data->fhtext = test_open(AddPath(real_path(), ".Text")); in raw_open()
H A Dgmowcat1.cpp72 int WCatArea::test_open(const char* __file) { in test_open() function in WCatArea
114 data->fhix = test_open(AddPath(real_path(), ".ix")); in raw_open()
115 data->fhdat = test_open(AddPath(real_path(), ".dat")); in raw_open()
/dports/graphics/zathura/zathura-0.4.5/tests/
H A Dtest_document.c8 START_TEST(test_open) { in START_TEST() argument
22 tcase_add_test(tcase, test_open); in suite_document()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/algorithms/
H A Dperimeter.cpp32 void test_open() in test_open() function
54 test_open<bg::model::d2::point_xy<double> >(); in test_main()
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dperimeter.cpp32 void test_open() in test_open() function
54 test_open<bg::model::d2::point_xy<double> >(); in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dperimeter.cpp32 void test_open() in test_open() function
54 test_open<bg::model::d2::point_xy<double> >(); in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/algorithms/
H A Dperimeter.cpp32 void test_open() in test_open() function
54 test_open<bg::model::d2::point_xy<double> >(); in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/algorithms/
H A Dperimeter.cpp32 void test_open() in test_open() function
54 test_open<bg::model::d2::point_xy<double> >(); in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/algorithms/
H A Dperimeter.cpp32 void test_open() in test_open() function
54 test_open<bg::model::d2::point_xy<double> >(); in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/algorithms/
H A Dperimeter.cpp32 void test_open() in test_open() function
54 test_open<bg::model::d2::point_xy<double> >(); in test_main()

12345678910>>...24