Searched refs:stderr (Results 1 - 25 of 1221) sorted by relevance

1234567891011>>

/prebuilts/go/darwin-x86/misc/cgo/testcarchive/
H A Dmain.c24 fprintf(stderr, "ERROR: buildmode=c-archive init should run\n");
29 fprintf(stderr, "ERROR: buildmode=c-archive should not run main\n");
40 fprintf(stderr, "ERROR: FromPkg()=%d, want 1024\n", res);
46 fprintf(stderr, "PASS\n");
/prebuilts/go/linux-x86/misc/cgo/testcarchive/
H A Dmain.c24 fprintf(stderr, "ERROR: buildmode=c-archive init should run\n");
29 fprintf(stderr, "ERROR: buildmode=c-archive should not run main\n");
40 fprintf(stderr, "ERROR: FromPkg()=%d, want 1024\n", res);
46 fprintf(stderr, "PASS\n");
/prebuilts/go/darwin-x86/misc/cgo/testcshared/
H A Dmain0.c18 fprintf(stderr, "ERROR: DidInitRun returned unexpected results: %d\n",
24 fprintf(stderr, "ERROR: DidMainRun returned unexpected results: %d\n",
30 fprintf(stderr, "ERROR: FromPkg=%d, want %d\n", from_pkg, 1024);
H A Dmain3.c14 fprintf(stderr, "ERROR: failed to open the shared library: %s\n",
21 fprintf(stderr, "ERROR: missing main.main: %s\n", dlerror());
H A Dmain5.c60 fprintf(stderr, "%s\n", dlerror());
87 fprintf(stderr, "looping too long waiting for signal\n");
102 fprintf(stderr, "%s\n", dlerror());
127 fprintf(stderr, "%s\n", dlerror());
136 fprintf(stderr, "Go handler did not see SIGIO\n");
141 fprintf(stderr, "C handler saw SIGIO when only Go handler should have\n");
153 fprintf(stderr, "%s\n", dlerror());
176 fprintf(stderr, "Go handler saw SIGIO after Reset\n");
192 fprintf(stderr, "looping too long waiting for signal\n");
H A Dmain1.c13 fprintf(stderr, "ERROR: missing %s: %s\n", fname, dlerror());
18 fprintf(stderr, "ERROR: %s=%d, want %d\n", fname, ret, want);
28 fprintf(stderr, "ERROR: missing %s: %s\n", fname, dlerror());
33 fprintf(stderr, "ERROR: %s=%d, want %d\n", fname, ret, want);
46 fprintf(stderr, "ERROR: failed to open the shared library: %s\n",
/prebuilts/go/darwin-x86/src/runtime/cgo/
H A Dgcc_android.c14 // Write to both stderr and logcat.
16 // When running from an .apk, /dev/stderr and /dev/stdout
20 fprintf(stderr, "runtime/cgo: ");
22 vfprintf(stderr, format, ap);
24 fprintf(stderr, "\n");
H A Dgcc_fatalf.c17 fprintf(stderr, "runtime/cgo: ");
19 vfprintf(stderr, format, ap);
21 fprintf(stderr, "\n");
H A Dgcc_util.c18 fprintf(stderr, "runtime/cgo: out of memory in thread_start\n");
H A Dgcc_signal_darwin_armx.c72 fprintf(stderr, "runtime/cgo: thread_get_state failed: %d\n", ret);
94 fprintf(stderr, "runtime/cgo: caught exc_bad_access\n");
95 fprintf(stderr, "__lr = %llx\n", thread_state.ts_64.__lr);
96 fprintf(stderr, "__pc = %llx\n", thread_state.ts_64.__pc);
106 fprintf(stderr, "runtime/cgo: thread_set_state failed: %d\n", ret);
123 fprintf(stderr, "runtime/cgo: mach_port_allocate failed: %d\n", ret);
132 fprintf(stderr, "runtime/cgo: mach_port_insert_right failed: %d\n", ret);
143 fprintf(stderr, "runtime/cgo: thread_set_exception_ports failed: %d\n", ret);
149 fprintf(stderr, "runtime/cgo: pthread_mutex_lock failed: %d\n", ret);
157 fprintf(stderr, "runtim
[all...]
H A Dgcc_android_386.c40 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
51 fprintf(stderr, "runtime/cgo: could not obtain pthread_keys\n");
52 fprintf(stderr, "\ttried");
54 fprintf(stderr, " %#x", (unsigned)tofree[i]);
55 fprintf(stderr, "\n");
60 // TODO: output to stderr is not useful for apps.
H A Dgcc_android_amd64.c45 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
56 fprintf(stderr, "runtime/cgo: could not obtain pthread_keys\n");
57 fprintf(stderr, "\ttried");
59 fprintf(stderr, " %#x", (unsigned)tofree[i]);
60 fprintf(stderr, "\n");
65 // TODO: output to stderr is not useful for apps.
/prebuilts/go/linux-x86/misc/cgo/testcshared/
H A Dmain0.c18 fprintf(stderr, "ERROR: DidInitRun returned unexpected results: %d\n",
24 fprintf(stderr, "ERROR: DidMainRun returned unexpected results: %d\n",
30 fprintf(stderr, "ERROR: FromPkg=%d, want %d\n", from_pkg, 1024);
H A Dmain3.c14 fprintf(stderr, "ERROR: failed to open the shared library: %s\n",
21 fprintf(stderr, "ERROR: missing main.main: %s\n", dlerror());
H A Dmain5.c60 fprintf(stderr, "%s\n", dlerror());
87 fprintf(stderr, "looping too long waiting for signal\n");
102 fprintf(stderr, "%s\n", dlerror());
127 fprintf(stderr, "%s\n", dlerror());
136 fprintf(stderr, "Go handler did not see SIGIO\n");
141 fprintf(stderr, "C handler saw SIGIO when only Go handler should have\n");
153 fprintf(stderr, "%s\n", dlerror());
176 fprintf(stderr, "Go handler saw SIGIO after Reset\n");
192 fprintf(stderr, "looping too long waiting for signal\n");
H A Dmain1.c13 fprintf(stderr, "ERROR: missing %s: %s\n", fname, dlerror());
18 fprintf(stderr, "ERROR: %s=%d, want %d\n", fname, ret, want);
28 fprintf(stderr, "ERROR: missing %s: %s\n", fname, dlerror());
33 fprintf(stderr, "ERROR: %s=%d, want %d\n", fname, ret, want);
46 fprintf(stderr, "ERROR: failed to open the shared library: %s\n",
/prebuilts/go/linux-x86/src/runtime/cgo/
H A Dgcc_android.c14 // Write to both stderr and logcat.
16 // When running from an .apk, /dev/stderr and /dev/stdout
20 fprintf(stderr, "runtime/cgo: ");
22 vfprintf(stderr, format, ap);
24 fprintf(stderr, "\n");
H A Dgcc_fatalf.c17 fprintf(stderr, "runtime/cgo: ");
19 vfprintf(stderr, format, ap);
21 fprintf(stderr, "\n");
H A Dgcc_util.c18 fprintf(stderr, "runtime/cgo: out of memory in thread_start\n");
H A Dgcc_signal_darwin_armx.c72 fprintf(stderr, "runtime/cgo: thread_get_state failed: %d\n", ret);
94 fprintf(stderr, "runtime/cgo: caught exc_bad_access\n");
95 fprintf(stderr, "__lr = %llx\n", thread_state.ts_64.__lr);
96 fprintf(stderr, "__pc = %llx\n", thread_state.ts_64.__pc);
106 fprintf(stderr, "runtime/cgo: thread_set_state failed: %d\n", ret);
123 fprintf(stderr, "runtime/cgo: mach_port_allocate failed: %d\n", ret);
132 fprintf(stderr, "runtime/cgo: mach_port_insert_right failed: %d\n", ret);
143 fprintf(stderr, "runtime/cgo: thread_set_exception_ports failed: %d\n", ret);
149 fprintf(stderr, "runtime/cgo: pthread_mutex_lock failed: %d\n", ret);
157 fprintf(stderr, "runtim
[all...]
H A Dgcc_android_386.c40 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n");
51 fprintf(stderr, "runtime/cgo: could not obtain pthread_keys\n");
52 fprintf(stderr, "\ttried");
54 fprintf(stderr, " %#x", (unsigned)tofree[i]);
55 fprintf(stderr, "\n");
60 // TODO: output to stderr is not useful for apps.
/prebuilts/ndk/current/sources/cxx-stl/gabi++/tests/
H A Dtest_gabixx_exceptions.cpp27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
H A Dtest_gabixx_exceptions.cpp27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
H A Dtest_gabixx_exceptions.cpp27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
/prebuilts/misc/common/swig/include/2.0.11/guile/
H A Dinterpreter.i20 status = gscm_run_scm(argc, argv, 0, stdout, stderr, guile_init, 0, "#t");
22 fputs(gscm_error_msg(status), stderr);
23 fputc('\n', stderr);
31 fputs(gscm_error_msg(status), stderr);
32 fputc('\n', stderr);

Completed in 812 milliseconds

1234567891011>>