Home
last modified time | relevance | path

Searched refs:test_access (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_test_support.py371 test_access = Test('test.test_os.FileTests.test_access')
377 self.assertTrue(support.match_test(test_access))
382 self.assertTrue(support.match_test(test_access))
386 support.set_match_tests([test_access.id()])
387 self.assertTrue(support.match_test(test_access))
392 self.assertTrue(support.match_test(test_access))
397 self.assertTrue(support.match_test(test_access))
402 self.assertFalse(support.match_test(test_access))
404 self.assertTrue(support.match_test(test_access))
408 self.assertTrue(support.match_test(test_access))
[all …]
Dtest_posix.py404 def test_access(self): member in PosixTester
Dtest_os.py35 def test_access(self): member in FileTests
/external/python/cpython3/Lib/test/
Dtest_support.py529 test_access = Test('test.test_os.FileTests.test_access')
535 self.assertTrue(support.match_test(test_access))
540 self.assertTrue(support.match_test(test_access))
544 support.set_match_tests([test_access.id()])
545 self.assertTrue(support.match_test(test_access))
550 self.assertTrue(support.match_test(test_access))
555 self.assertTrue(support.match_test(test_access))
560 self.assertFalse(support.match_test(test_access))
562 self.assertTrue(support.match_test(test_access))
566 self.assertTrue(support.match_test(test_access))
[all …]
Dtest_posix.py827 def test_access(self): member in PosixTester
Dtest_os.py100 def test_access(self): member in FileTests
D_test_multiprocessing.py3377 def test_access(self): member in _TestPicklingConnections
/external/libcxx/test/std/experimental/simd/simd.access/
Ddefault.pass.cpp25 void test_access() { in test_access() function
215 test_access<ex::native_simd<int>>(); in main()
216 test_access<ex::fixed_size_simd<int, 4>>(); in main()
/external/selinux/python/sepolgen/tests/
Drun-tests.py5 from test_access import *
/external/clang/test/Parser/
DMicrosoftExtensions.cpp290 void test_access();
294 void B::test_access() {
/external/mksh/src/
Dfuncs.c2752 #define test_access(name, mode) access_ex(access, (name), (mode)) macro
2755 #define test_access(name, mode) access((name), (mode)) macro
2829 return (test_access(opnd1, R_OK) == 0); in test_eval()
2834 return (test_access(opnd1, W_OK) == 0); in test_eval()