Searched defs:test_access (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_posix.py | 399 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 | 612 def test_access(self): member in PosixTester |
D | test_os.py | 124 def test_access(self): member in FileTests |
D | _test_multiprocessing.py | 2814 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 |
/external/v8/src/crankshaft/ | ||
D | hydrogen.cc | 6061 HObjectAccess test_access = HObjectAccess::ForMap(); // bogus default in CanAccessAsMonomorphic() local |