/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | catchptr1.cpp | 25 fprintf(stderr, "25\n"); in test0() 44 fprintf(stderr, "44\n"); in test1() 67 fprintf(stderr, "67\n"); in test2() 86 fprintf(stderr, "86\n"); in test3() 100 fprintf(stderr, "100\n"); in test4() 128 fprintf(stderr, "128\n"); in test5() 142 fprintf(stderr, "142\n"); in test6()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | catchptr1.cpp | 25 fprintf(stderr, "25\n"); in test0() 44 fprintf(stderr, "44\n"); in test1() 67 fprintf(stderr, "67\n"); in test2() 86 fprintf(stderr, "86\n"); in test3() 100 fprintf(stderr, "100\n"); in test4() 128 fprintf(stderr, "128\n"); in test5() 142 fprintf(stderr, "142\n"); in test6()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | DwarfInstructions.hpp | 226 fprintf(stderr, "evaluateExpression(): length=%" PRIu64 "\n", in evaluateExpression() 235 fprintf(stderr, "sp[] = 0x%" PRIx64 "\n", (uint64_t)(*t)); in evaluateExpression() 249 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 257 fprintf(stderr, "dereference 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 266 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 275 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression() 284 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 293 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression() 302 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression() 311 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression() [all …]
|
D | DwarfParser.hpp | 374 fprintf(stderr, "parseInstructions(instructions=0x%0" PRIx64 ")\n", in parseInstructions() 390 fprintf(stderr, "DW_CFA_nop\n"); in parseInstructions() 396 fprintf(stderr, "DW_CFA_set_loc\n"); in parseInstructions() 402 fprintf(stderr, "DW_CFA_advance_loc1: new offset=%" PRIu64 "\n", in parseInstructions() 409 fprintf(stderr, "DW_CFA_advance_loc2: new offset=%" PRIu64 "\n", in parseInstructions() 416 fprintf(stderr, "DW_CFA_advance_loc4: new offset=%" PRIu64 "\n", in parseInstructions() 424 fprintf(stderr, in parseInstructions() 431 fprintf(stderr, in parseInstructions() 440 stderr, in parseInstructions() 446 fprintf(stderr, "DW_CFA_restore_extended(reg=%" PRIu64 ")\n", reg); in parseInstructions() [all …]
|
D | config.h | 50 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libunwind: " msg, __VA_ARGS__) 68 fprintf(stderr, "libunwind: %s %s:%d - %s\n", func, file, line, msg); in assert_rtn() 82 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__)
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 505 fprintf(stderr, "%s: ", cmdname); in SYNTAX() 507 vfprintf(stderr, fmt, varg); in SYNTAX() 509 fprintf(stderr, " at source line %d", lineno); in SYNTAX() 511 fprintf(stderr, " in function %s", curfname); in SYNTAX() 513 fprintf(stderr, " source file %s", cursource()); in SYNTAX() 514 fprintf(stderr, "\n"); in SYNTAX() 543 fprintf(stderr, "\tmissing %c\n", c2); in bcheck2() 545 fprintf(stderr, "\t%d missing %c's\n", n, c2); in bcheck2() 547 fprintf(stderr, "\textra %c\n", c2); in bcheck2() 549 fprintf(stderr, "\t%d extra %c's\n", -n, c2); in bcheck2() [all …]
|
/ndk/tests/device/test-wait/jni/ |
D | test_wait.c | 47 fprintf(stderr, "ERROR: fork() failed: %s\n", strerror(errno)); in check_wait_call() 63 fprintf(stderr, "ERROR: Child exited with code %d, expected %d\n", in check_wait_call() 76 fprintf(stderr, "ERROR: wait() returned %d, expected %d\n", ret, child_pid); in check_wait() 87 fprintf(stderr, "ERROR: waitpid() returned %d, expected %d\n", ret, child_pid); in check_waitpid() 99 fprintf(stderr, "ERROR: wait4() returned %d, expected %d\n", ret, child_pid); in check_wait4()
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_vector1.cpp | 145 fprintf(stderr, "Mismatched Constructor/Destructor calls (1)\n"); in test_counted() 146 fprintf(stderr, " Expected 30, got %d\n", gCounter); in test_counted() 160 fprintf(stderr, "Mismatched Constructor/Destructor calls (2)\n"); in test_counted() 161 fprintf(stderr, " Expected 0, got %d\n", gCounter); in test_counted() 194 fprintf(stderr, "Mismatched Constructor/Destructor calls (1C)\n"); in test_exception_in_constructor() 195 fprintf(stderr, "%d constructors, but %d destructors\n", in test_exception_in_constructor() 216 fprintf(stderr, "Mismatched Constructor/Destructor calls (2C)\n"); in test_exception_in_constructor() 217 fprintf(stderr, "%d constructors, but %d destructors\n", in test_exception_in_constructor() 252 fprintf(stderr, "Unexpected Constructor/Destructor calls (1D)\n"); in test_exception_in_destructor() 253 fprintf(stderr, "Expected (30, 20), but got (%d, %d)\n", in test_exception_in_destructor() [all …]
|
D | test_guard.cpp | 55 fprintf(stderr, "ERROR: Foo instance is NULL!\n"); in main() 60 fprintf(stderr, "ERROR: Foo constructor called %d times (1 expected)\n", in main() 72 fprintf(stderr, "ERROR: There are %d invalid instance pointers!\n", count); in main()
|
D | malloc_lockup.cpp | 99 fprintf(stderr, "ERROR: Can't find library: %s\n", strerror(errno)); in main() 106 fprintf(stderr, "ERROR: Could not find 'get_globals' function: %s\n", in main() 122 fprintf(stderr, "ERROR: Thread #%d creation error: %s\n", in main() 169 fprintf(stderr, "%d failures detected!\n", failures); in main()
|
D | test_aux_runtime.cpp | 54 fprintf(stderr, "TypeID test failed!\n"); in main() 59 fprintf(stderr, "Bad cast test failed!\n"); in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | abort_message.cpp | 39 fprintf(stderr, "libc++abi.dylib: "); in abort_message() 43 vfprintf(stderr, format, list); in abort_message() 45 fprintf(stderr, "\n"); in abort_message()
|
/ndk/tests/device/b16355858/jni/ |
D | sample.c | 10 fprintf(stderr, "top[-1]: %8x top[0]: %8x left: %8x pred: %8x\n", in main() 14 fprintf(stderr, "pred != left\n"); in main()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | iostream.cpp | 214 cerr_buf.reset(new stdio_ostreambuf(stderr)); in _S_initialize() 215 clog_buf.reset(new stdio_ostreambuf(stderr)); in _S_initialize() 220 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out)); in _S_initialize() 221 clog_buf.reset(_Stl_create_filebuf(stderr, ios_base::out)); in _S_initialize() 234 auto_ptr<wfilebuf> werr(_Stl_create_wfilebuf(stderr, ios_base::out)); in _S_initialize() 235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out)); in _S_initialize() 328 cerr_buf.reset(new stdio_ostreambuf(stderr)); in sync_with_stdio() 329 clog_buf.reset(new stdio_ostreambuf(stderr)); in sync_with_stdio() 334 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out)); in sync_with_stdio() 335 clog_buf.reset(_Stl_create_filebuf(stderr, ios_base::out)); in sync_with_stdio()
|
/ndk/sources/host-tools/make-3.81/ |
D | getopt.c | 663 fprintf (stderr, _("%s: option `%s' is ambiguous\n"), in _getopt_internal() 686 fprintf (stderr, in _getopt_internal() 691 fprintf (stderr, in _getopt_internal() 708 fprintf (stderr, in _getopt_internal() 738 fprintf (stderr, _("%s: unrecognized option `--%s'\n"), in _getopt_internal() 742 fprintf (stderr, _("%s: unrecognized option `%c%s'\n"), in _getopt_internal() 768 fprintf (stderr, _("%s: illegal option -- %c\n"), in _getopt_internal() 771 fprintf (stderr, _("%s: invalid option -- %c\n"), in _getopt_internal() 801 fprintf (stderr, _("%s: option requires an argument -- %c\n"), in _getopt_internal() 848 fprintf (stderr, _("%s: option `-W %s' is ambiguous\n"), in _getopt_internal() [all …]
|
D | misc.c | 242 fprintf (stderr, "%s:%lu: ", flocp->filenm, flocp->lineno); 244 fprintf (stderr, "%s: ", program); 246 fprintf (stderr, "%s[%u]: ", program, makelevel); 249 VA_PRINTF (stderr, fmt, args); 252 putc ('\n', stderr); 253 fflush (stderr); 275 fprintf (stderr, "%s:%lu: *** ", flocp->filenm, flocp->lineno); 277 fprintf (stderr, "%s: *** ", program); 279 fprintf (stderr, "%s[%u]: *** ", program, makelevel); 282 VA_PRINTF (stderr, fmt, args); [all …]
|
D | ansi2knr.c | 268 fprintf(stderr, "%s: Unrecognized switch: %s\n", program_name, 270 fprintf(stderr, usage); 276 fprintf(stderr, usage); 282 fprintf(stderr, "%s: Cannot open output file %s\n", 290 fprintf(stderr, "%s: Cannot open input file %s\n", 305 fprintf(stderr, "Unable to allocate read buffer!\n"); 366 fprintf(stderr, "%s: error writing to %s\n", program_name, 582 fprintf(stderr, "Unable to allocate break table!\n");
|
/ndk/tests/device/test-unwind-struct/jni/ |
D | main.c | 10 fprintf(stderr, "ASSERTION FAILURE: %s %d\n", __FILE__, __LINE__); \ in main() 11 fprintf(stderr, " expected value: %d (%s)\n", \ in main() 13 fprintf(stderr, " actual value: %d (%s)\n", \ in main()
|
/ndk/tests/device/whole-static-libs/jni/ |
D | main.c | 23 fprintf(stderr, "Could not dlopen(\"libbar.so\"): %s\n", dlerror()); in main() 27 fprintf(stderr, "Symbol 'foo2' is missing from shared library!!\n"); in main()
|
/ndk/sources/host-tools/gdb-stub/ |
D | gdb-stub.c | 65 fprintf(stderr, "%s(%d)[%d]: expression \"%s\" fail. terminate.\n" \ 149 fprintf(stderr, "Could not create job object\n"); in main() 156 fprintf(stderr, "Could not SetInformationJobObject\n"); in main() 186 fprintf(stderr, "Could not AssignProcessToObject\n"); in main()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_test_utils.py | 166 print >> sys.stderr, message 226 stderr = subprocess.STDOUT 228 stderr = subprocess.PIPE 231 stdout=subprocess.PIPE, stderr=stderr,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/ |
D | compiler.py | 32 stderr=subprocess.PIPE) 33 _, stderr = proc.communicate() 34 for line in stderr.split('\n'):
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack.c | 83 fprintf(stderr, "Unable to open dump file %s: %s\n", in main() 88 fprintf(stderr, "Unable to create NDK stack parser: %s\n", in main()
|
/ndk/tests/device/test-stlport-rtti/jni/ |
D | test_stlport_rtti.cpp | 48 fprintf(stderr, "KO: Assertion failure: %s\n", #cond); \ 98 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n"); in main()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-typed-test.cc | 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames() 100 fflush(stderr); in VerifyRegisteredTestNames()
|