/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libxcb-xlib.so.0 | |
libxcb-xlib.so.0.0 | |
libxcb-xlib.so.0.0.0 | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
appletrunner.py | 17 sys.stderr.write("%s: cannot find applet main program\n" % sys.argv[0])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
tf_inherit_check.py | 19 sys.stderr.write("fd %d is open in child" % fd)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
tf_inherit_check.py | 19 sys.stderr.write("fd %d is open in child" % fd)
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
RenderServer.cpp | 86 fprintf(stderr,"Error accepting connection, aborting\n"); 92 fprintf(stderr,"Error reading clientFlags\n"); 107 fprintf(stderr,"Failed to create RenderThread\n"); 111 fprintf(stderr,"Failed to start RenderThread\n");
|
/sdk/emulator/qtools/ |
exc_dump.cpp | 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
|
/system/core/libctest/ |
ctest.c | 69 /** Prints failures to stderr. */ 73 fprintf(stderr, "FAILURE! %d of %d tests failed. Failures:\n", 82 fwrite(buffer, sizeof(char), read, stderr); 98 fprintf(stderr, "Fork failed.");
|
/system/core/libsparse/ |
sparse_err.c | 28 vfprintf(stderr, fmt, argp);
|
/system/core/netcfg/ |
netcfg.c | 47 fprintf(stderr,"usage: netcfg [<interface> {dhcp|up|down}]\n"); 166 fprintf(stderr, "not enough arguments for '%s'\n", cmdname); 171 fprintf(stderr, "action '%s' failed (%s)\n", cmdname, strerror(errno)); 180 fprintf(stderr,"no such action '%s'\n", argv[0]);
|
/system/core/toolbox/ |
uptime.c | 83 fprintf(stderr, "Could not open /proc/uptime\n"); 87 fprintf(stderr, "Could not parse /proc/uptime\n"); 94 fprintf(stderr, "Could not get monotonic time\n"); 101 fprintf(stderr, "elapsedRealtime failed\n");
|
/system/extras/tests/bionic/libc/common/ |
test_executable_destructor.c | 65 fprintf(stderr, "Constructor function not called!!\n"); 82 fprintf(stderr, "Could not fork process: %s\n", strerror(errno)); 92 fprintf(stderr, "Could not wait for child: %s\n", strerror(errno)); 96 fprintf(stderr, "Destructor not called!!\n");
|
/external/chromium/net/base/ |
ssl_false_start_blacklist_process.cc | 26 fprintf(stderr, "Usage: %s <blacklist file> <output .c file>\n", argv0); 54 fprintf(stderr, "Removing duplicate entry for %s\n", i->c_str()); 100 fprintf(stderr, "Removing %s as redundant\n", i->c_str()); 113 fprintf(stderr, "Entry %s is too large\n", i->c_str()); 117 fprintf(stderr, "Entry %s contains too few labels\n", i->c_str()); 189 fprintf(stderr, "Have %d hosts after parse\n", (int) hosts.size()); 192 fprintf(stderr, "Have %d hosts after removing duplicates\n", (int) hosts.size()); 194 fprintf(stderr, "Have %d hosts after removing redundants\n", (int) hosts.size()); 196 fprintf(stderr, "One or more entries is too large or too small\n"); 200 fprintf(stderr, "Using %d entry hash table\n", kBuckets) [all...] |
/external/chromium_org/chrome/tools/mac_helpers/ |
infoplist_strings_util.mm | 36 fprintf(stderr, "Failed to load version file: %s\n", 54 fprintf(stderr, "Failed to parse version file\n"); 100 fprintf(stderr, "ERROR: requested string %s from binary data pack\n", 106 fprintf(stderr, "ERROR: failed to load string %s for lang %s\n", 182 fprintf(stderr, "ERROR: bad command line arg\n"); 193 fprintf(stderr, "ERROR: " b "\n"); \ 214 fprintf(stderr, "ERROR: failed to get a version string"); 229 fprintf(stderr, "ERROR: Failed to load branded pak for language: %s\n", 290 fprintf(stderr, "ERROR: failed to get the utf8 encoding of the strings " 315 fprintf(stderr, "ERROR: '%s' didn't exist or we failed to create it\n" [all...] |
/external/chromium_org/v8/src/ |
mksnapshot.cc | 218 fprintf(stderr, "bzlib error code: %d\n", result); 259 fprintf(stderr, "%s at line %d\n", *message_string, message->GetLineNumber()); 260 fprintf(stderr, "%s\n", *message_line); 262 fprintf(stderr, "%c", i < message->GetStartColumn() ? ' ' : '^'); 264 fprintf(stderr, "\n"); 287 fprintf(stderr, "bzip error code: %d\n", bz2_result); 304 fprintf(stderr, 316 fprintf(stderr, "Failed to open '%s': errno %d\n", name, errno); 329 fprintf(stderr, "Failed to read '%s': errno %d\n", name, errno); 339 fprintf(stderr, "Failure compiling '%s'\n", name) [all...] |
/external/iproute2/tc/ |
m_xt_old.c | 151 fprintf(stderr, "%s v%s: ", pname, pversion); 152 vfprintf(stderr, msg, args); 154 fprintf(stderr, "\n"); 200 fprintf(stderr, "using deprecated IPTABLES_LIB_DIR \n"); 235 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc); 256 fprintf(stderr," failed to find target %s\n\n", optarg); 268 fprintf(stderr," failed to find target %s\n\n", optarg); 281 fprintf(stderr, "Illegal \"index\"\n"); 292 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv); 391 fprintf(stderr, " %s error \n", m->name) [all...] |
/external/jpeg/ |
rdswitch.c | 91 fprintf(stderr, "Can't open table file %s\n", filename); 98 fprintf(stderr, "Too many tables in file %s\n", filename); 105 fprintf(stderr, "Invalid table data in file %s\n", filename); 116 fprintf(stderr, "Non-numeric data in file %s\n", filename); 183 fprintf(stderr, "Can't open scan definition file %s\n", filename); 191 fprintf(stderr, "Too many scans defined in file %s\n", filename); 199 fprintf(stderr, "Too many components in one scan in file %s\n", 232 fprintf(stderr, "Invalid scan entry format in file %s\n", filename); 240 fprintf(stderr, "Non-numeric data in file %s\n", filename); 284 fprintf(stderr, "JPEG quantization tables are numbered 0..%d\n" [all...] |
/external/qemu/distrib/jpeg-6b/ |
rdswitch.c | 91 fprintf(stderr, "Can't open table file %s\n", filename); 98 fprintf(stderr, "Too many tables in file %s\n", filename); 105 fprintf(stderr, "Invalid table data in file %s\n", filename); 116 fprintf(stderr, "Non-numeric data in file %s\n", filename); 183 fprintf(stderr, "Can't open scan definition file %s\n", filename); 191 fprintf(stderr, "Too many scans defined in file %s\n", filename); 199 fprintf(stderr, "Too many components in one scan in file %s\n", 232 fprintf(stderr, "Invalid scan entry format in file %s\n", filename); 240 fprintf(stderr, "Non-numeric data in file %s\n", filename); 284 fprintf(stderr, "JPEG quantization tables are numbered 0..%d\n" [all...] |
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 834 fprintf(stderr, "creat %s failed\n", path); 841 fprintf(stderr, "error (%s) writing to file %s\n", strerror(errno), path); 858 fprintf(stderr, "compare_file error (%s) opening %s\n", strerror(errno), path); 864 fprintf(stderr, "malloc(%d) failed\n", len); 871 fprintf(stderr, "compare_file file length should be %d, was %d\n", len, amt); 879 fprintf(stderr, "compare_file read expected %d bytes but got %d\n", len, amt); 886 fprintf(stderr, "compare_file contents are different: (index, expected, actual)\n"); 889 fprintf(stderr, " [%-2d] %02x %02x\n", i, data[i], contents[i]); 911 fprintf(stderr, "error creating %s\n", filename); 920 fprintf(stderr, "write_snapshot_file reported error %d (%s)\n", err, strerror(err)) [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
calibrator.c | 63 fprintf(stderr, "Failed to allocate netlink socket.\n"); 68 fprintf(stderr, "Failed to connect to generic netlink.\n"); 74 fprintf(stderr, "Failed to allocate generic netlink cache.\n"); 81 fprintf(stderr, "nl80211 not found.\n"); 291 fprintf(stderr, "\n\tUnable to find NVS file (%s).\n\t" 419 fprintf(stderr, "failed to allocate netlink message\n"); 425 fprintf(stderr, "failed to allocate netlink callbacks\n"); 446 fprintf(stderr, "failed to handle\n"); 452 fprintf(stderr, "failed to autocomplete\n"); 472 fprintf(stderr, "building message failed\n") [all...] |
/cts/suite/audio_quality/lib/src/ |
Log.cpp | 24 #define ASSERT_PLAIN(cond) if(!(cond)) { fprintf(stderr, \ 57 ::fprintf(stderr, "Log level %d\n", mLogLevel);
|
/dalvik/dexlist/ |
DexList.cpp | 168 fprintf(stderr, "Trouble reading class data\n"); 215 fprintf(stderr, "Unable to process '%s'\n", fileName); 222 fprintf(stderr, "Warning: DEX parse failed for '%s'\n", fileName); 249 fprintf(stderr, "Copyright (C) 2007 The Android Open Source Project\n\n"); 250 fprintf(stderr, "%s: dexfile [dexfile2 ...]\n", gProgName); 251 fprintf(stderr, "\n"); 270 fprintf(stderr, "Expected package.Class.method\n"); 282 fprintf(stderr, "%s: no file specified\n", gProgName);
|
/external/antlr/antlr-3.4/runtime/Python/ |
setup.py | 137 sys.stderr.write('\n' + '='*70 + '\n') 138 sys.stderr.write( 141 sys.stderr.write(error) 142 sys.stderr.write('\n') 269 sys.stderr.write('\n' + '='*70 + '\n') 270 sys.stderr.write( 273 sys.stderr.write(error) 274 sys.stderr.write('\n')
|
/external/bison/lib/ |
perror.c | 46 fprintf (stderr, "%s: %s\n", string, stackbuf); 48 fprintf (stderr, "%s\n", stackbuf);
|