HomeSort by relevance Sort by last modified time
    Searched refs:snprintf (Results 226 - 250 of 1688) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libpcap/
pcap-linux.c 523 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
538 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
595 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
601 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
608 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
616 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
652 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
684 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
712 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
727 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE
    [all...]
  /bionic/libc/bionic/
stubs.cpp 90 snprintf(buf, byte_count, "%s%c%s%c%s", src->pw_name, 0, src->pw_dir, 0, src->pw_shell);
153 snprintf(state->dir_buffer_, sizeof(state->dir_buffer_), "/");
154 snprintf(state->sh_buffer_, sizeof(state->sh_buffer_), "/system/bin/sh");
269 snprintf(buffer, bufferlen, "u%u_i%u", userid, appid - AID_ISOLATED_START);
271 snprintf(buffer, bufferlen, "all_a%u", appid - AID_SHARED_GID_START);
275 snprintf(buffer, bufferlen, "u%u_%s", userid, android_ids[n].name);
280 snprintf(buffer, bufferlen, "u%u_a%u", userid, appid - AID_APP);
311 snprintf(state->dir_buffer_, sizeof(state->dir_buffer_), "/");
313 snprintf(state->dir_buffer_, sizeof(state->dir_buffer_), "/data");
316 snprintf(state->sh_buffer_, sizeof(state->sh_buffer_), "/system/bin/sh")
    [all...]
  /system/netd/server/
BandwidthController.cpp 341 snprintf(cmd, sizeof(cmd), "-N bw_happy_box");
346 snprintf(cmd, sizeof(cmd), "-F bw_happy_box");
349 snprintf(cmd, sizeof(cmd), "-D bw_penalty_box -j bw_happy_box");
351 snprintf(cmd, sizeof(cmd), "-A bw_penalty_box -j bw_happy_box");
355 snprintf(cmd, sizeof(cmd), "-D bw_happy_box -j REJECT");
357 snprintf(cmd, sizeof(cmd), "-A bw_happy_box -j REJECT");
367 snprintf(cmd, sizeof(cmd), "-D bw_penalty_box -j bw_happy_box");
370 snprintf(cmd, sizeof(cmd), "-F bw_happy_box");
372 snprintf(cmd, sizeof(cmd), "-X bw_happy_box");
525 snprintf(cmd, sizeof(cmd), "-F %s", costCString)
    [all...]
  /frameworks/native/cmds/installd/
