HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 101 - 125 of 4337) sorted by null

1 2 3 45 6 7 8 91011>>

  /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");
  /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/debuggerd/
crasher.c 121 fprintf(stderr,"crasher: init pid=%d tid=%d\n", getpid(), gettid());
169 fprintf(stderr, "%s OP\n", __progname);
170 fprintf(stderr, "where OP is:\n");
171 fprintf(stderr, " smash-stack overwrite a stack-guard canary\n");
172 fprintf(stderr, " stack-overflow recurse until the stack overflows\n");
173 fprintf(stderr, " heap-corruption cause a libc abort by corrupting the heap\n");
174 fprintf(stderr, " heap-usage cause a libc abort by abusing a heap function\n");
175 fprintf(stderr, " nostack crash with a NULL stack pointer\n");
176 fprintf(stderr, " ctest (obsoleted by thread-crash?)\n");
177 fprintf(stderr, " exit call exit(1)\n")
    [all...]
  /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/bison/lib/
perror.c 30 #undef fprintf macro
46 fprintf (stderr, "%s: %s\n", string, stackbuf);
48 fprintf (stderr, "%s\n", stackbuf);
  /external/bluetooth/bluedroid/test/suite/
base.h 33 #define TASSERT(c, ...) if (!(c)) { fprintf(stderr, "%s:%d: ", __func__, __LINE__); fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n"); return false; }
  /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/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c 38 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/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...]
  /external/valgrind/main/memcheck/tests/
buflen_check.c 13 fprintf(stderr, "socket() failed\n");
21 fprintf(stderr, "getsockname(1) failed\n");
24 fprintf(stderr, "getsockname(2) failed\n");
  /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...]
  /bootable/recovery/
common.h 28 #define LOGW(...) fprintf(stdout, "W:" __VA_ARGS__)
29 #define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__)
32 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__)
33 #define LOGD(...) fprintf(stdout, "D:" __VA_ARGS__)
  /build/tools/fs_get_stats/
fs_get_stats.c 12 fprintf(stderr, "%s:%d: ERROR: " fmt, \
18 do { fprintf(stderr, "DEBUG: " fmt, ##args); } while(0)
26 fprintf(stderr, "fs_get_stats: retrieve the target file stats "
28 fprintf(stderr, "usage: fs_get_stats cur_perms is_dir filename\n");
29 fprintf(stderr, "\tcur_perms - The current permissions of "
31 fprintf(stderr, "\tis_dir - Is filename is a dir, 1. Otherwise, 0.\n");
32 fprintf(stderr, "\tfilename - The filename to lookup\n");
33 fprintf(stderr, "\n");
62 fprintf(stdout, "%d %d 0%o\n", uid, gid, perms);
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
foo.cpp 11 fprintf(stderr, "Hello World from Foo!\n");
foo2.cpp 13 fprintf(stderr, "Hello World from Foo!\n");
  /external/chromium_org/tools/gyp/test/library/src/
program.c 9 fprintf(stdout, "Hello from program.c\n");
  /external/compiler-rt/test/asan/TestCases/
on_error_callback.cc 11 fprintf(stderr, "__asan_on_error called");
  /external/compiler-rt/test/lsan/TestCases/
pointer_to_self.cc 13 fprintf(stderr, "Test alloc: %p.\n", p);
use_globals_initialized.cc 15 fprintf(stderr, "Test alloc: %p.\n", data_var);
use_globals_uninitialized.cc 15 fprintf(stderr, "Test alloc: %p.\n", bss_var);
use_stacks.cc 13 fprintf(stderr, "Test alloc: %p.\n", stack_var);
use_tls_static.cc 15 fprintf(stderr, "Test alloc: %p.\n", tls_var);
  /external/compiler-rt/test/msan/
keep-going.cc 30 fprintf(stderr, "Done\n");

Completed in 962 milliseconds

1 2 3 45 6 7 8 91011>>