Home
last modified time | relevance | path

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

/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.c2747 #define test_access(name, mode) access_ex(access, (name), (mode)) macro
2750 #define test_access(name, mode) access((name), (mode)) macro
2824 return (test_access(opnd1, R_OK) == 0); in test_eval()
2829 return (test_access(opnd1, W_OK) == 0); in test_eval()
/external/python/cpython2/Lib/test/
Dtest_posix.py399 def test_access(self): member in PosixTester
Dtest_os.py35 def test_access(self): member in FileTests
/external/v8/src/crankshaft/
Dhydrogen.cc6061 HObjectAccess test_access = HObjectAccess::ForMap(); // bogus default in CanAccessAsMonomorphic() local
6062 if (!test_info.GetJSObjectFieldAccess(&test_access)) return false; in CanAccessAsMonomorphic()
6063 if (!access.Equals(test_access)) return false; in CanAccessAsMonomorphic()