Searched refs:cases (Results 1 - 25 of 96) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/examples/tdbpack/
H A Dtest_tdbpack.py115 cases = [('w', (42,), '\x2a\0'),
119 for format, values, expected in cases:
133 cases = [
140 for format, values, chopped in cases:
149 cases = [
154 for format, values, expected in cases:
162 cases = [('w', []),
193 for format, values in cases:
205 cases = [
231 for format, values, throwable_class in cases
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dstrings.py3 # Comfychair test cases for Samba string functions.
53 cases = ['hello',
60 for u8str in cases:
78 cases = [('hello', 'hello', 0),
94 for a, b, expect in cases:
110 cases = [('hello', 'hello', 'hello'),
137 for a, b, expect in cases:
H A Dspoolss.py37 cases = ((self.server["administrator"], "Admin credentials", 1),
42 for creds, testname, result in cases:
61 # List of test cases, %s substituted for server name
63 cases = (("", "No server name", 0),
68 for unc, testname, result in cases:
89 # List of test cases, %s substituted for server name, %p substituted
92 cases = (("\\\\%s\\%p", "Valid server and printer name", 1),
96 for unc, testname, result in cases:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtinytest.h63 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ member in struct:testgroup_t
H A Dtinytest.c272 for (j=0; groups[i].cases[j].name; ++j) {
274 groups[i].prefix, groups[i].cases[j].name);
278 groups[i].cases[j].flags |= flag;
358 for (j=0; groups[i].cases[j].name; ++j)
359 if (groups[i].cases[j].flags & _TT_ENABLED)
361 &groups[i].cases[j]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_locale.c724 range(v, a, b, cases)
728 int cases; /* case-independent? */
739 if (!cases) { /* easy version */
798 eclass(v, c, cases)
802 int cases; /* all cases? */
811 if (cases) {
819 if (cases) {
836 cclass(v, startp, endp, cases)
840 int cases; /* cas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop006.tcl43 set cases {}
46 # Set up cases where op1 is successful.
51 append cases " " [create_tests\
59 # Set up evil two-op cases (op1 fails). Omit open_create
65 append cases " " [create_badtests $op1 $op2 \
77 # Comment this loop out to remove the list of cases.
79 # foreach case $cases {
86 # set cases {
92 # Run all the cases
93 foreach case $cases {
[all...]
H A Dfop001.tcl33 set cases {}
36 # Set up all sensible two-op cases (op1 succeeds).
41 append cases " " [create_tests $op1 $op2 \
47 # Set up evil two-op cases (op1 fails). Omit open_create
53 append cases " " [create_badtests $op1 $op2 \
68 # Comment this loop out to remove the list of cases.
70 # foreach case $cases {
77 # Run all the cases
78 foreach case $cases {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsto_res.S35 cmpib #3,%d0 |check for fp0/fp1 cases
68 cmpib #3,%d0 |check for fp0/fp1 cases
H A Dget_op.S482 | Special cases of inf and NaNs are completed outside of decbin.
502 |input is of the special cases of inf and NaN
544 | packed cases, but we must set the FPSR condition codes properly.
554 |input is of the special cases of inf and NaN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtmp-session-like-system.conf71 to worry about. In some cases, we do set the limits lower than
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/share/
H A Dalloc.h106 needs support for cases where sizeof(size_t) != 4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgbsizeritem.tex10 wxGBSizerItem directly in your code, but there are a couple of cases
H A Doutptstr.tex97 when this function returns. In some cases (for example a write end of a pipe
H A Dstrmbase.tex83 In that cases, GetSize returns $0$ so you should always test its return value.
H A Dtprint.tex21 In most cases, the only class you will need to derive from is
89 interface. In most cases, you will not need to derive a class from wxPrinter;
97 forth. In most cases you will use this class as-is, but you can create your own
159 In most cases, you won't need to access this information; the framework takes
H A Ddllload.tex132 or a basename with extension. In the last two cases, the library will be
H A Dhtmlhand.tex75 This macro is used only in rare cases.
H A Dtstream.tex12 they work quite well in most cases, but in the multi-threaded case, for example,
H A Ddataobj.tex44 To provide a solution for both cases, wxWidgets has two predefined classes
58 wxBitmapDataObject or wxFileDataObject in the simplest cases when you only need
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dsleep.S64 @ CPU hang in some cases
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dwavpack.mak74 # special cases
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfile.tex59 in nearly all cases, after the return of the function. The
206 been set. In all other cases, you must return FALSE.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-c.c835 pathological cases which could bite us (like the DOS directory
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl106 return value is returned by the function. In some cases, however, the
112 used for displaying additional m4_db error messages. In some cases, when

Completed in 184 milliseconds

1234