| /external/python/cpython3/Lib/asyncio/ |
| subprocess.py | 159 def _noop(self): member in class:Process 185 stdin = self._noop() 189 stdout = self._noop() 193 stderr = self._noop()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| thread_pthread.h | 128 void _noop(void)
function 138 pthread_create(&thread1, NULL, (void *) _noop, &dummy);
|
| /external/python/cpython2/Python/ |
| thread_pthread.h | 128 void _noop(void) function 138 pthread_create(&thread1, NULL, (void *) _noop, &dummy);
|
| /external/python/cpython3/Python/ |
| thread_pthread.h | 153 void _noop(void) function 163 pthread_create(&thread1, NULL, (void *) _noop, &dummy);
|
| /external/python/cpython3/Lib/urllib/ |
| parse.py | 90 def _noop(obj): function 114 return args + (_noop,) [all...] |