HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 76 - 100 of 4272) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
sigaltstack.c 10 fprintf(stderr, "caught signal, local var is on %p\n", &var);
27 fprintf(stderr, "calling sigaltstack, stack base is %p\n", sigstk.ss_sp);
30 fprintf(stderr,"setting sigaction\n");
35 fprintf(stderr, "res = %d\n", res);
36 fprintf(stderr, "raising the signal\n");
43 fprintf(stderr, "done\n");
sigkill.c 34 fprintf(stderr,"setting signal %d: ", i);
37 else fprintf(stderr,"Success\n");
38 fprintf(stderr,"getting signal %d: ", i);
41 else fprintf(stderr,"Success\n");
42 fprintf(stderr,"\n");
  /system/core/libcorkscrew/
test.c 10 fprintf(stderr, "frame_count=%d\n", (int) frame_count);
21 fprintf(stderr, " %s\n", line);
35 fprintf(stderr, " %s (%s%+d)\n", line, symbol->name, offset);
37 fprintf(stderr, " %s (\?\?\?)\n", line);
49 fprintf(stderr, "g()\n");
54 fprintf(stderr, "f(%i)\n", i);
  /external/dropbear/libtomcrypt/testprof/
katja_test.c 16 fprintf(stderr, "katja_test requires SHA1 and yarrow");
26 fprintf(stderr, "katja_%d key modulus has %d bits\n", size, mp_count_bits(key.N));
30 fprintf(stderr, "N == \n");
32 fprintf(stderr, "%02x ", tmp[cnt]);
33 if (!(++cnt & 15)) fprintf(stderr, "\n");
38 fprintf(stderr, "p == \n");
40 fprintf(stderr, "%02x ", tmp[cnt]);
41 if (!(++cnt & 15)) fprintf(stderr, "\n");
46 fprintf(stderr, "\nq == \n");
48 fprintf(stderr, "%02x ", tmp[cnt])
    [all...]
  /frameworks/wilhelm/src/
sllog.h 87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
88 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
94 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
95 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
101 #define SL_LOGI(...) do { fprintf(stderr, "SL_LOGI: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
102 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
108 #define SL_LOGD(...) do { fprintf(stderr, "SL_LOGD: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__);
    [all...]
  /bionic/libc/bionic/
err.c 65 (void)fprintf(stderr, "%s: ", __progname);
67 (void)vfprintf(stderr, fmt, ap);
68 (void)fprintf(stderr, ": ");
70 (void)fprintf(stderr, "%s\n", strerror(sverrno));
78 (void)fprintf(stderr, "%s: ", __progname);
80 (void)vfprintf(stderr, fmt, ap);
81 (void)fprintf(stderr, "\n");
111 (void)fprintf(stderr, "%s: ", __progname);
113 (void)vfprintf(stderr, fmt, ap);
114 (void)fprintf(stderr, ": ")
    [all...]
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_dflt_abort.c 45 fputs("\n_abort - Heap corruption\n" "File: ", stderr);
46 fputs(file, stderr);
47 fputs(" Line: ", stderr);
48 fputs(line, stderr);
49 fputs("\n\n", stderr);
50 fputs("hmm_dflt_abort: while(1)!!!\n", stderr);
51 fflush(stderr);
  /external/valgrind/main/exp-sgcheck/tests/
Makefile.am 9 bad_percentify.stdout.exp bad_percentify.stderr.exp-glibc28-amd64 \
11 globalerr.stderr.exp-glibc28-amd64 \
13 hackedbz2.stderr.exp-glibc28-amd64 \
14 hsg.vgtest hsg.stdout.exp hsg.stderr.exp \
16 preen_invars.stderr.exp-glibc28-amd64 \
18 stackerr.stderr.exp-glibc28-amd64 stackerr.stderr.exp-glibc27-x86
  /build/tools/
