/development/ndk/samples/hello-neon/jni/ |
helloneon.c | 109 asprintf(&str, "FIR Filter benchmark:\nC version : %g ms\n", time_c); 143 asprintf(&str, "%g ms (x%g faster)\n", time_neon, time_c / (time_neon < 1e-6 ? 1. : time_neon));
|
/external/qemu/ |
osdep.c | 189 int asprintf( char **, const char *, ... ); 201 int asprintf( char **sptr, const char *fmt, ... ) function
|
/system/netd/ |
ndc.c | 95 if (asprintf(&tmp_final_cmd, format, final_cmd, argv[i], 98 perror("failed asprintf");
|
BandwidthController.cpp | 321 asprintf(&buff, "%s %s -m owner --uid-owner %d", opFlag, chain, uid); 497 asprintf(&buff, "%s bw_costly_%s -m quota2 ! --quota %lld --name %s", opFlag, costName, quota, 776 asprintf(&fname, "/proc/net/xt_quota/%s", costName); 826 asprintf(&fname, "/proc/net/xt_quota/%s", quotaName); 859 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, opFlag, "bw_INPUT", 863 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, opFlag, "bw_OUTPUT", 891 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, opFlag, "bw_FORWARD", 1043 asprintf(&alertName, "%sAlert", costName); 1047 asprintf(&chainName, "bw_costly_%s", costName); 1048 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, "-A", chainName, bytes, alertName) [all...] |
CommandListener.cpp | 485 asprintf(&flag_s, "%s%s%s%s%s%s", updown, brdcst, loopbk, ppp, running, multi); 488 asprintf(&msg, "%.2x:%.2x:%.2x:%.2x:%.2x:%.2x %s %d %s", 614 asprintf(&msg, "MTU = %d", mtu); 677 asprintf(&tmp, "Forwarding %s", (sTetherCtrl->getIpFwdEnabled() ? "enabled" : "disabled")); 717 asprintf(&tmp, "Tethering services %s", [all...] |
DnsProxyListener.cpp | 181 asprintf( &msg, "Invalid number of arguments to getaddrinfo: %i", argc); 260 asprintf(&msg, "Invalid number of arguments to gethostbyname: %i", argc); 385 asprintf(&msg, "Invalid number of arguments to gethostbyaddr: %i", argc); 410 asprintf(&msg, "inet_pton(\"%s\") failed %s", addrStr, strerror(errno));
|
PppController.cpp | 87 asprintf(&lr, "%s:%s", l, r);
|
/external/valgrind/main/coregrind/ |
launcher-darwin.c | 267 asprintf(&newclient, "%s/Contents/MacOS/%s", clientname, appname); 287 asprintf(&vgpreload_core, "%s/vgpreload_core-%s-darwin.so", valgrind_lib, valid_archs[i].valgrind_name); 371 asprintf(&new_line, VALGRIND_LAUNCHER "=%s", launcher_name); 374 asprintf(&set_cwd, "VALGRIND_STARTUP_PWD_%u_XYZZY=%s", getppid(), cwd); 410 asprintf(&toolfile, "%s/%s-%s-darwin", valgrind_lib, toolname, arch);
|
/external/e2fsprogs/intl/ |
libgnuintl.h.in | 329 #undef asprintf 330 #define asprintf libintl_asprintf 331 extern int asprintf (char **, const char *, ...);
|
/external/elfutils/libdwfl/ |
find-debuginfo.c | 69 else if ((subdir == NULL ? asprintf (&fname, "%s/%s", dir, debuglink) 70 : dir == NULL ? asprintf (&fname, "%s/%s", subdir, debuglink) 71 : asprintf (&fname, "%s/%s/%s", dir, subdir, debuglink)) < 0)
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
liblto_plugin.so | |
liblto_plugin.so.0 | |
liblto_plugin.so.0.0.0 | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
liblto_plugin.so | |
liblto_plugin.so.0 | |
liblto_plugin.so.0.0.0 | |
/external/bison/po/ |
Makevars | 18 --flag=asprintf:2:c-format\
|
/external/bison/runtime-po/ |
Makevars | 18 --flag=asprintf:2:c-format\
|
/libcore/luni/src/main/native/ |
java_lang_System.cpp | 107 asprintf(&mappedName, OS_SHARED_LIB_FORMAT_STR, name.c_str());
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
Makevars | 20 --flag=asprintf:2:c-format --flag=vasprintf:2:c-format\
|
/system/core/init/ |
ueventd.c | 147 asprintf(&tmp, "/dev/mtd/mtd%d", n);
|
/system/core/libmemtrack/ |
memtrack_test.c | 38 if (asprintf(&filename, "/proc/%zd/cmdline", pid) < 0) {
|
/system/extras/tests/iptables/qtaguid/ |
socketTag.cpp | 154 asprintf(&match_template, "sock=%lx %s", addr, "tag=0x%llx (uid=%u)"); 158 asprintf(&match_template, "%s", " tag=0x%llx (uid=%u)"); 163 asprintf(&buff, match_template, full_tag | uid, uid); 256 asprintf(&max_tags_str, "%d", max_tags);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 202 asprintf(&path, "/usr/lib/locale/%1$s/amd64/%1$s.so.3", locale); 204 asprintf(&path, "/usr/lib/locale/%1$s/%1$s.so.3", locale);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/ |
liblto_plugin.so | |