/external/valgrind/main/ |
autogen.sh | 3 run () function 14 run aclocal 15 run autoheader 16 run automake -a 17 run autoconf
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
tests.js | 8 var run = window.calculatorTestRun.create(); 13 run.test('Twenty eight can be divided by three', '28 / 3 = [9.3333333]'); 14 run.test('Twenty nine can be divided by three', '29 / 3 = [9.6666667]'); 15 run.test('Thirty can be divided by three', '30 / 3 = [10]'); 16 run.test('Thirty one can be divided by three', '31 / 3 = [10.333333]'); 17 run.test('Thirty two can be divided by three', '32 / 3 = [10.666667]'); 18 run.test('Thirty three can be divided by three', '33 / 3 = [11]'); 23 // run.test('Equals without operator results in operand value', 26 // run.test('Operations without operands uses default operands', 30 // run.test('Successive operators replace each other.' [all...] |
/art/test/003-omnibus-opcodes/src/ |
Main.java | 26 main.run(); 28 /* run through the heap to see if we trashed something */ 34 public void run() { method in class:Main 36 instField.run(); 38 StaticField.run(); 40 IntMath.run(); 41 FloatMath.run(); 42 Compare.run(); 44 Monitor.run(); 45 Switch.run(); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
sync-master-with-upstream | 33 # sync with the "root" WebKit repository in upstream, assuming you've run 38 def run(args, error_message = None): function 44 run(["git", "fetch", "upstream"], "Have you run configure-github-as-upstream to configure an upstream repository?") 45 run(["git", "push", "origin", "upstream/master:master"])
|
/art/test/097-duplicate-method/src/ |
Test.java | 21 public static Object run() { method in class:Test
|
/external/chromium_org/third_party/skia/include/utils/ |
SkRunnable.h | 14 virtual void run() = 0;
|
/external/skia/include/utils/ |
SkRunnable.h | 14 virtual void run() = 0;
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
DeviceIrqHandler.cpp | 37 void DeviceIrqHandler::run( function in class:DeviceIrqHandler
|
DeviceScheduler.cpp | 37 void DeviceScheduler::run( function in class:DeviceScheduler
|
/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/av/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
|
/art/test/069-field-type/src/ |
Blah.java | 6 public void run() { method in class:Blah 7 System.out.println("run");
|
/art/test/300-package-override/src/p1/ |
BaseClass.java | 20 public void run() { foo(); } method in class:BaseClass
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double_2addr/d/ |
T_add_double_2addr_3.java | 21 public double run(long a) { method in class:T_add_double_2addr_3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_lit16/d/ |
T_add_int_lit16_1.java | 21 public int run() { method in class:T_add_int_lit16_1
|
T_add_int_lit16_11.java | 21 public int run() { method in class:T_add_int_lit16_11
|
T_add_int_lit16_16.java | 21 public int run(float f) { method in class:T_add_int_lit16_16
|
T_add_int_lit16_2.java | 21 public int run() { method in class:T_add_int_lit16_2
|