Searched refs:stderr (Results 51 - 75 of 3668) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/prune_targets/
H A Dgyptest-prune-targets.py37 test.build('test2.gyp', 'lib2', status=build_error_code, stderr=None)
38 test.build('test2.gyp', 'lib3', status=build_error_code, stderr=None)
41 test.build('test1.gyp', 'program2', status=build_error_code, stderr=None)
42 test.build('test1.gyp', 'program3', status=build_error_code, stderr=None)
46 test.build('test2.gyp', 'lib1', status=build_error_code, stderr=None)
48 test.build('test2.gyp', 'lib3', status=build_error_code, stderr=None)
50 test.build('test1.gyp', 'program1', status=build_error_code, stderr=None)
52 test.build('test1.gyp', 'program3', status=build_error_code, stderr=None)
58 test.build('test2.gyp', 'lib3', status=build_error_code, stderr=None)
62 test.build('test1.gyp', 'program3', status=build_error_code, stderr
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dthrow_catch.cc16 fprintf(stderr, "Throw: %p\n", &local);
26 fprintf(stderr, "Catch: %p\n", &local);
32 fprintf(stderr, "Before: %p poisoned: %d\n", &x,
35 fprintf(stderr, "After: %p poisoned: %d\n", &x,
44 fprintf(stderr, "Before: %p poisoned: %d\n", &x,
49 fprintf(stderr, "Catch\n");
51 fprintf(stderr, "After: %p poisoned: %d\n", &x,
62 fprintf(stderr, "\nTestLongJmp\n");
63 fprintf(stderr, "Before: %p poisoned: %d\n", &x,
67 fprintf(stderr, "Afte
[all...]
/external/libgsm/src/
H A Ddebug.c29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
31 fprintf(stderr, "%d ", ptr[ from ] );
35 if (from < to) putc('\n', stderr);
38 putc('\n', stderr);
49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
52 fprintf(stderr, "%d ", ptr[ from ] );
56 if (from < to) putc('\n', stderr);
59 putc('\n', stderr);
66 fprintf(stderr, "%s: %d\n", name, (long)value );
73 fprintf(stderr, "
[all...]
/external/valgrind/main/memcheck/tests/
H A Dsigprocmask.c37 fprintf(stderr, "before\n");
39 fprintf(stderr, "%x ", x[i]);
41 fprintf(stderr, "\n");
45 fprintf(stderr, "after1\n");
47 fprintf(stderr, "%x ", x[i]);
49 fprintf(stderr, "\n");
53 fprintf(stderr, "after2\n");
55 fprintf(stderr, "%x ", x[i]);
57 fprintf(stderr, "\n");
61 fprintf(stderr, "__NR_sigprocmas
[all...]
H A Dstpncpy.c14 fprintf (stderr, "strlen: %zd\n", l); // strlen: 53
22 fprintf (stderr, "equal: %d\n", strcmp (a, b)); // equal: 0
23 fprintf (stderr, "retlen: %zd\n", c - b); // retlen: 53
24 fprintf (stderr, "last: '%c'\n", *(c - 1)); // last: '.'
25 fprintf (stderr, "zero0: %d\n", *c); // zero0: 0
26 fprintf (stderr, "zero1: %d\n", *(c + 1)); // zero1: 0
27 fprintf (stderr, "zero2: %d\n", *(c + 2)); // zero2: 0
32 fprintf (stderr, "equal: %d\n", strncmp (b, d, l - 1)); // equal: 0
33 fprintf (stderr, "retlen: %zd\n", e - d); // retlen: 52
34 fprintf (stderr, "las
[all...]
H A Derr_disable3.c30 fprintf(stderr, "\n--------- c: start (expect 1) ---------\n\n");
32 fprintf(stderr, "\n--------- c: end ---------\n\n");
44 fprintf(stderr, "\n--------- p: disabling errors (expect 0) ---------\n\n");
49 fprintf(stderr, "\n--------- p: creating child ---------\n\n");
54 fprintf(stderr, "\n--------- p: join child ---------\n\n");
58 fprintf(stderr, "\n--------- p: re_enabled (expect 1) ---------\n\n");
H A Dsigaltstack.c10 fprintf(stderr, "caught signal, local var is on %p\n", &var);
27 fprintf(stderr, "calling sigaltstack, stack base is %p\n", sigstk.ss_sp);
30 fprintf(stderr,"setting sigaction\n");
35 fprintf(stderr, "res = %d\n", res);
36 fprintf(stderr, "raising the signal\n");
43 fprintf(stderr, "done\n");
H A Dbuflen_check.c13 fprintf(stderr, "socket() failed\n");
21 fprintf(stderr, "getsockname(1) failed\n");
24 fprintf(stderr, "getsockname(2) failed\n");
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_padding.c51 fprintf(stderr, " Checking for padding overflow... ");
53 fprintf(stderr, "FAIL (out of memory)\n");
69 fprintf(stderr, "FAIL!\n");
73 fprintf(stderr, "OK.\n");
86 fprintf(stderr, "Testing %s padding.\n", oversion);
90 fprintf(stderr, "All padding tests passed.\n");
/external/chromium_org/v8/tools/
H A Drun-valgrind.py31 # stderr for memory leaks.
48 process = subprocess.Popen(command, stderr=subprocess.PIPE)
50 errors = process.stderr.readlines();
54 sys.stderr.writelines(errors)
67 sys.stderr.writelines(errors)
72 sys.stderr.writelines(errors)
73 sys.stderr.write('\n\n#### Malformed valgrind output.\n#### Exiting.\n')
/external/compiler-rt/test/msan/
H A Dallocator_returns_null.cc29 fprintf(stderr, "malloc:\n");
33 fprintf(stderr, "calloc:\n");
38 fprintf(stderr, "calloc-overflow:\n");
46 fprintf(stderr, "realloc:\n");
50 fprintf(stderr, "realloc-after-malloc:\n");
58 fprintf(stderr, "x: %lx\n", (long)x);
/external/compiler-rt/test/tsan/
H A Dallocator_returns_null.cc24 fprintf(stderr, "malloc:\n");
28 fprintf(stderr, "calloc:\n");
33 fprintf(stderr, "calloc-overflow:\n");
41 fprintf(stderr, "realloc:\n");
45 fprintf(stderr, "realloc-after-malloc:\n");
51 fprintf(stderr, "x: %p\n", x);
/external/iproute2/tc/
H A Dm_estimator.c30 fprintf(stderr, "Usage: ... estimator INTERVAL TIME-CONST\n");
31 fprintf(stderr, " INTERVAL is interval between measurements\n");
32 fprintf(stderr, " TIME-CONST is averaging time constant\n");
33 fprintf(stderr, "Example: ... est 1sec 8sec\n");
56 fprintf(stderr, "Error: estimator parameters are out of range.\n");
60 fprintf(stderr, "[estimator i=%u e=%u]\n", est->interval, est->ewma_log);
/external/libopus/tests/
H A Dtest_opus_padding.c51 fprintf(stderr, " Checking for padding overflow... ");
53 fprintf(stderr, "FAIL (out of memory)\n");
69 fprintf(stderr, "FAIL!\n");
73 fprintf(stderr, "OK.\n");
86 fprintf(stderr, "Testing %s padding.\n", oversion);
90 fprintf(stderr, "All padding tests passed.\n");
/external/valgrind/main/drd/tests/
H A Dpth_cleanup_handler.c19 fprintf(stderr, "Cleanup handler has been called.\n");
27 fprintf(stderr, "pthread_mutex_lock()\n");
46 fprintf(stderr, "pthread_mutex_init()\n");
51 fprintf(stderr, "pthread_create()\n");
56 fprintf(stderr, "pthread_create()\n");
63 fprintf(stderr, "Test succeeded.\n");
/external/bluetooth/bluedroid/test/suite/
H A Dbase.h33 #define TASSERT(c, ...) if (!(c)) { fprintf(stderr, "%s:%d: ", __func__, __LINE__); fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n"); return false; }
/external/bzip2/
H A Dunzcrash.c69 //fprintf ( stderr, "(byte %d bit %d mask %d)",
82 fprintf ( stderr, "usage: unzcrash filename\n" );
88 fprintf ( stderr, "unzcrash: can't open %s\n", argv[1] );
93 fprintf ( stderr, "%d bytes read\n", nIn );
100 fprintf ( stderr, "%d after compression\n", nZ );
103 fprintf ( stderr, "bit %d ", bit );
108 fprintf ( stderr, " %d %s ", r, bzerrorstrings[-r] );
111 fprintf ( stderr, "\n" );
114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
119 fprintf(stderr, "mismatc
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dtest_hd.c38 fprintf(stderr, "Usage: %s <file>\n", argv[0]);
45 fprintf(stderr, "Could not open `%s'.\n", argv[1]);
53 fprintf(stderr, "Error reading from `%s'.\n", argv[1]);
/external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
H A Dhello_world.c16 fprintf(stderr, "Hello World STDERR.\n");
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dversion_check.py32 sys.stderr.write("Unsupported Python version: webkitpy requires 2.7.x, and you're running %s.\n" % sys.version.split()[0])
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dfoo.cpp11 fprintf(stderr, "Hello World from Foo!\n");
H A Dfoo2.cpp13 fprintf(stderr, "Hello World from Foo!\n");
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdgif.c33 fprintf(stderr, "GIF input is unsupported for legal reasons. Sorry.\n");
/external/chromium_org/tools/gyp/test/same-target-name/
H A Dgyptest-same-target-name.py16 test.run_gyp('all.gyp', chdir='src', status=1, stderr=None)
/external/chromium_org/tools/telemetry/telemetry/
H A D__init__.py11 print >> sys.stderr, 'Need Python 2.7 or greater.'

Completed in 4758 milliseconds

1234567891011>>