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

  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_thread_desktop.cc 20 : initial_(Desktop::GetThreadDesktop()) {
31 return initial_->IsSame(desktop);
37 initial_->SetThreadDesktop();
47 if (initial_->IsSame(*desktop))
scoped_thread_desktop.h 46 rtc::scoped_ptr<Desktop> initial_; member in class:webrtc::ScopedThreadDesktop
  /art/compiler/optimizing/
bounds_check_elimination.cc 378 initial_(initial),
436 // If we can prove for the last number in sequence of initial_,
437 // initial_ + increment_, initial_ + 2 x increment_, ...
443 if (initial_->IsIntConstant()) {
444 int32_t initial_constant = initial_->AsIntConstant()->GetValue();
486 HInstruction* const initial_; // Initial value. member in class:art::MonotonicValueRange
488 const ValueBound bound_; // Additional value bound info for initial_.
    [all...]

Completed in 62 milliseconds