Searched refs:run (Results 1 - 25 of 1292) 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/v8/test/mjsunit/regress/
H A Dregress-1213516.js28 function run() { function
40 run();
/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/dropbear/libtomcrypt/
H A Dtestme.sh18 bash run.sh "STOCK" " " "$1" "$2" "$3" || exit 1
21 bash run.sh "SMALL" "-DLTC_SMALL_CODE" "$1" "$2" "$3" || exit 1
24 bash run.sh "NOTABLES" "-DLTC_NO_TABLES" "$1" "$2" "$3" || exit 1
27 bash run.sh "SMALL+NOTABLES" "-DLTC_SMALL_CODE -DLTC_NO_TABLES" "$1" "$2" "$3" || exit 1
30 bash run.sh "CLEANSTACK" "-DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1
33 bash run.sh "CLEANSTACK+SMALL" "-DLTC_SMALL_CODE -DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1
36 bash run.sh "CLEANSTACK+NOTABLES" "-DLTC_NO_TABLES -DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1
39 bash run.sh "CLEANSTACK+NOTABLES+SMALL" "-DLTC_NO_TABLES -DLTC_CLEAN_STACK -DLTC_SMALL_CODE" "$1" "$2" "$3" || exit 1
42 bash run.sh "NO_FAST" "-DLTC_NO_FAST" "$1" "$2" "$3" || exit 1
45 bash run
[all...]
/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/e2fsprogs/debian/
H A Duuid-runtime.postrm5 rm -rf /var/run/uuidd
/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/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/elfutils/tests/
H A Drun-ranlib-test3.sh30 . $srcdir/run-ranlib-test2.sh
H A Drun-strip-test2.sh30 . $srcdir/run-strip-test.sh
H A Drun-strip-test3.sh30 . $srcdir/run-strip-test.sh
H A DMakefile.am68 TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
70 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
71 run-get-pubnames.sh run-get-aranges.sh run-allfcts.sh \
72 run-show-abbrev.sh run
[all...]
/external/v8/test/mjsunit/
H A Dfunction-named-self-reference.js35 function run(val) {
41 return 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/skia/include/utils/
H A DSkRunnable.h14 virtual void run() = 0;
/external/chromium/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...]
H A Dregress.rpc7 array struct[run] run = 4;
16 struct run {
/external/webkit/Source/WebCore/platform/text/
H A DBidiRunList.h60 void setLogicallyLastRun(Run* run) { m_logicallyLastRun = run; } argument
70 inline void BidiRunList<Run>::addRun(Run* run) argument
73 m_firstRun = run;
75 m_lastRun->m_next = run;
76 m_lastRun = run;
81 inline void BidiRunList<Run>::prependRun(Run* run) argument
83 ASSERT(!run->m_next);
86 m_lastRun = run;
88 run
94 moveRunToEnd(Run* run) argument
118 moveRunToBeginning(Run* run) argument
[all...]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DFinishListener.java37 run();
41 run();
44 public void run() { method in class:FinishListener
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysmouse.cc48 int run, pad, i; local
78 run = PADDED_BITS(w);
79 pad = PADDED_BITS(allowed_x)-run;
81 SDL_memcpy(cptr, data, run);
82 SDL_memset(cptr+run, 0, pad);
83 data += run;
84 cptr += (run+pad);
87 SDL_memset(cptr, 0, run+pad);
88 cptr += (run+pad);
95 SDL_memcpy(cptr, mask, run);
[all...]
/external/clang/test/PCH/
H A Dchain-pending-instantiations.cpp21 void run() { function in struct:D
30 d.run();

Completed in 514 milliseconds

1234567891011>>