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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 47 def fail_with_process_info(self, why, stdout=b'', stderr=b'',
56 stdout, stderr: standard output and error from the process so
70 stderr += stderr_end
72 (why, stdout.decode(), stderr.decode()))
97 'lambda s, f: sys.stderr.write("$\\n")) ;'
99 'sys.stderr.write("Worm Sign!\\n") ;'
104 stderr=subprocess.PIPE)
107 worm_sign = self._process.stderr.read(len(b'Worm Sign!\n'))
110 stderr=worm_sign)
121 rlist, _, _ = select.select([self._process.stderr], (), (), 0.05
    [all...]
  /sdk/emulator/mksdcard/
mksdcard.c 181 fprintf(stderr, "Failed to write sector of %d bytes: %s\n", BYTES_PER_SECTOR, strerror(errno));
198 fprintf(stderr, "Failed to write %d bytes: %s\n", len, strerror(errno));
209 fprintf(stderr, "mksdcard: create a blank FAT32 image to be used with the Android emulator\n" );
210 fprintf(stderr, "usage: mksdcard [-l label] <size> <file>\n\n");
211 fprintf(stderr, " if <size> is a simple integer, it specifies a size in bytes\n" );
212 fprintf(stderr, " if <size> is an integer followed by 'K', it specifies a size in KiB\n" );
213 fprintf(stderr, " if <size> is an integer followed by 'M', it specifies a size in MiB\n" );
214 fprintf(stderr, " if <size> is an integer followed by 'G', it specifies a size in GiB\n" );
215 fprintf(stderr, "\nMinimum size is 9M. The Android emulator cannot use smaller images.\n" );
216 fprintf(stderr, "Maximum size is %lld bytes, %lldK, %lldM or %lldG\n"
    [all...]
  /system/extras/librank/
librank.c 97 fprintf(stderr, "Couldn't resize libraries array: %s\n", strerror(errno));
105 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
110 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
116 fprintf(stderr, "Couldn't allocate space for library mappings array: %s\n", strerror(errno));
140 fprintf(stderr, "Couldn't resize mappings array: %s\n", strerror(errno));
148 fprintf(stderr, "Couldn't allocate space for mapping struct: %s\n", strerror(errno));
164 fprintf(stderr, "Couldn't allocate space for process struct: %s\n", strerror(errno));
190 fprintf(stderr, "Unknown permission '%c'\n", *perm);
305 fprintf(stderr, "Invalid argument \"%s\".\n", argv[optind - 1]);
321 fprintf(stderr, "Error initializing kernel interface --
    [all...]
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 92 fprintf(stderr, "ECC failed shamir test: size=%d, testno=%d\n", sizes[x], y);
134 fprintf(stderr, "ecc Shared keys are not same size.");
139 fprintf(stderr, "ecc Shared keys not same contents.");
155 fprintf(stderr, "failed. Size don't match?");
159 fprintf(stderr, "Failed. Contents didn't match.");
176 fprintf(stderr, "failed. Size don't match?");
180 fprintf(stderr, "Failed. Contents didn't match.");
207 fprintf(stderr, "Failed (length)");
212 fprintf(stderr, "Failed (contents)");
226 fprintf(stderr, "ecc_verify_hash failed %d, %d, ", stat, stat2)
    [all...]
  /external/libsepol/tests/
test-downgrade.c 52 fprintf(stderr, "%s: Out of memory!\n", __FUNCTION__);
105 fprintf(stderr,
110 fprintf(stderr,
138 fprintf(stderr, "error reading %spolicy binary\n", mls ? "mls " : "");
165 fprintf(stderr, "error writing %spolicy binary, version %d (downgraded from %d)\n", mls ? "mls " : "", lo, hi);
172 fprintf(stderr, "%s: Out of memory!\n",
177 fprintf(stderr, "error reading %spolicy binary, version %d (downgraded from %d)\n", mls ? "mls " : "", lo, hi);
211 fprintf(stderr, "Unable to open %s: %s\n", path,
247 /* We don't want libsepol to print warnings to stderr */
250 fprintf(stderr, "Out of memory!\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbelo.c 149 fprintf(stderr, "System error while reading from Elographics touchscreen.\n");
249 fprintf(stderr, "Wrong reply received\n");
256 fprintf(stderr, "No input!\n");
285 fprintf(stderr, "Elographics acknowledge packet reports %d errors\n", nb_errors);
354 fprintf( stderr, "ELO calibration values:\nmin_x: %i\nmax_x: %i\nmin_y: %i\nmax_y: %i\n",
369 fprintf( stderr, "Unable to configure Elographics touchscreen port\n");
378 fprintf( stderr, "Not at the specified rate or model 2310, will continue\n");
386 fprintf(stderr, "Ok, controller configured!\n");
391 fprintf( stderr, "Unable to ask Elographics touchscreen identification\n");
402 fprintf( stderr, "Unable to change Elographics touchscreen operating mode\n")
    [all...]
  /external/icu4c/tools/gendict/
gendict.cpp 112 fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-file output-file\n", progName);
113 fprintf((U_SUCCESS(retCode) ? stdout : stderr),
183 fprintf(stderr, "Codepoint U+%04lx out of range for --transform offset-%04lx!\n",
214 fprintf(stderr, "Syntax for offset value in --transform offset-%s invalid!\n", t + 7);
221 fprintf(stderr, "Invalid transform specified: %s\n", t);
286 fprintf(stderr, "error in command line argument \"%s\"\n", argv[-argc]);
298 fprintf(stderr, "input and output file must both be specified.\n");
317 fprintf(stderr, "you must specify exactly one type of trie to output!\n");
322 fprintf(stderr, "you must provide a transformation for a bytes trie, and must not provide one for a uchars trie!\n");
337 fprintf(stderr, "%s\n", msg)
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 350 fprintf(stderr, "android_get_control_socket(%s): %s\n", service, strerror(errno));
354 fprintf(stderr, "listen(control socket): %s\n", strerror(errno));
362 fprintf(stderr, "accept(control socket): %s\n", strerror(errno));
391 fprintf(stderr, "%s: %s\n", path, strerror(errno));
399 fprintf(stderr, "pipe: %s\n", strerror(errno));
408 fprintf(stderr, "fork: %s\n", strerror(errno));
423 fprintf(stderr, "exec(gzip): %s\n", strerror(errno));
459 fprintf(stderr, "rename(%s, %s): %s\n", traces_path, anr_traces_path, strerror(errno));
473 fprintf(stderr, "restorecon failed for %s: %s\n", anr_traces_dir, strerror(errno));
476 fprintf(stderr, "mkdir(%s): %s\n", anr_traces_dir, strerror(errno))
    [all...]
  /external/qemu/
vl.c 302 fprintf(stderr, "unused inb: port=0x%04x\n", address);
310 fprintf(stderr, "unused outb: port=0x%04x data=0x%02x\n", address, data);
334 fprintf(stderr, "unused inl: port=0x%04x\n", address);
342 fprintf(stderr, "unused outl: port=0x%04x data=0x%02x\n", address, data);
423 fprintf(stderr, "WSAStartup: %d\n", err);
564 fprintf(stderr, "qemu: Unknown bluetooth HCI `%s'.\n", str);
575 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS);
601 fprintf(stderr, "qemu: warning: adding a VHCI to "
620 fprintf(stderr, "qemu: unrecognised bluetooth vlan Id\n");
628 fprintf(stderr, "qemu: warning: adding a slave device to
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
ErrorLog.h 29 # define ERR(...) fprintf(stderr, __VA_ARGS__)
31 # define DBG(...) fprintf(stderr, __VA_ARGS__)
  /external/bison/lib/
yyerror.c 29 fputs (message, stderr);
30 fputc ('\n', stderr);
  /external/blktrace/
verify_blkparse.c 22 fprintf(stderr, "%s: file\n", argv[0]);
48 fprintf(stderr, "cpu%d too large\n", cpu);
  /external/chromium/build/
compiler_version.py 27 print >> sys.stderr, "compiler_version.py failed to execute:", compiler
28 print >> sys.stderr, e
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest.cc 77 fprintf(stderr, "browser says nprocessors = %ld\n", nprocessors);
89 fprintf(stderr, "browser says nprocessors = %d\n",
102 fwprintf(stderr, L"path = %s\n", path.c_str());
104 fprintf(stderr, "path = %s\n", path.c_str());
222 "pm_redir_test.html?stream=stderr&thread=fg&delay_us=0"));
227 "pm_redir_test.html?stream=stderr&thread=bg&delay_us=0"));
232 "pm_redir_test.html?stream=stderr&thread=fg&delay_us=1000000"));
237 "pm_redir_test.html?stream=stderr&thread=bg&delay_us=1000000"));
  /external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
index.html 22 simplifies IO by providing a standard blocking API and allowing STDERR to
24 <p>In main, we write to both STDOUT and STDERR, printing a hello world
  /external/chromium_org/ppapi/generators/
idl_log.py 14 stdout or stderr.
52 ErrOut = IDLLog('Error', sys.stderr)
  /external/chromium_org/third_party/libxml/src/
testModule.c 58 fprintf(stderr, "Failure to lookup\n");
62 fprintf(stderr, "Lookup returned NULL\n");
  /external/chromium_org/third_party/sqlite/src/tool/
rollback-test.c 19 fprintf(stderr,
33 fprintf(stderr, "Cannot open \"%s\": %s\n",
66 fprintf(stderr, "SQL error: %s\n", zErr);
70 fprintf(stderr, "SQL error: %s\n", sqlite3_errmsg(db));
95 fprintf(stderr, "unknown option %s\n", argv[i]);
122 fprintf(stderr, "Integrity check: %s\n", zReply);
129 fprintf(stderr, "Wrong content\n");
141 fprintf(stderr, "unknown option %s\n", argv[i]);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
addr2line-pdb.c 72 fprintf(stderr, "FATAL ERROR: -e must be followed by a filename\n");
78 fprintf(stderr, "usage: "
80 fprintf(stderr, "(Then list the hex addresses on stdin, one per line)\n");
89 fprintf(stderr, "SymInitialize returned error : %d\n", error);
96 fprintf(stderr, "Search path too long\n");
103 fprintf(stderr, "SymGetSearchPath returned error : %d\n", error);
109 fprintf(stderr, "SymSetSearchPath returned error : %d\n", error);
118 fprintf(stderr, "SymLoadModuleEx returned error : %d for %s\n",
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
addr2line-pdb.c 52 fprintf(stderr, "usage: "
54 fprintf(stderr, "(Then list the hex addresses on stdin, one per line)\n");
78 fprintf(stderr, "FATAL ERROR: -e must be followed by a filename\n");
96 fprintf(stderr, "SymInitialize returned error : %d\n", error);
103 fprintf(stderr, "Search path too long\n");
110 fprintf(stderr, "SymGetSearchPath returned error : %d\n", error);
116 fprintf(stderr, "SymSetSearchPath returned error : %d\n", error);
125 fprintf(stderr, "SymLoadModuleEx returned error : %d for %s\n",
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 87 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
88 stdout, stderr = gsutil.communicate()
91 if stderr.startswith('You are attempting to access protected data with '
94 if 'status=403' in stderr:
96 if stderr.startswith('InvalidUriError') or 'No such object' in stderr:
97 raise NotFoundError(stderr)
98 raise CloudStorageError(stderr)
  /external/chromium_org/tools/win/split_link/
check_installed.py 37 print >> sys.stderr, "Couldn't find split_link installation."
38 print >> sys.stderr, ('Run python tools\\win\\split_link\\'
  /external/clang/test/PCH/
missing-file.cpp 14 // RUN: not %clang_cc1 -include-pch %t.h.pch -emit-obj -o %t.o %s 2> %t.stderr
15 // RUN: grep 'could not find file' %t.stderr
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
allow_user_segv.cc 14 fprintf(stderr, "User sigaction called\n");
41 fprintf(stderr, "User sigaction installed\n");
stack-use-after-return.cc 15 fprintf(stderr, "1: %p\n", x);
27 fprintf(stderr, "2: %p\n", x);

Completed in 956 milliseconds

<<21222324252627282930>>