java-layers.py 8 sys.stderr.write("usage: java-layers.py DEPENDENCY_FILE SOURCE_DIRECTORIES...\n")
9 sys.stderr.write("\n")
10 sys.stderr.write("Enforces layering between java packages. Scans\n")
11 sys.stderr.write("DIRECTORY and prints errors when the packages violate\n")
12 sys.stderr.write("the rules defined in the DEPENDENCY_FILE.\n")
13 sys.stderr.write("\n")
14 sys.stderr.write("Prints a warning when an unknown package is encountered\n")
15 sys.stderr.write("on the assumption that it should fit somewhere into the\n")
16 sys.stderr.write("layering.\n")
17 sys.stderr.write("\n"
    [all...]
  /external/e2fsprogs/lib/et/
com_err.c 34 int do_cr = 1, fd = fileno(stderr);
37 fputs(whoami, stderr);
38 fputs(": ", stderr);
41 fputs(error_message(code), stderr); local
42 fputs(" ", stderr);
45 vfprintf (stderr, fmt, args);
59 fputc('\r', stderr);
60 fputc('\n', stderr);
61 fflush(stderr);
  /system/core/libsparse/
simg2simg.c 39 fprintf(stderr, "Usage: simg2simg <sparse image file> <sparse_image_file> <max_size>\n");
63 fprintf(stderr, "Cannot open input file %s\n", argv[1]);
69 fprintf(stderr, "Failed to import sparse file\n");
75 fprintf(stderr, "Failed to resparse\n");
81 fprintf(stderr, "Failed to allocate sparse file array\n");
87 fprintf(stderr, "Failed to resparse\n");
94 fprintf(stderr, "Filename too long\n");
100 fprintf(stderr, "Cannot open output file %s\n", argv[2]);
106 fprintf(stderr, "Failed to write sparse file\n");
  /system/extras/tests/storage/
opentest.c 37 fprintf(stderr, "Usage: opentest <directory> <num_files>\n");
45 fprintf(stderr, "num_files must be between 1 and 65536\n");
50 fprintf(stderr, "Cannot stat %s\n", dir);
55 fprintf(stderr, "%s is not a directory!\n", dir);
60 fprintf(stderr, "No access to %s\n", dir);
66 fprintf(stderr, "Unable to malloc array of %d fds\n", nfiles);
71 fprintf(stderr, "Cannot chdir to %s\n", dir);
78 fprintf(stderr, "Unable to raise RLIMIT_NOFILE to %ld\n", rlim.rlim_cur);
86 fprintf(stderr, "Unable to open %d fd\n", i);
  /external/icu4c/test/threadtest/
converttest.cpp 35 fprintf(stderr, "ConvertTest - could not ucnv_open(\"gb18030\")\n");
55 fprintf(stderr, "ucnv_open(\"shift_jis\") failed.\n");
63 fprintf(stderr, "ucnv_safeClone() failed.\n");
75 // fprintf(stderr, "ucnv_cleanup() failed - cache was not empty.\n");
79 fprintf(stderr, "ConvertTest::check() - could not redo ucnv_open(\"gb18030\")\n");
  /external/qemu/distrib/sdl-1.2.15/test/
testloadso.c 23 fprintf(stderr, "USAGE: %s <library> <functionname>\n", app);
24 fprintf(stderr, " %s --hello <lib with puts()>\n", app);
30 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
45 fprintf(stderr, "SDL_LoadObject('%s') failed: %s\n",
51 fprintf(stderr, "SDL_LoadFunction('%s') failed: %s\n",
  /external/valgrind/main/drd/tests/
hold_lock.c 40 fprintf(stderr, "Usage: %s [-i <interval time in ms>].\n", argv[0]);
45 fprintf(stderr, "Locking mutex ...\n");
58 fprintf(stderr, "Locking rwlock exclusively ...\n");
66 fprintf(stderr, "Locking rwlock shared ...\n");
76 fprintf(stderr, "Done.\n");
  /external/valgrind/main/none/tests/
pth_blockedsig.c 24 fprintf (stderr, "error doing pthread_kill\n");
42 fprintf (stderr, "SIG_BLOCK error");
47 fprintf (stderr, "signal(SIGINT) error");
51 fprintf (stderr, "error creating thread");
61 fprintf (stderr, "SHOULD NOT BE HERE (SIGUSR1)!!!!\n");
  /system/core/toolbox/
ionice.c 17 fprintf(stderr, "usage: ionice <pid> [none|rt|be|idle] [prio]\n");
22 fprintf(stderr, "Invalid pid specified\n");
28 fprintf(stderr, "Failed to read priority (%s)\n", strerror(errno));
44 fprintf(stderr, "Unsupported class '%s'\n", argv[2]);
52 fprintf(stderr, "Failed to set priority (%s)\n", strerror(errno));
load_policy.c 19 fprintf(stderr, "usage: %s policy-file\n", argv[0]);
26 fprintf(stderr, "Could not open %s: %s\n", path, strerror(errno));
31 fprintf(stderr, "Could not stat %s: %s\n", path, strerror(errno));
37 fprintf(stderr, "Could not mmap %s: %s\n", path, strerror(errno));
43 fprintf(stderr, "Could not load %s: %s\n", path, strerror(errno));
  /external/openssl/crypto/evp/
evp_test.c 87 fprintf(stderr,"Odd number of hex digits!");
156 fprintf(stderr,"Key length doesn't match, got %d expected %lu\n",kn,
165 fprintf(stderr,"EncryptInit failed\n");
166 ERR_print_errors_fp(stderr);
173 fprintf(stderr,"Encrypt failed\n");
174 ERR_print_errors_fp(stderr);
179 fprintf(stderr,"EncryptFinal failed\n");
180 ERR_print_errors_fp(stderr);
186 fprintf(stderr,"Ciphertext length mismatch got %d expected %d\n",
193 fprintf(stderr,"Ciphertext mismatch\n")
    [all...]
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p9.c 5 #define debug(...) fprintf(stderr, __VA_ARGS__)
10 // CHECK: fprintf(stderr, "Flag");
13 // CHECK: fprintf(stderr, "X = %d\n", x);
  /external/iproute2/tc/
f_basic.c 30 fprintf(stderr, "Usage: ... basic [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n");
31 fprintf(stderr, " [ action ACTION_SPEC ] [ classid CLASSID ]\n");
32 fprintf(stderr, "\n");
33 fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n");
34 fprintf(stderr, " FILTERID := X:Y:Z\n");
35 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
51 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
66 fprintf(stderr, "Illegal \"ematch\"\n");
75 fprintf(stderr, "Illegal \"classid\"\n");
82 fprintf(stderr, "Illegal \"action\"\n")
    [all...]
  /external/libsepol/utils/
chkcon.c 26 fprintf(stderr, "Can't open '%s': %s\n",
31 fprintf(stderr, "Error while processing %s: %s\n",
38 fprintf(stderr, "%s is not valid\n", argv[2]);
  /external/oprofile/libpp/
image_errors.h 29 /// output why the image passed can't be read to stderr, we warranty only one
35 /// output why the image passed can't be read to stderr
39 /// output why any bad images can't be read to stderr
  /external/valgrind/main/helgrind/tests/
free_is_write.c 24 fprintf(stderr, "Start.\n");
30 fprintf(stderr, "Pointer to allocated memory: %p\n", s_mem);
40 fprintf(stderr, "Done.\n");
  /external/valgrind/main/memcheck/tests/linux/
capget.c 18 fprintf(stderr, "Running as root\n");
24 fprintf(stderr,
48 fprintf(stderr, "This program is Linux-specific\n");

Completed in 1089 milliseconds

1 2 34 5 6 7 8 91011>>