Searched defs:Event (Results 1 - 25 of 217) sorted by relevance

123456789

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsched.py36 Event = namedtuple('Event', 'time, priority, action, argument') variable
53 event = Event(time, priority, action, argument)
H A Dthreading.py30 'current_thread', 'enumerate', 'Event',
539 def Event(*args, **kwargs): function
687 self.__started = Event()
1071 self.finished = Event()
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsched.py36 Event = namedtuple('Event', 'time, priority, action, argument') variable
53 event = Event(time, priority, action, argument)
H A Dthreading.py30 'current_thread', 'enumerate', 'Event',
539 def Event(*args, **kwargs): function
687 self.__started = Event()
1071 self.finished = Event()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsched.py36 Event = namedtuple('Event', 'time, priority, action, argument') variable
53 event = Event(time, priority, action, argument)
H A Dthreading.py30 'current_thread', 'enumerate', 'Event',
539 def Event(*args, **kwargs): function
687 self.__started = Event()
1071 self.finished = Event()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsched.py36 Event = namedtuple('Event', 'time, priority, action, argument') variable
53 event = Event(time, priority, action, argument)
H A Dthreading.py30 'current_thread', 'enumerate', 'Event',
539 def Event(*args, **kwargs): function
687 self.__started = Event()
1071 self.finished = Event()
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A D__init__.py51 'Event', 'Queue', 'JoinableQueue', 'Pool', 'Value', 'Array',
206 def Event(): function
210 from multiprocessing.synchronize import Event namespace
211 return Event()
H A Dsynchronize.py36 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
296 # Event
299 class Event(object): class in inherits:object
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
H A D__init__.py38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
54 from threading import Event namespace
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A D__init__.py51 'Event', 'Queue', 'JoinableQueue', 'Pool', 'Value', 'Array',
206 def Event(): function
210 from multiprocessing.synchronize import Event namespace
211 return Event()
H A Dsynchronize.py36 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
296 # Event
299 class Event(object): class in inherits:object
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
H A D__init__.py38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
54 from threading import Event namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py51 'Event', 'Queue', 'JoinableQueue', 'Pool', 'Value', 'Array',
206 def Event(): function
210 from multiprocessing.synchronize import Event namespace
211 return Event()
H A Dsynchronize.py36 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
296 # Event
299 class Event(object): class in inherits:object
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
54 from threading import Event namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py51 'Event', 'Queue', 'JoinableQueue', 'Pool', 'Value', 'Array',
206 def Event(): function
210 from multiprocessing.synchronize import Event namespace
211 return Event()
H A Dsynchronize.py36 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
296 # Event
299 class Event(object): class in inherits:object
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
54 from threading import Event namespace
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmsp.h78 MSP_EVENT Event; member in struct:__MIDL___MIDL_itf_msp_0000_0005
H A Drpcasync.h31 typedef void RPC_ENTRY RPCNOTIFICATION_ROUTINE(struct _RPC_ASYNC_STATE *pAsync,void *Context,RPC_ASYNC_EVENT Event);
42 RPC_ASYNC_EVENT Event; member in struct:_RPC_ASYNC_STATE
H A Dwincon.h98 } Event; member in struct:_INPUT_RECORD
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmsp.h78 MSP_EVENT Event; member in struct:__MIDL___MIDL_itf_msp_0000_0005
H A Drpcasync.h31 typedef void RPC_ENTRY RPCNOTIFICATION_ROUTINE(struct _RPC_ASYNC_STATE *pAsync,void *Context,RPC_ASYNC_EVENT Event);
42 RPC_ASYNC_EVENT Event; member in struct:_RPC_ASYNC_STATE

Completed in 660 milliseconds

123456789