/external/qemu/ |
vl.c | 302 fprintf(stderr, "unused inb: port=0x%04x\n", address); 310 fprintf(stderr, "unused outb: port=0x%04x data=0x%02x\n", address, data); 334 fprintf(stderr, "unused inl: port=0x%04x\n", address); 342 fprintf(stderr, "unused outl: port=0x%04x data=0x%02x\n", address, data); 423 fprintf(stderr, "WSAStartup: %d\n", err); 564 fprintf(stderr, "qemu: Unknown bluetooth HCI `%s'.\n", str); 575 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS); 601 fprintf(stderr, "qemu: warning: adding a VHCI to " 620 fprintf(stderr, "qemu: unrecognised bluetooth vlan Id\n"); 628 fprintf(stderr, "qemu: warning: adding a slave device to [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLESmacros.h | 35 fprintf(stderr, "%s:%s:%d error 0x%x\n", __FILE__, __FUNCTION__, __LINE__, err); \ 42 fprintf(stderr, "%s:%s:%d error 0x%x\n", __FILE__, __FUNCTION__, __LINE__, err); \
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
ErrorLog.h | 29 # define ERR(...) fprintf(stderr, __VA_ARGS__) 31 # define DBG(...) fprintf(stderr, __VA_ARGS__)
|
/external/blktrace/ |
verify_blkparse.c | 22 fprintf(stderr, "%s: file\n", argv[0]); 48 fprintf(stderr, "cpu%d too large\n", cpu);
|
/external/chromium/build/ |
compiler_version.py | 27 print >> sys.stderr, "compiler_version.py failed to execute:", compiler 28 print >> sys.stderr, e
|
/external/clang/utils/C++Tests/LLVM-Code-Symbols/ |
check-symbols | 9 stderr=subprocess.PIPE) 11 stderr=subprocess.PIPE)
|
/external/dbus/test/name-test/ |
test-ids.c | 14 fprintf (stderr, "*** test-ids: %s", message); 31 fprintf (stderr, "*** Failed to open connection to system bus: %s\n",
|
/external/dropbear/ |
scpmisc.c | 52 fprintf(stderr, "xmalloc: zero size\n"); 57 fprintf(stderr, "xmalloc: out of memory (allocating %lu bytes)\n", (u_long) size); 69 fprintf(stderr, "xrealloc: zero size\n"); 77 fprintf(stderr, "xrealloc: out of memory (new_size %lu bytes)\n", (u_long) new_size); 87 fprintf(stderr, "xfree: NULL pointer given as argument\n"); 223 vfprintf(stderr, fmt, args); 234 fprintf(stderr, "Couldn't open /dev/null: %s", strerror(errno)); 242 fprintf(stderr, "dup2: %s", strerror(errno));
|
/external/e2fsprogs/e2fsck/ |
flushb.c | 34 fprintf(stderr, _("Usage: %s disk\n"), progname); 62 fprintf(stderr,
|
/external/elfutils/ |
config-compat-freebsd.h | 32 vfprintf(stderr, fmt, lst); 33 fprintf(stderr, "error %d: %s\n", errnum, strerror(errno));
|
/external/hyphenation/ |
example.c | 11 fprintf(stderr,"correct syntax is:\n"); 12 fprintf(stderr,"example [-d | -dd] hyphen_dictionary_file file_of_words_to_check\n"); 13 fprintf(stderr,"-o = use old algorithm (without non-standard hyphenation)\n"); 14 fprintf(stderr,"-d = hyphenation with listing of the possible hyphenations\n"); 108 fprintf(stderr, "Couldn't find file %s\n", argv[df]); 109 fflush(stderr); 116 fprintf(stderr,"Error - could not open file of words to check\n"); 153 fprintf(stderr, "hyphenation error\n");
|
/external/icu4c/samples/ufortune/ |
ufortune.c | 120 fprintf(stderr, "%s: udata_setAppData failed with error \"%s\"\n", programName, u_errorName(err)); 129 fprintf(stderr, "%s: ures_open failed with error \"%s\"\n", programName, u_errorName(err)); 144 fprintf(stderr, "%s: ures_getStringByKey(\"optionMessage\") failed, %s\n", 158 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err)); 171 fprintf(stderr, "%s: ures_getByKey(\"fortunes\") failed, %s\n", programName, u_errorName(err)); 182 fprintf(stderr, "%s: ures_countArrayItems(\"fortunes\") failed, %s\n", programName, u_errorName(err)); 186 fprintf(stderr, "%s: no fortunes found.\n", programName); 193 fprintf(stderr, "%s: ures_getStringByIndex(%d) failed, %s\n", programName, i, u_errorName(err));
|
/external/iproute2/tc/ |
q_atm.c | 33 fprintf(stderr,"Usage: atm\n"); 42 fprintf(stderr, "Usage: ... atm ( pvc ADDR | svc ADDR [ sap SAP ] ) " 44 fprintf(stderr, " [ hdr HEX... ] [ excess ( CLASSID | clp ) ] " 118 fprintf(stderr,"header is too long\n"); 203 fprintf(stderr,"ATM: address too short\n"); 207 0) fprintf(stderr,"atm2text error\n"); 225 fprintf(stderr,"ATM: excess class ID too short\n"); 242 fprintf(stderr,"ATM: state field too short\n");
|
q_ingress.c | 32 fprintf(stderr, "Usage: ... ingress \n"); 45 fprintf(stderr, "What is \"%s\"?\n", *argv);
|
/external/jpeg/ |
cdjpeg.c | 62 * Optional progress monitor: display a percent-done figure on stderr. 77 fprintf(stderr, "\rPass %d/%d: %3d%% ", 81 fprintf(stderr, "\r %3d%% ", percent_done); 83 fflush(stderr); 107 fprintf(stderr, "\r \r"); 108 fflush(stderr); 158 fprintf(stderr, "Cannot reopen stdin\n"); 176 fprintf(stderr, "Cannot reopen stdout\n");
|
/external/qemu/android/utils/ |
panic.c | 19 fprintf(stderr, "PANIC: "); 20 vfprintf(stderr, fmt, args);
|
/external/valgrind/main/exp-ptrcheck/tests/ |
arith_include2.c | 7 { fprintf(stderr, "about to do %d [0]\n", __LINE__); tn = tp[ 0]; } \ 9 { fprintf(stderr, "about to do %d [-1]\n", __LINE__); tn = tp[-1]; }
|
/external/valgrind/main/memcheck/tests/ |
badjump2.c | 48 fprintf(stderr, "Got here??\n"); 50 fprintf(stderr, "Signal caught, as expected\n");
|
/external/valgrind/main/none/tests/ |
pth_once.c | 46 fprintf(stderr, "pthread_once failed with %d",rtn); 70 fprintf(stderr, "pthread_create failed with %d",rtn);
|
syscall-restart1.c | 47 fprintf(stderr, "FAIL: expected EINTR, not %d/%s/%c\n", 57 fprintf(stderr, "FAIL: expected write to fail with EPIPE, not %d\n", errno);
|
/external/webkit/Tools/CLWrapper/ |
CLWrapper.cpp | 16 fwprintf(stderr, L"######### im in ur IDE, compiling ur c0des ########\n"); 47 fwprintf(stderr, L"exec(\"%s\", \"%s\", \"%s\", \"%s\")\n", L"sh", newArgv[0], newArgv[1], newArgv[2]);
|
/external/zlib/examples/ |
zpipe.c | 153 fputs("zpipe: ", stderr); 157 fputs("error reading stdin\n", stderr); 159 fputs("error writing stdout\n", stderr); 162 fputs("invalid compression level\n", stderr); 165 fputs("invalid or incomplete deflate data\n", stderr); 168 fputs("out of memory\n", stderr); 171 fputs("zlib version mismatch!\n", stderr); 202 fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr);
|
/frameworks/compile/libbcc/runtime/lib/ |
eprintf.c | 29 fprintf(stderr, format, assertion_expression, line, file); 30 fflush(stderr);
|
/frameworks/compile/libbcc/tests/ |
bccarm | 11 proc = subprocess.Popen(["bcc"] + args, stderr=subprocess.PIPE, stdout=subprocess.PIPE) 16 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/frameworks/compile/linkloader/tests/ |
stub-test.cpp | 37 fprintf(stderr, "ERROR: Unable to allocate stub for function1\n"); 42 fprintf(stderr, "ERROR: Unable to allocate stub for function2\n");
|