/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/ |
TestLibCython.py | 133 stderr = sys.stderr 134 sys.stderr = new_stderr 157 sys.stderr = stderr 204 # Have tracebacks end up on sys.stderr (gdb replaces sys.stderr 206 sys.stderr = sys.__stderr__ 243 stderr=subprocess.PIPE, 255 try: self.p.stderr.close( [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
japancal.cpp | 391 fprintf(stderr, "== %d \n", year); 397 fprintf(stderr, " low=%d (special)\n", low); 404 fprintf(stderr, " high=%d\n", high); 411 fprintf(stderr, " d=%d low=%d, high=%d. Considering %d:M%d D%d Y%d. { we are ?:M%d D%d Y%d }\n", 421 fprintf(stderr, "diff now %d (M) = %d - %d - 1\n", diff, internalGet(UCAL_MONTH), kEraInfo[i].month); 426 fprintf(stderr, "diff now %d (D)\n", diff); 436 fprintf(stderr, ". low=%d, high=%d, i=%d, diff=%d.. %d\n", low, high, i, diff, year); 443 fprintf(stderr, " low[era]=%d,.. %d\n", low, year); 453 fprintf(stderr, " Set ERA=%d, year=%d\n", low, year-kEraInfo[low].year+1);
|
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/ |
strsrchperf.cpp | 20 fprintf(stderr,gUsageString, "strsrchperf"); 30 fprintf(stderr, "FAILED to create pattern for searching. Error: %s\n", u_errorName(status)); 66 fprintf(stderr, "FAILED to create UPerfTest object. Error: %s\n", u_errorName(status)); 110 fprintf(stderr,"FAILED: Tests could not be run please check the arguments.\n");
|
/external/chromium_org/third_party/icu/source/test/threadtest/ |
threadtest.cpp | 60 fprintf(stderr, "Error starting thread. Errno = %d\n", errno); 126 fprintf(stderr, "Error starting thread. Errno = %d\n", errno); 273 fprintf(stderr, "Unrecognized command line option. Scanning \"%s\"\n", 282 fprintf(stderr, "No test specified.\n"); 289 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n" 340 fprintf(stderr, "Thread #%d: suspending\n", thInfo->fThreadNum); 349 fprintf(stderr, "Thread #%d: restarting\n", thInfo->fThreadNum); 473 fprintf(stderr, "Main: suspending all threads\n"); 493 fprintf(stderr, "Main: starting all threads.\n");
|
/external/chromium_org/third_party/icu/source/tools/gencfu/ |
gencfu.cpp | 146 fprintf(stderr, "error in command line argument \"%s\"\n", argv[-argc]); 156 fprintf(stderr, "confusables file, whole script confusables file and output file must all be specified.\n"); 187 fprintf(stderr, "%s\n", msg); 199 fprintf(stderr, "%s: can not initialize ICU. status = %s\n", 235 fprintf(stderr, "gencfu: uspoof_openFromSource error \"%s\" at file %s, line %d, column %d\n", 248 fprintf(stderr, "gencfu: uspoof_serialize() returned %s\n", u_errorName(status)); 268 fprintf(stderr, "gencfu: Could not open output file \"%s\", \"%s\"\n", 279 fprintf(stderr, "gencfu: Error %d writing the output file\n", status); 284 fprintf(stderr, "gencfu: Error writing to output file \"%s\"\n", outFileName);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_icu.cpp | 65 fprintf(stderr, "missing list file\n"); 72 fprintf(stderr, "icupkg: not enough memory\n"); 86 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); 161 fprintf(stderr, "icupkg: not enough memory\n");
|
ucmstate.c | 190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT); 197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error); 237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line); 243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line); 273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue); 283 fprintf(stderr, "ucm error: illegal <mb_cur_max> %s\n", *pValue); 292 fprintf(stderr, "ucm error: illegal <mb_cur_min> %s\n", *pValue); 307 fprintf(stderr, "ucm error: <icu:state> entry for non-MBCS table or before the <uconv_class> line\n"); 312 fprintf(stderr, "ucm error: <icu:state> before the <mb_cur_max> line\n"); 319 fprintf(stderr, "ucm error: <icu:base> without a base table name\n") [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_screen.h | 7 fprintf(stderr, "%s:%d - "fmt, __FUNCTION__, __LINE__, ##args);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10app.h | 38 #define ensure(x) do {HRESULT __hr = (x); if(!SUCCEEDED(__hr)) {fprintf(stderr, "COM error %08x\n", __hr); abort();}} while(0)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11app.h | 38 #define ensure(x) do {HRESULT __hr = (x); if(!SUCCEEDED(__hr)) {fprintf(stderr, "COM error %08x\n", __hr); abort();}} while(0)
|
/external/chromium_org/third_party/skia/tools/ |
retrieve_from_googlesource.py | 35 print >> sys.stderr, 'Usage: %s <repo_url> <filepath>' % sys.argv[0]
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
audio_device_test_defines.h | 34 #define TEST_LOG_ERROR(...) fprintf(stderr, __VA_ARGS__)
|
/external/chromium_org/tools/checklicenses/ |
checklicenses.py | 444 stderr=subprocess.PIPE) 445 stdout, stderr = licensecheck.communicate() 450 if licensecheck.returncode != 0 or stderr: 451 print '----------- licensecheck stderr -----------' 452 print stderr 453 print '--------- end licensecheck stderr ---------'
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
run_tests.py | 17 sys.stderr.write("""Usage: run_tests.py <path/to/google_appengine>""")
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
msvs_test.py | 16 self.stderr = StringIO.StringIO()
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-xctest.py | 22 stderr=subprocess.STDOUT) variable
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-deffile.py | 21 test.run_gyp('deffile-multiple.gyp', chdir=CHDIR, stderr=None, status=1)
|
/external/chromium_org/tools/resources/ |
find_used_resources.py | 45 sys.stderr.write(usage)
|
/external/clang/tools/clang-format/ |
git-clang-format | 237 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 238 stdout, stderr = p.communicate() 251 # Assume error was already printed to stderr. 433 print >>sys.stderr, ('The following files would be modified but ' 435 print >>sys.stderr, unstaged_files 436 print >>sys.stderr, 'Please commit, stage, or stash them first.' 460 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, 462 stdout, stderr = p.communicate(input=stdin) 464 if stderr: 466 print >>sys.stderr, '`%s` printed to stderr:' % ' '.join(args [all...] |
/external/compiler-rt/SDKs/linux/usr/include/ |
stdio.h | 27 extern struct _IO_FILE *stderr;
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
coverage-module-unloaded.cc | 27 fprintf(stderr, "PID: %d\n", getpid());
|
function-sections-are-bad.cc | 20 if (!handle) fprintf(stderr, "%s\n", dlerror());
|
tsd_dtor_leak.cc | 34 fprintf(stderr, "heap size: new: %zd old: %zd\n", new_heap_size, old_heap_size);
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
init-order-dlopen.cc | 51 fprintf(stderr, "dlerror: %s\n", dlerror());
|
/external/compiler-rt/test/builtins/Unit/ |
modsi3_test.c | 25 fprintf(stderr, "error in __modsi3: %d %% %d = %d, expected %d\n",
|