Searched refs:run (Results 1 - 25 of 2134) sorted by relevance

1234567891011>>

/external/valgrind/main/
H A Dautogen.sh3 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/
H A Dtests.js8 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
[all...]
/external/libunwind/tests/
H A Drun-coredump-unwind-mdi8 ./run-coredump-unwind -minidebuginfo
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsync-master-with-upstream33 # 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"])
H A Drun-webkit-tests33 multiprocessing_bootstrap.run('webkitpy', 'layout_tests', 'run_webkit_tests.py')
H A Dtest-webkitpy32 multiprocessing_bootstrap.run('webkitpy', 'test', 'main.py')
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1213516.js28 function run() { function
40 run();
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiTextRun.cpp39 TextDirection directionForRun(TextRun& run, bool& hasStrongDirectionality) argument
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/
H A Drun-chmod.sh1 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/
H A Dautogen.sh3 # 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
/external/chromium_org/third_party/tlslite/
H A DMakefile4 @echo To install tlslite run \"./setup.py install\" or \"make install\"
/external/e2fsprogs/debian/
H A Duuid-runtime.postrm5 rm -rf /var/run/uuidd
/external/chromium_org/native_client_sdk/src/gonacl_appengine/
H A DMakefile10 run:
16 .PHONY: all run push
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcCallback.java46 void run(ParameterType parameter); method in interface:RpcCallback
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DForceFieldBuildersPreRun.java37 * requested. This allows us to run all the tests through both code paths
45 public void run() { method in class:ForceFieldBuildersPreRun
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dinline-context-slots.js42 F.prototype.run = function() {
46 for (var i=0; i<5; i++) f.run();
47 %OptimizeFunctionOnNextCall(f.run);
48 assertEquals(10, f.run());
/external/junit/src/junit/framework/
H A DTest.java4 * A <em>Test</em> can be run and collect its results.
10 * Counts the number of test cases that will be run by this test.
16 public abstract void run(TestResult result); method in interface:Test
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcCallback.java46 void run(ParameterType parameter); method in interface:RpcCallback
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
H A DEmptyRunnable.java5 public void run() { method in class:EmptyRunnable
/external/chromium_org/third_party/skia/include/utils/
H A DSkRunnable.h14 virtual void run(T&) = 0;
20 virtual void run() = 0;
/external/chromium_org/v8/test/mjsunit/
H A Dfunction-named-self-reference.js35 function run(val) {
41 return run(0);
/external/skia/include/utils/
H A DSkRunnable.h14 virtual void run(T&) = 0;
20 virtual void run() = 0;
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dplaintext.conf3 ctrl_interface=/var/run/wpa_supplicant
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
H A DRunnableEx.java14 * Analog of {@link Runnable} where method <code>run</code> can throw {@link Exception}.
23 void run() throws Exception; method in interface:RunnableEx
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DTestRunnable.java6 @Override public void run() { method in class:TestRunnable

Completed in 749 milliseconds

1234567891011>>