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

1 2 3

  /external/chromium_org/third_party/skia/third_party/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/mojo/tools/
mojosh.sh 6 # This a simple script to make running Mojo shell easier (on Linux).
61 echo "Running SimpleHTTPServer in directory $DIRECTORY/lib on port $PORT"
69 echo "Running:"
  /external/lldb/examples/test/
usage-pre-post-flight 47 Running pre-flight function:
50 Running post-flight function:
55 Running pre-flight function:
58 Running post-flight function:
  /external/chromium_org/cc/animation/
animation.cc 20 "Running",
78 if (run_state_ == Running || run_state_ == Paused)
98 if (is_waiting_to_start && run_state == Running) {
107 if (run_state == Running && run_state_ == Paused)
141 SetRunState(Running, monotonic_time);
151 return run_state_ == Running && iterations_ >= 0 &&
208 // check if we are running the animation in reverse direction for the current
214 // if we are running the animation in reverse direction, reverse the result
animation_unittest.cc 207 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
212 anim->SetRunState(Animation::Running, TicksFromSecondsF(1024.0));
220 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
225 anim->SetRunState(Animation::Running, TicksFromSecondsF(1024.0));
232 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
245 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
257 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
282 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
300 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
308 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0))
    [all...]
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,
102 // If this is true, even if the animation is running, it will not be tickable
103 // until it is given a start time. This is true for animations running on the
112 // This is true for animations running on the main thread when the Finished
  /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 306 EXPECT_FALSE(bar.Running());
338 EXPECT_FALSE(baz.Running());
  /external/llvm/test/
Makefile.tests 40 TESTRUNR = @echo Running test: $<; \
  /sdk/eclipse/scripts/
build_adt.sh 33 echo Running gradle to build tools libraries...
  /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;
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/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
native-messaging-example-host 101 send_message('"Tkinter python module wasn\'t found. Running in headless ' +
  /external/chromium_org/tools/valgrind/
regrind.sh 94 echo Running `wc -l < regrind-failed.txt` layout tests.
  /external/chromium_org/native_client_sdk/src/examples/api/core/
example.js 30 common.updateStatus('Running Test');
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.h 92 // Returns true if the jitter buffer is running.
93 bool Running() const;
275 // If we are running (have started) or not.
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 27 Running = -1,
268 } while (status==LevenbergMarquardtSpace::Running);
  /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.
  /external/chromium_org/native_client_sdk/src/doc/
io2014.rst 154 Run the server with this command (NOTE: Running through a Makefile

Completed in 1178 milliseconds

1 2 3