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

1 2 34 5 6 7 8 91011>>

  /system/extras/ext4_utils/
setup_fs.c 28 fprintf(stderr,"not a block device name: %s\n", blockdev);
34 fprintf(stderr,"device %s already has a filesystem\n", blockdev);
40 fprintf(stderr,"device %s not wiped, probably encrypted, not wiping\n", blockdev);
44 fprintf(stderr,"+++\n");
48 fprintf(stderr,"error: setup_fs: fork failed\n");
58 fprintf(stderr, "error: setup_fs: waitpid failed!\n");
63 fprintf(stderr,"---\n");
80 fprintf(stderr,"REBOOT!\n");
  /system/extras/tests/bionic/libc/other/
test_system.c 16 fprintf(stderr, "Error calling system(): %d\n", errno);
23 fprintf(stderr, "Command returned non-zero exit code: %d\n",
  /external/chromium_org/third_party/icu/source/tools/genrb/
errmsg.c 28 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber);
29 vfprintf(stderr, msg, va);
30 fprintf(stderr, "\n");
66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber);
67 vfprintf(stderr, msg, va);
68 fprintf(stderr, "\n");
  /external/clang/test/PCH/
changed-files.c 14 // RUN: not %clang_cc1 -include-pch %t.h.pch %s 2> %t.stderr
15 // RUN: grep "modified" %t.stderr
20 // RUN: not %clang_cc1 -include-pch %t.h.pch %s 2> %t.stderr
21 // RUN: grep "modified" %t.stderr
27 // RUN: not %clang_cc1 -include-pch %t.h.pch %s 2> %t.stderr
28 // RUN: grep "modified" %t.stderr
  /external/icu4c/tools/genrb/
errmsg.c 28 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber);
29 vfprintf(stderr, msg, va);
30 fprintf(stderr, "\n");
66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber);
67 vfprintf(stderr, msg, va);
68 fprintf(stderr, "\n");
  /external/libvpx/libvpx/nestegg/test/
