OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Running
(Results
1 - 15
of
15
) sorted by null
/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/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.cpp
136
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
);
IDBTransactionBackendImpl.h
63
Running
, // SQLite transaction started but not yet finished.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Experiment.java
39
enum Status { NotStarted,
Running
, Stopped, Completed }
77
mStatus = Status.
Running
;
130
return mStatus == Status.
Running
;
141
case
Running
:
/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/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/llvm/test/
Makefile.tests
40
TESTRUNR = @echo
Running
test: $<; \
/external/webkit/PerformanceTests/Parser/resources/
runner.js
93
log("
Running
" + runCount + " times");
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
39
# We only support
running
this script on Linux
980
echo "
Running
: $DESCR"
[
all
...]
/external/bison/djgpp/
config.bat
426
echo
Running
the ./configure script...
/frameworks/base/docs/html/resources/
resources-data.js
232
en: 'This article discusses the threading model used by Android applications and how applications can ensure best UI performance by spawning worker threads to handle long-
running
operations, rather than handling them in the main thread. The article also explains the API that your application can use to interact with Android UI toolkit components
running
on the main thread and spawn managed worker threads.'
382
en: 'The Android SDK includes a tool called zipalign that optimizes the way an application is packaged.
Running
zipalign against your application enables Android to interact with it more efficiently at run time and thus has the potential to make it and the overall system run faster. This article provides a high-level overview of the zipalign tool and its use.'
477
en: 'An application that demonstrates how to launch the built-in contact picker from within an activity. This sample also uses reflection to ensure that the correct version of the contacts API is used, depending on which API level the application is
running
under.'
517
en: 'An image gallery application that demonstrates a variety of new APIs in Android 3.0 (Honeycomb). In addition to providing a tablet-optimized design, it also supports handsets
running
Android 4.0 (Ice Cream Sandwich) and beyond, so is a good example of how to reuse Fragments to support different screen sizes.'
/frameworks/base/docs/html/guide/
guide_toc.cs
521
<span class="en">Building and
Running
</span>
[
all
...]
Completed in 872 milliseconds