/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");
|
/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");
|
read_after_free.c | 31 fprintf(stderr, "Pointer to allocated memory: %p\n", s_mem); 41 fprintf(stderr, "Read-after-free result: %d\n", result); 43 fprintf(stderr, "Done.\n");
|
/external/valgrind/main/memcheck/tests/ |
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");
|
err_disable1.c | 29 fprintf(stderr, "\n--------- SIMPLE TEST ---------\n\n"); 30 fprintf(stderr, "\n--------- enabled (expect 1) ---------\n\n"); 34 fprintf(stderr, "\n--------- disabled (expect 0) ---------\n\n"); 39 fprintf(stderr, "\n--------- re-enabled (expect 1) ---------\n\n"); 46 fprintf(stderr, "\n--------- MULTI-LEVEL TEST (expect 2) ---------\n\n"); 72 fprintf(stderr, "\n--------- MULTI-LEVEL TEST end ---------\n\n");
|
err_disable3.c | 30 fprintf(stderr, "\n--------- c: start (expect 1) ---------\n\n"); 32 fprintf(stderr, "\n--------- c: end ---------\n\n"); 44 fprintf(stderr, "\n--------- p: disabling errors (expect 0) ---------\n\n"); 49 fprintf(stderr, "\n--------- p: creating child ---------\n\n"); 54 fprintf(stderr, "\n--------- p: join child ---------\n\n"); 58 fprintf(stderr, "\n--------- p: re_enabled (expect 1) ---------\n\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");
|
/external/valgrind/main/none/tests/s390x/ |
Makefile.am | 16 $(addsuffix .stderr.exp,$(INSN_TESTS)) \ 19 ex_sig.stdout.exp ex_sig.stderr.exp ex_sig.vgtest \ 20 ex_clone.stdout.exp ex_clone.stderr.exp ex_clone.vgtest \ 21 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
|
/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...] |
m_estimator.c | 30 fprintf(stderr, "Usage: ... estimator INTERVAL TIME-CONST\n"); 31 fprintf(stderr, " INTERVAL is interval between measurements\n"); 32 fprintf(stderr, " TIME-CONST is averaging time constant\n"); 33 fprintf(stderr, "Example: ... est 1sec 8sec\n"); 56 fprintf(stderr, "Error: estimator parameters are out of range.\n"); 60 fprintf(stderr, "[estimator i=%u e=%u]\n", est->interval, est->ewma_log);
|
/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");
|
/system/core/adb/ |
console.c | 13 fprintf(stderr, "error: more than one emulator detected. use -s option\n"); 15 fprintf(stderr, "error: no emulator detected\n"); 20 fprintf(stderr, "error: could not connect to TCP port %d\n", port);
|
/system/extras/tests/bionic/libc/common/ |
test_strftime_2039.c | 18 fprintf(stderr, "strftime() returned 0\n"); 25 fprintf(stderr, "FAIL\n"); 31 fprintf(stderr, "strftime() returned 0\n");
|
/external/bison/lib/ |
error.c | 49 /* If NULL, error will flush stdout, then print on stderr the program 125 if (_IO_fwide (stderr, 0) > 0) 127 __fwprintf (stderr, L": %s", s); 132 fprintf (stderr, ": %s", s); 139 if (_IO_fwide (stderr, 0) > 0) 160 __vfwprintf (stderr, wmessage, args); 166 vfprintf (stderr, message, args); 173 if (_IO_fwide (stderr, 0) > 0) 174 putwc (L'\n', stderr); 177 putc ('\n', stderr); [all...] |
/external/clang/test/PCH/ |
missing-file.cpp | 10 // RUN: %clang_cc1 -include-pch %t.h.pch -Wpadded -emit-obj -o %t.o %s 2> %t.stderr 11 // RUN: grep 'bytes to align' %t.stderr 14 // RUN: not %clang_cc1 -DREDECL -include-pch %t.h.pch -emit-obj -o %t.o %s 2> %t.stderr 15 // RUN: grep 'previous definition is here' %t.stderr 18 // RUN: not %clang_cc1 -DINSTANTIATION -include-pch %t.h.pch -emit-obj -o %t.o %s 2> %t.stderr 19 // RUN: grep 'cannot be used prior to' %t.stderr
|
/external/qemu/ |
ioport-user.c | 28 fprintf(stderr, "outb: port=0x%04"FMT_pioaddr", data=%02"PRIx8"\n", 34 fprintf(stderr, "outw: port=0x%04"FMT_pioaddr", data=%04"PRIx16"\n", 40 fprintf(stderr, "outl: port=0x%04"FMT_pioaddr", data=%08"PRIx32"\n", 46 fprintf(stderr, "inb: port=0x%04"FMT_pioaddr"\n", addr); 52 fprintf(stderr, "inw: port=0x%04"FMT_pioaddr"\n", addr); 58 fprintf(stderr, "inl: port=0x%04"FMT_pioaddr"\n", addr);
|