HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 726 - 750 of 6144) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 6 // about installed products. Violations are dumped to stderr. The process
24 // direct ERROR messages to stderr. Only one instance of this class may be live
49 // Dump violations to stderr.
51 FILE* const ConsoleLogHelper::kOutputStream_ = stderr;
88 // process exit since we redirect log messages to stderr.
100 // at the severity of validation violations to stderr. All other messages are
179 FILE* stream = is_valid ? stdout : stderr;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_unittest.py 73 self.stderr = MockFile(server_process)
88 self.stderr = self._proc.stderr
95 cmd = [sys.executable, '-c', 'import sys; import time; time.sleep(0.02); print "stdout"; sys.stdout.flush(); print >>sys.stderr, "stderr"']
119 self.assertEqual(line.strip(), "stderr")
130 self.assertTrue(server_process.stderr.closed)
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3conf.c 81 fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n");
88 fprintf(stderr, "Error opening Config file %s\n", conf_file);
89 ERR_print_errors_fp(stderr);
95 fprintf(stderr, "Can't open certificate file %s\n", argv[1]);
100 fprintf(stderr, "Error reading certificate file %s\n", argv[1]);
109 fprintf(stderr, "Error adding extensions\n");
110 ERR_print_errors_fp(stderr);
  /external/chromium_org/third_party/sqlite/src/tool/
