HomeSort by relevance Sort by last modified time
    Searched refs:replenished_quota (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py 404 replenished_quota=5,
415 replenished_quota=5,
548 replenished_quota=12,
583 replenished_quota=5,
612 replenished_quota=5,
622 replenished_quota=5,
713 replenished_quota=1,
718 replenished_quota=2,
723 replenished_quota=2,
750 replenished_quota=10
    [all...]
mux_client_for_testing.py 271 def _create_flow_control(channel_id, replenished_quota):
272 size_of_quota = _size_of_number_in_bytes_minus_1(replenished_quota)
275 _encode_number(replenished_quota))
647 def send_flow_control(self, channel_id, replenished_quota):
649 flow_control = _create_flow_control(channel_id, replenished_quota)
655 replenished_quota)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 214 def _create_flow_control(channel_id, replenished_quota,
216 if replenished_quota < 0 or replenished_quota >= 2 ** 32:
217 raise ValueError('Invalid quota: %d' % replenished_quota)
219 _size_of_number_in_bytes_minus_1(replenished_quota))
222 _encode_number(replenished_quota))
    [all...]

Completed in 224 milliseconds