Searched refs:expected (Results 26 - 50 of 137) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dproto.h215 unsigned char expected __attribute__((aligned(8))); member in struct:mcheck_info
220 #define mcheck_expected(cpu) (*((void)(cpu), &__mcheck_info.expected))
226 const char *machine, int expected);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dcompile43 arguments, and rename the output as expected.
110 # that we are using for the .o file. Also, base the name on the expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dchgpasswd.c45 specification of the expected sequence of events to change a
229 static int expect(int master, char *issue, char *expected) argument
246 if (strequal(expected, "."))
266 if ((match = (unix_wild_match(expected, str) == 0))) {
274 DEBUG(100, ("expect: expected [%s] received [%s] match %s\n",
275 expected, buffer, match ? "yes" : "no" ));
301 fstring issue, expected; local
305 while (next_token(&seq, expected, NULL, sizeof(expected)))
307 pwd_sub(expected);
[all...]
/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 DEvolveCase.java78 static void checkEquals(Object expected, Object got) { argument
79 if ((expected != null) ? (!expected.equals(got)) : (got != null)) {
80 TestCase.fail("Expected:\n" + expected + "\nBut got:\n" + got);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dusbtest.c261 u8 expected; local
269 expected = 0;
277 expected = i % 63;
281 expected = !*buf;
284 if (*buf == expected)
286 dbg ("buf[%d] = %d (not %d)", i, *buf, expected);
303 int expected,
340 if (expected != retval)
343 label, iterations, retval, expected);
439 // failure if retval is as we expected
299 simple_io( struct urb *urb, int iterations, int vary, int expected, const char *label ) argument
596 int expected = udev->actconfig->desc.bConfigurationValue; local
721 int expected; member in struct:subcase
855 int expected = 0; local
[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 DDatabaseTest.java267 long expected = (1 << (count+1)) - 1;
318 else if ((expected & bit) == 0) {
319 TestUtils.ERR("key was not expected");
323 expected &= ~(bit);
336 if (expected != 0) {
337 System.out.print(" expected more keys, bitmap is: " + expected + "\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/TPF/
H A Dcurl.mak40 # suppress expected warnings in the ported code:
/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 DForeignKeyTest.java264 } catch (RuntimeExceptionWrapper expected) {
265 assertTrue(expected.getCause() instanceof DatabaseException);
335 } catch (RuntimeExceptionWrapper expected) {
336 assertTrue(expected.getCause() instanceof DatabaseException);
H A DTestSR15721.java108 } catch (OutOfMemoryError expected) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop004.tcl252 proc check_file_exist { filename env path expected } {
255 [file exists $path/$filename] $expected
258 "$filename exists" [file exists $filename] $expected
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/tests/
H A Druntests.c224 _run_character_check(XML_Char *text, XML_Char *expected, argument
234 CharData_CheckXMLChars(&storage, expected);
237 #define run_character_check(text, expected) \
238 _run_character_check(text, expected, __FILE__, __LINE__)
241 _run_attribute_check(XML_Char *text, XML_Char *expected, argument
251 CharData_CheckXMLChars(&storage, expected);
254 #define run_attribute_check(text, expected) \
255 _run_attribute_check(text, expected, __FILE__, __LINE__)
335 "expected token error for '%c' (ordinal %d) in UTF-8 text",
420 "expected
485 char *expected = local
601 char *expected = "/c/b/f/d/a"; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A DMakefile297 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
303 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/rand/
H A Dfips_randtest.c168 static void compare(const unsigned char *result,const unsigned char *expected, argument
174 if(result[i] != expected[i])
178 puts("\n expected:");
179 dump(expected,8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dfips_randtest.c168 static void compare(const unsigned char *result,const unsigned char *expected, argument
174 if(result[i] != expected[i])
178 puts("\n expected:");
179 dump(expected,8);

Completed in 265 milliseconds

123456