/external/e2fsprogs/e2fsck/ |
recovery.c | 94 goto failed; 100 goto failed; 118 failed: 166 printk (KERN_ERR "JBD: Failed to read block at offset %u\n", 422 goto failed; 532 goto failed; 575 * Checksum Verification Failed 677 goto failed; 713 failed:
|
/external/blktrace/ |
blkiomon.c | 243 goto failed; 245 goto failed; 248 failed: 437 goto failed; 439 goto failed; 441 goto failed; 444 failed: 545 goto failed; 548 goto failed; 551 failed [all...] |
/external/e2fsprogs/lib/et/ |
Makefile.in | 123 diff -c $(srcdir)/test_cases/$$t.c $$t.c > $$t.failed; \ 124 if [ $$? -ne 0 ]; then echo Test case $$t failed; exit 1 ; fi ; \ 125 diff -c $(srcdir)/test_cases/$$t.h $$t.h >> $$t.failed; \ 126 if [ $$? -ne 0 ]; then echo Test case $$t failed; exit 1 ; fi ; \ 127 $(RM) -f $$t.c $$t.h $$t.failed; \
|
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 172 self.failed = Stat () 180 self.failed.add (test) 187 (float (self.failed.count) / self.total.count) 210 failed = 0 216 failed += 1 217 total = passed + failed 218 print "%d out of %d tests passed. %d failed (%g%%)" % (passed, total, failed, 100. * failed / total) 237 if stats.failed.count >= 30: # for statistical reason [all...] |
/external/v8/src/ |
debug-debugger.js | [all...] |
/external/libxml2/ |
xmlcatalog.c | 226 printf("add command failed\n"); 239 printf("add command failed\n"); 248 printf("del command failed\n"); 258 printf("Resolver failed to find an answer\n"); 461 fprintf(stderr, "Failed to remove entry from %s\n", 474 "Failed to remove entry from %s\n", 531 printf("add command failed\n"); 539 fprintf(stderr, "Failed to remove entry %s\n",
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
testapi.c | 51 static int failed; variable 55 fprintf(stderr, "assertEqualsAsBoolean failed: %p, %d\n", value, expectedValue); 56 failed = 1; 68 fprintf(stderr, "assertEqualsAsNumber failed: %p, %lf\n", value, expectedValue); 69 failed = 1; 84 fprintf(stderr, "assertEqualsAsUTF8String failed at character %d: %c(%d) != %c(%d)\n", i, jsBuffer[i], jsBuffer[i], expectedValue[i], expectedValue[i]); 85 failed = 1; 90 fprintf(stderr, "assertEqualsAsUTF8String failed: jsSize was too small\n"); 91 failed = 1; 114 fprintf(stderr, "assertEqualsAsCharactersPtr failed: jsBuffer != cfBuffer\n") [all...] |
/external/regex-re2/re2/ |
dfa.cc | 74 // memory), it sets *failed and returns false. 77 bool* failed, const char** ep, vector<int>* matches); 261 failed(false), 273 bool failed; // "out" parameter: whether search gave up member in struct:re2::DFA::SearchParams 344 bool init_failed_; // initialization failed (out of memory) [all...] |
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 125 failed(test.toString(), t); 130 failed(test.toString(), t); 158 void failed(String className, Throwable execption); method in interface:TestRunner.Listener 216 public void failed(String className, Throwable exception) { method in class:TestRunner 220 mListeners.get(i).failed(className, exception); 273 failed(className, e); method 326 failed(className, e); method 363 failed(test.toString(), e); 516 failed(test.toString(), excep);
|
/external/wpa_supplicant_8/src/utils/ |
pcsc_funcs.c | 406 wpa_printf(MSG_DEBUG, "SCARD: Failed to read EF_DIR"); 415 wpa_printf(MSG_DEBUG, "SCARD: Failed to get EF_DIR " 426 wpa_printf(MSG_DEBUG, "SCARD: Failed to read " 525 goto failed; 530 wpa_printf(MSG_DEBUG, "SCARD: SCardListReaders failed " 532 goto failed; 540 wpa_printf(MSG_INFO, "SCARD: malloc failed\n"); 541 goto failed; 546 wpa_printf(MSG_DEBUG, "SCARD: SCardListReaders failed(2) " 548 goto failed; [all...] |
/external/icu4c/i18n/ |
cpdtrans.cpp | 285 UBool failed = FALSE; local 303 failed = TRUE; 309 // if memory allocation failed delete backwards trans array 310 if (failed && i > 0) { 352 UBool failed = FALSE; local 356 failed = TRUE; 360 if (failed && i > 0) {
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator.py | 72 def __init__(self, name, failed=False, elapsed_time=0): 74 self.failed = failed 94 return self.failed or self.modifier == self.DISABLED 280 _log.error("Upload failed: %s" % err) 294 """Returns a set of failed test names.""" 295 return set([r.name for r in self._test_results if r.failed]) 323 if test_result.failed: 354 JSON so the file generated has info for tests that failed before but 410 # Insert the number of tests that failed or skipped [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_CONST_CLASS.S | 30 cmp r0, #0 @ failed?
|
OP_CONST_STRING.S | 29 cmp r0, #0 @ failed?
|
OP_CONST_STRING_JUMBO.S | 31 cmp r0, #0 @ failed?
|
/dalvik/vm/mterp/mips/ |
OP_NEW_ARRAY.S | 34 # failed?
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | 106 state.failed = false; 137 state.failed = false; 141 state.failed = true; 151 state.failed = false; 313 msg = "rule " + fpe.RuleName + " failed predicate: {" + [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | 115 state.failed = false; 149 state.failed = false; 154 state.failed = true; 165 state.failed = false; 366 msg = "rule " + fpe.RuleName + " failed predicate: {" + [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRRecognizerSharedState.h | 37 BOOL failed; // indicate that some match failed variable 55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRRecognizerSharedState.h | 37 BOOL failed; // indicate that some match failed variable 55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRRecognizerSharedState.h | 37 BOOL failed; // indicate that some match failed variable 55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRecognizerSharedState.h | 38 BOOL failed; // indicate that some match failed variable 56 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
|
/external/chromium/chrome/browser/chromeos/login/ |
mock_url_fetchers.cc | 102 net::URLRequestStatus failed(net::URLRequestStatus::FAILED, ECONNRESET); 105 failed,
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.cc | 41 bool CPP_WEAK OnFinalize(bool failed) { 42 return failed; 122 Printf("Failed to open memory profile file '%s'\n", &filename[0]); 200 Printf("Failed to start external symbolizer: '%s'\n", 231 bool failed = false; local 248 failed = true; 257 failed = true; 262 failed = OnFinalize(failed); 266 return failed ? flags()->exitcode : 0 [all...] |
/external/e2fsprogs/lib/ext2fs/ |
icount.c | 845 int failed = 0; local 849 failed += run_test(0, 0, 0, prog); 851 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, 0, prog); 853 failed += run_test(0, 3, 0, extended); 855 failed += run_test(0, 0, ".", prog); 857 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, ".", prog); 858 if (failed) 859 printf("FAILED!\n"); 860 return failed;
|