Home
last modified time | relevance | path

Searched defs:test_access (Results 1 – 12 of 12) sorted by relevance

/external/libcxx/test/std/experimental/simd/simd.access/
Ddefault.pass.cpp25 void test_access() { in test_access() function
/external/llvm-project/libcxx/test/std/experimental/simd/simd.access/
Ddefault.pass.cpp26 void test_access() { in test_access() function
/external/python/cpython2/Lib/test/
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_posix.py830 def test_access(self): member in PosixTester
1948 def test_access(self): member in TestPosixWeaklinking
Dtest_array.py1394 def test_access(self, size): member in LargeArrayTest
Dtest_os.py159 def test_access(self): member in FileTests
D_test_multiprocessing.py3545 def test_access(self): member in _TestPicklingConnections
/external/python/pyfakefs/pyfakefs/tests/
Dfake_pathlib_test.py851 def test_access(self): member in FakePathlibUsageInOsFunctionsTest
Dfake_os_test.py4541 def test_access(self): member in FakeOsModuleDirFdTest
/external/mksh/src/
Dfuncs.c2747 #define test_access(name,mode) access_ex(access, (name), (mode)) macro
2751 #define test_access(name,mode) access((name), (mode)) macro
/external/igt-gpu-tools/tests/i915/
Dgem_mmap_gtt.c84 test_access(int fd) in test_access() function