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

1234567891011>>

/external/valgrind/
H A Dautogen.sh3 run () function
14 run aclocal
15 run autoheader
16 run automake -a
17 run autoconf
/external/libunwind/tests/
H A Drun-coredump-unwind-mdi8 ./run-coredump-unwind -minidebuginfo
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
H A D__init__.py27 from _setup.setup import run # pylint: disable = W0611 namespace
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
H A D__init__.py27 from _setup.setup import run # pylint: disable = W0611 namespace
/external/v8/test/mjsunit/regress/
H A Dregress-1213516.js28 function run() { function
40 run();
/external/valgrind/none/tests/
H A Dunit_debuglog.c19 void run(const char *format, ...) function
55 run("|%f|", value);
56 run("|%2f|", value);
57 run("|%9f|", value);
58 run("|%8.0f|", value);
59 run("|%8.1f|", value);
60 run("|%8.2f|", value);
65 run("|%f|", value);
66 run("|%4f|", value);
67 run("|
[all...]
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A DMakefile2 coverage run run_tests.py
/external/e2fsprogs/debian/
H A Duuid-runtime.postrm5 rm -rf /var/run/uuidd
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DMultiSynch.java32 * Invoked by MultiSynch.run(...)
35 public void run(Object[] params); method in interface:MultiSynch.Action
45 public static void run(Object[] params, Set synchSet, Action action) { method in class:MultiSynch
46 run(params, synchSet.toArray(), action, 0);
54 public static void run(Object[] params, List synchList, Action action) { method in class:MultiSynch
55 run(params, synchList.toArray(), action, 0);
63 public static void run(Object[] params, Object[] synchArr, Action action) { method in class:MultiSynch
64 run(params, synchArr, action, 0);
74 private static void run(Object[] params, Object[] synchArr, Action action, int depth) { method in class:MultiSynch
78 run(param
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
H A D__init__.py27 from _setup.setup import run # pylint: disable = W0611 namespace
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
H A D__init__.py27 from _setup.setup import run # pylint: disable = W0611 namespace
/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/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/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
H A DEmptyRunnable.java5 public void run() { method in class:EmptyRunnable
/external/skia/src/utils/
H A DSkRunnable.h13 virtual void run() = 0;
/external/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/vogar/src/vogar/target/junit/
H A DVogarTest.java20 void run() throws Throwable; method in interface:VogarTest
/external/vogar/src/vogar/tasks/
H A DPrepareTarget.java26 private final Run run; field in class:PrepareTarget
29 public PrepareTarget(Run run, Target target) { argument
31 this.run = run;
36 // Even if runner dir is /vogar/run, the grandparent will be / (and non-null)
37 target.await(run.runnerDir.getParentFile().getParentFile());
38 if (run.cleanBefore) {
39 target.rm(run.runnerDir);
41 target.mkdirs(run.runnerDir);
42 target.mkdirs(run
[all...]
H A DRetrieveFilesTask.java26 private final Run run; field in class:RetrieveFilesTask
29 public RetrieveFilesTask(Run run, File deviceFile) { argument
31 this.run = run;
36 retrieveFiles(new File("./vogar-results"), deviceFile, run.retrievedFiles);
45 for (File file : run.target.ls(source)) {
47 run.log.info("Moving " + file + " to " + destination);
48 run.mkdir.mkdirs(destination);
49 run.target.pull(file, destination);
/external/vogar/src/vogar/
H A DJavaVm.java33 private final Run run; field in class:JavaVm
35 JavaVm(Run run) { argument
36 this.run = run;
45 Iterables.addAll(vmCommand, run.invokeWith());
46 vmCommand.add(run.javaPath(run.vmCommand));
47 if (run.profile) {
50 + "format=" + (run.profileBinary ? 'b' : 'a') + ","
51 + "file=" + run
[all...]
/external/droiddriver/src/io/appium/droiddriver/helpers/
H A DSingleRun.java22 * Base class for an action that should run only once no matter how many times the method {@link
30 * Calls {@link #run()} if it is the first time this method is called upon this instance.
36 run();
43 * Takes the action that should run only once.
45 protected abstract void run(); method in class:SingleRun
/external/elfutils/src/tests/
H A Drun-ranlib-test3.sh22 . $srcdir/run-ranlib-test2.sh
H A Drun-strip-test2.sh22 . $srcdir/run-strip-test.sh
H A Drun-strip-test3.sh22 . $srcdir/run-strip-test.sh

Completed in 782 milliseconds

1234567891011>>