HomeSort by relevance Sort by last modified time
    Searched refs:run (Results 1 - 25 of 9000) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/libunwind/tests/
run-coredump-unwind-mdi 8 ./run-coredump-unwind -minidebuginfo
  /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
  /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/chromium_org/third_party/WebKit/Source/platform/text/
BidiTextRun.cpp 39 TextDirection directionForRun(TextRun& run, bool& hasStrongDirectionality)
42 bidiResolver.setStatus(BidiStatus(run.direction(), run.directionalOverride()));
43 bidiResolver.setPositionIgnoringNestedIsolates(TextRunIterator(&run, 0));
49 TextRun run(value);
50 return directionForRun(run, hasStrongDirectionality);
55 TextRun run(value);
56 TextDirection direction = directionForRun(run, hasStrongDirectionality);
58 run.setDirection(direction);
59 return run;
    [all...]
  /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/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'
  /external/chromium_org/third_party/skia/include/utils/
SkRunnable.h 14 virtual void run(T&) = 0;
20 virtual void run() = 0;
  /external/chromium_org/third_party/tlslite/
Makefile 4 @echo To install tlslite run \"./setup.py install\" or \"make install\"
  /external/e2fsprogs/debian/
uuid-runtime.postrm 5 rm -rf /var/run/uuidd
  /external/skia/include/utils/
SkRunnable.h 14 virtual void run(T&) = 0;
20 virtual void run() = 0;
  /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

Completed in 1944 milliseconds

1 2 3 4 5 6 7 8 91011>>