HomeSort by relevance Sort by last modified time
    Searched defs:str_buf (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 76 static char * format_uuid(tBT_UUID bt_uuid, char *str_buf)
82 sprintf(str_buf, "0x%04x", bt_uuid.uu.uuid16);
86 x += sprintf(&str_buf[x], "%02x%02x%02x%02x-%02x%02x-%02x%02x",
91 sprintf(&str_buf[x], "%02x%02x-%02x%02x%02x%02x%02x%02x",
98 sprintf(str_buf, "Unknown (len=%d)", bt_uuid.len);
100 return str_buf;
139 char str_buf[50]; local
145 ALOGD(" Attribute type: %s", format_uuid(p_data->type, str_buf));
155 format_uuid(p_data->value.group_value.service_type, str_buf));
169 format_uuid(p_data->value.incl_service.service_type, str_buf));
    [all...]
  /external/icu4c/test/cintltst/
putiltst.c 482 uint8_t str_buf[AESTRNCPY_SIZE] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
486 ret = uprv_aestrncpy(str_buf, src, len);
487 if(ret != str_buf) {
488 log_err("\n%s:%d: FAIL: uprv_aestrncpy returned %p expected %p\n", __FILE__, line, (void*)ret, (void*)str_buf);
490 if(!uprv_memcmp(str_buf, expect, AESTRNCPY_SIZE)) {
493 log_verbose("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf));
497 log_err ("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf));
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 155 uint8_t *str_buf = base_buf; local
166 str_buf += sc.stroff;
187 str_buf + nl.n_un.n_strx + 1, val);
200 str_buf + nl.n_un.n_strx + 1, val);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 2188 char str_buf[50]; local
    [all...]

Completed in 165 milliseconds