Searched refs:test_access (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/test/ |
D | test_support.py | 561 test_access = Test('test.test_os.FileTests.test_access') 568 self.assertTrue(support.match_test(test_access)) 573 self.assertTrue(support.match_test(test_access)) 577 support.set_match_tests([test_access.id()], None) 578 self.assertTrue(support.match_test(test_access)) 583 self.assertTrue(support.match_test(test_access)) 588 self.assertTrue(support.match_test(test_access)) 593 self.assertFalse(support.match_test(test_access)) 595 self.assertTrue(support.match_test(test_access)) 599 self.assertTrue(support.match_test(test_access)) [all …]
|
D | test_posix.py | 851 def test_access(self): member in PosixTester 1987 def test_access(self): member in TestPosixWeaklinking
|
D | test_array.py | 1486 def test_access(self, size): member in LargeArrayTest
|
D | test_os.py | 179 def test_access(self): member in FileTests
|
D | _test_multiprocessing.py | 3561 def test_access(self): member in _TestPicklingConnections
|
/third_party/jerryscript/tests/jerry/ |
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/ |
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/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | libimagequant.c | 215 char test_access; in liq_crash_if_invalid_pointer_given() local 222 test_access = *((volatile char *) pointer); in liq_crash_if_invalid_pointer_given() 223 return test_access || true; in liq_crash_if_invalid_pointer_given()
|
/third_party/mksh/ |
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()
|