/libcore/luni/src/main/java/java/lang/ |
Runnable.java | 22 * Represents a command that can be executed. Often used to run code in a 32 public void run(); method in interface:Runnable
|
/dalvik/dx/tests/113-old-style-inner-class/ |
Blort.java | 19 public void run() { } 24 public void run() { }
|
/external/srec/config/en.us/ |
run-chmod.sh | 1 chmod 777 ./run-bothtags5.sh 2 chmod 777 ./run-bothtags5-from-saved.sh 3 chmod 777 ./run-liveaudio.sh 4 chmod 777 ./run-set-get-param.sh 5 chmod 777 ./run-change-sample-rate2.sh
|
/external/dropbear/libtomcrypt/ |
testme.sh | 18 bash run.sh "STOCK" " " "$1" "$2" "$3" || exit 1 21 bash run.sh "SMALL" "-DLTC_SMALL_CODE" "$1" "$2" "$3" || exit 1 24 bash run.sh "NOTABLES" "-DLTC_NO_TABLES" "$1" "$2" "$3" || exit 1 27 bash run.sh "SMALL+NOTABLES" "-DLTC_SMALL_CODE -DLTC_NO_TABLES" "$1" "$2" "$3" || exit 1 30 bash run.sh "CLEANSTACK" "-DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1 33 bash run.sh "CLEANSTACK+SMALL" "-DLTC_SMALL_CODE -DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1 36 bash run.sh "CLEANSTACK+NOTABLES" "-DLTC_NO_TABLES -DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1 39 bash run.sh "CLEANSTACK+NOTABLES+SMALL" "-DLTC_NO_TABLES -DLTC_CLEAN_STACK -DLTC_SMALL_CODE" "$1" "$2" "$3" || exit 1 42 bash run.sh "NO_FAST" "-DLTC_NO_FAST" "$1" "$2" "$3" || exit 1 45 bash run.sh "NO_FAST+NOTABLES" "-DLTC_NO_FAST -DLTC_NO_TABLES" "$1" "$2" "$3" || exit [all...] |
/external/oprofile/ |
autogen.sh | 3 # run to generate needed files not in CVS 5 # NB: if you run this file with AUTOMAKE, AUTOCONF, etc. environment 6 # variables set, you *must* run "configure" with the same variables 12 run() { function 39 run "$ACLOCAL -I m4" 40 run $AUTOHEADER 41 run "$AUTOMAKE --foreign --add-missing --copy" 42 run $AUTOCONF
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode_inline.h | 25 Int idx, run, level, j; local 30 run = 0; 41 run++; 55 RLB->run[idx] = run; 56 run = 0; 63 RLB->run[idx] = run; 64 run = 0; 78 run++ 116 Int idx, run, level, j; local 126 clz run, match local 138 mov run, run, lsl #1 \/* 05\/09\/02 *\/ local 142 rsb run, j, run, lsr #1 \/* delta run *\/ local 163 clz run, match local 169 clz run, match local 179 add run, run, #32 \/* current position *\/ local 180 mov run, run, lsl #1 \/* 09\/02\/05 *\/ local 184 rsb run, j, run, lsr #1 \/* delta run *\/ local 205 clz run, match local 230 Int idx, run, level = 0, j; local [all...] |
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
run | 17 dx --debug --dump --method=run --rop-blocks 'ViewDebug$ViewServer.class'
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Main.java | 35 main.run(); 37 /* run through the heap to see if we trashed something */ 43 public void run() { method in class:Main 45 instField.run(); 47 StaticField.run(); 49 IntMath.run(); 50 FloatMath.run(); 51 Compare.run(); 53 Monitor.run(); 54 Switch.run(); [all...] |
/external/e2fsprogs/debian/ |
uuid-runtime.postrm | 5 rm -rf /var/run/uuidd
|
/cts/tools/dx-tests/src/dxc/junit/argsreturns/pargsreturn/jm/ |
T1.java | 20 public int run() { method in class:T1
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/aastore/jm/ |
T_aastore_11.java | 21 public int run() { method in class:T_aastore_11
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/aload/jm/ |
T_aload_3.java | 21 public void run() { method in class:T_aload_3
|
T_aload_3_w.java | 21 public void run() { method in class:T_aload_3_w
|
T_aload_4.java | 21 public void run() { method in class:T_aload_4
|
T_aload_4_w.java | 21 public void run() { method in class:T_aload_4_w
|
T_aload_5.java | 21 public void run() { method in class:T_aload_5
|
T_aload_5_w.java | 21 public void run() { method in class:T_aload_5_w
|
T_aload_6.java | 21 public void run() { method in class:T_aload_6
|
T_aload_6_w.java | 21 public void run() { method in class:T_aload_6_w
|
T_aload_7.java | 21 public void run() { method in class:T_aload_7
|
T_aload_7_w.java | 21 public void run() { method in class:T_aload_7_w
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/aload_0/jm/ |
T_aload_0_2.java | 21 public static void run() { method in class:T_aload_0_2
|
T_aload_0_3.java | 21 public static void run() { method in class:T_aload_0_3
|
T_aload_0_4.java | 21 public static void run() { method in class:T_aload_0_4
|
T_aload_0_5.java | 21 public static void run() { method in class:T_aload_0_5
|