/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_output_test_golden_lin.txt | 336 Expected: 1 non-fatal failure 342 Expected: 1 non-fatal failure 344 gtest_output_test_.cc:#: Non-fatal failure: 346 Expected non-fatal failure 1. 348 gtest_output_test_.cc:#: Non-fatal failure: 350 Expected non-fatal failure 2. 356 Expected: 1 non-fatal failure 360 Expected fatal failure. 366 Expected: 1 non-fatal failure 372 Expected: 1 non-fatal failure [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | config.py | 29 lit_config.fatal( 79 self.lit_config.fatal( 135 selt.lit_config.fatal("Cannot infer how to create a Valgrind " 166 self.lit_config.fatal('must specify user parameter cxx_under_test ' 375 self.lit_config.fatal('enable_monotonic_clock cannot be false when' 396 self.lit_config.fatal("libcxx_headers='%s' is not a directory." 473 self.lit_config.fatal( 477 self.lit_config.fatal( 516 self.lit_config.fatal( 539 self.lit_config.fatal("unrecognized system: %r" % target_platform) [all …]
|
D | format.py | 79 lit_config.fatal('Unsupported RUN line found in test %s' % name)
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/libcxxabi/test/ |
D | config.py | 39 self.lit_config.fatal("cxx_headers='%s' is not a directory." 47 self.lit_config.fatal("libcxxabi_headers='%s' is not a directory."
|
/ndk/tests/build/issue79115-confusing-ld.gold-warning/jni/ |
D | Android.mk | 7 LOCAL_LDFLAGS += -Wl,--fatal-warnings
|
/ndk/sources/host-tools/make-3.81/ |
D | misc.c | 260 fatal (const struct floc *flocp, const char *fmt, ...) in fatal() function 262 fatal (flocp, fmt, va_alist) in fatal() 324 fatal (NILF, _("%s: %s"), name, strerror (errno)); in pfatal_with_name() 344 fatal (NILF, _("virtual memory exhausted")); in xmalloc() 359 fatal (NILF, _("virtual memory exhausted")); in xrealloc() 376 fatal (NILF, _("virtual memory exhausted")); in xstrdup()
|
D | read.c | 623 fatal (fstart, _("invalid syntax in conditional")); in eval() 633 fatal (fstart, _("extraneous `endef'")); in eval() 645 fatal (fstart, _("empty variable name")); in eval() 673 fatal (fstart, _("empty variable name")); in eval() 854 fatal(fstart, _("commands commence before first target")); in eval() 905 fatal(fstart, _("missing rule before commands")); in eval() 992 fatal (fstart, _("missing separator%s"), in eval() 1152 fatal (fstart, _("missing target pattern")); in eval() 1154 fatal (fstart, _("multiple target patterns")); in eval() 1158 fatal (fstart, _("target pattern contains no `%%'")); in eval() [all …]
|
D | amiga.c | 46 fatal (NILF, "MyExecute: Cannot allocate space for calling a command"); in MyExecute()
|
D | function.c | 746 fatal (*expanding_var, "%s: '%s'", message, beg); in check_numeric() 763 fatal (*expanding_var, in func_word() 791 fatal (*expanding_var, in func_wordlist() 1107 fatal (reading_file, "%s", msg); in func_error() 1119 fatal (*expanding_var, "Internal error: func_error: '%s'", funcname); in func_error() 1453 fatal (NILF, _("create_child_process: DuplicateHandle(In) failed (e=%ld)\n"), in windows32_openpipe() 1464 fatal (NILF, _("create_child_process: DuplicateHandle(Err) failed (e=%ld)\n"), in windows32_openpipe() 1469 fatal (NILF, _("CreatePipe() failed (e=%ld)\n"), GetLastError()); in windows32_openpipe() 1474 fatal (NILF, _("windows32_openpipe (): process_init_fd() failed\n")); in windows32_openpipe() 2100 fatal (*expanding_var, in expand_builtin_function() [all …]
|
D | expand.c | 127 fatal (*expanding_var, in recursively_expand_for_file() 266 fatal (*expanding_var, _("unterminated variable reference")); in variable_expand_string()
|
D | main.c | 549 fatal (NILF, _("empty string invalid as file name")); in enter_command_line_file() 630 fatal (NILF, _("unknown debug level specification `%s'"), p); in decode_debug_flags() 1466 fatal (NILF, _("Makefile from standard input specified twice.")); in main() 1656 fatal (NILF, _("internal error: multiple --jobserver-fds options")); in main() 1663 fatal (NILF, in main() 2016 fatal (NILF, _("Couldn't change back to original directory.")); in main() 2169 fatal (NILF, _(".DEFAULT_GOAL contains more than one target")); in main() 2189 fatal (NILF, _("No targets specified and no makefile found")); in main() 2191 fatal (NILF, _("No targets")); in main()
|
D | job.c | 322 fatal (NILF, error); in create_batch_file() 847 fatal (NILF, "INTERNAL: Freeing child %p (%s) but no tokens left!\n", in free_child() 1698 fatal (NILF, "INTERNAL: no children as we go to sleep on read\n"); in new_job() 1907 fatal (NILF, _("no more file handles: could not duplicate stdin\n")); in child_execute_job() 1909 fatal (NILF, _("no more file handles: could not duplicate stdout\n")); in child_execute_job() 1937 fatal (NILF, _("Could not restore stdin\n")); in child_execute_job() 1945 fatal (NILF, _("Could not restore stdout\n")); in child_execute_job() 2902 fatal (NILF, _("%s (line %d) Bad shell context (!unixy && !batch_mode_shell)\n"), in construct_command_argv_internal()
|
D | make.h | 405 extern void fatal (const struct floc *flocp, const char *fmt, ...) 410 extern void fatal ();
|
D | ar.c | 53 fatal (NILF, _("attempt to use unsupported feature: `%s'"), name); in ar_name()
|
D | file.c | 301 fatal (NILF, _("can't rename single-colon `%s' to double-colon `%s'"), in rehash_file() 306 fatal (NILF, _("can't rename double-colon `%s' to single-colon `%s'"), in rehash_file()
|
D | rule.c | 583 fatal (NILF, _("BUG: num_pattern_rules wrong! %u != %u"), in print_rule_data_base()
|
D | remake.c | 356 fatal (NILF, msg_noparent, "", file->name, ""); in complain() 358 fatal (NILF, msg_parent, "", file->name, file->parent->name, ""); in complain()
|
D | NEWS | 525 * It is no longer a fatal error to have a NUL character in a makefile. 559 infinite loop and then get a fatal error when it detected the loop. 663 * All fatal error messages now contain `***', so they are easy to find in 851 * Dependency loops are no longer fatal errors.
|
D | variable.c | 1316 fatal (&v->fileinfo, _("empty variable name")); in parse_variable_definition()
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 355 fatal (_("%s: cannot get addresses from archive"), file_name); in process_file() 372 fatal (_("%s: cannot find section %s"), file_name, section_name); in process_file() 442 fatal (_("unknown demangling style `%s'"), in addr2line_main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | compiler_log_formatter.ipp | 130 …output << "fatal error in \"" << (loc.m_function.is_empty() ? test_phase_identifier() : loc.m_func… 167 output << "fatal error in \"" << test_phase_identifier() << "\": ";
|
D | execution_monitor.ipp | 1003 // cases classified as (non-fatal) system_trap
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | lit.cfg | 36 lit_config.fatal('Could not find libcxx test directory for test imports'
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 12 assertions, user-defined assertions, death tests, fatal and non-fatal
|
/ndk/build/core/ |
D | build-binary.mk | 200 LOCAL_LDFLAGS += -Wl,--fatal-warnings
|