Searched defs:poll (Results 1 - 25 of 192) sorted by relevance

12345678

/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
H A Dconnection.py76 def poll(self, timeout=0.0): member in class:Connection
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
H A Dconnection.py76 def poll(self, timeout=0.0): member in class:Connection
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A Dconnection.py76 def poll(self, timeout=0.0): member in class:Connection
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A Dconnection.py76 def poll(self, timeout=0.0): member in class:Connection
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpopen2.py26 if inst.poll(_deadstate=sys.maxint) >= 0:
76 self.poll(_deadstate=sys.maxint)
91 def poll(self, _deadstate=None): member in class:Popen3
H A Dasyncore.py125 def poll(timeout=0.0, map=None): function
171 # Use the poll() support added to the select module in Python 2.0
177 pollster = select.poll()
192 r = pollster.poll(timeout)
209 if use_poll and hasattr(select, 'poll'):
212 poll_fun = poll
H A Dsubprocess.py171 poll()
430 _has_poll = hasattr(select, 'poll')
434 # When select or poll has indicated that the file is writable,
570 retcode = process.poll()
809 def poll(self): member in class:Popen
1412 poller = select.poll()
1436 ready = poller.poll()
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpopen2.py26 if inst.poll(_deadstate=sys.maxint) >= 0:
76 self.poll(_deadstate=sys.maxint)
91 def poll(self, _deadstate=None): member in class:Popen3
H A Dasyncore.py125 def poll(timeout=0.0, map=None): function
171 # Use the poll() support added to the select module in Python 2.0
177 pollster = select.poll()
192 r = pollster.poll(timeout)
209 if use_poll and hasattr(select, 'poll'):
212 poll_fun = poll
H A Dsubprocess.py171 poll()
430 _has_poll = hasattr(select, 'poll')
434 # When select or poll has indicated that the file is writable,
570 retcode = process.poll()
809 def poll(self): member in class:Popen
1412 poller = select.poll()
1436 ready = poller.poll()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpopen2.py26 if inst.poll(_deadstate=sys.maxint) >= 0:
76 self.poll(_deadstate=sys.maxint)
91 def poll(self, _deadstate=None): member in class:Popen3
H A Dasyncore.py125 def poll(timeout=0.0, map=None): function
171 # Use the poll() support added to the select module in Python 2.0
177 pollster = select.poll()
192 r = pollster.poll(timeout)
209 if use_poll and hasattr(select, 'poll'):
212 poll_fun = poll
H A Dsubprocess.py171 poll()
430 _has_poll = hasattr(select, 'poll')
434 # When select or poll has indicated that the file is writable,
570 retcode = process.poll()
809 def poll(self): member in class:Popen
1412 poller = select.poll()
1436 ready = poller.poll()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpopen2.py26 if inst.poll(_deadstate=sys.maxint) >= 0:
76 self.poll(_deadstate=sys.maxint)
91 def poll(self, _deadstate=None): member in class:Popen3
H A Dasyncore.py125 def poll(timeout=0.0, map=None): function
171 # Use the poll() support added to the select module in Python 2.0
177 pollster = select.poll()
192 r = pollster.poll(timeout)
209 if use_poll and hasattr(select, 'poll'):
212 poll_fun = poll
H A Dsubprocess.py171 poll()
430 _has_poll = hasattr(select, 'poll')
434 # When select or poll has indicated that the file is writable,
570 retcode = process.poll()
809 def poll(self): member in class:Popen
1412 poller = select.poll()
1436 ready = poller.poll()
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dforking.py131 def poll(self, flag=os.WNOHANG): member in class:.Popen
154 return self.poll(0)
158 res = self.poll()
306 def poll(self): member in class:.Popen
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A Dforking.py131 def poll(self, flag=os.WNOHANG): member in class:.Popen
154 return self.poll(0)
158 res = self.poll()
306 def poll(self): member in class:.Popen
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dforking.py131 def poll(self, flag=os.WNOHANG): member in class:.Popen
154 return self.poll(0)
158 res = self.poll()
306 def poll(self): member in class:.Popen
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dforking.py131 def poll(self, flag=os.WNOHANG): member in class:.Popen
154 return self.poll(0)
158 res = self.poll()
306 def poll(self): member in class:.Popen
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
H A Dkvm.h48 __u8 poll; member in struct:kvm_pic_state
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
H A Dkvm.h48 __u8 poll; member in struct:kvm_pic_state
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dpthread.h469 #define poll(...) (pthread_testcancel(), poll(__VA_ARGS__)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dpthread.h469 #define poll(...) (pthread_testcancel(), poll(__VA_ARGS__)) macro
/prebuilts/tools/common/m2/repository/de/greenrobot/eventbus/2.4.0/
H A Deventbus-2.4.0.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/greenrobot/ de/greenrobot/event/ de/greenrobot/event/AsyncPoster ...

Completed in 265 milliseconds

12345678