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

  /external/chromium/base/metrics/
stats_counters.cc 88 if (!Enabled() || !Running())
94 // Returns true if the timer is running.
95 bool StatsCounterTimer::Running() {
  /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/v8/src/
counters.h 196 // Returns true if the timer is running.
197 bool Running() {
218 // Returns true if the timer is running.
219 bool Running() {
  /external/chromium_org/cc/animation/
animation.h 27 // move the animations into the Starting state, and then into the Running
28 // state. Running animations may toggle between Running and Paused, and may be
38 Running,
100 // If this is true, even if the animation is running, it will not be tickable
101 // until it is given a start time. This is true for animations running on the
110 // This is true for animations running on the main thread when the Finished
  /external/chromium_org/v8/src/
counters.h 258 // Returns true if the timer is running.
259 bool Running() {
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 20 Running = -1,
181 return HybridNonLinearSolverSpace::Running;
337 return HybridNonLinearSolverSpace::Running;
347 while (status==HybridNonLinearSolverSpace::Running)
419 return HybridNonLinearSolverSpace::Running;
577 return HybridNonLinearSolverSpace::Running;
587 while (status==HybridNonLinearSolverSpace::Running)
LevenbergMarquardt.h 21 Running = -1,
158 } while (status==LevenbergMarquardtSpace::Running);
348 return LevenbergMarquardtSpace::Running;
595 return LevenbergMarquardtSpace::Running;
607 } while (status==LevenbergMarquardtSpace::Running);

Completed in 250 milliseconds