Searched refs:fake_os_func (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_subprocess.py1328 def fake_os_func(*args): function in function:HelperFunctionTests.test_eintr_retry_call
1335 subprocess._eintr_retry_call(fake_os_func, 256, 999))
1339 subprocess._eintr_retry_call(fake_os_func, 666))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_subprocess.py1328 def fake_os_func(*args): function in function:HelperFunctionTests.test_eintr_retry_call
1335 subprocess._eintr_retry_call(fake_os_func, 256, 999))
1339 subprocess._eintr_retry_call(fake_os_func, 666))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_subprocess.py1328 def fake_os_func(*args): function in function:HelperFunctionTests.test_eintr_retry_call
1335 subprocess._eintr_retry_call(fake_os_func, 256, 999))
1339 subprocess._eintr_retry_call(fake_os_func, 666))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_subprocess.py1328 def fake_os_func(*args): function in function:HelperFunctionTests.test_eintr_retry_call
1335 subprocess._eintr_retry_call(fake_os_func, 256, 999))
1339 subprocess._eintr_retry_call(fake_os_func, 666))

Completed in 83 milliseconds