Searched refs:failed (Results 101 - 125 of 322) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dbindtextdom.c209 goto failed;
303 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A DMakefile1138 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
1151 failed=`expr $$failed + 1`; \
1166 failed=`expr $$failed + 1`; \
1175 if test "$$failed" -eq 0; then \
1183 banner="$$failed of $$all tests failed"; \
1185 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1196 if test "$$failed"
[all...]
H A Dmsggrep-647 %s\ subprocess\ failed=Subprozess %s fehlgeschlagen
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A DMakefile1040 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
1053 failed=`expr $$failed + 1`; \
1068 failed=`expr $$failed + 1`; \
1077 if test "$$failed" -eq 0; then \
1085 banner="$$failed of $$all tests failed"; \
1087 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1098 if test "$$failed"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_scatter.c141 goto failed;
196 failed:
H A Ddrm_context.c62 goto failed;
64 goto failed;
73 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dcylinder.c49 goto failed;
70 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/djgpp/
H A Dedtest.bat33 echo test script editing failed!
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parport/
H A Dparport_cs.c207 "0x%3x, irq %u failed\n", link->io.BasePort1,
209 goto failed;
226 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dtruncate.c334 goto failed;
342 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c232 goto failed;
239 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxpocket.c243 goto failed;
250 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/tests/
H A DMakefile.in583 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
596 failed=`expr $$failed + 1`; \
611 failed=`expr $$failed + 1`; \
620 if test "$$failed" -eq 0; then \
628 banner="$$failed of $$all tests failed"; \
630 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
641 if test "$$failed"
[all...]
H A DMakefile583 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
596 failed=`expr $$failed + 1`; \
611 failed=`expr $$failed + 1`; \
620 if test "$$failed" -eq 0; then \
628 banner="$$failed of $$all tests failed"; \
630 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
641 if test "$$failed"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c218 fprintf(stderr, "%s: dbenv->close failed: %s\n",
520 int failed, ret, txns; local
568 for (txns = n, failed = 0; n-- > 0;)
571 ++failed;
580 printf("%s: %d txns: %d failed, %.3f sec, %.2f TPS\n", progname,
581 txns, failed, (end_time - start_time),
582 (txns - failed) / (double)(end_time - start_time));
714 printf("Transaction A=%ld B=%ld T=%ld failed\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp289 DbException except("Account file create failed", err);
298 DbException except("Account file close failed", err);
318 DbException except("Branch file create failed", err);
326 DbException except("Close of branch file failed", err);
346 DbException except("Teller file create failed", err);
355 DbException except("Close of teller file failed", err);
367 DbException except("Create of history file failed", err);
373 DbException except("Close of history file failed", err);
471 int failed, ret, txns; local
482 DbException except("Open of account file failed", er
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp92 "db_create of accounts db failed.");
100 "Account file create failed. error: %s.", db_strerror(err));
112 "Account file close failed. error: %s.", db_strerror(err));
118 "db_create of branches db failed.");
133 "Branch file create failed. error: %s.", db_strerror(err));
143 "Close of branch file failed. error: %s.",
150 "db_create of teller db failed.");
164 "Teller file create failed. error: %s.", db_strerror(err));
175 "Close of teller file failed. error: %s.",
182 "db_create of history db failed
275 int failed, ret, txns; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.c245 printk (KERN_ERR " The failed \"%s\" packet command was: \n \"", s);
323 /* NOTE! Save the failed command in "rq->buffer" */
337 * failed request
339 struct request *failed = (struct request *) rq->buffer; local
344 if (failed) {
345 if (failed->sense) {
346 sense = failed->sense;
347 failed->sense_len = rq->sense_len;
349 cdrom_analyze_sense_data(drive, failed, sense);
351 * now end failed reques
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib557.c123 int failed = 0; local
212 failed++;
217 if(!failed)
222 return failed;
230 int failed = 0; local
382 failed++;
387 if(!failed)
392 return failed;
400 int failed = 0; local
531 failed
549 int failed = 0; local
777 int failed = 0; local
926 int failed = 0; local
1154 int failed = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm145 think everything has failed. See L<BUGS and CAVEATS>)
246 The later gives you some idea of what failed. It also makes it easier
257 ok #" depending on if a given test succeeded or failed. Everything
261 succeeded or failed. They all also return true or false,
272 failed. A true expression passes, a false one fails. Very simple.
311 determine if the test succeeded or failed. So these:
328 isnt() know what the test was and why it failed. For example this
511 $Test->diag(map " $class->can('$_') failed\n", @nok);
627 what went wrong when it failed. But sometimes it doesn't work out
750 $@ =~ s{^BEGIN failed
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/legacy/
H A Dide-cs.c296 ", irq %u failed\n", io_base, ctl_base,
298 goto failed;
314 printk(KERN_NOTICE "ide-cs: ide_config failed memory allocation\n");
315 goto failed;
319 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dsubscr.c549 goto failed;
553 goto failed;
558 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudevtrigger.c426 int failed = 0; local
431 { "retry-failed", 0, NULL, 'F' },
458 failed = 1;
476 " --retry-failed trigger only the events which have been\n"
477 " marked as failed during a previous run\n"
492 if (failed)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/bluetooth/
H A Dbt3c_cs.c599 BT_ERR("Firmware request failed");
608 BT_ERR("Firmware loading failed");
767 goto failed;
779 goto failed;
783 goto failed;
790 failed:
H A Dbtuart_cs.c698 goto failed;
710 goto failed;
714 goto failed;
721 failed:

Completed in 425 milliseconds

1234567891011>>