/external/valgrind/cachegrind/ |
cg_arch.c | 261 VG_(dmsg)("warning: " 264 VG_(dmsg)("warning: " 361 VG_(dmsg)("warning: L2 cache not installed, ignore LL results.\n"); 365 VG_(dmsg)("warning: L%u cache found, using its data for the " 383 VG_(dmsg)("warning: Pentium 4 with %u KB micro-op instruction trace cache\n", 385 VG_(dmsg)(" Simulating a %u KB I-cache with %u B lines\n", 497 VG_(dmsg)("%s", warning);
|
cg_main.c | [all...] |
/external/webrtc/webrtc/base/ |
messagequeue.h | 155 bool operator< (const DelayedMessage& dmsg) const { 156 return (dmsg.msTrigger_ < msTrigger_) 157 || ((dmsg.msTrigger_ == msTrigger_) && (dmsg.num_ < num_));
|
messagequeue.cc | 333 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg); 334 dmsgq_.push(dmsg);
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-xen.c | 76 VG_(dmsg)("WARNING: %s version %#lx not supported\n", 81 VG_(dmsg)("You may be able to write your own handler.\n"); 82 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n"); 83 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n"); 84 VG_(dmsg)("it at http://valgrind.org/support/bug_reports.html &\n"); 85 VG_(dmsg)("http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen.\n"); 98 VG_(dmsg)("WARNING: unhandled %s subop: %lu\n", 103 VG_(dmsg)("You may be able to write your own handler.\n"); 104 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n"); 105 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n") [all...] |
syswrap-main.c | [all...] |
syswrap-darwin.c | 382 VG_(dmsg)("%s\n", key); 384 VG_(dmsg)("%s (repeated %lu times)\n", key, val); [all...] |
syswrap-solaris.c | 627 VG_(dmsg)("restore_context, sigaltstack: tid %u, " [all...] |
/external/valgrind/coregrind/ |
m_signals.c | [all...] |
m_errormgr.c | 936 VG_(dmsg)("\n"); 950 VG_(dmsg)("used_suppression: %6d %s %s:%d%s%s\n", su->count, su->sname, [all...] |
m_libcprint.c | 605 UInt VG_(dmsg) ( const HChar* format, ... ) function
|
m_transtab.c | [all...] |
/external/valgrind/drd/ |
drd_main.c | 433 VG_(dmsg)("Evaluating range @ 0x%lx size %lu\n", a, len); 440 VG_(dmsg)("Examining %s / %s\n", VG_(DebugInfo_get_filename)(di), 454 VG_(dmsg)("Suppressing .bss @ 0x%lx size %lu\n", avma, size); 464 VG_(dmsg)("Suppressing .plt @ 0x%lx size %lu\n", avma, size); 474 VG_(dmsg)("Suppressing .got.plt @ 0x%lx size %lu\n", avma, size); 484 VG_(dmsg)("Suppressing .got @ 0x%lx size %lu\n", avma, size); [all...] |
/external/valgrind/include/ |
pub_tool_libcprint.h | 152 extern UInt VG_(dmsg)( const HChar* format, ... ) PRINTF_CHECK(1, 2);
|
/external/valgrind/coregrind/m_gdbserver/ |
target.c | 598 VG_(dmsg) ("command %s exit code %d\n", cmd, ret); 601 VG_(dmsg) ("error VG_(fstat) %d %s\n", fd, outfile); 620 VG_(dmsg) ("%s lm_modid_offset unexpected hex value %s\n", 625 VG_(dmsg) ("%s produced unexpected %s\n", cmd, w);
|
remote-utils.c | 53 VG_(dmsg)("current sigmask value { "); 56 VG_(dmsg)("%d ", i); 58 VG_(dmsg)("}\n"); [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.c | 148 vchar_t *dmsg; local 176 dmsg = oakley_do_decrypt(iph1, msg, ivm->iv, ivm->ive); 177 if (dmsg == NULL) { 184 plogdump(LLV_DEBUG, dmsg->v, dmsg->l); 187 packet = (struct isakmp *)dmsg->v; 188 tlen = dmsg->l - sizeof(*packet); 270 vfree(dmsg); [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readpdb.c | [all...] |
storage.c | [all...] |
/external/valgrind/exp-dhat/ |
dh_main.c | [all...] |
/external/valgrind/massif/ |
ms_main.c | 220 VG_(dmsg)("Massif: " format, ##args); \ [all...] |
/external/valgrind/memcheck/ |
mc_main.c | [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiStateMachine.java | 1516 Message dmsg = Message.obtain(msg); local [all...] |