Searched refs:test (Results 226 - 250 of 1028) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep042script.tcl32 # Join the queue env. We assume the rep test convention of
57 $masterenv test check $sleepval
H A Dsdbscript.tcl15 source $test_path/test.tcl
H A Dupgrade.tcl57 puts -nonewline $o "Upgrade test started at: "
62 puts -nonewline "Upgrade test started at: "
82 # the endianness of the test platform. These are the
91 puts "Skipping test of $version \
133 # First we test the .db files.
138 $test_path/test.tcl;\
150 $test_path/test.tcl;\
160 # Then we test log files.
165 $test_path/test.tcl;\
180 # Then we test an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DClosedDbTest.java2 package com.sleepycat.db.test;
18 import com.sleepycat.db.test.TestUtils;
41 * To disable a test mark it with @Ignore
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java9 package com.sleepycat.collections.test;
17 import com.sleepycat.util.test.TestEnv;
25 * Runs a command line collection test.
49 "Usage: java com.sleepycat.collections.test.TestSR15721"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DForeignKeyTest.java9 package com.sleepycat.persist.test;
32 import com.sleepycat.util.test.TxnTestCase;
59 ForeignKeyTest test = (ForeignKeyTest) e.nextElement();
60 test.onDelete = ACTIONS[i];
61 test.onDeleteLabel = ACTION_LABELS[i];
62 test.useSubclass = (j == 0);
63 test.useSubclassLabel =
65 suite.addTest(test);
96 store = new EntityStore(env, "test", config);
H A DEvolveTestBase.java8 package com.sleepycat.persist.test;
25 import com.sleepycat.util.test.TestEnv;
35 * When adding a evolve test class, three places need to be changed:
42 * test case, and the class at that position identifies the old and new
43 * class to use for the test.
245 EvolveTestBase test = (EvolveTestBase) e.nextElement();
246 test.init(originalClsName, evolvedClsName);
247 suite.addTest(test);
259 caseClsName = "com.sleepycat.persist.test.EvolveClasses$" +
279 /* Set test nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dlibrary.mak13 $(SUBDIR)%-test.o: $(SUBDIR)%-test.c
16 $(SUBDIR)%-test.o: $(SUBDIR)%.c
49 $(RM) $(addprefix $(SUBDIR),*-example$(EXESUF) *-test$(EXESUF) $(CLEANFILES) $(CLEANSUFFIXES) $(LIBSUFFIXES)) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DeD2kFiles.cpp217 uint8_t test[4]; local
219 file.Read(test, 4);
221 if (test[0] == 0 && test[1] == 0 && test[2] == 2 && test[3] == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/async_tx/
H A Draid6test.c2 * asynchronous raid6 recovery self test
5 * based on drivers/md/raid6test/test.c:
158 static int test(int disks, int *tests) function
215 err += test(4, &tests);
217 err += test(5, &tests);
222 err += test(11, &tests);
223 err += test(12, &tests);
225 err += test(NDISKS, &tests);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DPathTest.cpp1 #include <muleunit/test.h>
283 const CPath test = Norm(wxT("/home/amule/")); local
285 ASSERT_FALSE(test.StartsWith(CPath()));
286 ASSERT_FALSE(CPath().StartsWith(test));
288 ASSERT_TRUE(test.StartsWith(Norm(wxT("/"))));
289 ASSERT_TRUE(test.StartsWith(Norm(wxT("/home"))));
290 ASSERT_TRUE(test.StartsWith(Norm(wxT("/home/"))));
291 ASSERT_TRUE(test.StartsWith(Norm(wxT("/home/amule"))));
292 ASSERT_TRUE(test.StartsWith(Norm(wxT("/home/amule/"))));
294 ASSERT_FALSE(test
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm54 Test::More - yet another framework for writing test scripts
123 facilities to skip tests, test future features and compare complicated
140 have no plan. (Try to avoid using this as it weakens your test.)
232 By convention, each test is assigned a number in order. This is
234 assign a name to each test. Which would you rather see:
247 to find the test in your script, simply search for "simple
250 All test functions take a name argument. It's optional, but highly
257 ok #" depending on if a given test succeeded or failed. Everything
260 All of the following print "ok" or "not ok" depending on if the test
271 simple example) and uses that to determine if the test succeede
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-address.c655 #include "dbus-test.h"
708 const EscapeTest *test = &escape_tests[i]; local
712 escaped = dbus_address_escape_value (test->unescaped);
716 if (strcmp (escaped, test->escaped) != 0)
719 test->unescaped, escaped, test->escaped);
724 unescaped = dbus_address_unescape_value (test->escaped, &error);
728 test->escaped, error.message);
733 if (strcmp (unescaped, test->unescaped) != 0)
736 test
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.core.js80 if (($.browser.msie && (/(static|relative)/).test(this.css('position'))) || (/absolute/).test(this.css('position'))) {
82 return (/(relative|absolute|fixed)/).test($.curCSS(this,'position',1)) && (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
86 return (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
90 return (/fixed/).test(this.css('position')) || !scrollParent.length ? $(document) : scrollParent;
194 return ( /input|select|textarea|button|object/.test( nodeName )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Dconfig.bat146 test -f ./configure
152 test -f ./configure.orig
162 test -f %XSRC%/config.h.in
164 test -f %XSRC%/configh.in
166 test -f %XSRC%/config.h-in
168 test -f %XSRC%/po/Makefile.in.in
176 test -f %XSRC%/src/po-lex.orig
185 test -f %XSRC%/lib/unsetenv.c
191 test -f %XSRC%/lib/djpwd.h
193 test
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dspoolss.py10 # TODO: create a test printer
21 # TODO: create a test printer
61 # List of test cases, %s substituted for server name
89 # List of test cases, %s substituted for server name, %p substituted
222 print "A list of comma separated test names or regular expressions"
226 """Return true if a test matches a comma separated list of regular
227 expression of test names."""
275 for test in test_list:
276 if test_match(args[0], test.__name__):
277 t.append(test)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dindex.py117 test = info['test']
118 output.write(" <test>%s</test>\n" % escape(test));
120 command=string.replace(test, progname, './' + progname, 1)
146 topic != "section" and topic != "synopsis" and topic != "test":
256 for test in tests:
257 Makefile = Makefile + "\t@($(CHECKER) %s)\n" % (test)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Drematrix.asm33 test in1q, mmsize-1
35 test in2q, mmsize-1
37 test outq, mmsize-1
77 test inq, mmsize-1
79 test outq, mmsize-1
109 test inq, mmsize-1
111 test outq, mmsize-1
162 test in1q, mmsize-1
164 test in2q, mmsize-1
166 test out
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h162 // Resize adjoining divisions at the given side. If test is true,
165 bool ResizeAdjoining(int side, double newPos, bool test);
168 bool AdjustLeft(double left, bool test);
169 bool AdjustTop(double top, bool test);
170 bool AdjustRight(double right, bool test);
171 bool AdjustBottom(double bottom, bool test);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dordered-data.c71 struct rb_node *test; local
91 test = rb_next(prev);
92 if (!test)
94 prev_entry = rb_entry(test, struct btrfs_ordered_extent,
99 prev = test;
105 test = rb_prev(prev);
106 if (!test)
108 prev_entry = rb_entry(test, struct btrfs_ordered_extent,
110 prev = test;
692 struct btrfs_ordered_extent *test; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_openssl.c228 #define test(ctx) ((TEST_RC4_KEY *)(ctx)->cipher_data) macro
235 memcpy(&test(ctx)->key[0],key,EVP_CIPHER_CTX_key_length(ctx));
236 RC4_set_key(&test(ctx)->ks,EVP_CIPHER_CTX_key_length(ctx),
237 test(ctx)->key);
246 RC4(&test(ctx)->ks,inl,in,out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dindex.py117 test = info['test']
118 output.write(" <test>%s</test>\n" % escape(test));
120 command=string.replace(test, progname, './' + progname, 1)
146 topic != "section" and topic != "synopsis" and topic != "test":
256 for test in tests:
257 Makefile = Makefile + "\t@($(CHECKER) %s)\n" % (test)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_openssl.c242 # define test(ctx) ((TEST_RC4_KEY *)(ctx)->cipher_data) macro
249 memcpy(&test(ctx)->key[0], key, EVP_CIPHER_CTX_key_length(ctx));
250 RC4_set_key(&test(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx),
251 test(ctx)->key);
261 RC4(&test(ctx)->ks, inl, in, out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_openssl.c242 # define test(ctx) ((TEST_RC4_KEY *)(ctx)->cipher_data) macro
249 memcpy(&test(ctx)->key[0], key, EVP_CIPHER_CTX_key_length(ctx));
250 RC4_set_key(&test(ctx)->ks, EVP_CIPHER_CTX_key_length(ctx),
251 test(ctx)->key);
261 RC4(&test(ctx)->ks, inl, in, out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dmaint.mk41 $(VC_LIST) | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \
74 _cfg_mk := $(shell test -f $(srcdir)/cfg.mk && echo '$(srcdir)/cfg.mk')
106 _ignore_case = $$(test -n "$$ignore_case" && echo -i || :)
113 test "x$$re" != x || { echo '$(ME): re not defined' 1>&2; exit 1; }; \
114 test "x$$msg" != x || { echo '$(ME): msg not defined' 1>&2; exit 1; };\
224 test $$fail = 1 && \
367 # Require that the final line of each test-lib.sh-using test be this one:
369 # Note: this test requires GNU grep's --label= option.
370 Exit_witness_file ?= tests/test
[all...]

Completed in 463 milliseconds

1234567891011>>