HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 651 - 675 of 4138) sorted by null

<<21222324252627282930>>

  /external/webkit/Tools/Scripts/webkitpy/common/system/
deprecated_logging.py 39 print >> sys.stderr, string
85 self._original_stderr = sys.stderr
88 sys.stderr = tee(self._original_stderr, *files)
91 sys.stderr = self._original_stderr
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 118 fprintf(stderr,"Not enough space in object array\n");
380 fprintf(stderr,
531 fprintf(stderr,"mkyaffs2image: image building tool for YAFFS2 built "__DATE__"\n");
532 fprintf(stderr,"usage: mkyaffs2image [-f] [-c <size>] [-s <size>] dir image_file [file_contexts mountpoint] [convert]\n");
533 fprintf(stderr," -f fix file stat (mods, user, group) for device\n");
534 fprintf(stderr," -c <size> set the chunk (NAND page) size. default: 2048\n");
535 fprintf(stderr," -s <size> set the spare (NAND OOB) size. default: 64\n");
536 fprintf(stderr," dir the directory tree to be converted\n");
537 fprintf(stderr," image_file the output file to hold the image\n");
538 fprintf(stderr," file_contexts the file contexts configuration used to assign SELinux file context attr (…)
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 128 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
190 fprintf(stderr, "Failed to instantiate decoder for '%s'.\n", mime);
201 fprintf(stderr, "rawSource returned error %d (0x%08x)\n", err, err);
592 fprintf(stderr, "usage: %s\n", me);
593 fprintf(stderr, " -h(elp)\n");
594 fprintf(stderr, " -a(udio)\n");
595 fprintf(stderr, " -n repetitions\n");
596 fprintf(stderr, " -l(ist) components\n");
597 fprintf(stderr, " -m max-number-of-frames-to-decode in each pass\n");
598 fprintf(stderr, " -b bug to reproduce\n")
    [all...]
  /frameworks/base/tools/aapt/
Package.cpp 80 fprintf(stderr, "ERROR: unable to remove '%s': %s\n", outputFile.string(),
85 fprintf(stderr, "ERROR: '%s' exists (use '-f' to force overwrite)\n",
90 fprintf(stderr, "ERROR: '%s' exists and is not a regular file\n", outputFile.string());
103 fprintf(stderr, "ERROR: unable to open '%s' as Zip file for writing\n",
114 fprintf(stderr, "ERROR: unable to process assets while packaging '%s'\n",
126 fprintf(stderr, "ERROR: unable to process jar files while packaging '%s'\n",
165 fprintf(stderr, "ERROR: Zip flush failed, archive may be hosed\n");
177 fprintf(stderr, "warning: could not unlink '%s'\n", outputFile.string());
205 fprintf(stderr, "warning: could not unlink '%s'\n", outputFile.string());
322 fprintf(stderr, "warning: '%s' not added to Zip\n", storageName.string())
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
BCHeaderField.h 81 fprintf(stderr, "Field ID: %d, data length %d, total length %d\n",
83 fprintf(stderr, "Data:");
84 for (size_t i = 0; i < len_; i++) fprintf(stderr, "0x%x ", data_[i]);
85 fprintf(stderr, "\n");
  /frameworks/compile/slang/
slang_assert.h 30 fprintf(stderr, "slangAssert failed at %s:%d - '%s'\n", \
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 30 #define ASSERT_EQ(x, y) do { if ((x) == (y)) ; else { fprintf(stderr, "0x%x != 0x%x\n", \
187 fprintf(stderr, "%s: unusual receive buffer queue size (%u buffers)\n", argv[0],
194 fprintf(stderr, "%s: unusual transmit buffer queue size (%u buffers)\n", argv[0],
201 fprintf(stderr, "%s: unusual buffer size (%u frames)\n", argv[0],
208 fprintf(stderr, "%s: unusual channel count ignored (%u)\n", argv[0],
227 fprintf(stderr, "%s: unusual sample rate (%u Hz)\n", argv[0],
235 fprintf(stderr, "%s: unknown option %s\n", argv[0], arg);
239 fprintf(stderr, "usage: %s -r# -t# -f# -s# -c#\n", argv[0]);
240 fprintf(stderr, " -r# receive buffer queue count for microphone input, default 1\n");
241 fprintf(stderr, " -t# transmit buffer queue count for speaker output, default 2\n")
    [all...]
  /ndk/tests/device/test-basic-exceptions/jni/
test_basic_exceptions.cpp 27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libxcb-xlib.so.0 
libxcb-xlib.so.0.0 
libxcb-xlib.so.0.0.0 
  /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 
  /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");
112 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/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");
237 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc);
258 fprintf(stderr," failed to find target %s\n\n", optarg);
270 fprintf(stderr," failed to find target %s\n\n", optarg);
283 fprintf(stderr, "Illegal \"index\"\n");
294 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv);
393 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...]

Completed in 895 milliseconds

<<21222324252627282930>>