Searched defs:test_access (Results 1 – 7 of 7) sorted by relevance
/external/libcxx/test/std/experimental/simd/simd.access/ | ||
D | default.pass.cpp | 25 void test_access() { in test_access() function |
/external/python/cpython2/Lib/test/ | ||
D | test_posix.py | 404 def test_access(self): member in PosixTester |
D | test_os.py | 35 def test_access(self): member in FileTests |
/external/python/cpython3/Lib/test/ | ||
D | test_posix.py | 827 def test_access(self): member in PosixTester |
D | test_os.py | 100 def test_access(self): member in FileTests |
D | _test_multiprocessing.py | 3377 def test_access(self): member in _TestPicklingConnections |
/external/mksh/src/ | ||
D | funcs.c | 2752 #define test_access(name, mode) access_ex(access, (name), (mode)) macro |