Searched refs:test_access (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_support.py | 569 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 D | test_posix.py | 866 def test_access(self): member in PosixTester 1988 def test_access(self): member in TestPosixWeaklinking
|
H A D | test_array.py | 1487 def test_access(self, size): member in LargeArrayTest
|
H A D | _test_multiprocessing.py | 3634 def test_access(self): member in _TestPicklingConnections
|
H A D | test_os.py | 181 def test_access(self): member in FileTests
|
/third_party/jerryscript/tests/jerry/ |
H A D | getter-setter-this-value.js | 36 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 D | generator.c | 234 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 D | funcs.c | 2768 #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