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

1234567891011>>

/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/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/valgrind/main/
H A Dautogen.sh3 run () function
14 run aclocal
15 run autoheader
16 run automake -a
17 run autoconf
/external/v8/test/mjsunit/
H A Dfunction-named-self-reference.js35 function run(val) {
41 return run(0);
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dclosepatch.py34 def run(self, state): member in class:ClosePatch
H A Deditchangelog.py35 def run(self, state): member in class:EditChangeLog
H A Dpostdiffforcommit.py33 def run(self, state): member in class:PostDiffForCommit
H A Dpostdiffforrevert.py34 def run(self, state): member in class:PostDiffForRevert
H A Dpromptforbugortitle.py33 def run(self, state): member in class:PromptForBugOrTitle
H A Drevertrevision.py33 def run(self, state): member in class:RevertRevision
H A Dapplypatchwithlocalcommit.py39 def run(self, state): member in class:ApplyPatchWithLocalCommit
40 ApplyPatch.run(self, state)
H A Dcreatebug.py42 def run(self, state): member in class:CreateBug
H A Dpostdiff.py44 def run(self, state): member in class:PostDiff
H A Dpreparechangelogfordepsroll.py36 def run(self, state): member in class:PrepareChangeLogForDEPSRoll
H A Dreopenbugafterrollout.py35 def run(self, state): member in class:ReopenBugAfterRollout
H A Dsuggestreviewers.py41 def run(self, state): member in class:SuggestReviewers
/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/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-gcc84 # run a command, optionally echoing, and quitting if it fails:
85 sub run { subroutine
103 run "llvm-link -o $LinkedBCFile $BCFiles";
117 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
124 run "llc -enable-correct-eh-support -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...]
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/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

Completed in 770 milliseconds

1234567891011>>