HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 26 - 50 of 4204) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
large_allocation_leak.cc 12 fprintf(stderr, "Test alloc: %p.\n", large_alloc);
  /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");
annotate_trace_memory.c 21 fprintf(stderr, "float\n");
24 fprintf(stderr, "double\n");
27 fprintf(stderr, "uint8_t\n");
30 fprintf(stderr, "uint16_t\n");
33 fprintf(stderr, "uint32_t\n");
36 fprintf(stderr, "uint64_t\n");
47 fprintf(stderr, "Done.\n");
  /system/extras/tests/bionic/libc/bionic/
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/chromium_org/third_party/openssl/openssl/crypto/srp/
srp_lcl.h 65 #define srp_bn_print(a) {fprintf(stderr, #a "="); BN_print_fp(stderr,a); \
66 fprintf(stderr,"\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");}
  /external/valgrind/main/memcheck/tests/
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...]
sigprocmask.c 37 fprintf(stderr, "before\n");
39 fprintf(stderr, "%x ", x[i]);
41 fprintf(stderr, "\n");
45 fprintf(stderr, "after1\n");
47 fprintf(stderr, "%x ", x[i]);
49 fprintf(stderr, "\n");
53 fprintf(stderr, "after2\n");
55 fprintf(stderr, "%x ", x[i]);
57 fprintf(stderr, "\n");
61 fprintf(stderr, "__NR_sigprocmask not supported on this platform\n")
    [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...]
  /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/gdbserver_tests/
passsigalrm.c 14 fprintf(stderr, "starting ...\n");
25 fprintf (stderr, "ok: 1st SIGALRM received\n");
27 fprintf (stderr, "wrong 1st: unexpected value %d sigalrm_received\n",
34 fprintf (stderr, "ok: 2nd SIGALRM received\n");
36 fprintf (stderr, "wrong 2nd: unexpected value %d sigalrm_received\n",
  /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/sepolicy/tools/
checkfc.c 21 fprintf(stderr, "usage: %s [OPTIONS] sepolicy context_file\n\n", name);
22 fprintf(stderr, "Parses a context file and checks for syntax errors.\n");
23 fprintf(stderr, "The context_file is assumed to be a file_contexts file\n");
24 fprintf(stderr, "unless explicitly switched by an option.\n\n");
25 fprintf(stderr, " OPTIONS:\n");
26 fprintf(stderr, " -p : context file represents a property_context file.\n");
27 fprintf(stderr, "\n");
59 fprintf(stderr, "Expected sepolicy file and context file as arguments.\n");
73 fprintf(stderr, "Error loading policy from %s\n", sepolicyFile);
84 fprintf(stderr, "Error loading context file from %s\n", contextFile)
    [all...]
  /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");
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 52 fclose (stderr);
53 stderr = tmpfile ();
54 if(!stderr)
74 rewind (stderr);
75 fgets (buf, 160, stderr);
79 fgets (buf, 160, stderr);
83 fgets (buf, 160, stderr);
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_vertprog_dump.c 136 fprintf(stderr, " dst: %d%s op: ",
139 fprintf(stderr, "PRED %u",
144 fprintf(stderr, "PVS_MACRO_OP_2CLK_M2X_ADD\n");
146 fprintf(stderr, " PVS_MACRO_OP_2CLK_MADD\n");
149 fprintf(stderr, "%s\n", r300_vs_me_ops[op & 0x1f]);
151 fprintf(stderr, "%s\n", r300_vs_ve_ops[op & 0x1f]);
157 fprintf(stderr, " reg: %d%s swiz: %s%s/%s%s/%s%s/%s%s\n",
176 fprintf(stderr, "Final vertex program code:\n");
182 fprintf(stderr, "%d: op: 0x%08x", i, vs->body.d[offset]);
186 fprintf(stderr, " src%i: 0x%08x", src, vs->body.d[offset+1+src])
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog_dump.c 136 fprintf(stderr, " dst: %d%s op: ",
139 fprintf(stderr, "PRED %u",
144 fprintf(stderr, "PVS_MACRO_OP_2CLK_M2X_ADD\n");
146 fprintf(stderr, " PVS_MACRO_OP_2CLK_MADD\n");
149 fprintf(stderr, "%s\n", r300_vs_me_ops[op & 0x1f]);
151 fprintf(stderr, "%s\n", r300_vs_ve_ops[op & 0x1f]);
157 fprintf(stderr, " reg: %d%s swiz: %s%s/%s%s/%s%s/%s%s\n",
176 fprintf(stderr, "Final vertex program code:\n");
182 fprintf(stderr, "%d: op: 0x%08x", i, vs->body.d[offset]);
186 fprintf(stderr, " src%i: 0x%08x", src, vs->body.d[offset+1+src])
    [all...]
  /external/libgsm/src/
debug.c 29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
31 fprintf(stderr, "%d ", ptr[ from ] );
35 if (from < to) putc('\n', stderr);
38 putc('\n', stderr);
49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
52 fprintf(stderr, "%d ", ptr[ from ] );
56 if (from < to) putc('\n', stderr);
59 putc('\n', stderr);
66 fprintf(stderr, "%s: %d\n", name, (long)value );
73 fprintf(stderr, "%s: %d\n", name, (long)value)
    [all...]

Completed in 1683 milliseconds

12 3 4 5 6 7 8 91011>>