Searched refs:ALL (Results 1 - 25 of 170) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DReplicationManagerAckPolicy.java26 public static final ReplicationManagerAckPolicy ALL = field in class:ReplicationManagerAckPolicy
27 new ReplicationManagerAckPolicy("ALL", DbConstants.DB_REPMGR_ACKS_ALL);
79 return ALL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DRepmgrConfigTest.java86 { new ConfigOptions(true, true, false, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //0:
87 new ConfigOptions(false, true, false, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //1: disable txnSync
88 new ConfigOptions(true, false, false, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, false ), //2: don't call initRep
89 new ConfigOptions(true, true, true, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //3: enable verbose rep
90 new ConfigOptions(true, true, false, false, true, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, false ), //4: don't set a local site
91 new ConfigOptions(true, true, false, true, false, 50, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //5: don't assign priority explicitly
92 new ConfigOptions(true, true, false, true, true, -1, true, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //6: ??assign an invalid priority.
93 new ConfigOptions(true, true, false, true, true, 50, false, true, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, false ), //7: don't set the event handler.
94 new ConfigOptions(true, true, false, true, true, 50, true, false, ReplicationManagerAckPolicy.ALL, 1, true, 3, 9, true ), //8: ?? don't set ack policy
100 new ConfigOptions(true, true, false, true, true, 50, true, true, ReplicationManagerAckPolicy.ALL,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dparallel.tcl45 [string match $nitems ALL] } {
55 [string match $nitems ALL] } {
63 if { [string compare ALL $nitems] != 0 } {
103 $list ALL -n
104 load_queue ALL.OUT $dbdir $nitems
106 file rename ALL.OUT TEST.LIST
109 proc run_parallel { nprocs {list run_all} {nitems ALL} } {
116 set files [glob -nocomplain ALL.OUT.*]
155 if { [file exists ALL.OUT.$i] == 1 } {
156 puts -nonewline "Checking output from ALL
[all...]
H A Dtest.tcl37 # redirecting to ALL.OUT.
86 set one_test "ALL"
151 proc run_std { { testname ALL } args } {
159 if { $one_test != "ALL" } {
196 fileremove -f ALL.OUT
198 set o [open ALL.OUT a]
251 >>& ALL.OUT } res] {
252 set o [open ALL.OUT a]
266 # its output goes to ALL.OUT. run_recd will wrap each test
268 # to ALL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/ultrix/
H A DMakefile.kernel22 ALL= ../../libatalk ../../include ../../bin ../../etc ../../man
28 all: ${ALL}
32 ${ALL}: FRC
53 for i in ${ALL}; \
116 for i in ${ALL}; \
123 for i in ${ALL}; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A DMakefile.kernel22 ALL= ../../libatalk ../../include ../../bin ../../etc ../../man
28 all: ${ALL}
32 ${ALL}: FRC
53 for i in ${ALL}; \
116 for i in ${ALL}; \
123 for i in ${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/
H A DTestEnv.java57 public static final TestEnv[] ALL; field in class:TestEnv
60 ALL = new TestEnv[] { BDB, CDB, TXN };
62 ALL = new TestEnv[] { BDB, TXN };
H A DTestStore.java55 static final TestStore[] ALL; field in class:TestStore
153 ALL = new TestStore[list.size()];
154 list.toArray(ALL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DTestEnv.java57 public static final TestEnv[] ALL; field in class:TestEnv
60 ALL = new TestEnv[] { BDB, CDB, TXN };
62 ALL = new TestEnv[] { BDB, TXN };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/sunos/
H A DMakefile.kernel29 ALL= ../../libatalk ../../include ../../bin ../../etc ../../man
31 all: kernel ${ALL}
61 ${ALL}: FRC
85 for i in ${ALL}; \
119 for i in ${ALL}; \
128 for i in ${ALL}; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/sunos/
H A DMakefile.kernel29 ALL= ../../libatalk ../../include ../../bin ../../etc ../../man
31 all: kernel ${ALL}
61 ${ALL}: FRC
85 for i in ${ALL}; \
119 for i in ${ALL}; \
128 for i in ${ALL}; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Ddump.h16 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator in enum:_vflag
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestBase.java38 * 3) Add the class name to the ALL list below as a pair of strings. The
45 private static final String[] ALL = { field in class:EvolveTestBase
236 for (int i = 0; i < ALL.length; i += 2) {
237 String originalClsName = ALL[i];
238 String evolvedClsName = ALL[i + 1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dhexdump.c92 bb_dump_vflag = 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 DStoredClassCatalogTest.java61 for (int i = 0; i < TestEnv.ALL.length; i += 1) {
62 suite.addTest(new StoredClassCatalogTest(TestEnv.ALL[i]));
H A DStoredClassCatalogTestInit.java60 for (int i = 0; i < TestEnv.ALL.length; i += 1) {
61 suite.addTest(new StoredClassCatalogTestInit(TestEnv.ALL[i]));
H A DTupleSerialFactoryTest.java54 for (int i = 0; i < TestEnv.ALL.length; i += 1) {
56 suite.addTest(new TupleSerialFactoryTest(TestEnv.ALL[i],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dod.c170 bb_dump_vflag = ALL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A Dmakevms.com19 $! ALL Just build "everything".
23 $! BUILDALL Same as ALL, except CONFIG, BUILDINF and SOFTILNKS aren't done.
101 $ IF (BUILDCOMMAND.EQS."ALL")
118 $ IF (BUILDCOMMAND.EQS."ALL".OR.BUILDCOMMAND.EQS."BUILDALL")
675 $ IF (P1.EQS."ALL")
678 $! P1 Is ALL, So Build Everything.
680 $ BUILDCOMMAND = "ALL"
707 $ WRITE SYS$OUTPUT " ALL : Just Build Everything."
711 $ WRITE SYS$OUTPUT " BUILDALL : Same as ALL, except CONFIG, BUILDINF and SOFTILNKS aren't done."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A Dmakevms.com19 $! ALL Just build "everything".
23 $! BUILDALL Same as ALL, except CONFIG, BUILDINF and SOFTILNKS aren't done.
102 $ IF (BUILDCOMMAND.EQS."ALL")
119 $ IF (BUILDCOMMAND.EQS."ALL".OR.BUILDCOMMAND.EQS."BUILDALL")
681 $ IF (P1.EQS."ALL")
684 $! P1 Is ALL, So Build Everything.
686 $ BUILDCOMMAND = "ALL"
713 $ WRITE SYS$OUTPUT " ALL : Just Build Everything."
717 $ WRITE SYS$OUTPUT " BUILDALL : Same as ALL, except CONFIG, BUILDINF and SOFTILNKS aren't done."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A DMakefile29 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dll_proto.c71 __PF(ALL,all)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/
H A Dfips-lib.com17 $! Specify the following as P1 to build just that part or ALL to just
22 $! ALL To do both LIBRARY and APPS
621 $ IF (P1.EQS."ALL")
650 $ WRITE SYS$OUTPUT " ALL : Just Build Everything."
887 "/NOLIST/PREFIX=ALL" + -
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dcrypto-lib.com17 $! Specify the following as P1 to build just that part or ALL to just
22 $! ALL To do both LIBRARY and APPS
725 $ IF (P1.EQS."ALL")
754 $ WRITE SYS$OUTPUT " ALL : Just Build Everything."
991 "/NOLIST/PREFIX=ALL" + -

Completed in 218 milliseconds

1234567