test.c 65 fprintf(stderr, "%p %s ", (void *) ctx, sev);
68 vfprintf(stderr, fmt, ap);
71 fprintf(stderr, "\n");
112 fprintf(stderr, "media has %u tracks and duration %fs\n", tracks, duration / 1e9);
118 fprintf(stderr, "track %u: type: %d codec: %d", i,
125 fprintf(stderr, " (%p, %u)", codec_data, (unsigned int) length);
131 fprintf(stderr, " video: %ux%u (d: %ux%u %ux%ux%ux%u)",
139 fprintf(stderr, " audio: %.2fhz %u bit %u channels",
144 fprintf(stderr, "\n");
150 fprintf(stderr, "seek to middle\n")
    [all...]
  /external/valgrind/main/memcheck/tests/
sigaltstack.c 10 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");
  /external/dropbear/libtomcrypt/testprof/
katja_test.c 16 fprintf(stderr, "katja_test requires SHA1 and yarrow");
26 fprintf(stderr, "katja_%d key modulus has %d bits\n", size, mp_count_bits(key.N));
30 fprintf(stderr, "N == \n");
32 fprintf(stderr, "%02x ", tmp[cnt]);
33 if (!(++cnt & 15)) fprintf(stderr, "\n");
38 fprintf(stderr, "p == \n");
40 fprintf(stderr, "%02x ", tmp[cnt]);
41 if (!(++cnt & 15)) fprintf(stderr, "\n");
46 fprintf(stderr, "\nq == \n");
48 fprintf(stderr, "%02x ", tmp[cnt])
    [all...]
  /frameworks/wilhelm/src/
sllog.h 87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
88 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
94 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
95 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
101 #define SL_LOGI(...) do { fprintf(stderr, "SL_LOGI: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
102 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
108 #define SL_LOGD(...) do { fprintf(stderr, "SL_LOGD: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__);
    [all...]
  /external/chromium_org/tools/gyp/test/prune_targets/
gyptest-prune-targets.py 37 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=None
    [all...]
  /bionic/libc/bionic/
err.c 65 (void)fprintf(stderr, "%s: ", __progname);
67 (void)vfprintf(stderr, fmt, ap);
68 (void)fprintf(stderr, ": ");
70 (void)fprintf(stderr, "%s\n", strerror(sverrno));
78 (void)fprintf(stderr, "%s: ", __progname);
80 (void)vfprintf(stderr, fmt, ap);
81 (void)fprintf(stderr, "\n");
111 (void)fprintf(stderr, "%s: ", __progname);
113 (void)vfprintf(stderr, fmt, ap);
114 (void)fprintf(stderr, ": ")
    [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/exp-sgcheck/tests/
Makefile.am 9 bad_percentify.stdout.exp bad_percentify.stderr.exp-glibc28-amd64 \
11 globalerr.stderr.exp-glibc28-amd64 \
13 hackedbz2.stderr.exp-glibc28-amd64 \
14 hsg.vgtest hsg.stdout.exp hsg.stderr.exp \
16 preen_invars.stderr.exp-glibc28-amd64 \
18 stackerr.stderr.exp-glibc28-amd64 stackerr.stderr.exp-glibc27-x86
  /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...]
  /build/tools/
java-layers.py 8 sys.stderr.write("usage: java-layers.py DEPENDENCY_FILE SOURCE_DIRECTORIES...\n")
9 sys.stderr.write("\n")
10 sys.stderr.write("Enforces layering between java packages. Scans\n")
11 sys.stderr.write("DIRECTORY and prints errors when the packages violate\n")
12 sys.stderr.write("the rules defined in the DEPENDENCY_FILE.\n")
13 sys.stderr.write("\n")
14 sys.stderr.write("Prints a warning when an unknown package is encountered\n")
15 sys.stderr.write("on the assumption that it should fit somewhere into the\n")
16 sys.stderr.write("layering.\n")
17 sys.stderr.write("\n"
    [all...]
  /external/chromium_org/tools/gyp/test/module/src/
program.c 37 fprintf(stderr, "Failed to split executable path.\n");
41 fprintf(stderr, "Failed to calculate module path.\n");
47 fprintf(stderr, "Failed to open module: %s\n", module_path);
53 fprintf(stderr, "Failed to find symbol: %s\n", module_function);
67 fprintf(stderr, "Failed to calculate module path.\n");
74 fprintf(stderr, "Failed to open module: %s\n", module_path);
80 fprintf(stderr, "Failed to find symbol: %s\n", module_function);
96 fprintf(stderr, "Failed to determine executable path.\n");
103 fprintf(stderr, "Failed to determine executable path (%s).\n", argv[0]);
  /external/chromium_org/tools/telemetry/telemetry/
exception_formatter.py 56 print >> sys.stderr
57 print >> sys.stderr, traceback_header
62 print >> sys.stderr, ' %s at %s:%d' % (function, filename, line)
63 print >> sys.stderr, ' %s' % text
67 print >> sys.stderr
68 print >> sys.stderr, 'Locals:'
76 print >> sys.stderr, ' %s: %s%s' % (variable.ljust(longest_variable + 1),
81 print >> sys.stderr
82 print >> sys.stderr, exception
  /external/e2fsprogs/lib/et/
com_err.c 34 int do_cr = 1, fd = fileno(stderr);
37 fputs(whoami, stderr);
38 fputs(": ", stderr);
41 fputs(error_message(code), stderr); local
42 fputs(" ", stderr);
45 vfprintf (stderr, fmt, args);
59 fputc('\r', stderr);
60 fputc('\n', stderr);
61 fflush(stderr);
  /system/core/libsparse/
simg2simg.c 39 fprintf(stderr, "Usage: simg2simg <sparse image file> <sparse_image_file> <max_size>\n");
63 fprintf(stderr, "Cannot open input file %s\n", argv[1]);
69 fprintf(stderr, "Failed to import sparse file\n");
75 fprintf(stderr, "Failed to resparse\n");
81 fprintf(stderr, "Failed to allocate sparse file array\n");
87 fprintf(stderr, "Failed to resparse\n");
94 fprintf(stderr, "Filename too long\n");
100 fprintf(stderr, "Cannot open output file %s\n", argv[2]);
106 fprintf(stderr, "Failed to write sparse file\n");
  /system/extras/tests/storage/
opentest.c 37 fprintf(stderr, "Usage: opentest <directory> <num_files>\n");
45 fprintf(stderr, "num_files must be between 1 and 65536\n");
50 fprintf(stderr, "Cannot stat %s\n", dir);
55 fprintf(stderr, "%s is not a directory!\n", dir);
60 fprintf(stderr, "No access to %s\n", dir);
66 fprintf(stderr, "Unable to malloc array of %d fds\n", nfiles);
71 fprintf(stderr, "Cannot chdir to %s\n", dir);
78 fprintf(stderr, "Unable to raise RLIMIT_NOFILE to %ld\n", rlim.rlim_cur);
86 fprintf(stderr, "Unable to open %d fd\n", i);
  /external/chromium_org/third_party/icu/source/test/threadtest/
converttest.cpp 35 fprintf(stderr, "ConvertTest - could not ucnv_open(\"gb18030\")\n");
55 fprintf(stderr, "ucnv_open(\"shift_jis\") failed.\n");
63 fprintf(stderr, "ucnv_safeClone() failed.\n");
75 // fprintf(stderr, "ucnv_cleanup() failed - cache was not empty.\n");
79 fprintf(stderr, "ConvertTest::check() - could not redo ucnv_open(\"gb18030\")\n");
  /external/icu4c/test/threadtest/
converttest.cpp 35 fprintf(stderr, "ConvertTest - could not ucnv_open(\"gb18030\")\n");
55 fprintf(stderr, "ucnv_open(\"shift_jis\") failed.\n");
63 fprintf(stderr, "ucnv_safeClone() failed.\n");
75 // fprintf(stderr, "ucnv_cleanup() failed - cache was not empty.\n");
79 fprintf(stderr, "ConvertTest::check() - could not redo ucnv_open(\"gb18030\")\n");
  /external/qemu/distrib/sdl-1.2.15/test/
testloadso.c 23 fprintf(stderr, "USAGE: %s <library> <functionname>\n", app);
24 fprintf(stderr, " %s --hello <lib with puts()>\n", app);
30 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
45 fprintf(stderr, "SDL_LoadObject('%s') failed: %s\n",
51 fprintf(stderr, "SDL_LoadFunction('%s') failed: %s\n",
  /external/valgrind/main/drd/tests/
hold_lock.c 40 fprintf(stderr, "Usage: %s [-i <interval time in ms>].\n", argv[0]);
45 fprintf(stderr, "Locking mutex ...\n");
58 fprintf(stderr, "Locking rwlock exclusively ...\n");
66 fprintf(stderr, "Locking rwlock shared ...\n");
76 fprintf(stderr, "Done.\n");

Completed in 893 milliseconds

1 2 34 5 6 7 8 91011>>