HomeSort by relevance Sort by last modified time
    Searched full:_event (Results 1 - 21 of 21) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/server/
AsyncContinuation.java 96 private AsyncEventState _event; field in class:AsyncContinuation
173 return _event;
359 if (_event==null || request!=_event.getSuppliedRequest() || response != _event.getSuppliedResponse() || context != _event.getServletContext())
360 _event=new AsyncEventState(context,request,response);
363 _event._dispatchContext=null;
364 _event._pathInContext=null;
385 listener.onStartAsync(_event);
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 33 _event(EventWrapper::Create())
60 _event->Wait(INFINITE);
92 if(_event)
94 delete _event;
376 _event->Set();
udp_socket2_manager_win.h 153 EventWrapper* _event; member in class:webrtc::test::UdpSocket2ManagerWindows
  /device/google/contexthub/firmware/inc/
seos.h 274 #define INTERNAL_APP_INIT(_id, _ver, _init, _end, _event) \
285 .vec.handle = (uint32_t)(_event) \
290 #define APP_INIT(_ver, _init, _end, _event) \
296 .handle = (_event) \
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js     [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /external/avahi/po/
de.po 908 #~ msgid "Change _event source..."
1005 #~ msgid "_Event Details"
1008 #~ msgid "_Event Time"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 547 return _Event(*args, **kwargs)
549 class _Event(_Verbose):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 547 return _Event(*args, **kwargs)
549 class _Event(_Verbose):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 547 return _Event(*args, **kwargs)
549 class _Event(_Verbose):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 547 return _Event(*args, **kwargs)
549 class _Event(_Verbose):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h     [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 852 # work with threading._Event objects. is_set == isSet
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 852 # work with threading._Event objects. is_set == isSet
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 852 # work with threading._Event objects. is_set == isSet
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 852 # work with threading._Event objects. is_set == isSet
    [all...]

Completed in 874 milliseconds