OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mux_handler
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py
392
mux_handler
= mux._MuxHandler(request, dispatcher)
393
mux_handler
.start()
394
mux_handler
.add_channel_slots(mux._INITIAL_NUMBER_OF_CHANNEL_SLOTS,
430
mux_handler
.wait_until_done(timeout=2)
454
mux_handler
= mux._MuxHandler(request, dispatcher)
455
mux_handler
.start()
456
mux_handler
.add_channel_slots(mux._INITIAL_NUMBER_OF_CHANNEL_SLOTS,
468
mux_handler
.wait_until_done(timeout=2)
476
mux_handler
= mux._MuxHandler(request, dispatcher)
477
mux_handler
.start(
[
all
...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py
499
def __init__(self,
mux_handler
, channel_id):
503
mux_handler
: _MuxHandler instance.
507
self._mux_handler =
mux_handler
534
"""Writes data.
mux_handler
sends data asynchronously. The caller will
583
"""Appends incoming frame data. Called when
mux_handler
dispatches
861
def __init__(self,
mux_handler
):
865
mux_handler
: _MuxHandler instance.
870
self._mux_handler =
mux_handler
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py
536
def __init__(self,
mux_handler
, channel_id):
540
mux_handler
: _MuxHandler instance.
544
self._mux_handler =
mux_handler
575
"""Writes data.
mux_handler
sends data asynchronously. The caller will
636
"""Appends incoming frame data. Called when
mux_handler
dispatches
[
all
...]
Completed in 707 milliseconds