Searched refs:stderr (Results 251 - 275 of 1221) sorted by relevance

<<11121314151617181920>>

/prebuilts/gdb/linux-x86/bin/
H A Dpython2.7-config12 print >>sys.stderr, "Usage: %s [%s]" % (sys.argv[0],
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
H A Dtest_compare.py190 Call method() while capturing sys.stderr output internally and
191 call self.fail() if successRe.search() does not match the stderr
194 stdErr = sys.stderr
195 sys.stderr = StringIO()
199 temp = sys.stderr
200 sys.stderr = stdErr
203 self.fail("unexpected stderr output:\n"+errorOut)
373 Call method() while capturing sys.stderr output internally and
374 call self.fail() if successRe.search() does not match the stderr
377 stdErr = sys.stderr
[all...]
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/
H A D__init__.py56 sys.stderr = GdbOutputErrorFile()
146 sys.stderr.write (traceback.format_exc() + "\n")
/prebuilts/misc/common/swig/include/2.0.11/mzscheme/
H A Dmzrun.swg306 fprintf(stderr,"SWIG:mzscheme:MZ_DYNLOAD_LIBPATH=%s\n",(ep==NULL) ? "(null)" : ep);
307 fprintf(stderr,"SWIG:mzscheme:extra_paths[%d]\n",k-1);
309 fprintf(stderr,"SWIG:mzscheme:extra_paths[%d]=%s\n",i,extra_paths[i]);
326 fprintf(stderr,"SWIG:mzscheme:%s\n",extra_paths[i]);
355 fprintf(stderr,"k=%d\n",k);
382 fprintf(stderr,"SWIG:mzscheme:n=%d\n",n);
387 fprintf(stderr,"SWIG:mzscheme:loading %s\n",mz_dlopen_libraries[i]);
408 fprintf(stderr,"SWIG:mzscheme:trying %s --> %p\n",libp,mz_libraries[i]);
428 fprintf(stderr,
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Diostream.cpp56 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, &mb_cerr));
58 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, &mb_wcerr));
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_cstdio.h40 # undef stderr macro
43 # define stderr (&_STLP_VENDOR_CSTD::__files[2]) macro
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_cstdio.h40 # undef stderr macro
43 # define stderr (&_STLP_VENDOR_CSTD::__files[2]) macro
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Diostream.cpp40 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, state_types+2));
48 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, state_types+5));
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_cstdio.h40 # undef stderr macro
43 # define stderr (&_STLP_VENDOR_CSTD::__files[2]) macro
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
H A Diostream.cpp56 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, &mb_cerr));
58 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, &mb_wcerr));
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_cstdio.h40 # undef stderr macro
43 # define stderr (&_STLP_VENDOR_CSTD::__files[2]) macro
/prebuilts/python/darwin-x86/2.7.5/bin/
H A Dpython-config12 print >>sys.stderr, "Usage: %s [%s]" % (sys.argv[0],
H A Dpython2-config12 print >>sys.stderr, "Usage: %s [%s]" % (sys.argv[0],
H A Dpython2.7-config12 print >>sys.stderr, "Usage: %s [%s]" % (sys.argv[0],
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_compare.py190 Call method() while capturing sys.stderr output internally and
191 call self.fail() if successRe.search() does not match the stderr
194 stdErr = sys.stderr
195 sys.stderr = StringIO()
199 temp = sys.stderr
200 sys.stderr = stdErr
203 self.fail("unexpected stderr output:\n"+errorOut)
373 Call method() while capturing sys.stderr output internally and
374 call self.fail() if successRe.search() does not match the stderr
377 stdErr = sys.stderr
[all...]
/prebuilts/python/linux-x86/2.7.5/bin/
H A Dpython-config12 print >>sys.stderr, "Usage: %s [%s]" % (sys.argv[0],
H A Dpython2-config12 print >>sys.stderr, "Usage: %s [%s]" % (sys.argv[0],
H A Dpython2.7-config12 print >>sys.stderr, "Usage: %s [%s]" % (sys.argv[0],
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_compare.py190 Call method() while capturing sys.stderr output internally and
191 call self.fail() if successRe.search() does not match the stderr
194 stdErr = sys.stderr
195 sys.stderr = StringIO()
199 temp = sys.stderr
200 sys.stderr = stdErr
203 self.fail("unexpected stderr output:\n"+errorOut)
373 Call method() while capturing sys.stderr output internally and
374 call self.fail() if successRe.search() does not match the stderr
377 stdErr = sys.stderr
[all...]
/prebuilts/tools/common/google-java-format/
H A Dgoogle-java-format-diff.py104 stderr=None, stdin=subprocess.PIPE)
105 stdout, stderr = p.communicate()
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_threading.py334 stderr=subprocess.PIPE)
336 self.addCleanup(p.stderr.close)
337 stdout, stderr = p.communicate()
341 "Unexpected error: " + repr(stderr))
360 stderr=subprocess.PIPE)
362 self.addCleanup(p.stderr.close)
363 stdout, stderr = p.communicate()
366 stderr = re.sub(r"^\[\d+ refs\]", "", stderr, re.MULTILINE).strip()
367 self.assertEqual(stderr, "")
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_threading.py334 stderr=subprocess.PIPE)
336 self.addCleanup(p.stderr.close)
337 stdout, stderr = p.communicate()
341 "Unexpected error: " + repr(stderr))
360 stderr=subprocess.PIPE)
362 self.addCleanup(p.stderr.close)
363 stdout, stderr = p.communicate()
366 stderr = re.sub(r"^\[\d+ refs\]", "", stderr, re.MULTILINE).strip()
367 self.assertEqual(stderr, "")
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_threading.py334 stderr=subprocess.PIPE)
336 self.addCleanup(p.stderr.close)
337 stdout, stderr = p.communicate()
341 "Unexpected error: " + repr(stderr))
360 stderr=subprocess.PIPE)
362 self.addCleanup(p.stderr.close)
363 stdout, stderr = p.communicate()
366 stderr = re.sub(r"^\[\d+ refs\]", "", stderr, re.MULTILINE).strip()
367 self.assertEqual(stderr, "")
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_threading.py334 stderr=subprocess.PIPE)
336 self.addCleanup(p.stderr.close)
337 stdout, stderr = p.communicate()
341 "Unexpected error: " + repr(stderr))
360 stderr=subprocess.PIPE)
362 self.addCleanup(p.stderr.close)
363 stdout, stderr = p.communicate()
366 stderr = re.sub(r"^\[\d+ refs\]", "", stderr, re.MULTILINE).strip()
367 self.assertEqual(stderr, "")
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dprocess.py268 sys.stderr.write(str(e.args[0]) + '\n')
269 sys.stderr.flush()
274 sys.stderr.write('Process %s:\n' % self.name)
275 sys.stderr.flush()

Completed in 862 milliseconds

<<11121314151617181920>>