fragck.tcl 10 puts stderr "Usage: $argv0 database-name table-or-index-name"
15 puts stderr "No such file: $file_to_analyze"
19 puts stderr "File is not readable: $file_to_analyze"
23 puts stderr "Empty or malformed database: $file_to_analyze"
87 puts stderr "no such table or index: $objname"
91 puts stderr "$objname is something other than a table or index"
95 puts stderr "invalid root page for $objname: $rootpage"
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.cc 83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]);
84 fprintf(stderr, " iters: How many million times to run the XOR test.\n");
85 fprintf(stderr, " num_threads: how many concurrent threads.\n");
86 fprintf(stderr, " 0 or 1 for single-threaded mode,\n");
87 fprintf(stderr, " -# to fork instead of thread.\n");
88 fprintf(stderr, " filename: The name of the output profile.\n");
89 fprintf(stderr, (" If you don't specify, set CPUPROFILE "
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.cc 83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]);
84 fprintf(stderr, " iters: How many million times to run the XOR test.\n");
85 fprintf(stderr, " num_threads: how many concurrent threads.\n");
86 fprintf(stderr, " 0 or 1 for single-threaded mode,\n");
87 fprintf(stderr, " -# to fork instead of thread.\n");
88 fprintf(stderr, " filename: The name of the output profile.\n");
89 fprintf(stderr, (" If you don't specify, set CPUPROFILE "
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
main.c 42 fprintf(stderr,
49 fprintf(stderr,
56 fprintf(stderr,
64 fprintf(stderr,
150 fputs("Out of memory.\n", stderr);
160 fprintf(stderr, "can't open %s\n", fileName);
175 fprintf(stderr, "can't open %s\n", outputFileName);
  /external/dropbear/
genrsa.c 61 fprintf(stderr, "rsa generation failed\n");
72 fprintf(stderr, "rsa generation failed\n");
79 fprintf(stderr, "rsa generation failed\n");
86 fprintf(stderr, "rsa generation failed\n");
115 fprintf(stderr, "rsa generation failed\n");
121 fprintf(stderr, "rsa generation failed\n");
126 fprintf(stderr, "rsa generation failed\n");
  /external/libpng/contrib/gregbook/
readpng2.c 89 fprintf(stderr, " Compiled with libpng %s; using libpng %s "
96 fprintf(stderr, " Compiled with libpng %s; using libpng %s "
100 fprintf(stderr, " Processor (x86%s) %s MMX instructions.\n",
110 fprintf(stderr,
121 fprintf(stderr,
125 fprintf(stderr, " combining rows (reading)\n");
129 fprintf(stderr,
140 fprintf(stderr, " other (unknown)\n");
144 fprintf(stderr, " (none)\n");
149 fprintf(stderr, " Compiled with libpng %s; using libpng %s
    [all...]
  /external/libsepol/tests/
test-expander.c 82 fprintf(stderr, "out of memory!\n");
88 fprintf(stderr, "out of memory!\n");
94 fprintf(stderr, "out of memory!\n");
102 fprintf(stderr, "read source policy failed %s\n", filename[0]);
110 fprintf(stderr, "read source policy failed %s\n", filename[i]);
116 fprintf(stderr, "link modules failed\n");
121 fprintf(stderr, "expand modules failed\n");
  /external/libvorbis/vq/
huffbuild.c 51 fprintf(stderr,
98 fprintf(stderr,"n must be divisible by group\n");
107 fprintf(stderr,"Could not open file %s\n",infile);
111 fprintf(stderr," making untrained books.\n");
148 fprintf(stderr,"Building tree for %ld entries\n",vals);
158 fprintf(stderr,"Could not open file %s\n",buffer);
184 fprintf(stderr,"Done. \n\n");
  /external/openssh/
kexdhc.c 76 DHparams_print_fp(stderr, dh);
77 fprintf(stderr, "pub= ");
78 BN_print_fp(stderr, dh->pub_key);
79 fprintf(stderr, "\n");
103 fprintf(stderr, "dh_server_pub= ");
104 BN_print_fp(stderr, dh_server_pub);
105 fprintf(stderr, "\n");
kexdhs.c 94 fprintf(stderr, "dh_client_pub= ");
95 BN_print_fp(stderr, dh_client_pub);
96 fprintf(stderr, "\n");
101 DHparams_print_fp(stderr, dh);
102 fprintf(stderr, "pub= ");
103 BN_print_fp(stderr, dh->pub_key);
104 fprintf(stderr, "\n");
kexgexs.c 131 fprintf(stderr, "dh_client_pub= ");
132 BN_print_fp(stderr, dh_client_pub);
133 fprintf(stderr, "\n");
138 DHparams_print_fp(stderr, dh);
139 fprintf(stderr, "pub= ");
140 BN_print_fp(stderr, dh->pub_key);
141 fprintf(stderr, "\n");
  /external/openssl/crypto/x509v3/
v3conf.c 81 fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n");
88 fprintf(stderr, "Error opening Config file %s\n", conf_file);
89 ERR_print_errors_fp(stderr);
95 fprintf(stderr, "Can't open certificate file %s\n", argv[1]);
100 fprintf(stderr, "Error reading certificate file %s\n", argv[1]);
109 fprintf(stderr, "Error adding extensions\n");
110 ERR_print_errors_fp(stderr);
  /external/qemu/
bt-host.c 60 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n",
94 fprintf(stderr, "qemu: error %i reading HCI frame\n", errno);
136 fprintf(stderr, "qemu: bad HCI packet type %02x\n", pkt[-1]);
154 fprintf(stderr, "qemu: `%s' not available\n", id);
164 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n",
175 fprintf(stderr, "qemu: Can't set HCI filter on socket (%i)\n", errno);
194 fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n");
  /external/qemu/distrib/sdl-1.2.15/test/
graywin.c 69 fprintf(stderr, "Couldn't lock display surface: %s\n",
114 fprintf(stderr, "Couldn't set display mode: %s\n",
118 fprintf(stderr, "Screen is in %s mode\n",
144 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
185 fprintf(stderr, "Usage: %s [-width] [-height] [-bpp] [-hw] [-hwpalette] [-flip] [-noframe] [-fullscreen] [-resize]\n",
225 fprintf(stderr,
245 fprintf(stderr,
  /external/qemu/hw/
smbios.c 71 fprintf(stderr, "SMBIOS type %d field already defined, "
79 fprintf(stderr, "SMBIOS type %d table already defined, "
155 fprintf(stderr, "Invalid SMBIOS UUID string\n");
177 fprintf(stderr, "Cannot read smbios file %s", buf);
193 fprintf(stderr, "Failed to load smbios file %s", buf);
216 fprintf(stderr, "Don't know how to build fields for SMBIOS type "
222 fprintf(stderr, "smbios: must specify type= or file=\n");
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 100 fprintf(stderr,"%s(): egl error 0x%x (%s)\n",
109 fprintf(stderr, "GL Error: 0x%04x\n", (int)error);
118 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error);
146 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
153 fprintf(stderr,"surface = %p\n", surface);
157 fprintf(stderr,"context = %p\n", context);
198 fprintf(stderr, "Graphics initialization failed.\n");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 34 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
41 p.stderr.close()
47 "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
53 variables `env_vars` is ok and return a (return code, stdout, stderr) tuple.
60 variables `env_vars` fails and return a (return code, stdout, stderr) tuple.
69 stderr=subprocess.STDOUT)
75 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 34 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
41 p.stderr.close()
47 "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
53 variables `env_vars` is ok and return a (return code, stdout, stderr) tuple.
60 variables `env_vars` fails and return a (return code, stdout, stderr) tuple.
69 stderr=subprocess.STDOUT)
75 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /sdk/emulator/opengl/host/tools/emugen/
TypeFactory.cpp 88 fprintf(stderr, "Error: %d : missing type name\n", lc);
95 fprintf(stderr, "Error: %d : missing type width\n", lc);
102 fprintf(stderr, "Error: %d : missing print-string\n", lc);
110 fprintf(stderr, "Error: %d : missing ispointer definition\n", lc);
121 fprintf(stderr, "Error: %d : invalid isPointer definition, must be either \"true\" or \"false\"\n", lc);
127 fprintf(stderr, "Error: %d : unknown var width: %d\n", lc, atoi(size.c_str()));
132 fprintf(stderr,
  /system/core/debuggerd/
getevent.c 45 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
49 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
53 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
59 fprintf(stderr, "out of memory\n");
65 fprintf(stderr, "out of memory\n");
107 fprintf(stderr, "could not get event, %s\n", strerror(errno));
210 fprintf(stderr, "could not get event\n");
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 283 fprintf(stderr,
287 fprintf(stderr, "Run '%s --help' for help.\n", progname);
295 fprintf(stderr, " required parameter is missing: -O is required for static and shared builds.\n");
296 fprintf(stderr, "Run '%s --help' for help.\n", progname);
308 fprintf(stderr, " required parameter -p is missing \n");
309 fprintf(stderr, "Run '%s --help' for help.\n", progname);
314 fprintf(stderr,
322 fprintf(stderr,
329 fprintf(stderr, "\n options:\n");
331 fprintf(stderr, "%-5s -%c %s%-10s %s\n"
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 233 fprintf(stderr,
238 fprintf(stderr,
284 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
294 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
304 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
345 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
349 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
359 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
500 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
516 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum)
    [all...]

Completed in 606 milliseconds

<<21222324252627282930>>