HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 101 - 125 of 4199) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/extras/ext4_utils/
setup_fs.c 28 fprintf(stderr,"not a block device name: %s\n", blockdev);
34 fprintf(stderr,"device %s already has a filesystem\n", blockdev);
40 fprintf(stderr,"device %s not wiped, probably encrypted, not wiping\n", blockdev);
44 fprintf(stderr,"+++\n");
48 fprintf(stderr,"error: setup_fs: fork failed\n");
58 fprintf(stderr, "error: setup_fs: waitpid failed!\n");
63 fprintf(stderr,"---\n");
80 fprintf(stderr,"REBOOT!\n");
  /system/extras/fatblock/
utils.c 35 fprintf(stderr, "%s", msg);
40 fprintf(stderr, "%s", msg);
  /system/extras/tests/bionic/libc/bionic/
test_getgrouplist.c 47 fprintf(stderr, "getgrouplist() returned %d (expecting 1), ngroups=%d\n",
52 fprintf(stderr, "getgrouplist() returned group %d (expecting %d)\n",
  /system/extras/tests/bionic/libc/common/
test_dlopen_null.c 27 fprintf(stderr, "Could not open self-executable with dlopen(NULL) !!: %s\n", dlerror());
32 fprintf(stderr, "Could not lookup symbol inside executable !!: %s\n", dlerror());
test_pthread_cleanup_push.c 95 fprintf(stderr, "cleanup1 not called !!\n");
97 fprintf(stderr, "cleanup1 called with wrong argument\n" );
103 fprintf(stderr, "cleanup2 not called !!\n");
105 fprintf(stderr, "cleanup2 called with wrong argument\n");
110 fprintf(stderr, "cleanup3 not called !!\n");
112 fprintf(stderr, "cleanup3 called with bad argument !!\n");
118 fprintf(stderr, "cleanup3 wrongly called !!\n");
120 fprintf(stderr, "cleanup3 wrongly called with bad argument !!\n");
  /system/extras/tests/bionic/libc/other/
test_system.c 16 fprintf(stderr, "Error calling system(): %d\n", errno);
23 fprintf(stderr, "Command returned non-zero exit code: %d\n",
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3prin.c 76 fprintf(stderr, "Usage v3prin cert.pem\n");
80 fprintf(stderr, "Can't open %s\n", argv[1]);
84 fprintf(stderr, "Can't read certificate %s\n", argv[1]);
85 ERR_print_errors_fp(stderr);
94 if(!X509V3_EXT_print_fp(stdout, ext, 0, 0)) ERR_print_errors_fp(stderr);
v3conf.c 81 fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n");
88 fprintf(stderr, "Error opening Config file %s\n", conf_file);
89 ERR_print_errors_fp(stderr);
95 fprintf(stderr, "Can't open certificate file %s\n", argv[1]);
100 fprintf(stderr, "Error reading certificate file %s\n", argv[1]);
109 fprintf(stderr, "Error adding extensions\n");
110 ERR_print_errors_fp(stderr);
  /external/openssl/crypto/x509v3/
v3prin.c 76 fprintf(stderr, "Usage v3prin cert.pem\n");
80 fprintf(stderr, "Can't open %s\n", argv[1]);
84 fprintf(stderr, "Can't read certificate %s\n", argv[1]);
85 ERR_print_errors_fp(stderr);
94 if(!X509V3_EXT_print_fp(stdout, ext, 0, 0)) ERR_print_errors_fp(stderr);
v3conf.c 81 fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n");
88 fprintf(stderr, "Error opening Config file %s\n", conf_file);
89 ERR_print_errors_fp(stderr);
95 fprintf(stderr, "Can't open certificate file %s\n", argv[1]);
100 fprintf(stderr, "Error reading certificate file %s\n", argv[1]);
109 fprintf(stderr, "Error adding extensions\n");
110 ERR_print_errors_fp(stderr);
  /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",
testcdrom.c 81 fprintf(stderr, "Usage: %s [drive#] [command] [command] ...\n", argv0);
82 fprintf(stderr, "Where 'command' is one of:\n");
83 fprintf(stderr, " -status\n");
84 fprintf(stderr, " -list\n");
85 fprintf(stderr, " -play [first_track] [first_frame] [num_tracks] [num_frames]\n");
86 fprintf(stderr, " -pause\n");
87 fprintf(stderr, " -resume\n");
88 fprintf(stderr, " -stop\n");
89 fprintf(stderr, " -eject\n");
90 fprintf(stderr, " -sleep <milliseconds>\n")
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.h 20 fprintf(stderr, "-----------------------------------------------------\n" \
26 fprintf(stderr, "-----------------------------------------------------\n" \
44 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
48 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \
60 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
  /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");
  /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");
  /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));
setconsole.c 22 fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc);
54 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
61 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
82 fprintf(stderr, "%s [-d <dev>] [-v <vc>] [-gtncpoh]\n"
94 fprintf(stderr, "%s: invalid option -%c\n",
100 fprintf(stderr,"%s [-d <dev>] [-v <vc>] [-gtncpoh]\n", argv[0]);
106 fprintf(stderr, "cannot open %s\n", ttydev);
115 fprintf(stderr, "ioctl(vcfd, VT_GETSTATE, &vs) failed, %d\n", res);
124 fprintf(stderr, "ioctl(vcfd, VT_OPENQRY, &vtnum) failed, res %d, vtnum %d\n", res, vtnum);
141 fprintf(stderr, "ioctl( vcfd, VT_WAITACTIVE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), swit (…)
    [all...]
  /external/dropbear/libtomcrypt/testprof/
katja_test.c 16 fprintf(stderr, "katja_test requires SHA1 and yarrow");
26 fprintf(stderr, "katja_%d key modulus has %d bits\n", size, mp_count_bits(key.N));
30 fprintf(stderr, "N == \n");
32 fprintf(stderr, "%02x ", tmp[cnt]);
33 if (!(++cnt & 15)) fprintf(stderr, "\n");
38 fprintf(stderr, "p == \n");
40 fprintf(stderr, "%02x ", tmp[cnt]);
41 if (!(++cnt & 15)) fprintf(stderr, "\n");
46 fprintf(stderr, "\nq == \n");
48 fprintf(stderr, "%02x ", tmp[cnt])
    [all...]
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 119 fprintf(stderr, "error: clock_gettime\n");
161 fprintf(stderr, "no ticks happened\n");
190 fprintf(stderr, "\n\n---------------------------------------\n");
191 fprintf(stderr, "| testing %s\n", clks[i].name);
192 fprintf(stderr, "---------------------------------------\n\n");
194 fprintf(stderr, "relative timer test (at 500 ms) ...\n");
210 fprintf(stderr, "waiting timer ...\n");
214 fprintf(stderr, "whooops! no timer showed up!\n");
216 fprintf(stderr, "got timer ticks (%ld) after %.1f s\n",
220 fprintf(stderr, "absolute timer test (at 500 ms) ...\n")
    [all...]
  /build/tools/
java-layers.py 8 sys.stderr.write("usage: java-layers.py DEPENDENCY_FILE SOURCE_DIRECTORIES...\n")
9 sys.stderr.write("\n")
10 sys.stderr.write("Enforces layering between java packages. Scans\n")
11 sys.stderr.write("DIRECTORY and prints errors when the packages violate\n")
12 sys.stderr.write("the rules defined in the DEPENDENCY_FILE.\n")
13 sys.stderr.write("\n")
14 sys.stderr.write("Prints a warning when an unknown package is encountered\n")
15 sys.stderr.write("on the assumption that it should fit somewhere into the\n")
16 sys.stderr.write("layering.\n")
17 sys.stderr.write("\n"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributes.cpp 49 fprintf(stderr, "%s=x", identifier);
51 fprintf(stderr, " ");
54 fprintf(stderr, "%s=%lf", identifier, value);
56 fprintf(stderr, " ");
61 fprintf(stderr, "context: %p\n", m_context);
65 fprintf(stderr, " ---> pos=%i, data={", it->key);
71 fprintf(stderr, "}\n");
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.cc 83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]);
84 fprintf(stderr, " iters: How many million times to run the XOR test.\n");
85 fprintf(stderr, " num_threads: how many concurrent threads.\n");
86 fprintf(stderr, " 0 or 1 for single-threaded mode,\n");
87 fprintf(stderr, " -# to fork instead of thread.\n");
88 fprintf(stderr, " filename: The name of the output profile.\n");
89 fprintf(stderr, (" If you don't specify, set CPUPROFILE "
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.cc 83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]);
84 fprintf(stderr, " iters: How many million times to run the XOR test.\n");
85 fprintf(stderr, " num_threads: how many concurrent threads.\n");
86 fprintf(stderr, " 0 or 1 for single-threaded mode,\n");
87 fprintf(stderr, " -# to fork instead of thread.\n");
88 fprintf(stderr, " filename: The name of the output profile.\n");
89 fprintf(stderr, (" If you don't specify, set CPUPROFILE "
  /external/chromium_org/v8/src/
platform-posix.h 50 fprintf(stderr, "\n==== C stack trace ===============================\n\n");
52 fprintf(stderr, "(empty)\n");
54 fprintf(stderr, "(no symbols)\n");
57 fprintf(stderr, "%2d: ", i);
66 fprintf(stderr, "%s\n", demangled != NULL ? demangled : mangled);
69 fprintf(stderr, "??\n");
73 fflush(stderr);
  /external/libvorbis/examples/
vorbisfile_example.c 48 fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n");
58 fprintf(stderr,"%s\n",*ptr);
61 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate);
62 fprintf(stderr,"\nDecoded length: %ld samples\n",
64 fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor);
74 fprintf(stderr,"Corrupt bitstream section! Exiting.\n");
90 fprintf(stderr,"Done.\n");

Completed in 1641 milliseconds

1 2 3 45 6 7 8 91011>>