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

<<11121314151617181920>>

  /external/webkit/WebKit/android/wds/client/
AdbConnection.cpp 96 snprintf(payloadLen, sizeof(payloadLen), PAYLOAD_FORMAT, res);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ps3.c 46 str += snprintf(str, iwr.u.data.length - (str - buf),
  /external/zlib/
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"
  /frameworks/base/core/jni/
android_util_Log.cpp 78 snprintf(buf2, sizeof(buf2), "Log tag \"%s\" exceeds limit of %d characters\n",
android_database_CursorWindow.cpp 135 snprintf(buf, sizeof(buf), "get field slot from row %d col %d failed", row, column);
142 snprintf(buf, sizeof(buf), "UNKNOWN type %d", type);
323 snprintf(buf, sizeof(buf), "%lld", value);
331 snprintf(buf, sizeof(buf), "%g", value);
416 snprintf(buf, sizeof(buf), "%lld", value);
424 snprintf(tempbuf, sizeof(tempbuf), "%g", value);
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 729 snprintf(splstr_queried_, spelling_size_, "%s",
733 snprintf(splstr_queried_, spelling_size_, "%s", "Ch");
735 snprintf(splstr_queried_, spelling_size_, "%s", "Sh");
737 snprintf(splstr_queried_, spelling_size_, "%s", "Zh");
  /system/bluetooth/bluedroid/
bluetooth.c 56 snprintf(path, sizeof(path), "/sys/class/rfkill/rfkill%d/type", id);
  /system/core/init/
util.c 130 snprintf(addr.sun_path, sizeof(addr.sun_path), ANDROID_SOCKET_DIR"/%s",
  /system/core/libcutils/
sched_policy.c 136 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid);
zygote.c 67 snprintf(argc_buffer, sizeof(argc_buffer), "%d\n", argc);
dir_hash.c 100 n = snprintf(output_string + used, max_output_string - used,
104 n = snprintf(output_string, max_output_string,
  /system/extras/tests/framebuffer/
refresh.c 38 snprintf(name, 64, device_template[i], 0);
  /system/extras/tests/sdcard/
testcase.cpp 151 snprintf(total_time, sizeof(total_time), "%s_total", mName);
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /bionic/libc/bionic/
stubs.c 218 snprintf( state->app_name_buffer, sizeof state->app_name_buffer,
243 snprintf(state->group_name_buffer, sizeof state->group_name_buffer,
  /dalvik/vm/alloc/
HeapBitmap.c 53 snprintf(nameBuf, sizeof(nameBuf), HB_ASHMEM_NAME "/%s", name);
109 snprintf(fullName, sizeof(fullName)-1, "%s/%zd", name, i);
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 211 header_size = snprintf(header, sizeof(header), "P6\n%d %d\n255\n", height, width);
213 header_size = snprintf(header, sizeof(header), "P6\n%d %d\n255\n", width, height);
  /external/bluetooth/bluez/gdbus/
watch.c 194 snprintf(match_string, sizeof(match_string),
217 snprintf(match_string, sizeof(match_string),
  /external/bluetooth/glib/
config.h.win32.in 130 /* Define if you have a version of the snprintf function with semantics as
372 /* Define to 1 if you have the `snprintf' function. */
376 #define snprintf _snprintf
  /external/fsck_msdos/
boot.c 179 snprintf(tmp2, sizeof(tmp2), "%.2x ", block[11 + i]);
188 snprintf(tmp2, sizeof(tmp2), "%.2x ", backup[11 + i]);
  /external/qemu/
block.c 198 snprintf(filename, size, "%s/vl.XXXXXX", tmpdir);
371 snprintf(backing_filename, sizeof(backing_filename),
    [all...]
usb-linux.c 902 snprintf(buf, sizeof(buf), "%s/%03d/%03d", usb_host_device_path,
961 snprintf(dev->dev.devname, sizeof(dev->dev.devname),
1071 snprintf(line, sizeof(line), "%s/devices", usb_host_device_path);
1158 snprintf(filename, PATH_MAX, USBSYSBUS_PATH "/devices/%s/%s", device_name,
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 124 char * (*snprintf)(int,char*,const char*,...); member in struct:sqlite3_api_routines
259 #define sqlite3_snprintf sqlite3_api->snprintf
  /system/core/libnetutils/
ifc_utils.c 432 snprintf(dns_prop_name, sizeof(dns_prop_name), "dhcp.%s.dns1", ifname);
434 snprintf(dns_prop_name, sizeof(dns_prop_name), "dhcp.%s.dns2", ifname);
  /external/clearsilver/cs/
csparse.c 486 snprintf (buf, blen, "[%s:%d]", parse->context, lineno);
499 snprintf (buf, blen, "[%s:~%d]", parse->context, lineno);
501 snprintf (buf, blen, "[lineno:~%d]", lineno);
506 snprintf (buf, blen, "[%s:%d]", parse->context, offset);
508 snprintf (buf, blen, "[offset:%d]", offset);
516 snprintf (buf, blen, "[-E- %s:%d]", parse->context, offset);
518 snprintf (buf, blen, "[-E- offset:%d]", offset);
547 snprintf(buf, sizeof(buf), "Unknown state %d", state);
867 snprintf (buf, sizeof(buf), "%ld", map->n);
1150 t = snprintf(p, buflen, "%s%d:%s:'%s'", i ? " ":"", i, expand_token_type(tokens[i].type, 0), tokens[i].value)
    [all...]

Completed in 1048 milliseconds

<<11121314151617181920>>