Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_support.py561 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 …]
Dtest_posix.py851 def test_access(self): member in PosixTester
1987 def test_access(self): member in TestPosixWeaklinking
Dtest_array.py1486 def test_access(self, size): member in LargeArrayTest
Dtest_os.py179 def test_access(self): member in FileTests
D_test_multiprocessing.py3561 def test_access(self): member in _TestPicklingConnections
/third_party/jerryscript/tests/jerry/
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/
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/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c215 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/
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()