Home
last modified time | relevance | path

Searched refs:test_access (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_support.py569 test_access = Test('test.test_os.FileTests.test_access')
576 self.assertTrue(support.match_test(test_access))
581 self.assertTrue(support.match_test(test_access))
585 support.set_match_tests([test_access.id()], None)
586 self.assertTrue(support.match_test(test_access))
591 self.assertTrue(support.match_test(test_access))
596 self.assertTrue(support.match_test(test_access))
601 self.assertFalse(support.match_test(test_access))
603 self.assertTrue(support.match_test(test_access))
[all...]
H A Dtest_posix.py866 def test_access(self): member in PosixTester
1988 def test_access(self): member in TestPosixWeaklinking
H A Dtest_array.py1487 def test_access(self, size): member in LargeArrayTest
H A D_test_multiprocessing.py3634 def test_access(self): member in _TestPicklingConnections
H A Dtest_os.py181 def test_access(self): member in FileTests
/third_party/jerryscript/tests/jerry/
H A Dgetter-setter-this-value.js36 function test_access(value, proto) { function
48 test_access ("str", String.prototype);
49 test_access (1, Number.prototype);
50 test_access (true, Boolean.prototype);
/third_party/alsa-utils/axfer/test/
H A Dgenerator.c234 static int test_access(struct test_generator *gen) in test_access() function
253 return test_access(gen); in generator_context_run()
/third_party/mksh/
H A Dfuncs.c2768 #define test_access(name,mode) access_ex(access, (name), (mode)) macro
2772 #define test_access(name,mode) access((name), (mode)) macro
2868 return (test_access(opnd1, R_OK) == 0); in test_eval()
2873 return (test_access(opnd1, W_OK) == 0); in test_eval()

Completed in 23 milliseconds