HomeSort by relevance Sort by last modified time
    Searched refs:deadline (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/net/quic/
quic_alarm.cc 18 void QuicAlarm::Set(QuicTime deadline) {
20 DCHECK(deadline.IsInitialized());
21 deadline_ = deadline;
40 QuicTime deadline = delegate_->OnAlarm(); local
43 if (!deadline_.IsInitialized() && deadline.IsInitialized()) {
44 Set(deadline);
quic_alarm_test.cc 36 DCHECK(deadline().IsInitialized());
41 DCHECK(!deadline().IsInitialized());
75 QuicTime deadline = QuicTime::Zero().Add(QuicTime::Delta::FromSeconds(7)); local
76 alarm_.Set(deadline);
79 EXPECT_EQ(deadline, alarm_.deadline());
83 QuicTime deadline = QuicTime::Zero().Add(QuicTime::Delta::FromSeconds(7)); local
84 alarm_.Set(deadline);
88 EXPECT_EQ(QuicTime::Zero(), alarm_.deadline());
92 QuicTime deadline = QuicTime::Zero().Add(QuicTime::Delta::FromSeconds(7)) local
    [all...]
quic_connection_helper.cc 33 DCHECK(deadline().IsInitialized());
35 if (task_deadline_ <= deadline()) {
37 // will notice that deadline has not yet been reached, and will set
38 // the alarm for the new deadline.
41 // The scheduled task is after new deadline. Invalidate the weak ptrs
46 int64 delay_us = deadline().Subtract(clock_->Now()).ToMicroseconds();
54 task_deadline_ = deadline();
58 DCHECK(!deadline().IsInitialized());
60 // will notice that deadline is not Initialized and will do nothing.
68 if (!deadline().IsInitialized())
    [all...]
quic_alarm.h 34 // Sets the alarm to fire at |deadline|. Must not be called while
37 void Set(QuicTime deadline);
47 QuicTime deadline() const { return deadline_; } function in class:net::QuicAlarm
52 // deadline has been updated.
60 // delegates |OnAlarm| if a delegate is set, and if the deadline
63 // the situation where the task executes before the deadline has been
  /external/chromium_org/mojo/public/c/system/
functions.h 46 // or until |deadline| has passed.
53 // |MOJO_RESULT_DEADLINE_EXCEEDED| if the deadline has passed without any of
63 MojoDeadline deadline);
67 // respectively, or until |deadline| has passed.
74 // |MOJO_RESULT_DEADLINE_EXCEEDED| if the deadline has passed without any of
81 MojoDeadline deadline);
  /external/okhttp/okio/src/main/java/okio/
Sink.java 58 * Sets the deadline for all operations on this sink.
61 Sink deadline(Deadline deadline); method in interface:Sink
Source.java 71 * Sets the deadline for all operations on this source.
74 Source deadline(Deadline deadline); method in interface:Source
Okio.java 61 private Deadline deadline = Deadline.NONE;
67 deadline.throwIfReached();
91 @Override public Sink deadline(Deadline deadline) { method
92 if (deadline == null) throw new IllegalArgumentException("deadline == null");
93 this.deadline = deadline
124 @Override public Source deadline(Deadline deadline) { method
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
codec_factory.h 36 unsigned long deadline) const = 0;
39 unsigned long deadline,
72 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline)
73 : Decoder(cfg, deadline) {}
87 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline,
89 : Encoder(cfg, deadline, init_flags, stats) {}
106 unsigned long deadline) const {
108 return new VP8Decoder(cfg, deadline);
115 unsigned long deadline,
119 return new VP8Encoder(cfg, deadline, init_flags, stats)
    [all...]
  /external/libvpx/libvpx/test/
codec_factory.h 36 unsigned long deadline) const = 0;
39 unsigned long deadline,
72 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline)
73 : Decoder(cfg, deadline) {}
87 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline,
89 : Encoder(cfg, deadline, init_flags, stats) {}
106 unsigned long deadline) const {
108 return new VP8Decoder(cfg, deadline);
115 unsigned long deadline,
119 return new VP8Encoder(cfg, deadline, init_flags, stats)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
codec_factory.h 36 unsigned long deadline) const = 0;
39 unsigned long deadline,
72 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline)
73 : Decoder(cfg, deadline) {}
87 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline,
89 : Encoder(cfg, deadline, init_flags, stats) {}
106 unsigned long deadline) const {
108 return new VP8Decoder(cfg, deadline);
115 unsigned long deadline,
119 return new VP8Encoder(cfg, deadline, init_flags, stats)
    [all...]
  /external/chromium_org/cc/output/
begin_frame_args.cc 13 deadline(base::TimeTicks()),
18 base::TimeTicks deadline,
21 deadline(deadline),
26 base::TimeTicks deadline,
28 return BeginFrameArgs(frame_time, deadline, interval);
35 state->SetDouble("deadline_us", deadline.ToInternalValue());
43 // so we set the deadline to 0 and guess that the interval is 16 milliseconds.
49 // This is a hard-coded deadline adjustment that assumes 60Hz, to be used in
begin_frame_args.h 21 base::TimeTicks deadline,
26 // This is the default delta that will be used to adjust the deadline when
36 // deadline has passed, since the deadline is also used to trigger BeginFrame
45 base::TimeTicks deadline; member in struct:cc::BeginFrameArgs
50 base::TimeTicks deadline,
  /external/chromium_org/cc/test/
begin_frame_args_test.cc 21 int64 deadline,
24 base::TimeTicks::FromInternalValue(deadline),
36 return (lhs.frame_time == rhs.frame_time) && (lhs.deadline == rhs.deadline) &&
47 << args.deadline.ToInternalValue() << ", "
  /external/chromium_org/mojo/public/cpp/utility/
run_loop.h 37 MojoDeadline deadline);
61 deadline(0),
66 MojoTimeTicks deadline; member in struct:mojo::RunLoop::HandlerData
79 // Notifies any handlers whose deadline has expired. Returns true if a
  /external/okhttp/okio/src/test/java/okio/
