HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 276 - 300 of 7674) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/test/tsan/
map32bit.cc 28 fprintf(stderr, "ptr=%p\n", ptr);
30 fprintf(stderr, "mmap failed: %d\n", errno);
34 fprintf(stderr, "ptr is too high\n");
43 fprintf(stderr, "DONE\n");
  /external/curl/tests/libtest/
lib574.c 39 fprintf(stderr, "curl_global_init() failed\n");
44 fprintf(stderr, "curl_easy_init() failed\n");
55 fprintf(stderr, "curl_easy_perform() failed %d\n", res);
60 fprintf(stderr, "curl_easy_perform() failed %d\n", res);
  /external/libcxx/test/libcxx/android/
build.py 13 return not subprocess.Popen(cmd, stdout=None, stderr=None, env=env).wait()
  /external/lzma/C/
7zAlloc.c 29 fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size, g_allocCount);
42 fprintf(stderr, "\nFree; count = %10d", g_allocCount);
54 fprintf(stderr, "\nAlloc_temp %10d bytes; count = %10d", size, g_allocCountTemp);
70 fprintf(stderr, "\nFree_temp; count = %10d", g_allocCountTemp);
  /external/selinux/libselinux/utils/
policyvers.c 12 fprintf(stderr, "%s: policyvers() failed\n", argv[0]);
  /external/valgrind/drd/tests/
annotate_publish_hg.c 9 fprintf(stderr, "Done.\n");
concurrent_close.cpp 24 fprintf(stderr, "Failed to open /dev/null\n");
39 fprintf(stderr, "Failed to create thread %d\n", i);
47 fprintf(stderr, "Failed to join thread %d\n", i);
51 fprintf(stderr, "Done.\n");
new_delete.cpp 16 fprintf(stderr, "Success.\n");
omp_printf.c 11 fprintf(stderr,
58 fprintf(stderr,
64 fprintf(stderr, "%s", "");
68 fprintf(stderr, "Finished.\n");
  /external/valgrind/memcheck/tests/
bug287260.c 14 fprintf (stderr, "%d\n", r.rotation);
fwrite.c 10 fprintf(stderr, "open failed\n");
leak-0.c 20 PRINT_LEAK_COUNTS(stderr);
  /external/valgrind/none/tests/amd64-darwin/
Makefile.am 8 bug341419.vgtest bug341419.stderr.exp
  /external/valgrind/none/tests/solaris/
block_all_signals.c 46 fprintf(stderr, "Child process died with unexpected signal %d.\n",
51 fprintf(stderr, "Child process exited without expected SIGSEGV "
54 fprintf(stderr, "Child process exited with unexpected status %d.\n",
58 fprintf(stderr, "Unrecognized status of child proces %x?\n", status);
  /external/valgrind/none/tests/x86-darwin/
bug350062.c 14 fprintf(stderr, "PASS\n");
  /external/vboot_reference/firmware/stub/
vboot_api_stub_init.c 42 fprintf(stderr, "ERROR: ");
43 vfprintf(stderr, fixfmt(format), ap);
52 fprintf(stderr, "DEBUG: ");
53 vfprintf(stderr, fixfmt(format), ap);
  /external/webrtc/webrtc/test/testsupport/
frame_writer.cc 31 fprintf(stderr, "Frame length must be >0, was %zu\n",
37 fprintf(stderr, "Couldn't open output file for writing: %s\n",
56 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n");
62 fprintf(stderr, "Failed to write %zu bytes to file %s\n",
  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 59 fprintf(stderr, "hid_thread start fd: %d\n", fd);
62 fprintf(stderr, "HIDIOCGRDESCSIZE failed\n");
69 fprintf(stderr, "HIDIOCGRDESC failed\n");
75 fprintf(stderr, "waiting for device fd: %d\n", fd);
89 fprintf(stderr, "ACCESSORY_REGISTER_HID returned %d\n", ret);
98 fprintf(stderr, "sending ACCESSORY_SET_HID_REPORT_DESC offset: %d count: %d desc_length: %d\n",
102 fprintf(stderr, "ACCESSORY_SET_HID_REPORT_DESC returned %d errno %d\n", ret, errno);
111 fprintf(stderr, "read failed, errno: %d, fd: %d\n", errno, fd);
118 fprintf(stderr, "ACCESSORY_SEND_HID_EVENT returned %d errno: %d\n", ret, errno);
123 fprintf(stderr, "ACCESSORY_UNREGISTER_HID\n")
    [all...]
  /frameworks/minikin/app/
HyphTool.cpp 16 fprintf(stderr, "error opening %s\n", fn);
22 fprintf(stderr, "error opening %s\n", fn);
28 fprintf(stderr, "error reading %s\n", fn);
40 fprintf(stderr, "usage: hyphtool word\n");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
build.py 13 return not subprocess.Popen(cmd, stdout=None, stderr=None, env=env).wait()
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 30 fmt.Fprintf(os.Stderr, "pipe: %v\n", e)
35 fmt.Fprintf(os.Stderr, "dup2: %v\n", e)
41 fmt.Fprintf(os.Stderr, "write: %d %v\n", n, e)
46 fmt.Fprintf(os.Stderr, "close: %v\n", e)
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 30 fmt.Fprintf(os.Stderr, "pipe: %v\n", e)
35 fmt.Fprintf(os.Stderr, "dup2: %v\n", e)
41 fmt.Fprintf(os.Stderr, "write: %d %v\n", n, e)
46 fmt.Fprintf(os.Stderr, "close: %v\n", e)
  /system/core/toolbox/
sendevent.c 19 fprintf(stderr, "use: %s device type code value\n", argv[0]);
25 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno));
29 fprintf(stderr, "could not get driver version for %s, %s\n", argv[optind], strerror(errno));
38 fprintf(stderr, "write event failed, %s\n", strerror(errno));
  /system/sepolicy/tools/sepolicy-analyze/
booleans.c 4 fprintf(stderr, "\tbooleans\n");
  /external/compiler-rt/test/asan/TestCases/Windows/
throw_catch.cc 24 fprintf(stderr, "Throw: %p\n", &local);
34 fprintf(stderr, "Catch: %p\n", &local);
40 fprintf(stderr, "Before: %p poisoned: %d\n", &x,
45 fprintf(stderr, "Catch\n");
47 fprintf(stderr, "After: %p poisoned: %d\n", &x,
58 fprintf(stderr, "Before: %p poisoned: %d\n", &x,
62 fprintf(stderr, "After: %p poisoned: %d\n", &x,

Completed in 1066 milliseconds

<<11121314151617181920>>