Searched refs:failure (Results 51 - 75 of 325) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dmiscdtfm.cpp43 DateFormatMiscTests::failure(UErrorCode status, const char* msg) function in class:DateFormatMiscTests
127 if(failure(status, "new SimpleDateFormat")) return;
132 failure(status, "resultFormatter->format");
167 if(failure(status, "new SimpleDateFormat")) return;
172 failure(status, "df->toLocalizedPattern");
182 failure(status, "df->toLocalizedPattern");
197 if(failure(status, "new DateFormatSymbols")) return;
199 if(failure(status, "new SimpleDateFormat")) return;
205 failure(status, "df->toLocalizedPattern");
215 failure(statu
[all...]
H A Dnumrgts.h99 UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE);
100 UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE);
101 UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
H A Dnumrgts.cpp182 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError) function in class:NumberFormatRegressionTest
199 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError) function in class:NumberFormatRegressionTest
216 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError) function in class:NumberFormatRegressionTest
288 if (!failure(status, "new DecimalFormat", "")) {
318 failure(status, "new DecimalFormatSymbols", "");
324 failure(status, "new DecimalFormat with symbols", "");
348 failure(status, "new DecimalFormat", "");
373 failure(status, "new DecimalFormat", "");
404 if (failure(status, "NumberFormat::createCurrencyInstance", Locale::getUS(), TRUE)){
415 failure(statu
[all...]
H A Dmsfmrgts.h49 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_acl_pax.c369 failure("USER_OBJ permset (%02o) != user mode (%02o)",
374 failure("GROUP_OBJ permset %02o != group mode %02o",
379 failure("OTHER permset (%02o) != other mode (%02o)",
383 failure("Could not find match for ACL "
396 failure("Could not find match for ACL "
466 failure("Generated pax archive does not match reference; check 'testout' and 'reference' files.");
468 failure("Generated pax archive does not match reference; check 'testout' and 'reference' files.");
479 failure("Basic ACLs shouldn't be stored as extended ACLs");
481 failure("Basic ACLs should set mode to 0142, not %04o",
487 failure("On
[all...]
H A Dtest_read_format_cpio_bin_Z.c46 failure("archive_compression_name(a)=\"%s\"",
50 failure("archive_format_name(a)=\"%s\"",
H A Dtest_read_format_cpio_svr4c_Z.c49 failure("archive_compression_name(a)=\"%s\"",
52 failure("archive_format_name(a)=\"%s\"", archive_format_name(a));
H A Dtest_read_format_tz.c48 failure("archive_compression_name(a)=\"%s\"",
51 failure("archive_format_name(a)=\"%s\"", archive_format_name(a));
H A Dtest_acl_basic.c147 failure("USER_OBJ permset (%02o) != user mode (%02o)",
152 failure("GROUP_OBJ permset %02o != group mode %02o",
157 failure("OTHER permset (%02o) != other mode (%02o)",
161 failure("Could not find match for ACL "
174 failure("Could not find match for ACL "
193 failure("Basic ACLs shouldn't be stored as extended ACLs");
195 failure("Basic ACLs should set mode to 0142, not %04o",
202 failure("One extended ACL should flag all ACLs to be returned.");
205 failure("Basic ACLs should set mode to 0142, not %04o",
214 failure("Basi
[all...]
H A Dtest_read_format_zip.c61 failure("archive_read_data() returns number of bytes read");
76 failure("file2 has length-at-end, so we shouldn't see a valid size");
78 failure("file2 has a bad CRC, so reading to end should fail");
H A Dtest_ustar_filenames.c73 failure("dlen=%d, flen=%d", dlen, flen);
87 failure("dlen=%d, flen=%d", dlen, flen);
104 failure("dlen=%d, flen=%d", dlen, flen);
131 failure("dlen=%d, flen=%d", dlen, flen);
146 failure("dlen=%d, flen=%d", dlen, flen);
157 failure("This fails if entries were written that should not have been written. dlen=%d, flen=%d", dlen, flen);
H A Dtest_write_format_shar_empty.c56 failure("Empty shar archive should be exactly 0 bytes, was %d.", used);
H A Dtest_write_disk_secure.c82 failure("Extracting a file through a symlink should fail here.");
185 failure("dir: st.st_mode=%o", st.st_mode);
189 failure("link_to_dir: st.st_mode=%o", st.st_mode);
193 failure("link_to_dir: st.st_mode=%o", st.st_mode);
198 failure("dir/filea: st.st_mode=%o", st.st_mode);
201 failure("dir/fileb: This file should not have been created");
205 failure("link_to_dir2 should have been re-created as a true dir");
207 failure("link_to_dir2: Implicit dir creation should obey umask, but st.st_mode=%o", st.st_mode);
212 failure("link_to_dir2/filec: st.st_mode=%o", st.st_mode);
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dtsigconf.c87 goto failure;
99 goto failure;
107 goto failure;
112 goto failure;
122 goto failure;
132 failure:
174 goto failure;
180 failure:
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dtimer.c33 if (result != ISC_R_SUCCESS) goto failure; \
58 failure:
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_cb_hdr.c55 * point returning a value different from sz*nmemb indicates failure.
57 size_t failure = (size * nmemb) ? 0 : 1; local
60 return failure;
65 return failure;
125 return failure;
/macosx-10.10.1/libarchive-30/libarchive/cpio/test/
H A Dtest_option_a.c119 failure("Copying file without -a should have changed atime.");
127 failure("Archiving file without -a should have changed atime.");
143 failure("Copying file with -a should not have changed atime.");
152 failure("Archiving file with -a should not have changed atime.");
H A Dtest_pathmatch.c186 failure("\"?./\" is not the same as \"/./\"");
188 failure("Trailing '/' should match no trailing '/'");
190 failure("Trailing '/./' is still the same directory.");
192 failure("Trailing '/.' is still the same directory.");
195 failure("Trailing '/./' is still the same directory.");
197 failure("Trailing '/.' is still the same directory.");
/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dtest_option_r.c48 failure("Error invoking %s cf archive.tar f1", testprog);
78 failure("Error invoking %s rf archive.tar f1", testprog);
107 failure("Error invoking %s xf archive.tar", testprog);
H A Dtest_copy.c157 failure("Internal sanity check failed: i = %d", i);
175 failure("buff=\"%s\" buff2=\"%s\"", buff, buff2);
180 failure("buff=\"%s\"", buff);
247 failure("Unable to open dir '%s'", dir);
256 failure("strlen(p)=%d", strlen(p));
262 failure("strlen(p)=%d", strlen(p));
268 failure("File %s shouldn't be here", p);
297 failure("Error invoking \"%s cf\"", testprog);
308 failure("Error invoking %s xf archive", testprog);
339 failure("Erro
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Drd_priv.c69 goto failure;
74 goto failure;
79 goto failure;
91 goto failure;
99 goto failure;
105 goto failure;
181 failure:
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dfg_bg.c108 goto failure;
116 goto failure;
138 failure:
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-opt.mm222 const char *failure = nil;
228 failure = "(by OBJC_DISABLE_PREOPTIMIZATION)";
239 failure = "(dyld shared cache is absent or out of date)";
246 failure = "(GC is on)";
250 if (failure) {
257 _objc_inform("PREOPTIMIZATION: is DISABLED %s", failure);
/macosx-10.10.1/dtrace-147/test/tst/common/proc/
H A Dtst.execfail.ENOENT.ksh45 proc:::exec-failure
H A Dtst.execfail.ksh32 # failure by generating a file with a bogus interpreter. (It seems unlikely
48 proc:::exec-failure

Completed in 288 milliseconds

1234567891011>>