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

/external/harfbuzz/
H A Dautogen.sh88 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/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.cpp136 ASSERT(m_state == Running);
146 ASSERT(m_state == StartPending || m_state == Running);
166 ASSERT(m_state == Running);
181 m_state = Running;
187 ASSERT(m_state == Running);
197 ASSERT(m_state == Running);
H A DIDBTransactionBackendImpl.h63 Running, // SQLite transaction started but not yet finished. enumerator in enum:WebCore::IDBTransactionBackendImpl::State
/external/chromium/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.cc314 EXPECT_FALSE(bar.Running());
347 EXPECT_FALSE(baz.Running());
/external/v8/src/
H A Dcounters.h197 bool Running() { function in struct:v8::internal::StatsCounterTimer
219 bool Running() { function in struct:v8::internal::HistogramTimer
/external/llvm/test/
H A DMakefile.tests40 TESTRUNR = @echo Running test: $<; \
/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/regex-re2/
H A DMakefile221 @echo Running debug binary tests.
227 @echo Running static binary tests.
233 @echo Running dynamic binary tests.
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1402 if (newState == Running && oldState == Stopped && m_layer.data())
1451 if (newState == Running && oldState == Stopped) {
1455 } else if (newState == Stopped && oldState == Running) {
1574 if (newState == QAbstractAnimation::Running) {
1620 m_layer.data()->m_opacityAnimationRunning = (newState == QAbstractAnimation::Running);
/external/bison/djgpp/
H A Dconfig.bat426 echo Running the ./configure script...

Completed in 1891 milliseconds