Searched refs:run (Results 201 - 225 of 724) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc86 application->run ();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DTransactionRunner.java23 * that class to the {@link #run} method.
28 * <p>The behavior of the run() method depends on whether the environment is
33 * <li>When the run() method is called in a transactional environment and no
39 * and the exception will be rethrown by the run() method. If no exception is
40 * thrown by doWork(), the transaction will be committed. The run() method
44 * <li>When the run() method is called and a transaction is active for the
47 * calling the run() method will become the parent of the nested transaction.
48 * The nested transaction will be committed or aborted by the run() method
53 * <li>When the run() method is called in a non-transactional environment, the
54 * doWork() method is called without starting a transaction. The run() metho
216 public void run(TransactionWorker worker) method in class:TransactionRunner
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-smalltalk21 run
33 Main new run!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java36 junit.textui.TestRunner.run(suite());
H A DTransactionTest.java64 junit.textui.TestRunner.run(suite());
339 runner.run(new TransactionWorker() {
346 runner.run(new TransactionWorker() {
395 runner.run(new TransactionWorker() {
404 runner.run(new TransactionWorker() {
502 runner.run(new TransactionWorker() {
579 runner.run(new TransactionWorker() {
603 * a finalize count, so it's not part of the default run.
709 public synchronized void run() { method in class:TransactionTest.ReadUncommittedThreadOne
750 public synchronized void run() { method in class:TransactionTest.ReadUncommittedThreadTwo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DCatalogCornerCaseTest.java31 junit.textui.TestRunner.run(suite());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A DMakefile5 spufs-y += sched.o backing_ops.o hw_ops.o run.o gang.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dsleep.S56 teq pc, #0 @ first as a trial-run to load cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/raid/
H A Dmd.h78 extern mdk_thread_t * md_register_thread (void (*run) (mddev_t *mddev),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.c1102 if (!udev->run_final && rule->run.operation != KEY_OP_UNSET) {
1103 if (rule->run.operation == KEY_OP_ASSIGN_FINAL)
1105 if (rule->run.operation == KEY_OP_ASSIGN || rule->run.operation == KEY_OP_ASSIGN_FINAL) {
1106 info("reset run list");
1109 dbg("add run '%s'", key_val(rule, &rule->run));
1110 name_list_add(&udev->run_list, key_val(rule, &rule->run), 0);
1167 if (!udev->run_final && rule->run.operation != KEY_OP_UNSET) {
1168 if (rule->run
[all...]
H A Dudev_rules.h86 struct key run; member in struct:udev_rule
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_mpool.c25 int run __P((int, int, int, int, const char *));
97 if ((ret = run(hits, cachesize, pagesize, npages, progname)) != 0)
135 * to verify the retrieved page (see run()).
152 * run --
156 run(hits, cachesize, pagesize, npages, progname) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/access/
H A DAccessExample.java95 // create the app and run it
97 app.run();
156 public void run() { method in class:AccessExample
180 tr.run(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp6.c369 int run = 1; local
379 run += get_vlc2(&s->gb, s->runv_vlc[pt].table, 9, 3);
380 if (run >= 9)
381 run += get_bits(&s->gb, 6);
402 coeff_idx+=run;
421 int run = 1; local
456 run = 1;
458 /* parse a run */
465 run = vp56_rac_get_tree(c, vp6_pcr_tree, model3);
466 if (!run)
[all...]
H A Dmjpegdec.c464 int code, i, j, level, val, run; local
502 run = ((unsigned) code) >> 4;
503 if(run == 0xF){// ZRL - skip 15 coefficients
506 val = run;
507 run = (1 << run);
509 run += (GET_CACHE(re, &s->gb) >> (32 - val)) & (run - 1);
512 *EOBRUN = run - 1;
533 i += run;\
552 int code, i=ss, j, sign, val, run; local
[all...]
H A Dmpeg12.c92 int level, run; local
95 run= 65;
98 run= 0;
102 run= 65;
105 run= 0;
108 run= rl->table_run [code] + 1;
114 rl->rl_vlc[0][i].run= run;
611 int level, dc, diff, i, j, run; local
634 GET_RL_VLC(level, run, r
684 int level, i, j, run; local
767 int level, i, j, run; local
849 int level, i, j, run; local
938 int level, i, j, run; local
1009 int level, dc, diff, i, j, run; local
1089 int level, dc, diff, j, run; local
[all...]
H A Dh263.c98 //#define UNI_MPEG4_ENC_INDEX(last,run,level) ((last)*128 + (run)*256 + (level))
99 //#define UNI_MPEG4_ENC_INDEX(last,run,level) ((last)*128*64 + (run) + (level)*64)
100 #define UNI_MPEG4_ENC_INDEX(last,run,level) ((last)*128*64 + (run)*128 + (level))
105 max run: 53/63
109 max run: 29/41
1908 int slevel, run, last; local
1915 for(run
1993 int slevel, run, last; local
2135 int level, run, last, i, j, last_index, last_non_zero, sign, slevel, code; local
2747 int run = i - last_non_zero - 1; local
2760 int run = i - last_non_zero - 1; local
2774 int run = i - last_non_zero - 1; local
2857 int run = i - last_non_zero - 1; local
2870 int run = i - last_non_zero - 1; local
4570 int code, level, i, j, last, run; local
4751 int level, i, last, run; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dzcip.c126 static int run(char *argv[3], const char *intf, struct in_addr *ip) function
130 VDBG("%s run %s %s\n", intf, argv[0], argv[1]);
233 if (run(script_av, intf, NULL))
270 // run the dynamic address negotiation protocol,
361 run(script_av, intf, &ip);
412 run(script_av, intf, &ip);
499 run(script_av, intf, &ip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A DMakefile115 ACLOCAL = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run aclocal-1.11
116 AMTAR = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run tar
118 AUTOCONF = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run autoconf
119 AUTOHEADER = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run autoheader
120 AUTOMAKE = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run automake-1.11
152 MAKEINFO = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run makeinfo
317 # into them and run `make' without going through this Makefile.
320 # (which will cause the Makefiles to be regenerated when you run `make');
619 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunsv.c193 p = add_str(p, "run");
270 fatal_cannot("run control/?");
307 char *run[2]; local
310 run[0] = (char*)"./finish";
312 run[0] = (char*)"./run";
315 run[1] = NULL;
339 execvp(*run, run);
340 fatal2_cannot(s->islog ? "start log/" : "start ", *run);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/doc/
H A DMakefile106 ACLOCAL = ${SHELL} $(TIMEMACHINE_PATH)/libdaemon-0.14/missing --run aclocal-1.11
107 AMTAR = ${SHELL} $(TIMEMACHINE_PATH)/libdaemon-0.14/missing --run tar
110 AUTOCONF = ${SHELL} $(TIMEMACHINE_PATH)/libdaemon-0.14/missing --run autoconf
111 AUTOHEADER = ${SHELL} $(TIMEMACHINE_PATH)/libdaemon-0.14/missing --run autoheader
112 AUTOMAKE = ${SHELL} $(TIMEMACHINE_PATH)/libdaemon-0.14/missing --run automake-1.11
146 MAKEINFO = ${SHELL} $(TIMEMACHINE_PATH)/libdaemon-0.14/missing --run makeinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A DMakefile74 ACLOCAL = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run aclocal-1.9
77 AMTAR = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run tar
80 AUTOCONF = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run autoconf
81 AUTOHEADER = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run autoheader
82 AUTOMAKE = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run automake-1.9
157 MAKEINFO = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run makeinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/AIX/RPM/
H A DMakefile63 ACLOCAL = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run aclocal-1.9
66 AMTAR = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run tar
69 AUTOCONF = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run autoconf
70 AUTOHEADER = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run autoheader
71 AUTOMAKE = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run automake-1.9
146 MAKEINFO = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run makeinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/EPM/
H A DMakefile63 ACLOCAL = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run aclocal-1.9
66 AMTAR = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run tar
69 AUTOCONF = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run autoconf
70 AUTOHEADER = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run autoheader
71 AUTOMAKE = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run automake-1.9
146 MAKEINFO = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run makeinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A DMakefile63 ACLOCAL = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run aclocal-1.9
66 AMTAR = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run tar
69 AUTOCONF = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run autoconf
70 AUTOHEADER = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run autoheader
71 AUTOMAKE = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run automake-1.9
146 MAKEINFO = ${SHELL} "/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/source/missing" --run makeinfo

Completed in 306 milliseconds

1234567891011>>