/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_state.c | 61 fprintf(stderr, "Unknown value in %s: %x\n", __FUNCTION__, func); 87 fprintf(stderr, "Unknown value in %s: %x\n", __FUNCTION__, func); 152 fprintf(stderr, "Unknown value in %s: %x\n", __FUNCTION__, factor);
|
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_cwrs32.c | 132 fprintf(stderr,"N=%d Pulse count mismatch in cwrsi (%d!=%d).\n", 146 fprintf(stderr,"Combination-index mismatch (%lu!=%lu).\n", 151 fprintf(stderr,"Combination count mismatch (%lu!=%lu).\n",
|
/external/chromium_org/tools/gyp/tools/ |
graphviz.py | 88 print >>sys.stderr, __doc__ 89 print >>sys.stderr 90 print >>sys.stderr, 'usage: %s target1 target2...' % (sys.argv[0])
|
/external/iproute2/lib/ |
ll_addr.c | 65 fprintf(stderr, "\"%s\" is invalid lladdr.\n", arg); 83 fprintf(stderr, "\"%s\" is invalid lladdr.\n", arg); 87 fprintf(stderr, "\"%s\" is invalid lladdr.\n", arg);
|
/external/libcxxabi/src/Unwind/ |
config.h | 47 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libunwind: " msg, __VA_ARGS__) 65 fprintf(stderr, "libunwind: %s %s:%d - %s\n", func, file, line, msg); 75 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__)
|
/external/libexif/test/ |
test-mnote.c | 41 fprintf (stderr, "Could not parse maker note!\n"); 79 fprintf (stderr, "You need to supply a filename!\n"); 86 fprintf (stderr, "Could not load data from '%s'!\n", argv[1]);
|
/external/libopus/celt/tests/ |
test_unit_cwrs32.c | 132 fprintf(stderr,"N=%d Pulse count mismatch in cwrsi (%d!=%d).\n", 146 fprintf(stderr,"Combination-index mismatch (%lu!=%lu).\n", 151 fprintf(stderr,"Combination count mismatch (%lu!=%lu).\n",
|
/external/libsepol/tests/ |
test-linker.c | 73 fprintf(stderr, "out of memory!\n"); 83 fprintf(stderr, "link modules failed\n"); 88 fprintf(stderr, "link modules failed\n");
|
/external/libunwind/tests/ |
Gtest-concurrent.c | 43 do { fprintf (stderr, args); ++nerrors; } while (0) 96 fprintf (stderr, "FAILURE: Failed to create %u threads " 129 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
|
/external/ltrace/ |
execute_program.c | 49 fprintf(stderr, 54 fprintf(stderr, "cannot find user `%s'\n", options.user); 108 fprintf(stderr, "Can't execute `%s': %s\n", command,
|
/external/mdnsresponder/mDNSPosix/ |
ProxyResponder.c | 235 if (status) { fprintf(stderr, "Daemon start: mDNS_Init failed %d\n", (int)status); return(status); } 263 fprintf(stderr, "%s is not valid host address\n", argv[1]); 289 fprintf(stderr, "%s ip hostlabel [srvname srvtype port txt [txt ...]]\n", argv[0]); 290 fprintf(stderr, "ip Real IP address (or valid host name) of the host where the service actually resides\n"); 291 fprintf(stderr, "hostlabel First label of the dot-local host name to create for this host, e.g. \"foo\" for \"foo.local.\"\n"); 292 fprintf(stderr, "srvname Descriptive name of service, e.g. \"Stuart's Ink Jet Printer\"\n"); 293 fprintf(stderr, "srvtype IANA service type, e.g. \"_ipp._tcp\" or \"_ssh._tcp\", etc.\n"); 294 fprintf(stderr, "port Port number where the service resides (1-65535)\n"); 295 fprintf(stderr, "txt Additional name/value pairs specified in service definition, e.g. \"pdl=application/postscript\"\n"); 296 fprintf(stderr, "e.g. %s 169.254.12.34 thehost (just create a dot-local host name) (…) [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 21 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) 49 fprintf(stderr, "Failed to compile regex: %s\n", err_buf); 61 fprintf(stderr, "Failed to match regex: %s\n", err_buf); 101 fprintf(stderr, "Failed to execute regex for src register.\n"); 142 fprintf(stderr, "Could not convert src register index.\n"); 153 fprintf(stderr, "First char of swizzle is not valid.\n"); 187 fprintf(stderr, "Unknown src register swizzle.\n"); 227 fprintf(stderr, "Failed to execute regex for dst register.\n"); 245 fprintf(stderr, "Unknown dst register file type.\n"); 254 fprintf(stderr, "Could not convert dst register index\n") [all...] |
/external/mesa3d/src/glx/apple/ |
apple_cgl.c | 56 fprintf(stderr, "error: %s\n", dlerror()); 81 fprintf(stderr, "error: unable to dlopen %s : %s\n", 95 fprintf(stderr, "WARNING: the CGL major version has changed!\n"
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_state.c | 61 fprintf(stderr, "Unknown value in %s: %x\n", __FUNCTION__, func); 87 fprintf(stderr, "Unknown value in %s: %x\n", __FUNCTION__, func); 152 fprintf(stderr, "Unknown value in %s: %x\n", __FUNCTION__, factor);
|
/external/openssl/crypto/rc4/ |
rc4.c | 105 fprintf(stderr,"unknown option %s\n",*argv); 117 fprintf(stderr,"%s",*pp); 160 fprintf(stderr,"bad password read\n");
|
/external/oprofile/daemon/ |
oprofiled.c | 115 perror("oprofiled: couldn't dup stdout to stderr: "); 149 fprintf(stderr, "oprofiled: opd_go_daemon: couldn't chdir to %s: %s", 375 fprintf(stderr, "unknown verbose options\n"); 418 fprintf(stderr, "oprofiled: no vmlinux specified.\n"); 419 poptPrintHelp(optcon, stderr, 0); 431 fprintf(stderr, "oprofiled: no kernel VMA range specified.\n"); 432 poptPrintHelp(optcon, stderr, 0); 441 fprintf(stderr, "oprofiled: no events specified.\n"); 442 poptPrintHelp(optcon, stderr, 0); 459 fprintf(stderr, "oprofiled: no Xen VMA range specified.\n") [all...] |
/dalvik/tools/hprof-conv/ |
HprofConv.c | 32 # define DBUG(...) fprintf(stderr, __VA_ARGS__) 179 fprintf(stderr, "ERROR: realloc failed on size=%d\n", newSize); 214 fprintf(stderr, "ERROR: failed reading input\n"); 242 fprintf(stderr, "ERROR: read %d of %d bytes\n", actual, count); 265 fprintf(stderr, "ERROR: write %d of %d bytes\n", actual, pBuf->curLen); 376 fprintf(stderr, "ERROR: invalid basicType %d\n", basicType); 562 fprintf(stderr, "ERROR: unexpected subtype 0x%02x at offset %d\n", 618 fprintf(stderr, "ERROR: HPROF file already in 1.0.2 format.\n"); 620 fprintf(stderr, "ERROR: expecting HPROF file format 1.0.3\n"); 743 fprintf(stderr, "Usage: hprof-conf [-z] infile outfile\n") [all...] |
/development/tools/line_endings/ |
line_endings.c | 14 fprintf(stderr, "usage: line_endings unix|dos FILES\n" 54 fprintf(stderr, "unable to open file for read/write: %s\n", argv[i]); 76 fprintf(stderr, "unable to read file: %s\n", argv[i]); 98 fprintf(stderr, "unable to write file: %s\n", argv[i]);
|
/external/bison/lib/ |
closeout.c | 96 other than stdout and stderr before exiting, since the call to 122 if (close_stream (stderr) != 0)
|
progname.c | 55 stderr);
|
/external/chromium_org/mojo/public/cpp/environment/lib/ |
default_logger.cc | 46 fprintf(stderr, "%s: %s\n", GetLogLevelString(log_level), message);
|
/external/chromium_org/native_client_sdk/src/doc/ |
PRESUBMIT.py | 18 stderr=subprocess.STDOUT)
|
/external/chromium_org/native_client_sdk/src/tools/ |
fix_manifest.py | 44 sys.stderr.write("python 2.6 or later is required run this script\n") 55 sys.stderr.write(str(msg) + '\n') 127 sys.stderr.write('%s: %s\n' % (os.path.basename(__file__), e)) 130 sys.stderr.write('%s: interrupted\n' % os.path.basename(__file__))
|
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/ |
DescendantInvalidationSet.cpp | 199 fprintf(stderr, "DescendantInvalidationSet { "); 201 fprintf(stderr, "* "); 203 fprintf(stderr, "::custom "); 205 fprintf(stderr, "::shadow/deep/ "); 208 fprintf(stderr, "#%s ", (*it).ascii().data()); 212 fprintf(stderr, ".%s ", (*it).ascii().data()); 216 fprintf(stderr, "<%s> ", (*it).ascii().data()); 220 fprintf(stderr, "[%s] ", (*it).ascii().data()); 222 fprintf(stderr, "}\n");
|
/external/chromium_org/third_party/WebKit/Source/core/html/imports/ |
HTMLImport.cpp | 129 fprintf(stderr, " "); 131 fprintf(stderr, "%s", this == highlight ? "*" : " "); 133 fprintf(stderr, "\n"); 140 fprintf(stderr, "%p state=%d", this, m_state.peekValueForDebug());
|