HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 1 - 25 of 4204) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/errors/
gyptest-errors.py 20 stderr = ('gyp: Duplicate target definitions for ' variable
22 test.run_gyp('duplicate_targets.gyp', status=1, stderr=stderr,
25 stderr = ('gyp: Unable to find targets in build file .*missing_targets.gyp ' variable
27 test.run_gyp('missing_targets.gyp', status=1, stderr=stderr,
30 stderr = ('gyp: rule bar exists in duplicate, target ' variable
32 test.run_gyp('duplicate_rule.gyp', status=1, stderr=stderr,
35 stderr = ("gyp: Key 'targets' repeated at level 1 with key path '' while variable
41 stderr = 'gyp: Duplicate basenames in sources section, see list above\\n' variable
44 stderr = ("gyp: Dependency '.*missing_dep.gyp:missing.gyp#target' not found " variable
    [all...]
  /external/valgrind/main/gdbserver_tests/
watchpoints.c 7 fprintf(stderr, "breakme function called from line %d\n", line);
8 fflush(stderr);
22 fprintf(stderr, "before reading 0/4/8\n");
24 fprintf(stderr, "u: Expected value at 0\n");
26 fprintf(stderr, "u: Unexpected value at 0\n");
29 fprintf(stderr, "f: Expected value at 4\n");
31 fprintf(stderr, "f: Unexpected value at 4\n");
34 fprintf(stderr, "d: Expected value at 8\n");
36 fprintf(stderr, "d: Unexpected value at 8\n");
40 fprintf(stderr, "before writing 0\n")
    [all...]
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_dflt_abort.c 44 fputs("\n_abort - Heap corruption\n" "File: ", stderr);
45 fputs(file, stderr);
46 fputs(" Line: ", stderr);
47 fputs(line, stderr);
48 fputs("\n\n", stderr);
49 fputs("hmm_dflt_abort: while(1)!!!\n", stderr);
50 fflush(stderr);
  /external/valgrind/main/memcheck/tests/
error_counts.c 20 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
28 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
34 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
38 PRINT_LEAK_COUNTS(stderr);
39 fprintf(stderr, "\n");
41 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
52 PRINT_LEAK_COUNTS(stderr);
53 fprintf(stderr, "\n");
55 fprintf(stderr, "errors: %d\n", VALGRIND_COUNT_ERRORS);
leak-delta.c 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme()
    [all...]
err_disable1.c 29 fprintf(stderr, "\n--------- SIMPLE TEST ---------\n\n");
30 fprintf(stderr, "\n--------- enabled (expect 1) ---------\n\n");
34 fprintf(stderr, "\n--------- disabled (expect 0) ---------\n\n");
39 fprintf(stderr, "\n--------- re-enabled (expect 1) ---------\n\n");
46 fprintf(stderr, "\n--------- MULTI-LEVEL TEST (expect 2) ---------\n\n");
72 fprintf(stderr, "\n--------- MULTI-LEVEL TEST end ---------\n\n");
  /external/bison/lib/
yyerror.c 29 fputs (message, stderr);
30 fputc ('\n', stderr);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
herror.c 13 fprintf(stderr, "%s: ", s);
16 fprintf(stderr, "%s\n", hstrerror(h_errno));
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_types.c 41 fprintf(stderr, "opus_int16 isn't 16 bits\n");
46 fprintf(stderr, "16*2 != 32\n");
  /external/chromium_org/tools/gyp/test/actions/
gyptest-errors.py 9 exit status of 1, and the expected error message must be in stderr.
17 test.run_gyp('action_missing_name.gyp', chdir='src', status=1, stderr=None)
21 test.must_contain_all_lines(test.stderr(), expect)
  /external/clang/test/CodeGen/
2002-06-25-FWriteInterfaceFailure.c 4 extern FILE *stderr;
8 fprintf(stderr, "testing\n");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_debug.c 74 fprintf(stderr, "RS Block: %d texcoords (linear), %d colors (perspective)\n",
76 fprintf(stderr, "%d instructions\n", count);
81 fprintf(stderr, "texture: ip %d to psf %d\n",
85 fprintf(stderr, " : ");
90 fprintf(stderr, "1.0");
92 fprintf(stderr, "0.0");
94 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
96 } while (j-- && fprintf(stderr, "/"));
97 fprintf(stderr, "\n");
102 fprintf(stderr, "color: ip %d to psf %d\n"
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 74 fprintf(stderr, "RS Block: %d texcoords (linear), %d colors (perspective)\n",
76 fprintf(stderr, "%d instructions\n", count);
81 fprintf(stderr, "texture: ip %d to psf %d\n",
85 fprintf(stderr, " : ");
90 fprintf(stderr, "1.0");
92 fprintf(stderr, "0.0");
94 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
96 } while (j-- && fprintf(stderr, "/"));
97 fprintf(stderr, "\n");
102 fprintf(stderr, "color: ip %d to psf %d\n"
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_exceptions_test.cc 9 fprintf(stderr, "%s\n", msg.c_str());
19 fprintf(stderr, "&a before = %p\n", &a);
23 fprintf(stderr, "&a in catch = %p\n", &a);
25 fprintf(stderr, "&a final = %p\n", &a);
  /external/chromium_org/tools/gyp/test/configurations/invalid/
gyptest-configurations.py 31 test.run_gyp('%s.gyp' % test_key, status=1, stderr=None)
34 test.must_contain_all_lines(test.stderr(), expect)
  /external/compiler-rt/lib/
eprintf.c 31 fprintf(stderr, format, assertion_expression, line, file);
32 fflush(stderr);
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
suppressions_default.cc 18 fprintf(stderr, "Test alloc: %p.\n", p);
24 fprintf(stderr, "Test alloc: %p.\n", q);
suppressions_file.cc 18 fprintf(stderr, "Test alloc: %p.\n", p);
24 fprintf(stderr, "Test alloc: %p.\n", q);
  /external/compiler-rt/lib/ubsan/lit_tests/Misc/
deduplication.cpp 13 fprintf(stderr, "Start\n");
23 fprintf(stderr, "End\n");
  /external/valgrind/main/none/tests/
vgprintf.c 11 fprintf(stderr, "%d\n", x);
13 fprintf(stderr, "%d\n", x);
  /system/core/toolbox/
setprop.c 8 fprintf(stderr,"usage: setprop <key> <value>\n");
13 fprintf(stderr,"could not set property\n");
  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 47 fprintf(stderr, "Could not load shared library %s: %s\n", libname, dlerror());
51 fprintf(stderr, "%s loaded.\n", libname);
55 fprintf(stderr, "Could not access global DLL variable (x) in %s: %s\n", libname, dlerror());
60 fprintf(stderr, "Constructor was not run on dlopen(\"%s\") !\n", libname);
66 fprintf(stderr, "Could not access global DLL function (set_y) in %s: %s\n", libname, dlerror());
74 fprintf(stderr, "Could not unload shared library %s: %s\n", libname, dlerror());
78 fprintf(stderr, "%s unloaded.\n", libname);
80 fprintf(stderr, "Static destructors was not called on dlclose()!\n");
  /external/chromium_org/tools/gyp/test/same-source-file-name/
gyptest-fail-shared.py 16 test.run_gyp('double-shared.gyp', chdir='src', status=1, stderr=None)
gyptest-fail-static.py 16 test.run_gyp('double-static.gyp', chdir='src', status=1, stderr=None)
  /external/chromium_org/tools/gyp/test/same-target-name/
gyptest-same-target-name.py 16 test.run_gyp('all.gyp', chdir='src', status=1, stderr=None)

Completed in 886 milliseconds

1 2 3 4 5 6 7 8 91011>>