HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 1 - 25 of 2725) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
watchpoints.c 7 fprintf(stderr, "breakme function called from line %d\n", line);
8 fflush(stderr);
22 fprintf(stderr, "before reading 0/4/8\n");
24 fprintf(stderr, "u: Expected value at 0\n");
26 fprintf(stderr, "u: Unexpected value at 0\n");
29 fprintf(stderr, "f: Expected value at 4\n");
31 fprintf(stderr, "f: Unexpected value at 4\n");
34 fprintf(stderr, "d: Expected value at 8\n");
36 fprintf(stderr, "d: Unexpected value at 8\n");
40 fprintf(stderr, "before writing 0\n")
    [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/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);
leak-delta.c 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme()
    [all...]
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_disable2.c 30 fprintf(stderr, "\n--------- enabled (expect 1) ---------\n\n");
34 fprintf(stderr, "\n--------- disabled (expect 0) ---------\n\n");
39 fprintf(stderr, "\n--------- exiting (expect complaint) ---------\n\n");
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...]
writev1.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/lib/
yyerror.c 29 fputs (message, stderr);
30 fputc ('\n', stderr);
  /external/clang/test/CodeGen/
2002-06-25-FWriteInterfaceFailure.c 4 extern FILE *stderr;
8 fprintf(stderr, "testing\n");
  /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...]
  /external/compiler-rt/lib/asan/tests/
asan_exceptions_test.cc 9 fprintf(stderr, "%s\n", msg.c_str());
19 fprintf(stderr, "&a before = %p\n", &a);
23 fprintf(stderr, "&a in catch = %p\n", &a);
25 fprintf(stderr, "&a final = %p\n", &a);
  /external/compiler-rt/lib/
eprintf.c 29 fprintf(stderr, format, assertion_expression, line, file);
30 fflush(stderr);
  /external/compiler-rt/lib/ubsan/lit_tests/Misc/
deduplication.cpp 13 fprintf(stderr, "Start\n");
23 fprintf(stderr, "End\n");
  /external/valgrind/main/none/tests/
vgprintf.c 11 fprintf(stderr, "%d\n", x);
13 fprintf(stderr, "%d\n", x);
  /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");
  /external/openssl/crypto/srp/
srp_lcl.h 65 #define srp_bn_print(a) {fprintf(stderr, #a "="); BN_print_fp(stderr,a); \
66 fprintf(stderr,"\n");}
  /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...]
  /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);

Completed in 885 milliseconds

1 2 3 4 5 6 7 8 91011>>