OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Subtract
(Results
1 - 25
of
125
) sorted by null
1
2
3
4
5
/external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine.cc
44
if (current_time.
Subtract
(last_increase_event_) < smoothed_rtt_) {
82
if (current_time.
Subtract
(last_decrease_event_) < smoothed_rtt_) {
133
if (current_time.
Subtract
(last_loss_event_) < smoothed_rtt_) {
139
if (current_time.
Subtract
(last_delay_event_) >
149
if (current_time.
Subtract
(last_delay_event_) < smoothed_rtt_) {
155
if (current_time.
Subtract
(last_loss_event_) >
inter_arrival_bitrate_ramp_up.cc
46
(channel_estimate_.
Subtract
(available_channel_estimate_)).Scale(0.5f));
50
available_channel_estimate_.
Subtract
(new_rate));
55
CalcuateTimeToOriginPoint(channel_estimate_.
Subtract
(new_rate));
58
new_rate.
Subtract
(available_channel_estimate_));
81
(channel_estimate_.
Subtract
(available_channel_estimate_).Scale(0.5f)));
98
CalcuateTimeToOriginPoint(channel_estimate_.
Subtract
(current_rate_));
109
if (current_time.
Subtract
(last_update_time_) <= MaxCubicTimeInterval()) {
113
current_time.
Subtract
(last_update_time_);
128
QuicTime::Delta time_from_epoch = current_time.
Subtract
(epoch_);
157
CalcuateTimeToOriginPoint(channel_estimate_.
Subtract
(current_rate))
[
all
...]
available_channel_estimator.cc
57
QuicTime::Delta send_delta = last_time_sent_.
Subtract
(first_send_time_);
59
last_receive_time_.
Subtract
(first_receive_time_);
65
QuicTime::Delta diff = receive_delta.
Subtract
(send_delta);
inter_arrival_receiver_test.cc
44
EXPECT_EQ(QuicTime::Delta::FromMilliseconds(10), it->second.
Subtract
(start));
48
EXPECT_EQ(QuicTime::Delta::FromMilliseconds(20), it->second.
Subtract
(start));
51
EXPECT_EQ(QuicTime::Delta::FromMilliseconds(30), it->second.
Subtract
(start));
channel_estimator.cc
43
QuicTime::Delta sent_delta = send_time.
Subtract
(last_send_time_);
44
QuicTime::Delta received_delta = receive_time.
Subtract
(last_receive_time_);
95
if (bitrate_75th_percentile.
Subtract
(bitrate_25th_percentile) >
hybrid_slow_start.cc
65
if (current_time.
Subtract
(last_time_).ToMicroseconds() <=
68
if (current_time.
Subtract
(round_start_).ToMicroseconds() >=
inter_arrival_overuse_detector.cc
80
UpdateSendReceiveTimeOffset(receive_time.
Subtract
(send_time));
88
QuicTime::Delta sent_delta = send_time.
Subtract
(
90
QuicTime::Delta receive_delta = receive_time.
Subtract
(
114
estimated_congestion_delay_ = offset.
Subtract
(send_receive_offset_);
129
QuicTime::Delta time_diff = received_delta.
Subtract
(sent_delta);
pacing_sender.cc
105
next_packet_send_time_ = now.
Subtract
(alarm_granularity_);
112
<< next_packet_send_time_.
Subtract
(now).ToMicroseconds();
113
return next_packet_send_time_.
Subtract
(now);
leaky_bucket.cc
40
QuicTime::Delta elapsed_time = now.
Subtract
(time_last_updated_);
/external/chromium_org/net/quic/test_tools/
mock_clock.cc
29
now_.
Subtract
(QuicTime::Zero()).ToSeconds());
35
now_.
Subtract
(QuicTime::Zero()).ToMicroseconds());
/external/chromium_org/net/tools/quic/
quic_epoll_clock_test.cc
20
clock.ApproximateNow().
Subtract
(QuicTime::Zero()).ToMicroseconds());
24
clock.ApproximateNow().
Subtract
(QuicTime::Zero()).ToMicroseconds());
33
clock.Now().
Subtract
(QuicTime::Zero()).ToMicroseconds());
37
clock.Now().
Subtract
(QuicTime::Zero()).ToMicroseconds());
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics_unittest.cc
57
samples->
Subtract
(*baseline);
69
samples->
Subtract
(*baseline);
97
samples->
Subtract
(*baseline);
136
samples[i]->
Subtract
(*baselines[i]);
156
samples->
Subtract
(*baseline);
168
samples->
Subtract
(*baseline);
/external/chromium_org/net/quic/
quic_time_test.cc
45
TEST(QuicTimeDeltaTest,
Subtract
) {
47
QuicTime::Delta::FromMilliseconds(2).
Subtract
(
75
QuicTime::Delta diff = time_2.
Subtract
(time_1);
82
TEST_F(QuicTimeTest,
Subtract
) {
88
EXPECT_EQ(QuicTime::Delta::FromMilliseconds(1), time_2.
Subtract
(time_1));
95
time.
Subtract
(QuicTime::Delta::FromMilliseconds(1)));
quic_time.h
59
Delta
Subtract
(const Delta& delta) const;
88
QuicTime
Subtract
(const Delta& delta) const;
90
Delta
Subtract
(const QuicTime& other) const;
133
//
Subtract
returns a new QuicWallTime that represents the time of |this|
135
QuicWallTime
Subtract
(QuicTime::Delta delta) const;
quic_time.cc
60
QuicTime::Delta QuicTime::Delta::
Subtract
(const Delta& delta) const {
94
QuicTime QuicTime::
Subtract
(const Delta& delta) const {
98
QuicTime::Delta QuicTime::
Subtract
(const QuicTime& other) const {
151
QuicWallTime QuicWallTime::
Subtract
(QuicTime::Delta delta) const {
/external/chromium_org/cc/base/
region.h
45
void
Subtract
(gfx::Rect rect);
46
void
Subtract
(const Region& region);
99
result.
Subtract
(b);
105
result.
Subtract
(b);
/external/chromium_org/ui/gfx/
vector2d.cc
22
void Vector2d::
Subtract
(const Vector2d& other) {
vector2d.h
37
//
Subtract
the components of the |other| vector from the current vector.
38
void
Subtract
(const Vector2d& other);
41
void operator-=(const Vector2d& other) {
Subtract
(other); }
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.h
53
void
Subtract
(const DiyFp& other) {
64
result.
Subtract
(b);
/external/chromium_org/v8/src/
diy-fp.h
50
void
Subtract
(const DiyFp& other) {
61
result.
Subtract
(b);
/external/v8/src/
diy-fp.h
50
void
Subtract
(const DiyFp& other) {
61
result.
Subtract
(b);
/external/chromium_org/cc/test/
layer_test_common.cc
52
remaining.
Subtract
(quad_rect);
/external/chromium_org/remoting/codec/
video_decoder_vpx.cc
159
difference.
Subtract
(desktop_shape_);
160
updated_region_.
Subtract
(difference);
223
updated_region_.
Subtract
(source_rect);
255
updated_region_.
Subtract
(ScaleRect(clip_area, view_size, screen_size_));
276
updated_region_.
Subtract
(scaled_clip_area);
277
transparent_region_.
Subtract
(scaled_clip_area);
296
transparent_region_.
Subtract
(*new_desktop_shape);
301
difference.
Subtract
(desktop_shape_);
/external/chromium_org/v8/test/cctest/
test-diy-fp.cc
40
TEST(
Subtract
) {
47
diy_fp1.
Subtract
(diy_fp2);
/external/v8/test/cctest/
test-diy-fp.cc
15
TEST(
Subtract
) {
22
diy_fp1.
Subtract
(diy_fp2);
Completed in 397 milliseconds
1
2
3
4
5