/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
lint-hunks.py | 115 stdin=show.stdout, stderr=subprocess.PIPE) 120 stdin=subprocess.PIPE, stderr=subprocess.PIPE) 139 print >>sys.stderr, err 140 print >>sys.stderr, "for help use --help"
|
/external/chromium_org/third_party/libxml/src/ |
testRelax.c | 106 stderr); local 117 stderr); local 140 fprintf(stderr, "Could not parse %s\n", argv[i]); 149 stderr); local
|
testSchemas.c | 102 stderr); local 113 stderr); local 131 fprintf(stderr, "Could not parse %s\n", argv[i]); 140 stderr); local
|
/external/chromium_org/third_party/mach_override/libudis86/ |
udint.h | 44 fprintf(stderr, "decode-error: %s:%d: %s", \
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_driver.h | 69 fprintf(stderr, "%s: " format, __func__, ## __VA_ARGS__)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_state.h | 56 if ( 0 ) fprintf( stderr, "FALLBACK in %s: #%d=%d\n", \
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_state.h | 58 if ( 0 ) fprintf( stderr, "FALLBACK in %s: #%d=%d\n", \
|
radeon_tex_copy.c | 88 fprintf(stderr, "%s: copying to face %d, level %d\n", 90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); 91 fprintf(stderr, "from (%dx%d) width %d, height %d, offset %d, pitch %d\n", 93 fprintf(stderr, "src size %d, dst size %d\n", rrb->bo->size, timg->mt->bo->size);
|
/external/chromium_org/third_party/opus/src/silk/ |
typedef.h | 69 fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str);
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/ |
subsetter.cc | 53 fprintf(stderr,
|
/external/chromium_org/third_party/skia/bench/ |
BenchLogger.h | 18 * Class that allows logging to a file while simultaneously logging to stdout/stderr. 31 * BenchLogger will only write to stdout/stderr. 36 * Log an error to stderr, taking a C style string as input. 41 * Log an error to stderr, taking an SkString as input. 67 void nativeLogError(const char msg[]) { fprintf(stderr, "%s", msg); }
|
/external/chromium_org/third_party/skia/tools/ |
svn.py | 36 stderr=subprocess.STDOUT) 70 stderr=subprocess.PIPE) 71 (stdout, stderr) = proc.communicate() 74 (args, self._directory, stderr))
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
sampling_test.cc | 66 fprintf(stderr, "USAGE: %s <base of output files>\n", argv[0]);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
sampling_test.cc | 66 fprintf(stderr, "USAGE: %s <base of output files>\n", argv[0]);
|
/external/chromium_org/third_party/webrtc/build/ |
version.py | 29 stderr=subprocess.PIPE,
|
/external/chromium_org/third_party/webrtc/test/testsupport/ |
packet_reader.cc | 39 fprintf(stderr, "Attempting to use uninitialized PacketReader!\n");
|
/external/chromium_org/third_party/webrtc/tools/ |
simple_command_line_parser.cc | 38 fprintf(stderr, "Wrong switch format: %s\n", flag.c_str()); 39 fprintf(stderr, "Flag doesn't start with --\n"); 48 fprintf(stderr, "Wrong switch format: %s\n", flag.c_str()); 49 fprintf(stderr, "Wrong placement of =\n");
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
genmodule.c | 63 fprintf(stderr, "Usage: %s <module.in> <Makefile[.am]> <outfile>\n", argv[0]); 87 fprintf(stderr, "Could not open `%s'.\n", inc->filename); 174 fprintf(stderr, "Could not open `%s'.\n", outfile); 183 fprintf(stderr, "Could not open `%s'.\n", argv[1]);
|
/external/chromium_org/tools/ |
bisect-manual-test.py | 26 sys.stderr.write('Revision is [(g)ood/(b)ad]: ')
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-postbuild-fail.py | 16 # set |match| to ignore build stderr output. 38 stderr=subprocess.STDOUT) variable
|
gyptest-sdkroot.py | 26 stdout=subprocess.PIPE, stderr=DEVNULL)
|
/external/chromium_org/tools/python/google/ |
process_utils.py | 45 If specified, prints its stderr (and optionally stdout) to stdout, 52 verbose: if True, combines all output (stdout and stderr) into stdout. 53 Otherwise, prints only the command's stderr to stdout. 74 proc = subprocess.Popen(command, stdout=out, stderr=err, bufsize=1) 85 read_from = proc.stderr 119 then runs it and prints its stderr (and optionally stdout) to stdout, 125 verbose: if True, combines all output (stdout and stderr) into stdout. 126 Otherwise, prints only the command's stderr to stdout. 145 verbose: if True, combines stdout and stderr into stdout. 146 Otherwise, prints only the command's stderr to stdout [all...] |
/external/chromium_org/tools/symsrc/ |
source_index.py | 70 stdout=subprocess.PIPE, stderr=subprocess.PIPE) 83 stdout=subprocess.PIPE, stderr=subprocess.PIPE) 104 stdout=subprocess.PIPE, stderr=subprocess.PIPE) 122 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
vtune_profiler_unittest.py | 15 def __init__(self, returncode, stdout=None, stderr=None): 18 self.stderr = stderr 21 return (self.stdout, self.stderr)
|
/external/cmockery/cmockery_0_1_2/src/example/ |
calculator.c | 180 fprintf(stderr, "Unable to parse integer from argument %s\n", 201 fprintf(stderr, "Unknown operator %s, argument %d\n", 209 fprintf(stderr, "Binary operator %s missing argument\n", 218 fprintf(stderr, "Unable to parse integer %s of argument %d\n",
|