Searched refs:run (Results 1 - 25 of 2213) 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/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/chromium_org/tools/telemetry/telemetry/results/
H A Dpage_run_unittest.py25 run = page_run.PageRun(self.pages[0])
26 run.AddValue(failure.FailureValue.FromMessage(self.pages[0], 'test'))
27 self.assertFalse(run.ok)
28 self.assertTrue(run.failed)
29 self.assertFalse(run.skipped)
31 run = page_run.PageRun(self.pages[0])
32 run.AddValue(scalar.ScalarValue(self.pages[0], 'a', 's', 1))
33 run.AddValue(failure.FailureValue.FromMessage(self.pages[0], 'test'))
34 self.assertFalse(run.ok)
35 self.assertTrue(run
[all...]
/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/WebKit/Tools/Scripts/
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/third_party/skia/src/utils/
H A DSkRunnable.h13 virtual void run() = 0;
/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/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
/external/chromium_org/third_party/libevent/test/
H A Dregress.gen.h25 struct run;
44 int (*run_assign)(struct msg *, int, const struct run *);
45 int (*run_get)(struct msg *, int, struct run * *);
46 struct run * (*run_add)(struct msg *);
55 struct run **run_data;
81 int msg_run_assign(struct msg *, int, const struct run *);
82 int msg_run_get(struct msg *, int, struct run * *);
83 struct run * msg_run_add(struct msg *);
134 /* Tag definition for run */
142 /* Structure declaration for run */
152 struct run { struct
[all...]
/external/chromium_org/components/cronet/tools/
H A Dcr_cronet.py14 def run(command): function
43 return run (gyp_defines + ' gclient runhooks')
45 return run ('git pull --rebase && ' + gyp_defines + ' gclient sync')
47 return run ('ninja -C ' + out_dir + ' cronet_test_instrumentation_apk')
49 return run ('build/android/adb_install_apk.py ' + release_arg + \
52 return run ('ninja -C ' + out_dir + ' cronet_sample_proguard_apk')
54 return run ('build/android/test_runner.py instrumentation '+ \

Completed in 827 milliseconds

1234567891011>>