RealBufferedSourceReadUtf8LineTest.java 30 @Override public Source deadline(Deadline deadline) {
  /external/bluetooth/bluedroid/osi/include/
alarm.h 36 // Sets an alarm to fire |cb| after the given |deadline|. Note that |deadline| is the
41 void alarm_set(alarm_t *alarm, period_ms_t deadline, alarm_callback_t cb, void *data);
  /external/chromium_org/mojo/common/
handle_watcher.h 26 // when the handle is ready, or the deadline has expired.
35 // notified when the handle is ready, invalid or deadline has passed and is
41 MojoDeadline deadline,
  /external/chromium_org/mojo/public/c/environment/
async_waiter.h 21 MojoDeadline deadline,
  /external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/
AsyncWaiter.java 51 Cancellable asyncWait(Handle handle, WaitFlags flags, long deadline, Callback callback);
Handle.java 28 public int wait(Core.WaitFlags flags, long deadline);
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java 348 * or the specified deadline elapses.
361 * <li>The specified deadline elapses; or
382 * <p>The return value indicates whether the deadline has elapsed,
385 * boolean aMethod(Date deadline) {
392 * stillWaiting = theCondition.awaitUntil(deadline);
411 * of the specified deadline. In either case the implementation
415 * @param deadline the absolute time to wait until
416 * @return {@code false} if the deadline has elapsed upon return, else
421 boolean awaitUntil(Date deadline) throws InterruptedException;
LockSupport.java 204 * the specified deadline, unless the permit is available.
218 * <li>The specified deadline passes; or
231 * @param deadline the absolute time, in milliseconds from the Epoch,
235 public static void parkUntil(Object blocker, long deadline) {
238 unsafe.park(true, deadline);
325 * the specified deadline, unless the permit is available.
339 * <li>The specified deadline passes; or
350 * @param deadline the absolute time, in milliseconds from the Epoch,
353 public static void parkUntil(long deadline) {
354 unsafe.park(true, deadline);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_mock.py 49 def read_stdout_line(self, deadline):
52 def read_stdout(self, deadline, size):
59 return first_line + "\n" + self.read_stdout(deadline, remaining_size)
67 def read_either_stdout_or_stderr_line(self, deadline):
69 return self.read_stdout_line(deadline), None
  /external/chromium_org/mojo/public/cpp/utility/lib/
run_loop.cc 26 WaitState() : deadline(MOJO_DEADLINE_INDEFINITE) {}
30 MojoDeadline deadline; member in struct:mojo::RunLoop::WaitState
68 MojoDeadline deadline) {
77 handler_data.deadline = (deadline == MOJO_DEADLINE_INDEFINITE) ?
79 GetTimeTicksNow() + static_cast<MojoTimeTicks>(deadline);
130 wait_state.deadline);
163 if (i->second.deadline != kInvalidTimeTicks &&
164 i->second.deadline < now &&
204 if (!non_blocking && i->second.deadline != kInvalidTimeTicks &
    [all...]

Completed in 1152 milliseconds

1 2 3 4 5 6 7 8 910