HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 51 - 75 of 2586) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/iproute2/tc/
m_estimator.c 30 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);
q_sfq.c 28 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
42 fprintf(stderr, "Illegal \"limit\"\n");
49 fprintf(stderr, "Illegal \"perturb\"\n");
56 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"limit\", must be > 1\n");
68 fprintf(stderr, "What is \"%s\"?\n", *argv);
91 fprintf(f, "limit %up ", qopt->limit);
92 fprintf(f, "quantum %s ", sprint_size(qopt->quantum, b1));
94 fprintf(f, "flows %u/%u ", qopt->flows, qopt->divisor);
97 fprintf(f, "perturb %dsec ", qopt->perturb_period)
    [all...]
  /external/qemu/
ioport-user.c 28 fprintf(stderr, "outb: port=0x%04"FMT_pioaddr", data=%02"PRIx8"\n",
34 fprintf(stderr, "outw: port=0x%04"FMT_pioaddr", data=%04"PRIx16"\n",
40 fprintf(stderr, "outl: port=0x%04"FMT_pioaddr", data=%08"PRIx32"\n",
46 fprintf(stderr, "inb: port=0x%04"FMT_pioaddr"\n", addr);
52 fprintf(stderr, "inw: port=0x%04"FMT_pioaddr"\n", addr);
58 fprintf(stderr, "inl: port=0x%04"FMT_pioaddr"\n", addr);
  /external/valgrind/main/drd/tests/
pth_cleanup_handler.c 19 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/valgrind/main/memcheck/tests/
err_disable3.c 30 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");
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");
buflen_check.c 13 fprintf(stderr, "socket() failed\n");
21 fprintf(stderr, "getsockname(1) failed\n");
24 fprintf(stderr, "getsockname(2) failed\n");
  /external/valgrind/main/memcheck/tests/linux/
sigqueue.c 17 fprintf(stderr, "sizeof(*si) = %zu\n", sz);
18 fprintf(stdout, "offsetof(siginfo_t, si_signo) = %zd\n",
20 fprintf(stdout, "offsetof(siginfo_t, si_errno) = %zd\n",
22 fprintf(stdout, "offsetof(siginfo_t, si_code) = %zd\n",
24 fprintf(stdout, "offsetof(siginfo_t, _sifields) = %zd\n",
34 fprintf(stderr, "Done.\n");
  /external/valgrind/main/none/tests/
pth_blockedsig.c 22 fprintf (stdout, "thread CHILD sending SIGUSR1 to thread MAIN\n");
24 fprintf (stderr, "error doing pthread_kill\n");
42 fprintf (stderr, "SIG_BLOCK error");
47 fprintf (stderr, "signal(SIGINT) error");
51 fprintf (stderr, "error creating thread");
61 fprintf (stderr, "SHOULD NOT BE HERE (SIGUSR1)!!!!\n");
shorts.c 13 if (newtop < oldtop) { fprintf(stderr,"case1\n");
16 if (newtop > oldtop) { fprintf(stderr,"case2\n");
19 if (newbot < oldbot) { fprintf(stderr,"case3\n");
22 if (newbot > oldbot) { fprintf(stderr,"case4\n");
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 43 fprintf(stderr, "InjectedBundle::load failed - Could not consume bundle sandbox extension for [%s].\n", m_path.utf8().data());
52 fprintf(stderr, "InjectedBundle::load failed - Could not create the path string.\n");
58 fprintf(stderr, "InjectedBundle::load failed - Could not create the url from the path string.\n");
64 fprintf(stderr, "InjectedBundle::load failed - Could not create the bundle.\n");
69 fprintf(stderr, "InjectedBundle::load failed - Could not load the executable from the bundle.\n");
75 fprintf(stderr, "InjectedBundle::load failed - Could not find the initialize function in the bundle executable.\n");
  /hardware/ti/omap3/dspbridge/libbridge/
perfutils.c 44 fprintf(stdout, "FAIL: gettimeofday is failed\n");
63 fprintf(stdout, "LOG: *********BEGIN STATISTICS************"
65 fprintf(stdout, "LOG: MODULE: %s \n", ModuleName);
67 fprintf(stdout, "LOG: BufferSize: 0x%x \n", BufferSize);
69 fprintf(stdout, "LOG: RESULT: %lu\n", totalTimeuSec);
70 fprintf(stdout, "LOG: **********END STATISTICS*************"
  /system/core/toolbox/
ionice.c 17 fprintf(stderr, "usage: ionice <pid> [none|rt|be|idle] [prio]\n");
22 fprintf(stderr, "Invalid pid specified\n");
28 fprintf(stderr, "Failed to read priority (%s)\n", strerror(errno));
31 fprintf(stdout, "Pid %d, class %s (%d), prio %d\n", pid, classes[clazz], clazz, ioprio);
44 fprintf(stderr, "Unsupported class '%s'\n", argv[2]);
52 fprintf(stderr, "Failed to set priority (%s)\n", strerror(errno));
  /external/bzip2/
unzcrash.c 69 //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, "mismatch at %d\n", i );
    [all...]
  /external/stlport/test/unit/cppunit/
file_reporter.h 69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro);
73 { fprintf(_file, "\n\t%s", msg ); }
84 fprintf(_file, "%s::%s", in_className, in_shortTestName);
94 fprintf(_file, "%s", ignoredReason);
102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds());
107 fprintf(_file, "\n");
112 fprintf(_file, "\nThere were errors! %d of %d tests", m_numErrors, m_numTests);
115 fprintf(_file, "\nOK %d tests", m_numTests);
119 fprintf(_file, ", %d ignored", m_numIgnored);
123 fprintf(_file, " (%d explicit)", m_numExplicit)
    [all...]
  /frameworks/base/tools/aidl/
options.cpp 11 fprintf(stderr,
66 fprintf(stderr, "-I option (%d) requires a path.\n", i);
74 fprintf(stderr, "-d option (%d) requires a file.\n", i);
85 fprintf(stderr, "-p option (%d) requires a file.\n", i);
93 fprintf(stderr, "-o option (%d) requires a path.\n", i);
102 fprintf(stderr, "unknown option (%d): %s\n", i, s);
107 fprintf(stderr, "unknown option (%d): %s\n", i, s);
122 fprintf(stderr, "INPUT required\n");
137 fprintf(stderr, "INPUT is not an .aidl file.\n");
144 fprintf(stderr, "unknown option%s:", (i==argc-1?(const char*)"":(const char*)"s"))
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro);
73 { fprintf(_file, "\n\t%s", msg ); }
84 fprintf(_file, "%s::%s", in_className, in_shortTestName);
94 fprintf(_file, "%s", ignoredReason);
102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds());
107 fprintf(_file, "\n");
112 fprintf(_file, "\nThere were errors! %d of %d tests", m_numErrors, m_numTests);
115 fprintf(_file, "\nOK %d tests", m_numTests);
119 fprintf(_file, ", %d ignored", m_numIgnored);
123 fprintf(_file, " (%d explicit)", m_numExplicit)
    [all...]
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro);
73 { fprintf(_file, "\n\t%s", msg ); }
84 fprintf(_file, "%s::%s", in_className, in_shortTestName);
94 fprintf(_file, "%s", ignoredReason);
102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds());
107 fprintf(_file, "\n");
112 fprintf(_file, "\nThere were errors! %d of %d tests", m_numErrors, m_numTests);
115 fprintf(_file, "\nOK %d tests", m_numTests);
119 fprintf(_file, ", %d ignored", m_numIgnored);
123 fprintf(_file, " (%d explicit)", m_numExplicit)
    [all...]
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_argchk.c 22 fprintf(stderr, "LTC_ARGCHK '%s' failure on line %d of file %s\n",
  /external/jpeg/
rdgif.c 33 fprintf(stderr, "GIF input is unsupported for legal reasons. Sorry.\n");
  /external/libmtp/examples/
format.c 32 fprintf(stdout, "> ");
35 fprintf(stderr, "File error on stdin\n");
37 fprintf(stderr, "EOF on stdin\n");
54 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
reset.c 32 fprintf(stdout, "> ");
35 fprintf(stderr, "File error on stdin\n");
37 fprintf(stderr, "EOF on stdin\n");
54 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
trexist.c 28 fprintf(stderr, "trexist <trackid>\n");
37 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
48 fprintf(stderr, "illegal value %s\n", argv[1]);
51 fprintf(stderr, "bad song id %u\n", id);
  /external/llvm/utils/count/
count.c 18 fprintf(stderr, "usage: %s <expected line count>\n", argv[0]);
24 fprintf(stderr, "%s: invalid count argument '%s'\n", argv[0], argv[1]);
40 fprintf(stderr, "%s: error reading stdin\n", argv[0]);
45 fprintf(stderr, "Expected %d lines, got %d.\n", Count, NumLines);
  /external/qemu/distrib/jpeg-6b/
rdgif.c 33 fprintf(stderr, "GIF input is unsupported for legal reasons. Sorry.\n");

Completed in 1034 milliseconds

1 23 4 5 6 7 8 91011>>