Searched defs:run (Results 1 - 25 of 327) 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
67 run();
/external/valgrind/tsan/
H A Dtsan_pin.sh62 run() { function
67 run $PIN_ROOT/$PIN_BINARY $PIN_FLAGS $FOLLOW \
/external/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp98 void DisassemblerEmitter::run(raw_ostream &OS) { function in class:DisassemblerEmitter
138 " MCDisassembler::DecodeStatus S = MCDisassembler::Success;\n(void)S;").run(OS);
142 FixedLenDecoderEmitter(Records, Target.getName()).run(OS);
H A DInstrEnumEmitter.cpp22 void InstrEnumEmitter::run(raw_ostream &OS) { function in class:InstrEnumEmitter
/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/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/strace/
H A Dproc.c96 prrun_t run; local
140 else if (umove(tcp, arg, &run) < 0)
144 printflags(proc_run_flags, run.pr_flags, "PR???");

Completed in 313 milliseconds

1234567891011>>