HomeSort by relevance Sort by last modified time
    Searched full:running (Results 1 - 25 of 3330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/051-thread/
expected.txt 0 running 0
2 running 1
3 running 2
4 running 3
5 running 4
6 running 5
7 running 6
8 running 7
9 running 8
10 running
    [all...]
  /dalvik/tests/047-returns/
expected.txt 2 one running
6 two running
10 three running
  /dalvik/tests/028-array-write/
expected.txt 0 Running writeTest...
2 Running copyTest...
  /dalvik/tests/057-iteration-performance/
expected.txt 0 Running A...
2 Running B...
3 Running C...
4 Running D...
5 Running E...
6 Running F...
7 Running G...
8 Running H...
  /dalvik/tests/074-gc-thrash/
expected.txt 0 Running (10 seconds) ...
  /dalvik/tests/039-join-main/
expected.txt 2 @ JoinMainSub running
  /external/webkit/LayoutTests/storage/
read-transactions-running-concurrently-expected.txt 2 Read transactions running concurrently.
open-database-while-transaction-in-progress-expected.txt 1 This is a test to see if opening a database while a transaction is running on a different handle to the same database results in a deadlock.
  /external/libpng/
autogen.sh 9 echo "running libtoolize" >&2
12 echo "running aclocal" >&2
15 echo "running autoheader [ignore the warnings]" >&2
18 echo "running automake" >&2
21 echo "running autoconf" >&2
  /dalvik/vm/mterp/c/
OP_INVOKE_DIRECT_EMPTY.c 10 //LOGI("Running empty\n");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /external/e2fsprogs/misc/
uuidd.8.in 48 numbers of threads trying to grab UUID's running on different CPU's.
54 in debugging mode. This prevents uuidd from running as a daemon.
57 If a currently uuidd daemon is running, kill it.
60 When issuing a test request to a running uuidd, request a bulk response
76 Test uuidd by trying to connect to a running uuidd daemon and
80 Test uuidd by trying to connect to a running uuidd daemon and
  /build/core/
process_wrapper_gdb.sh 3 # This is the command running inside the xterm of our
9 # On some systems, running xterm will cause LD_LIBRARY_PATH
  /frameworks/base/graphics/java/android/graphics/drawable/
Animatable.java 34 * Indicates whether the animation is running.
36 * @return True if the animation is running, false otherwise.
  /development/simulator/app/
ExternalRuntime.h 19 /* start the thread running */
  /external/chromium/base/third_party/valgrind/
README 2 macros that determine whether the current process is running under
  /external/e2fsprogs/tests/f_preen/
expect.1 2 running e2fsck with the '-b 8193' option first. The problem
  /libcore/luni/src/test/java/com/google/coretests/
Main.java 29 System.out.println("Running all tests...");
37 System.out.println("Running all tests with stats...");
40 System.out.println("Running selected tests with stats...");
44 System.out.println("Running selected tests...");
  /dalvik/tests/047-returns/src/
Main.java 39 System.out.println("one running");
49 System.out.println("two running");
59 System.out.println("three running");
  /external/dbus/test/name-test/
run-test.sh 27 echo "running test-names"
30 echo "running test-pending-call-dispatch"
33 echo "running test-threads-init"
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download_unittest.py 88 Running Python unit tests
89 Running Perl unit tests
90 Running JavaScriptCore tests
91 Running run-webkit-tests
103 Running Python unit tests
104 Running Perl unit tests
105 Running JavaScriptCore tests
106 Running run-webkit-tests
111 Running Python unit tests
112 Running Perl unit test
    [all...]
  /external/dbus/bus/
test-main.c 100 printf ("%s: Running expire list test\n", argv[0]);
106 printf ("%s: Running config file parser test\n", argv[0]);
112 printf ("%s: Running policy test\n", argv[0]);
118 printf ("%s: Running signals test\n", argv[0]);
124 printf ("%s: Running SHA1 connection test\n", argv[0]);
130 printf ("%s: Running message dispatch test\n", argv[0]);
136 printf ("%s: Running service files reloading test\n", argv[0]);
  /frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java 49 private boolean running = false; field in class:SslLoad
71 running = false;
77 running = !running;
78 button.setText(running ? "STOP" : "GO");
79 if (running) {
89 while (!running) {

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>