installd.c 101 snprintf(reply, REPLY_MAX, "%" PRId64 " %" PRId64 " %" PRId64 " %" PRId64,
270 n = snprintf(cmd, BUFFER_MAX, "%d %s", ret, reply);
272 n = snprintf(cmd, BUFFER_MAX, "%d", ret);
365 snprintf(version_path, PATH_MAX, "%s.layout_version", android_data_dir.path);
413 snprintf(media_tmp_dir, PATH_MAX, "%smedia.tmp", android_data_dir.path);
434 snprintf(owner_media_dir, PATH_MAX, "%s0", android_media_dir.path);
462 snprintf(user_media_dir, PATH_MAX, "%s%s", android_media_dir.path, name);
476 snprintf(media_obb_dir, PATH_MAX, "%sobb", android_media_dir.path);
485 snprintf(owner_obb_path, PATH_MAX, "%s0/Android/obb", android_media_dir.path);
515 snprintf(misc_dir, PATH_MAX, "%smisc", android_data_dir.path)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
values.c 147 width = snprintf(NULL, 0, "%d", values->pid[i]);
150 width = snprintf(NULL, 0, "%d", values->tid[i]);
154 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]);
189 width = snprintf(NULL, 0, "%d", values->pid[i]);
192 width = snprintf(NULL, 0, "%d", values->tid[i]);
200 width = snprintf(NULL, 0, "%" PRIx64, values->counterrawid[j]);
206 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]);
pmu.c 55 snprintf(path, PATH_MAX, "%s/%s", dir, name);
86 snprintf(path, PATH_MAX,
147 snprintf(path, PATH_MAX, "%s/%s", dir, name);
175 snprintf(path, PATH_MAX,
223 snprintf(path, PATH_MAX,
252 snprintf(path, PATH_MAX,
281 snprintf(path, PATH_MAX,
571 snprintf(buf, len, "%s/%s/", pmu->name, alias->name);
578 snprintf(buf, len, "%s OR %s/%s/", alias->name, pmu->name, alias->name);
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 332 snprintf(str, 256,
345 snprintf(str_src, 256,
355 snprintf(str_rect, 256,
364 snprintf(str, 256,
374 snprintf(str_data, 256,
384 snprintf(str, 256, "%s sessid=%u rot=%d, enable=%d downscale=%d\n",
396 snprintf(str, 256,
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 399 snprintf(str, 256,
413 snprintf(str_src, 256,
423 snprintf(str_rect, 256,
432 snprintf(str, 256,
442 snprintf(str_data, 256,
451 snprintf(str, 256, "%s sessid=%u rot=%d, enable=%d downscale=%d\n",
463 snprintf(str, 256,
  /system/vold/
DirectVolume.cpp 91 snprintf(mount, PATH_MAX, "%s/%s", Volume::MEDIA_DIR, rec->label);
93 snprintf(mount, PATH_MAX, "%s/%s", Volume::FUSE_DIR, rec->label);
147 snprintf(nodepath,
163 snprintf(msg, sizeof(msg),
329 snprintf(msg, sizeof(msg), "Volume %s %s disk removed (%d:%d)",
366 snprintf(msg, sizeof(msg), "Volume %s %s bad removal (%d:%d)",
380 snprintf(msg, sizeof(msg), "Volume %s bad removal (%d:%d)",
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp     [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /bionic/tests/
system_properties_test.cpp 34 snprintf(dir_template, sizeof(dir_template), "%s/local/tmp/prop-XXXXXX", ANDROID_DATA);
190 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d", count);
192 ret = snprintf(prop_value, PROP_VALUE_MAX - 1, "value_%d", count);
208 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d", i);
210 ret = snprintf(prop_value, PROP_VALUE_MAX - 1, "value_%d", i);
277 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d.%d.%d", i, j, k);
279 ret = snprintf(prop_value, PROP_VALUE_MAX - 1, "value_%d.%d.%d", i, j, k);
292 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d.%d.%d", i, j, k);
294 ret = snprintf(prop_value, PROP_VALUE_MAX - 1, "value_%d.%d.%d", i, j, k);
  /external/libcxx/src/
string.cpp 443 return as_string(snprintf, initial_string<string, int>()(), "%d", val);
448 return as_string(snprintf, initial_string<string, unsigned>()(), "%u", val);
453 return as_string(snprintf, initial_string<string, long>()(), "%ld", val);
458 return as_string(snprintf, initial_string<string, unsigned long>()(), "%lu", val);
463 return as_string(snprintf, initial_string<string, long long>()(), "%lld", val);
468 return as_string(snprintf, initial_string<string, unsigned long long>()(), "%llu", val);
473 return as_string(snprintf, initial_string<string, float>()(), "%f", val);
478 return as_string(snprintf, initial_string<string, double>()(), "%f", val);
483 return as_string(snprintf, initial_string<string, long double>()(), "%Lf", val);
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 201 int result = snprintf(s, sizeof(s), "%d", x);
208 int result = snprintf(s, sizeof(s), "%u", x);
215 int result = snprintf(s, sizeof(s), "%ld", x);
222 int result = snprintf(s, sizeof(s), "%lu", x);
229 int result = snprintf(s, sizeof(s), "%lld", x);
236 int result = snprintf(s, sizeof(s), "%llu", x);
243 int result = snprintf(s, sizeof(s), "%f", x);
250 int result = snprintf(s, sizeof(s), "%f", x);
257 int result = snprintf(s, sizeof(s), "%p", x);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 443 return as_string(snprintf, initial_string<string, int>()(), "%d", val);
448 return as_string(snprintf, initial_string<string, unsigned>()(), "%u", val);
453 return as_string(snprintf, initial_string<string, long>()(), "%ld", val);
458 return as_string(snprintf, initial_string<string, unsigned long>()(), "%lu", val);
463 return as_string(snprintf, initial_string<string, long long>()(), "%lld", val);
468 return as_string(snprintf, initial_string<string, unsigned long long>()(), "%llu", val);
473 return as_string(snprintf, initial_string<string, float>()(), "%f", val);
478 return as_string(snprintf, initial_string<string, double>()(), "%f", val);
483 return as_string(snprintf, initial_string<string, long double>()(), "%Lf", val);
  /system/core/healthd/
BatteryMonitor.cpp 248 snprintf(dmesgline, sizeof(dmesgline),
260 snprintf(b, sizeof(b), " c=%d", c / 1000);
264 snprintf(dmesgline, sizeof(dmesgline),
344 snprintf(vs, sizeof(vs), "ac: %d usb: %d wireless: %d\n",
348 snprintf(vs, sizeof(vs), "status: %d health: %d present: %d\n",
351 snprintf(vs, sizeof(vs), "level: %d voltage: %d temp: %d\n",
358 snprintf(vs, sizeof(vs), "current now: %d\n", v);
364 snprintf(vs, sizeof(vs), "current avg: %d\n", v);
370 snprintf(vs, sizeof(vs), "charge counter: %d\n", v);
  /system/core/toolbox/
ls.c 84 snprintf(out, out_size, "%d", uid);
94 snprintf(out, out_size, "%d", gid);
113 snprintf(tmp, sizeof(tmp), "/%s", de->d_name);
115 snprintf(tmp, sizeof(tmp), "%s/%s", dirname, de->d_name);
185 snprintf(user, sizeof(user), "%u", s->st_uid);
186 snprintf(group, sizeof(group), "%u", s->st_gid);
312 snprintf(tmp, sizeof(tmp), "%s/%s", dirname, filename);
379 snprintf(tmp, sizeof(tmp), "/%s", de->d_name);
381 snprintf(tmp, sizeof(tmp), "%s/%s", name, de->d_name);
  /bionic/benchmarks/
benchmark_main.cpp 152 snprintf(throughput, sizeof(throughput), " %8.2f MiB/s", mib_processed/seconds);
158 snprintf(full_name, sizeof(full_name), "%s/%dM", name_, arg/(1<<20));
160 snprintf(full_name, sizeof(full_name), "%s/%dK", name_, arg/(1<<10));
162 snprintf(full_name, sizeof(full_name), "%s/%d", name_, arg);
165 snprintf(full_name, sizeof(full_name), "%s", name_);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 73 snprintf(filename, sizeof(filename), "/proc/%d/cmdline",
124 snprintf(filename, sizeof(filename), "/proc/%d/pagemap",
130 snprintf(filename, sizeof(filename), "/proc/kpagecount");
359 snprintf(run_id_, sizeof(run_id_), "%s-" OS_NAME "-%d-%lu",
376 // TODO(dmikurube): Eliminate dynamic memory allocation caused by snprintf.
377 // glibc's snprintf internally allocates memory by alloca normally, but it
466 // TODO(dmikurube): These Append* functions should not use snprintf.
468 return ForwardCursor(snprintf(buffer_ + cursor_, size_ - cursor_,
477 appended = snprintf(position, available, "%s", value);
479 appended = snprintf(position, available, "%*s"
    [all...]
  /external/qemu/android/
snapshot.c 173 snprintf(buf, buf_size, "%" PRId64, size);
178 snprintf(buf, buf_size, "%0.1f%c",
183 snprintf(buf, buf_size, "%" PRId64 "%c",
200 snprintf(buf, buf_size, "<invalid-snapshot-date>");
211 snprintf(buf, buf_size, "%02d:%02d:%02d.%03d",
  /external/qemu/hw/android/goldfish/
battery.c 232 snprintf(buffer, sizeof buffer, "AC: %s\r\n",
252 snprintf(buffer, sizeof buffer, "status: %s\r\n", value);
274 snprintf(buffer, sizeof buffer, "health: %s\r\n", value);
277 snprintf(buffer, sizeof buffer, "present: %s\r\n",
281 snprintf(buffer, sizeof buffer, "capacity: %d\r\n", battery_state->capacity);
  /hardware/libhardware_legacy/qemu/
qemu.c 81 snprintf(pipe_name, sizeof(pipe_name), "qemud:%s", name);
136 snprintf(channel->device, sizeof channel->device,
163 ret = snprintf(key, sizeof key, "ro.kernel.android.%s", name);
172 ret = snprintf(channel->device, sizeof channel->device,
266 snprintf(header, sizeof header, "%04x", len);
  /system/core/libprocessgroup/
processgroup.cpp 48 return snprintf(path, size, "%s/%s%d",
56 return snprintf(path, size, "%s/%s%d/%s%d",
178 snprintf(path, sizeof(path), "%s/%s", uid_path, dir->d_name);
205 snprintf(path, sizeof(path), "%s/%s", PROCESSGROUP_CGROUP_PATH, dir->d_name);
328 int len = snprintf(pid, sizeof(pid), "%d", initialPid);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 348 snprintf(( char * ) sharedPtr, EXIF_DATE_TIME_SIZE,
534 snprintf(temp_value,
549 snprintf(temp_value, EXIF_DATE_TIME_SIZE,
563 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mWidth);
569 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mHeight);
575 snprintf(temp_value,
590 snprintf(temp_value,
605 snprintf(temp_value,
614 snprintf(temp_value,
636 snprintf(temp_value
    [all...]

Completed in 1394 milliseconds

1 2 3 4 5 6 7 8 91011>>