HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 276 - 300 of 4272) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 39 fprintf(stderr, "Usage: %s <password>\n", argv[0]);
45 fprintf(stderr, "Could not open /dev/urandom: %s\n", strerror(errno));
53 fprintf(stderr, "Could not read salt from /dev/urandom: %s\n", strerror(errno));
63 fprintf(stderr, "Could not generate PBKDF2 output: %s\n", strerror(errno));
  /hardware/msm7k/librpc/
debug.h 53 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
54 fprintf(stderr, ##x); \
60 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
61 fprintf(stderr, ##msg); \
  /sdk/find_lock/
find_lock_exe.cpp 30 gIsConsole = true; // tell utils to to print errors to stderr
48 fprintf(stderr, "Error: Missing directory path\n");
52 fprintf(stderr, "Error: '%s' is not a valid directory.\n", dirPath.cstr());
73 fflush(stderr);
  /system/core/toolbox/
chown.c 18 fprintf(stderr, "Usage: chown <USER>[:GROUP] <FILE1> [FILE2] ...\n");
46 fprintf(stderr, "No such user '%s'\n", user);
59 fprintf(stderr, "No such group '%s'\n", group);
67 fprintf(stderr, "Unable to chown %s: %s\n", argv[i], strerror(errno));
getenforce.c 19 fprintf(stderr, "Could not get enforcing status: %s\n",
umount.c 65 fprintf(stderr,"umount <path>\n");
71 fprintf(stderr, "failed: %s\n", strerror(errno));
79 fprintf(stderr, "open loop device failed: %s\n", strerror(errno));
83 fprintf(stderr, "ioctl LOOP_CLR_FD failed: %s\n", strerror(errno));
  /external/iproute2/tc/
q_cbq.c 29 fprintf(stderr, "Usage: ... cbq bandwidth BPS rate BPS maxburst PKTS [ avpkt BYTES ]\n");
30 fprintf(stderr, " [ minburst PKTS ] [ bounded ] [ isolated ]\n");
31 fprintf(stderr, " [ allot BYTES ] [ mpu BYTES ] [ weight RATE ]\n");
32 fprintf(stderr, " [ prio NUMBER ] [ cell BYTES ] [ ewma LOG ]\n");
33 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n");
34 fprintf(stderr, " [ split CLASSID ] [ defmap MASK/CHANGE ]\n");
35 fprintf(stderr, " [ overhead BYTES ] [ linklayer TYPE ]\n");
40 fprintf(stderr, "Usage: ... cbq bandwidth BPS avpkt BYTES [ mpu BYTES ]\n");
41 fprintf(stderr, " [ cell BYTES ] [ ewma LOG ]\n");
46 fprintf(stderr, "Illegal \"%s\"\n", arg)
    [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 236 fprintf(stderr, "aPB oc=%p %p %d (%p .. %p)\n", oc, start, size,
257 fprintf(stderr,
335 fprintf(stderr, "paranoid_addto_StringMap(%s,%p)\n", name, addr);
337 fprintf(stderr, "duplicate: paranoid_addto_StringMap(%s,%p)\n", name, addr);
427 fprintf(stderr, "fixup area too small for %s\n", oc->fileName);
470 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP );
565 fprintf(stderr,"%s: unknown symbol `%s'\n",
570 fprintf(stderr, "\n`%s' resolves to %p\n", symbol, (void*)S );
574 fprintf(stderr, "Reloc: P = %p S = %p A = %p\n",
610 fprintf(stderr,"R_ARM_PC24: out of range delta 0x%x for %s\n"
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 533 _IO_flockfile (stderr);
535 int old_flags2 = ((_IO_FILE *) stderr)->_flags2;
536 ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL;
540 ((_IO_FILE *) stderr)->_flags2 = old_flags2;
541 _IO_funlockfile (stderr);
546 fprintf (stderr, _("%s: option `%s' is ambiguous\n"),
583 fprintf (stderr, _("\
597 fprintf (stderr, _("\
607 _IO_flockfile (stderr);
609 int old_flags2 = ((_IO_FILE *) stderr)->_flags2
    [all...]
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 42 fprintf(stderr,
81 fprintf(stderr, "Unknown argument: %c\n", (char)optopt);
87 fprintf(stderr, "Image filename and configuration file are required\n");
94 fprintf(stderr, "Must provide partition -> file mappings\n");
106 fprintf(stderr, "This program should only be used on regular files.");
112 fprintf(stderr, "Errors encountered while loading disk conf file %s",
133 fprintf(stderr, "Error: Too many partitions specified (%d)!\n", x);
138 fprintf(stderr, "Error parsing partition mappings\n");
143 fprintf(stderr, "Partition '%s' not found.\n", part_name);
152 fprintf(stderr, "Could not stat file: %s\n", pair)
    [all...]
  /bootable/recovery/updater/
updater.c 38 // Various things log information to stdout or stderr more or less
42 setbuf(stderr, NULL);
45 fprintf(stderr, "unexpected number of arguments (%d)\n", argc);
53 fprintf(stderr, "wrong updater binary API; expected 1, 2, or 3; "
72 fprintf(stderr, "failed to open package %s: %s\n",
79 fprintf(stderr, "failed to find %s in %s\n", SCRIPT_NAME, package_data);
85 fprintf(stderr, "failed to read script from package\n");
104 fprintf(stderr, "%d parse errors\n", error_count);
115 fprintf(stderr, "Warning: No file_contexts\n");
134 fprintf(stderr, "script aborted (no error message)\n")
    [all...]
  /dalvik/libdex/
CmdUtils.cpp 50 fprintf(stderr, "Unable to open '%s' as zip archive\n",
59 fprintf(stderr, "Unable to create output file '%s': %s\n",
70 fprintf(stderr, "Unable to find '%s' in '%s'\n",
78 fprintf(stderr, "Extract of '%s' from '%s' failed\n",
122 fprintf(stderr,
146 fprintf(stderr,
162 fprintf(stderr, "Not Zip, retrying as DEX\n");
166 fprintf(stderr, "Zip has no classes.dex\n");
180 fprintf(stderr, "ERROR: unable to open '%s': %s\n",
187 fprintf(stderr, "ERROR: Unable to map '%s'\n", fileName)
    [all...]
  /external/e2fsprogs/e2fsck/
extend.c 21 fprintf(stderr, _("%s: %s filename nblocks blocksize\n"),
43 fprintf(stderr, _("Illegal number of blocks!\n"));
49 fprintf(stderr, _("Couldn't allocate block buffer (size=%d)\n"),
  /external/e2fsprogs/lib/e2p/
percent.c 45 fprintf(stderr, "Usage: %s percent base\n", argv[0]);
51 fprintf(stderr, "Bad percent: %s\n", argv[1]);
57 fprintf(stderr, "Bad base: %s\n", argv[2]);
  /external/grub/util/
mbchk.c 41 fprintf (stderr, "Try ``mbchk --help'' for more information.\n");
64 fprintf (stderr, "%s: Read error.\n", filename);
81 fprintf (stderr, "%s: No Multiboot header.\n", filename);
92 fprintf (stderr,
101 fprintf (stderr,
122 fprintf (stderr,
131 fprintf (stderr,
140 fprintf (stderr,
149 fprintf (stderr,
160 fprintf (stderr,
    [all...]
  /external/llvm/test/CodeGen/X86/
2007-02-19-LiveIntervalAssert.ll 6 @stderr = external global %struct._IO_FILE*
9 %tmp = load %struct._IO_FILE** @stderr
11 %tmp6 = load %struct._IO_FILE** @stderr
  /external/openssh/regress/
stderr-after-eof.sh 1 # $OpenBSD: stderr-after-eof.sh,v 1.1 2002/03/23 16:38:09 markus Exp $
4 tid="stderr data after eof"
38 cmp ${DATA} ${COPY} || fail "stderr corrupt"
  /external/oprofile/libutil/tests/
file_tests.c 50 fprintf(stderr, "chdir(\"/usr\") failed for %s\n", tests[i][0]);
56 fprintf(stderr, "NULL return for %s\n", tests[i][0]);
61 fprintf(stderr, "%s does not match %s given %s\n",
  /external/valgrind/main/drd/tests/
pth_spinlock.c 42 fprintf(stderr, "Start of test.\n");
52 fprintf(stderr, "Test successful.\n");
54 fprintf(stderr, "Test failed: counter = %d, should be %d\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");
origin2-not-quite.c 37 fprintf(stderr, "\nUndef 1 of 3 (64-bit FP)\n");
46 fprintf(stderr, "\nUndef 2 of 3 (32-bit FP)\n");
58 fprintf(stderr, "\nUndef 3 of 3 (int)\n");
  /external/valgrind/main/none/tests/s390x/
Makefile.am 18 $(addsuffix .stderr.exp,$(INSN_TESTS)) \
21 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
  /frameworks/base/tools/aidl/
options.cpp 11 fprintf(stderr,
66 fprintf(stderr, "-I option (%d) requires a path.\n", i);
74 fprintf(stderr, "-d option (%d) requires a file.\n", i);
85 fprintf(stderr, "-p option (%d) requires a file.\n", i);
93 fprintf(stderr, "-o option (%d) requires a path.\n", i);
102 fprintf(stderr, "unknown option (%d): %s\n", i, s);
107 fprintf(stderr, "unknown option (%d): %s\n", i, s);
122 fprintf(stderr, "INPUT required\n");
137 fprintf(stderr, "INPUT is not an .aidl file.\n");
144 fprintf(stderr, "unknown option%s:", (i==argc-1?(const char*)"":(const char*)"s"))
    [all...]
  /ndk/tests/device/test-gabi++-guard/jni/
test_guard.cpp 55 fprintf(stderr, "ERROR: Foo instance is NULL!\n");
60 fprintf(stderr, "ERROR: Foo constructor called %d times (1 expected)\n",
72 fprintf(stderr, "ERROR: There are %d invalid instance pointers!\n", count);
  /sdk/emulator/opengl/host/tools/emugen/
main.cpp 31 fprintf(stderr, "Usage: %s [options] <base name>\n", filename);
32 fprintf(stderr, "\t-h: This message\n");
33 fprintf(stderr, "\t-E <dir>: generate encoder into dir\n");
34 fprintf(stderr, "\t-D <dir>: generate decoder into dir\n");
35 fprintf(stderr, "\t-i: input dir, local directory by default\n");
36 fprintf(stderr, "\t-T : generate attribute template into the input directory\n\t\tno other files are generated\n");
37 fprintf(stderr, "\t-W : generate wrapper into dir\n");
71 fprintf(stderr, "Missing argument !!\n");
80 fprintf(stderr, "Usage: %s [options] <base name> \n", argv[0]);
88 fprintf(stderr, "No output specified - aborting\n")
    [all...]

Completed in 3231 milliseconds

<<11121314151617181920>>