HomeSort by relevance Sort by last modified time
    Searched defs:Running (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/base/metrics/
stats_counters.cc 88 if (!Enabled() || !Running())
94 // Returns true if the timer is running.
95 bool StatsCounterTimer::Running() {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 54 Running,
  /external/chromium_org/cc/animation/
animation.h 26 // Starting state, and then into the Running state. Running animations may
27 // toggle between Running and Paused, and may be stopped by moving into either
34 Running,
124 // If this is true, even if the animation is running, it will not be tickable
125 // until it is given a start time. This is true for animations running on the
134 // This is true for animations running on the main thread when the Finished
  /external/chromium_org/v8/src/
counters.h 240 // Returns true if the timer is running.
241 bool Running() {
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 20 Running = -1,
181 return HybridNonLinearSolverSpace::Running;
339 return HybridNonLinearSolverSpace::Running;
349 while (status==HybridNonLinearSolverSpace::Running)
421 return HybridNonLinearSolverSpace::Running;
582 return HybridNonLinearSolverSpace::Running;
592 while (status==HybridNonLinearSolverSpace::Running)
LevenbergMarquardt.h 21 Running = -1,
158 } while (status==LevenbergMarquardtSpace::Running);
351 return LevenbergMarquardtSpace::Running;
601 return LevenbergMarquardtSpace::Running;
613 } while (status==LevenbergMarquardtSpace::Running);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.cc 286 bool VCMJitterBuffer::Running() const {
    [all...]
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 27 Running = -1,
268 } while (status==LevenbergMarquardtSpace::Running);

Completed in 2161 milliseconds