Searched defs:run (Results 1 - 25 of 990) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1213516.js28 function run() { function
40 run();
H A Dregress-244.js48 function run() { function
68 run();
/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/valgrind/main/
H A Dautogen.sh3 run () function
14 run aclocal
15 run autoheader
16 run automake -a
17 run autoconf
/external/chromium_org/build/android/pylib/junit/
H A Dtest_dispatcher.py11 def run(t): function in function:RunTests
18 return (None, 0 if all(run(t) for t in tests) else 1)
/external/qemu/
H A Dandroid-rebuild.sh44 run () { function
71 run ./android-configure.sh --out-dir=$OUT_DIR "$@" ||
72 panic "Configuration error, please run ./android-configure.sh to see why."
75 run make -j$HOST_NUM_CPUS OBJS_DIR="$OUT_DIR" ||
76 panic "Could not build sources, please run 'make' to see why."
100 run $TEST_SHELL $OUT_DIR/$UNIT_TEST$EXE_SUFFIX || FAILURES="$FAILURES $UNIT_TEST"
107 run $TEST_SHELL $OUT_DIR/$UNIT_TEST$EXE_SUFFIX || FAILURES="$FAILURES $UNIT_TEST"
/external/chromium_org/v8/test/mjsunit/compiler/
H A Ddead-string-add-warm.js49 function run() { function
71 run();
72 run();
76 run();
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/chromium_org/v8/test/mjsunit/
H A Dfunction-named-self-reference.js35 function run(val) {
41 return run(0);
/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 '+ \
/external/chromium_org/remoting/webapp/browser_test/
H A Dcancel_pin_browser_test.js20 browserTest.Cancel_PIN.prototype.run = function(data) {
H A Dinvalid_pin_browser_test.js19 browserTest.Invalid_PIN.prototype.run = function(data) {
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DUnitTestHelpers.cpp38 virtual void run() function in class:blink::testing::QuitTask
/external/jdiff/src/jdiff/
H A DStreamReader.java22 public void run() { method in class:StreamReader
/external/skia/src/utils/
H A DSkCountdown.cpp18 void SkCountdown::run() { function in class:SkCountdown
/external/chromium_org/base/allocator/
H A Dprep_libc.py22 def run(command, filter=None): function
67 run(cmd, obj + '.obj')
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.h52 void (*run)(struct quad_stage *qs, struct quad_header *quad[], unsigned nr); member in struct:quad_stage
/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/llvm/utils/
H A Dllvm-native-gxx84 # run a command, optionally echoing, and quitting if it fails:
85 sub run { subroutine
103 run "llvm-link -o $LinkedBCFile $BCFiles";
117 run "llc -march=c -f -o $GeneratedCode $BCFile";
124 run "llc -f -o $GeneratedCode $BCFile";
128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
129 run "rm $BCFile $GeneratedCode"
135 run $LLVMGCCCommand;
141 run "mv ${OutputFile} $BCFile";
143 run "m
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.h52 void (*run)(struct quad_stage *qs, struct quad_header *quad[], unsigned nr); member in struct:quad_stage
/external/proguard/src/proguard/gui/
H A DTextAreaOutputStream.java66 public void run() method in class:TextAreaOutputStream
/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/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DTestRunnable.java6 @Override public void run() { method in class:TestRunnable
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DgUnitAdapter.java54 public void run() { method in class:gUnitAdapter

Completed in 591 milliseconds

1234567891011>>