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

12 3 4 5 6 7 8 91011>>

  /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/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...]
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();
36 fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
40 fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
44 fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
48 fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
51 fprintf(stderr, "finished\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...]
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 174 fprintf(pFile_Grev,"0\t1\teps\t80\n");
175 fprintf(pFile_Grev,"1\t2\t%s.grxml@VE_Words\n",base);
177 fprintf(pFile_map,"eps %d\n",num_wd++);
178 fprintf(pFile_map,"%s.grxml@ROOT %d\n",base,num_wd++);
179 fprintf(pFile_map,"%s.grxml@VE_Words %d\n",base,num_wd++);
180 fprintf(pFile_map,"-pau- %d\n",num_wd++);
181 fprintf(pFile_map,"-pau2- %d\n",num_wd++);
182 fprintf(pFile_map,"@VE_Words %d\n",num_wd++);
184 fprintf(pFile_P,"0\t1\teps\t{\t\n");
185 fprintf(pFile_P,"1\t2\teps\t{\t\n")
    [all...]
  /bootable/recovery/
common.h 27 #define LOGE(...) fprintf(stdout, "E:" __VA_ARGS__)
28 #define LOGW(...) fprintf(stdout, "W:" __VA_ARGS__)
29 #define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__)
32 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__)
33 #define LOGD(...) fprintf(stdout, "D:" __VA_ARGS__)
  /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/webkit/Tools/android/flex-2.5.4a/
yylex.c 68 fprintf( stderr, "%d\t", num_rules + 1 );
126 fprintf( stderr, "'%s'", nmstr );
152 fprintf( stderr, "\\%c",
159 fprintf( stderr,
171 fprintf( stderr, "%d", yylval );
175 fprintf( stderr, "[%d]", yylval );
179 fprintf( stderr, "<<EOF>>" );
183 fprintf( stderr, "%s ", yytext );
200 fprintf( stderr, "%s", yytext );
204 fprintf( stderr, _( "End Marker\n" ) )
    [all...]
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 67 fprintf(stderr, "Plain RSA key generator, part of %s\n", TOP_PACKAGE_STRING);
68 fprintf(stderr, "By Michal Ludvig (http://www.logix.cz/michal)\n");
69 fprintf(stderr, "\n");
70 fprintf(stderr, "Usage: %s [options]\n", argv0);
71 fprintf(stderr, "\n");
72 fprintf(stderr, " -b bits Generate <bits> long RSA key (default=1024)\n");
73 fprintf(stderr, " -e pubexp Public exponent to use (default=0x3)\n");
74 fprintf(stderr, " -f filename Filename to store the key to (default=stdout)\n");
75 fprintf(stderr, " -h Help\n");
76 fprintf(stderr, "\n")
    [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");
  /external/blktrace/btt/
q2d.c 71 fprintf(fp, "%5s ", "<.005");
72 fprintf(fp, "%5s ", "<.010");
73 fprintf(fp, "%5s ", "<.025");
74 fprintf(fp, "%5s ", "<.050");
75 fprintf(fp, "%5s ", "<.075");
76 fprintf(fp, "%5s ", "<.100");
77 fprintf(fp, "%5s ", "<.250");
78 fprintf(fp, "%5s ", "<.500");
79 fprintf(fp, "%5s ", "< 1.0");
80 fprintf(fp, "%5s ", ">=1.0\n")
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 46 fprintf(fp, "(PAP Authentication Frame -- Contents not dumped)\n");
53 fprintf(fp, "%02x ", (unsigned) buf[i]);
55 fprintf(fp, " ");
58 fprintf(fp, " ");
62 fprintf(fp, "%c", buf[i]);
64 fprintf(fp, ".");
70 fprintf(fp, "\n");
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
106 fprintf(fp, "Discovery (%x) ", (unsigned) type);
108 fprintf(fp, "Session (%x) ", (unsigned) type)
    [all...]
  /sdk/emulator/opengl/host/tools/emugen/
ApiGen.cpp 49 fprintf(fp, "// Generated Code - DO NOT EDIT !!\n");
50 fprintf(fp, "// generated by 'emugen'\n");
64 fprintf(fp, "#ifndef __%s_%s_proc_t_h\n", basename, sideString(side));
65 fprintf(fp, "#define __%s_%s_proc_t_h\n", basename, sideString(side));
66 fprintf(fp, "\n\n");
67 fprintf(fp, "\n#include \"%s_types.h\"\n",basename);
68 fprintf(fp, "#ifndef %s_APIENTRY\n",basename);
69 fprintf(fp, "#define %s_APIENTRY \n",basename);
70 fprintf(fp, "#endif\n");
76 fprintf(fp, "typedef ")
    [all...]
  /external/iproute2/ip/
ipprefix.c 45 fprintf(stderr, "Not a prefix: %08x %08x %08x\n",
52 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
66 fprintf(stderr, "wrong ND type %d\n", prefix->prefix_type);
72 fprintf(fp, "prefix ");
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
84 fprintf(fp, "/%u ", prefix->prefix_len);
86 fprintf(fp, "dev %s ", ll_index_to_name(prefix->prefix_ifindex));
89 fprintf(fp, "onlink ");
91 fprintf(fp, "autoconf ")
    [all...]
  /development/tools/yuv420sp2rgb/
debug.c 12 fprintf(s, "%p: ", b);
15 if (i && !(i % 4)) fprintf(s, " ");
16 if (i && !(i % 8)) fprintf(s, " ");
18 if (i && !(i % elsize)) fprintf(s, " ");
31 fprintf(s, " (%d)\n%p: ", i, b);
33 fprintf(s, "%02x", (unsigned char)pchr[i]);

Completed in 692 milliseconds

12 3 4 5 6 7 8 91011>>