Searched refs:failures (Results 1 - 25 of 118) sorted by path

12345

/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1090 Where diagnostic output on test failures and diag() should go.
1099 Where diagnostics about todo test failures and diag() should go.
1542 will be considered failures. If no tests were ever run Test::Builder
H A DMore.pm916 they are "todo". Test::Harness will interpret failures as being ok.
1320 will be considered failures. If no tests were ever run Test::Builder
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm1901 name in the hash. Each trigger is called inside an eval. Any failures
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/lib/Class/
H A DTrigger.pm246 values will be captured by call_trigger, but failures will be ignored.
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DSSLeay.pm141 custom location. If everything builds OK, but you get failures when during
411 I<Jeff Lavallee> for help with alarms on read failures (CPAN bug #12444).
/macosx-10.10/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm3045 You should keep in mind that the way Mail::Sender reports failures depends on the 'on_errors'=>
/macosx-10.10/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm3745 failures, the error mode action is performed. See C<errmode()>.
3753 failures, the error mode action is performed. See C<errmode()>.
3980 On eof an undefined value is returned. On time-out or other failures,
4008 On eof an undefined value is returned. On time-out or other failures,
4044 other failures, the error mode action is performed. Use C<eof()> to
4202 On success, C<1> is returned. On time out, eof, or other failures,
4267 failures, the error mode action is performed. See C<errmode()>.
4706 written. On time-out or other failures, the error mode action is
4789 ("\n" by default). On time-out or other failures, the error mode
4920 failures, fo
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-common.c208 int failures = 0; local
245 ++failures;
252 ++failures;
261 ++failures;
278 ++failures;
288 ++failures;
295 ++failures;
301 ++failures;
313 ++failures;
320 ++failures;
363 int failures = 0; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex1617 Note that is suggested that you use the Miller-Rabin test instead of the Fermat test since all of the failures of
1618 Miller-Rabin are a subset of the failures of the Fermat test.
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dtest-bidi.c62 unsigned failures = 0; local
68 ++failures;
76 ++failures;
80 return failures != 0;
H A Dtest-ldap.c69 unsigned failures = 0; local
84 ++failures;
90 failures++;
95 failures++;
111 ++failures;
117 ++failures;
122 failures++;
127 return failures != 0;
H A Dtest-map.c92 unsigned failures = 0; local
95 failures += try(&cases[i]);
96 return failures != 0;
H A Dtest-normalize.c146 unsigned failures = 0; local
172 failures += test(buf, lineno);
175 return failures != 0;
H A Dtest-prohibited.c122 unsigned failures = 0; local
128 ++failures;
135 ++failures;
137 return failures != 0;
H A Dtest-punycode.c47 unsigned failures = 0; local
59 ++failures;
71 ++failures;
78 ++failures;
82 return failures != 0;
H A Dtest-utf8.c105 unsigned failures = 0; local
118 ++failures;
129 ++failures;
136 ++failures;
145 ++failures;
152 ++failures;
158 ++failures;
167 ++failures;
173 return failures != 0;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dplurfmts.cpp607 const char *failures[] = { local
614 int len = sizeof(failures)/sizeof(failures[0]);
618 UnicodeString fmt(failures[i], -1, US_INV);
H A Dtestidna.cpp1465 const char* failures[] ={ variable
1491 for (i=0; i<(int)(sizeof(failures)/sizeof(failures[0])); i++){
1493 source.append( UnicodeString(failures[i], -1, US_INV) );
H A Dusettest.cpp291 int32_t failures = 0; local
301 if (++failures == 10) break;
312 if (++failures == 20) break;
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJIT.h753 void emitLoadCharacterString(RegisterID src, RegisterID dst, JumpList& failures);
H A DJITArithmetic.cpp395 JumpList failures; local
396 emitLoadCharacterString(regT0, regT0, failures);
397 addSlowCase(failures);
404 JumpList failures; local
405 emitLoadCharacterString(regT0, regT0, failures);
406 addSlowCase(failures);
H A DJITArithmetic32_64.cpp89 JumpList failures; local
90 emitLoadCharacterString(regT0, regT0, failures);
91 addSlowCase(failures);
98 JumpList failures; local
99 emitLoadCharacterString(regT0, regT0, failures);
100 addSlowCase(failures);
239 JumpList failures; local
240 failures.append(branch32(AboveOrEqual, regT1, TrustedImm32(JSValue::LowestTag)));
242 failures.append(branchTruncateDoubleToInt32(fpRegT0, regT0));
252 failures
260 JumpList failures; local
[all...]
H A DJITInlines.h73 ALWAYS_INLINE void JIT::emitLoadCharacterString(RegisterID src, RegisterID dst, JumpList& failures) argument
75 failures.append(branchStructure(NotEqual, Address(src, JSCell::structureIDOffset()), m_vm->stringStructure.get()));
76 failures.append(branch32(NotEqual, MacroAssembler::Address(src, ThunkHelpers::jsStringLengthOffset()), TrustedImm32(1)));
78 failures.append(branchTest32(Zero, dst));
H A DJITPropertyAccess.cpp53 JumpList failures; local
54 failures.append(JSC::branchStructure(jit,
62 failures.append(jit.branchTest32(Zero, regT0));
65 failures.append(jit.branch32(AboveOrEqual, regT1, regT2));
80 failures.append(jit.branch32(AboveOrEqual, regT0, TrustedImm32(0x100)));
85 failures.link(&jit);
H A DJITPropertyAccess32_64.cpp85 JumpList failures; local
86 failures.append(JSC::branchStructure(jit, NotEqual, Address(regT0, JSCell::structureIDOffset()), vm->stringStructure.get()));
91 failures.append(jit.branchTest32(Zero, regT0));
94 failures.append(jit.branch32(AboveOrEqual, regT2, regT1));
110 failures.append(jit.branch32(AboveOrEqual, regT0, TrustedImm32(0x100)));
116 failures.link(&jit);

Completed in 600 milliseconds

12345