/external/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/llvm/test/FrontendC/ |
2002-06-25-FWriteInterfaceFailure.c | 6 fprintf(stderr, "testing\n");
|
/external/valgrind/main/coregrind/ |
no_op_client_for_valgrind.c | 11 fprintf(stderr,
|
/external/valgrind/main/memcheck/tests/ |
error_counts.c | 20 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS); 28 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS); 34 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS); 38 PRINT_LEAK_COUNTS(stderr); 39 fprintf(stderr, "\n"); 41 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS); 52 PRINT_LEAK_COUNTS(stderr); 53 fprintf(stderr, "\n"); 55 fprintf(stderr, "errors: %d\n", VALGRIND_COUNT_ERRORS);
|
origin1-yes.c | 36 fprintf(stderr, "\nUndef 1 of 8 (stack, 32 bit)\n"); 46 fprintf(stderr, "\nUndef 2 of 8 (stack, 32 bit)\n"); 55 fprintf(stderr, "\nUndef 3 of 8 (stack, 64 bit)\n"); 63 fprintf(stderr, "\nUndef 4 of 8 (mallocd, 32-bit)\n"); 75 fprintf(stderr, "\nUndef 5 of 8 (realloc)\n"); 84 fprintf(stderr, "\nUndef 6 of 8 (MALLOCLIKE_BLOCK)\n"); 100 fprintf(stderr, "\nUndef 7 of 8 (brk)\n"); 101 // fprintf(stderr, "\n(no complaint; sbrk initialises memory on Darwin)\n"); 102 fprintf(stderr, "\n(currently disabled)\n"); 107 // fprintf(stderr, "\nUndef 7 of 8 (brk)\n") [all...] |
writev.c | 36 fprintf(stderr, "open(2) failed: fname = %s, errno = %d\n", 40 fprintf(stderr, "write(2) failed: nbytes = %d, errno = %d\n", 45 fprintf(stderr, "close failed: errno = %d\n", errno); 48 fprintf(stderr, "Test file created.\n"); 50 fprintf(stderr, "open failed: fname = %s, errno = %d\n", 58 fprintf(stderr, "Received EFAULT as expected\n"); 60 fprintf(stderr, "Expected EFAULT, got %d\n", errno); 63 fprintf(stderr, "Expected nbytes = 0, got %d\n", nbytes); 66 fprintf(stderr, "Error writev returned a positive value\n"); 70 fprintf(stderr, "Received EINVAL as expected\n") [all...] |
/external/bison/src/ |
complain.c | 52 location_print (stderr, loc); 53 fputs (": ", stderr); 54 fputs (_("warning: "), stderr); 57 vfprintf (stderr, message, args); 61 putc ('\n', stderr); 69 fprintf (stderr, "%s: %s", current_file ? current_file : program_name, _("warning: ")); 72 vfprintf (stderr, message, args); 76 putc ('\n', stderr); 89 location_print (stderr, loc); 90 fputs (": ", stderr); [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
yylex.c | 68 fprintf( stderr, "%d\t", num_rules + 1 ); 94 (void) putc( toktype, stderr ); 98 (void) putc( '\n', stderr ); 106 fputs( "%s", stderr ); 110 fputs( "%x", stderr ); 114 fputs( "%%\n", stderr ); 126 fprintf( stderr, "'%s'", nmstr ); 152 fprintf( stderr, "\\%c", 159 fprintf( stderr, 164 stderr ); [all...] |
/bionic/libstdc++/src/ |
pure_virtual.cpp | 7 fprintf(stderr, "Pure virtual function called. Are you calling virtual methods from a destructor?\n");
|
/external/bison/lib/ |
yyerror.c | 29 return fprintf (stderr, "%s\n", message);
|
/build/tools/fs_get_stats/ |
fs_get_stats.c | 12 fprintf(stderr, "%s:%d: ERROR: " fmt, \ 18 do { fprintf(stderr, "DEBUG: " fmt, ##args); } while(0) 26 fprintf(stderr, "fs_get_stats: retrieve the target file stats " 28 fprintf(stderr, "usage: fs_get_stats cur_perms is_dir filename\n"); 29 fprintf(stderr, "\tcur_perms - The current permissions of " 31 fprintf(stderr, "\tis_dir - Is filename is a dir, 1. Otherwise, 0.\n"); 32 fprintf(stderr, "\tfilename - The filename to lookup\n"); 33 fprintf(stderr, "\n");
|
/external/valgrind/main/none/tests/ |
vgprintf.c | 11 fprintf(stderr, "%d\n", x); 13 fprintf(stderr, "%d\n", x);
|
/frameworks/compile/libbcc/runtime/lib/ |
eprintf.c | 29 fprintf(stderr, format, assertion_expression, line, file); 30 fflush(stderr);
|
/system/core/toolbox/ |
setprop.c | 8 fprintf(stderr,"usage: setprop <key> <value>\n"); 13 fprintf(stderr,"could not set property\n");
|
/system/extras/tests/bionic/libc/bionic/ |
test_dlclose_destruction.c | 47 fprintf(stderr, "Could not load shared library %s: %s\n", libname, dlerror()); 51 fprintf(stderr, "%s loaded.\n", libname); 55 fprintf(stderr, "Could not access global DLL variable (x) in %s: %s\n", libname, dlerror()); 60 fprintf(stderr, "Constructor was not run on dlopen(\"%s\") !\n", libname); 66 fprintf(stderr, "Could not access global DLL function (set_y) in %s: %s\n", libname, dlerror()); 74 fprintf(stderr, "Could not unload shared library %s: %s\n", libname, dlerror()); 78 fprintf(stderr, "%s unloaded.\n", libname); 80 fprintf(stderr, "Static destructors was not called on dlclose()!\n");
|
libdlclosetest1.cpp | 53 fprintf(stderr, "%s: setting x to 1\n", __FUNCTION__); 68 fprintf(stderr, "%s: to_y uinitialized !!\n", __FUNCTION__); 72 fprintf(stderr, "%s: setting y(%p) to 2 !\n", __FUNCTION__, to_y); 81 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
|
libdlclosetest2.c | 46 fprintf(stderr, "%s: setting x to 1\n", __FUNCTION__); 62 fprintf(stderr, "%s: to_y uninitialized!!\n", __FUNCTION__); 66 fprintf(stderr, "%s: setting y(%p) to 2!\n", __FUNCTION__, to_y); 72 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
|
/external/valgrind/main/drd/tests/ |
annotate_publish_hg.c | 9 fprintf(stderr, "Done.\n");
|
pth_create_glibc_2_0.c | 21 fprintf(stderr, "The thread.\n"); 33 fprintf(stderr, "pthread_create() failed.\n"); 37 fprintf(stderr, "Finished.\n");
|
pth_uninitialized_cond.c | 16 fprintf(stderr, "Statically initialized condition variable.\n"); 20 fprintf(stderr, "Uninitialized condition variable.\n"); 25 fprintf(stderr, "Done.\n");
|
/system/media/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...] |
/development/ndk/tests/dlclose-destruction/jni/ |
main.c | 13 fprintf(stderr, "Can't load library: %s\n", dlerror()); 21 fprintf(stderr, "Can't find test function\n"); 31 fprintf(stderr, "Test function failed to set variable !\n"); 41 fprintf(stderr, "Test destructor was *not* called !\n"); 44 fprintf(stderr, "Test destructor called but returned invalid value (%d)\n", x);
|
/external/valgrind/main/none/tests/amd64/ |
ssse3_misaligned.c | 22 fprintf(stderr, "three\n"); 29 fprintf(stderr, "you should see: \"one\\ntwo\\nthree\\n\"\n"); 30 fprintf(stderr, "one\n"); 32 fprintf(stderr, "two\n"); 34 fprintf(stderr, "test failed! you shouldn't see this\n");
|
/external/valgrind/main/none/tests/x86/ |
ssse3_misaligned.c | 22 fprintf(stderr, "three\n"); 29 fprintf(stderr, "you should see: \"one\\ntwo\\nthree\\n\"\n"); 30 fprintf(stderr, "one\n"); 32 fprintf(stderr, "two\n"); 34 fprintf(stderr, "test failed! you shouldn't see this\n");
|
/external/valgrind/main/helgrind/tests/ |
tc10_rec_lock.c | 27 fprintf(stderr, "before lock #1\n"); 29 fprintf(stderr, "before lock #2\n"); 31 fprintf(stderr, "before lock #3\n"); 34 fprintf(stderr, "before unlock #1\n"); 36 fprintf(stderr, "before unlock #2\n"); 38 fprintf(stderr, "before unlock #3\n"); 41 fprintf(stderr, "before unlock #4\n");
|