/frameworks/base/libs/rs/ |
rsg_generator.c | 348 fprintf(stderr, "pointer level not handled!!"); 549 fprintf(stderr, "usage: %s commandFile outFile\n", argv[0]); 560 fprintf(stderr, "Uknown command: \'%c\'\n", choice);
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
wb_vad.c | 635 fprintf(stderr, "vad_init: invalid parameter\n"); 643 fprintf(stderr, "vad_init: can not malloc state structure\n"); 668 fprintf(stderr, "vad_reset: invalid parameter\n");
|
/packages/experimental/procstatlog/ |
procstatreport.py | 637 print >>sys.stderr, "usage: procstatreport.py procstat.log output.html" 649 print >>sys.stderr, "Invalid input:", line 669 print >>sys.stderr, "error: insufficient history to chart"
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdio.h | 147 extern struct _IO_FILE *stderr; /* Standard error output stream. */ 151 #define stderr stderr macro
|
/system/core/libusbhost/ |
usbhost.c | 117 fprintf(stderr, "out of memory in usb_host_context\n"); 122 fprintf(stderr, "inotify_init failed\n"); 155 fprintf(stderr, "inotify_add_watch failed\n");
|
/development/tools/emulator/opengl/host/tools/emugen/ |
ApiGen.cpp | 194 fprintf(stderr, "Entry points are only defined for Client and Wrapper components\n"); 367 fprintf(stderr, "%s: data len is undefined for '%s'\n", 641 fprintf(stderr, "WARNING: %s : return value of pointer is unsupported\n", 823 fprintf(fp, "\t\t\tfprintf(stderr,\"%s: %s(%s)\\n\"", m_basename.c_str(), e->name().c_str(), printString.c_str()); [all...] |
/bionic/libc/kernel/tools/ |
utils.py | 12 sys.stderr.write( find_program_name() + ": error: " ) 13 sys.stderr.write( msg )
|
/external/bluetooth/bluez/tools/ |
ciptool.c | 268 fprintf(stderr, "\tNo devices in range or visible\n"); 320 fprintf(stderr, "You have to specifiy the device address.\n");
|
/external/clang/lib/Basic/ |
ConvertUTF.c | 215 fprintf(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2); 216 fflush(stderr);
|
/external/e2fsprogs/lib/blkid/ |
devname.c | 543 fprintf(stderr, "Usage: %s\n" 548 fprintf(stderr, "%s: error creating cache (%d)\n",
|
/external/e2fsprogs/tests/progs/ |
test_rel.c | 681 fflush(stderr); 683 setbuf(stderr, NULL);
|
/external/gtest/include/gtest/internal/ |
gtest-internal.h | 616 fprintf(stderr, "%s Test %s must be defined before " 619 fflush(stderr); [all...] |
/external/icu4c/samples/ustring/ |
ustring.cpp | 589 fprintf(stderr, "error %s opening the default converter\n", u_errorName(errorCode)); 595 fprintf(stderr, "error %s setting the escape callback in the default converter\n", u_errorName(errorCode));
|
/external/libvpx/vpx_mem/ |
vpx_mem_tracker.c | 252 if (!g_logging.type && g_logging.file && g_logging.file != stderr) 368 g_logging.file = stderr;
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal.h | 642 fprintf(stderr, "%s Test %s must be defined before " 645 fflush(stderr); [all...] |
/external/openssl/apps/ |
openssl.c | 210 fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n", 289 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
passwd.c | 80 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); 509 fputs("Program not available.\n", stderr)
|
/external/openssl/crypto/ec/ |
ec_key.c | 119 fprintf(stderr,"EC_KEY_free, bad reference count\n"); 226 fprintf(stderr, "EC_KEY_up, bad reference count\n");
|
/external/openssl/crypto/rsa/ |
rsa_lib.c | 222 fprintf(stderr,"RSA_free, bad reference count\n"); 259 fprintf(stderr, "RSA_up_ref, bad reference count\n");
|
/external/oprofile/daemon/ |
opd_perfmon.c | 354 freopen( "/dev/null", "w", stderr); 427 fprintf(stderr, "Couldn't determine number of CPUs.\n");
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-internal.h | 615 fprintf(stderr, "%s Test %s must be defined before " 618 fflush(stderr); [all...] |
/external/qemu/ |
arm-semi.c | 227 /* Write to debug console. stderr is near enough. */ 483 fprintf(stderr, "qemu: Unsupported SemiHosting SWI 0x%02x\n", nr); 484 cpu_dump_state(env, stderr, fprintf, 0);
|
charpipe.c | 20 # define D(...) ( fprintf( stderr, __VA_ARGS__ ), fprintf(stderr, "\n") )
|
/external/qemu/proxy/ |
proxy_common.c | 30 vfprintf(stderr, fmt, args); 32 fprintf(stderr, "\n");
|
/external/qemu/target-i386/ |
helper.c | 91 fprintf(stderr, "CPU feature %s not found\n", flagname); 347 fprintf(stderr, "bad numerical value %s\n", val); 355 fprintf(stderr, "bad numerical value %s\n", val); 363 fprintf(stderr, "bad numerical value %s\n", val); 369 fprintf(stderr, "vendor string must be 12 chars long\n"); 385 fprintf(stderr, "unrecognized feature %s\n", featurestr); 389 fprintf(stderr, "feature string `%s' not in format (+feature|-feature|feature=xyz)\n", featurestr); [all...] |