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

1 2

  /external/harfbuzz/
autogen.sh 88 echo Running $ACLOCAL $ACLOCAL_FLAGS
93 echo Running $AUTOHEADER
99 echo Running $LIBTOOLIZE $LIBTOOLIZE_FLAGS
104 echo Running $AUTOMAKE -a $am_opt
106 echo Running $AUTOCONF
111 echo Running $srcdir/configure "$@"
  /external/chromium_org/cc/animation/
animation_unittest.cc 83 anim->SetRunState(Animation::Running, 0.0);
88 anim->SetRunState(Animation::Running, 1024.0);
95 anim->SetRunState(Animation::Running, 0.0);
107 anim->SetRunState(Animation::Running, 0.0);
115 anim->SetRunState(Animation::Running, 0.0);
123 anim->SetRunState(Animation::Running, 0.0);
132 anim->SetRunState(Animation::Running, 0.0);
141 anim->SetRunState(Animation::Running, 0.0);
159 anim->SetRunState(Animation::Running, 0.0);
177 anim->SetRunState(Animation::Running, 2.0)
    [all...]
animation.cc 22 "Running",
78 if (run_state_ == Running || run_state_ == Paused)
99 if (is_waiting_to_start && run_state == Running) {
108 if (run_state == Running && run_state_ == Paused)
142 SetRunState(Running, monotonic_time);
152 return run_state_ == Running &&
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
layer_animation_controller.cc 106 active_animations_[i]->SetRunState(Animation::Running, monotonic_time);
351 // If the animation is already running on the impl thread, there is no
357 // If the animation is not running on the impl thread, it does not
440 // First collect running properties.
444 active_animations_[i]->run_state() == Animation::Running)
494 active_animations_[i]->SetRunState(Animation::Running, monotonic_time);
527 active_animations_[i]->run_state() == Animation::Running) {
530 active_animations_[j]->run_state() == Animation::Running) &&
624 // is important that we add it in a 'waiting' and not 'running' state.
643 active_animations_[i]->run_state() == Animation::Running ||
    [all...]
layer_animation_controller_unittest.cc 125 EXPECT_EQ(Animation::Running,
128 EXPECT_EQ(Animation::Running,
146 EXPECT_EQ(Animation::Running,
152 EXPECT_EQ(Animation::Running,
693 // running animation.
737 // running animation and there is yet another animation queued to start later.
    [all...]
  /external/chromium/base/metrics/
stats_counters.cc 88 if (!Enabled() || !Running())
94 // Returns true if the timer is running.
95 bool StatsCounterTimer::Running() {
stats_counters.h 144 // Returns true if the timer is running.
145 bool Running();
stats_table_unittest.cc 314 EXPECT_FALSE(bar.Running());
347 EXPECT_FALSE(baz.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() {
stats_counters.h 144 // Returns true if the timer is running.
145 bool Running();
stats_table_unittest.cc 324 EXPECT_FALSE(bar.Running());
359 EXPECT_FALSE(baz.Running());
  /external/llvm/test/
Makefile.tests 40 TESTRUNR = @echo Running test: $<; \
  /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/chrome/test/chromedriver/js/
test.js 60 console.log('Running %d tests...', tests.length);
75 console.log('Running (%d/%d) -- %s', testNo + 1, tests.length, test.name);
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 41 logger Running Chrome Remote Desktop preflight script @@VERSION@@
48 # Stop and unload the service for each user currently running the service, and
remoting_postflight.sh 40 logger Running Chrome Remote Desktop postflight script @@VERSION@@
88 # Also, in case this is a fresh install, load the service for the user running
106 # find the PID of a process which is running in that context. The
108 # a session) will definitely be running it.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
consoleLogs.php 25 <title>Console Logs from Running JUnit Plug-in Tests</title></head>
33 output from running JUnit plugin tests for
  /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);
  /external/chromium_org/tools/valgrind/
regrind.sh 94 echo Running `wc -l < regrind-failed.txt` layout tests.
  /external/chromium_org/v8/src/
counters.h 258 // Returns true if the timer is running.
259 bool Running() {
  /external/chromium_org/native_client_sdk/src/examples/api/core/
example.js 27 common.updateStatus('Running Test');
  /external/chromium_org/third_party/re2/
Makefile 221 @echo Running debug binary tests.
227 @echo Running static binary tests.
233 @echo Running dynamic binary tests.
  /external/regex-re2/
Makefile 221 @echo Running debug binary tests.
227 @echo Running static binary tests.
233 @echo Running dynamic binary tests.

Completed in 1082 milliseconds

1 2