HomeSort by relevance Sort by last modified time
    Searched refs:snprintf (Results 251 - 275 of 586) sorted by null

<<11121314151617181920>>

  /frameworks/base/libs/audioflinger/
AudioPolicyService.cpp 365 snprintf(buffer, SIZE, "PolicyManager Interface: %p\n", mpPolicyManager);
367 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get());
369 snprintf(buffer, SIZE, "Tones Thread: %p\n", mTonePlaybackThread.get());
409 snprintf(buffer, SIZE, "Permission Denial: "
682 snprintf(buffer, SIZE, "AudioCommandThread %p Dump\n", this);
692 snprintf(buffer, SIZE, "- Commands:\n");
916 snprintf(buffer, size, " %02d %06d.%03d %01u %p\n",
  /bionic/libc/bionic/
malloc_debug_qemu.c 270 snprintf(tr_str, sizeof(tr_str), __VA_ARGS__ ); \
328 snprintf(log_str, sizeof(log_str), frmt, ##__VA_ARGS__); \
562 snprintf(str, str_buf_size,
    [all...]
  /external/dbus/dbus/
dbus-sysdeps.c 206 snprintf (buf, MAX_LONG_LEN, "%ld", value);
244 snprintf (buf, MAX_ULONG_LEN, "%lu", value);
282 snprintf (buf, MAX_LONG_LEN, "%g", value);
  /frameworks/base/libs/binder/
MemoryDealer.cpp 433 snprintf(buffer, SIZE, " %s (%p, size=%u)\n",
444 snprintf(buffer, SIZE, " %3u: %08x | 0x%08X | 0x%08X | %s %s\n",
458 snprintf(buffer, SIZE,
  /system/vold/
Volume.cpp 118 snprintf(filename, sizeof(filename), "%s/autorun.inf", SEC_STGDIR);
166 snprintf(msg, sizeof(msg),
267 snprintf(errmsg, sizeof(errmsg),
  /bionic/libthread_db/
libthread_db.c 161 snprintf(path, sizeof(path), "/proc/%d/task/", agent->pid);
  /bootable/recovery/minui/
resources.c 52 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name);
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 56 snprintf(msg, sizeof(msg), fmt, data);
  /external/bluetooth/bluez/common/
test_textfile.c 81 snprintf(value, sizeof(value), "Test");
  /external/dropbear/
cli-tcpfwd.c 195 snprintf(portstring, sizeof(portstring), "%d", iter->connectport);
fake-rfc2553.c 54 snprintf(tmpserv, sizeof(tmpserv), "%d", ntohs(sin->sin_port));
svr-tcpfwd.c 266 snprintf(portstring, sizeof(portstring), "%d", destport);
  /external/iproute2/ip/
ipmroute.c 113 snprintf(obuf, sizeof(obuf), "(%s, %s)",
  /external/iproute2/lib/
ll_map.c 100 snprintf(buf, 16, "if%d", idx);
ll_proto.c 115 snprintf(buf, len, "[%d]", id);
ll_types.c 139 snprintf(buf, len, "[%d]", type);
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 717 snprintf(prefbuf, sizeof(prefbuf), "/%u", pref);
723 snprintf(portbuf, sizeof(portbuf), "[%s]", "any");
725 snprintf(portbuf, sizeof(portbuf), "[%u]", port);
728 snprintf(buf, sizeof(buf), "%s%s", prefbuf, portbuf);
  /external/libpcap/lbl/
os-sunos4.h 162 int snprintf(char *, size_t, const char *, ...);
  /external/oprofile/daemon/
opd_mangling.c 61 snprintf(name, 1024, "%u.0x%llx.0x%llx", (unsigned int)anon->tgid,
  /external/qemu/distrib/zlib-1.2.3/
configure 328 snprintf(buf, sizeof(buf), "%s", "foo");
339 echo "Checking for snprintf() in stdio.h... Yes."
348 return snprintf(buf, sizeof(buf), "%s", "foo");
358 echo "Checking for return value of snprintf()... Yes."
361 echo "Checking for return value of snprintf()... No."
362 echo " WARNING: apparently snprintf() does not return a value. zlib"
368 echo "Checking for snprintf() in stdio.h... No."
369 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib"
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 149 snprintf(line, kLineLen, "%s\t%lld\n", symbols_[i], Find(symbols_[i]));
  /external/tcpdump/lbl/
os-sunos4.h 162 int snprintf(char *, size_t, const char *, ...);
  /external/tcpdump/
print-ipx.c 86 snprintf(line, sizeof(line), "%08x.%02x:%02x:%02x:%02x:%02x:%02x",
print-telnet.c 104 snprintf(buf, sizeof(buf), "%#x", x);
  /external/webkit/WebCore/history/cf/
HistoryPropertyList.cpp 129 snprintf(buffer, sizeof(buffer), "%.1lf", lastVisitedDate);

Completed in 3814 milliseconds

<<11121314151617181920>>