HomeSort by relevance Sort by last modified time
    Searched refs:initial_ (Results 1 - 5 of 5) 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
  /ndk/tests/device/test-gnustl-full/unit/
accum_test.cpp 23 static int mult(int initial_, int element_);
47 int AccumTest::mult(int initial_, int element_)
49 return initial_ * element_;
  /ndk/tests/device/test-stlport/unit/
accum_test.cpp 23 static int mult(int initial_, int element_);
47 int AccumTest::mult(int initial_, int element_)
49 return initial_ * element_;
  /art/compiler/optimizing/
bounds_check_elimination.cc 392 initial_(initial),
450 // If we can prove for the last number in sequence of initial_,
451 // initial_ + increment_, initial_ + 2 x increment_, ...
457 if (initial_->IsIntConstant()) {
458 int32_t initial_constant = initial_->AsIntConstant()->GetValue();
500 HInstruction* const initial_; // Initial value. member in class:art::MonotonicValueRange
502 const ValueBound bound_; // Additional value bound info for initial_.
    [all...]

Completed in 2306 milliseconds