Searched refs:Running (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/mojo/tools/
H A Dmojosh.sh61 echo "Running SimpleHTTPServer in directory $DIRECTORY/lib on port $PORT"
69 echo "Running:"
/external/lldb/examples/test/
H A Dusage-pre-post-flight47 Running pre-flight function:
50 Running post-flight function:
55 Running pre-flight function:
58 Running post-flight function:
/external/chromium_org/base/metrics/
H A Dstats_counters.cc88 if (!Enabled() || !Running())
95 bool StatsCounterTimer::Running() { function in class:base::StatsCounterTimer
H A Dstats_counters.h145 bool Running();
H A Dstats_table_unittest.cc310 EXPECT_FALSE(bar.Running());
342 EXPECT_FALSE(baz.Running());
/external/llvm/test/
H A DMakefile.tests40 TESTRUNR = @echo Running test: $<; \
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayerTest.cpp129 EXPECT_EQ(AnimationPlayer::Running, player->playStateInternal());
131 EXPECT_EQ(AnimationPlayer::Running, player->playStateInternal());
134 EXPECT_EQ(AnimationPlayer::Running, player->playStateInternal());
141 EXPECT_EQ(AnimationPlayer::Running, player->playStateInternal());
159 EXPECT_EQ(AnimationPlayer::Running, player->playStateInternal());
164 EXPECT_EQ(AnimationPlayer::Running, player->playStateInternal());
183 EXPECT_EQ(AnimationPlayer::Running, player->playStateInternal());
241 EXPECT_EQ(AnimationPlayer::Running, player->playStateInternal());
245 EXPECT_EQ(AnimationPlayer::Running, player->playStateInternal());
315 EXPECT_EQ(AnimationPlayer::Running, playe
[all...]
H A DAnimationPlayer.h54 Running, enumerator in enum:blink::FINAL::AnimationPlayState
/external/chromium_org/cc/animation/
H A Danimation.cc20 "Running",
81 if (run_state_ == Running || run_state_ == Paused)
101 if (is_waiting_to_start && run_state == Running) {
110 if (run_state == Running && run_state_ == Paused)
144 SetRunState(Running, monotonic_time);
157 return run_state_ == Running && iterations_ >= 0 &&
H A Danimation_unittest.cc241 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
246 anim->SetRunState(Animation::Running, TicksFromSecondsF(1024.0));
254 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
259 anim->SetRunState(Animation::Running, TicksFromSecondsF(1024.0));
266 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
279 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
291 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
316 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
334 anim->SetRunState(Animation::Running, TicksFromSecondsF(0.0));
342 anim->SetRunState(Animation::Running, TicksFromSeconds
[all...]
H A Danimation.h26 // 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, enumerator in enum:cc::Animation::RunState
/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_preflight.sh41 logger Running Chrome Remote Desktop preflight script @@VERSION@@
H A Dremoting_postflight.sh40 logger Running Chrome Remote Desktop postflight script @@VERSION@@
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DconsoleLogs.php25 <title>Console Logs from Running JUnit Plug-in Tests</title></head>
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DHybridNonLinearSolver.h20 Running = -1, enumerator in enum:Eigen::HybridNonLinearSolverSpace::Status
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)
H A DLevenbergMarquardt.h21 Running = -1, enumerator in enum:Eigen::LevenbergMarquardtSpace::Status
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/
H A Dnative-messaging-example-host101 send_message('"Tkinter python module wasn\'t found. Running in headless ' +
/external/chromium_org/tools/valgrind/
H A Dregrind.sh94 echo Running `wc -l < regrind-failed.txt` layout tests.
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLevenbergMarquardt.h27 Running = -1, enumerator in enum:Eigen::LevenbergMarquardtSpace::Status
268 } while (status==LevenbergMarquardtSpace::Running);
H A DLMonestep.h196 return LevenbergMarquardtSpace::Running;
/external/chromium_org/third_party/re2/
H A DMakefile221 @echo Running debug binary tests.
227 @echo Running static binary tests.
233 @echo Running dynamic binary tests.
/external/regex-re2/
H A DMakefile221 @echo Running debug binary tests.
227 @echo Running static binary tests.
233 @echo Running dynamic binary tests.
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.h93 bool Running() const;
H A Dreceiver.cc48 if (!jitter_buffer_.Running()) {
/external/eigen/test/
H A DdenseLM.cpp138 } while (info==LevenbergMarquardtSpace::Running);

Completed in 737 milliseconds

12