HomeSort by relevance Sort by last modified time
    Searched refs:d_str (Results 1 - 3 of 3) sorted by null

  /device/google/marlin/dataservices/datatop/src/
datatop_interface.h 83 char d_str[DTOP_DP_MAX_STR_LEN]; member in union:dtop_data_union
datatop_helpers.c 116 if (fprintf(fw, "\"%s\"", dp->data.d_str) < 0)
362 sscanf(str, "%s", dp->data.d_str);
364 memcpy(dp->initial_data.d_str, dp->data.d_str,
  /external/python/dateutil/dateutil/test/
test_isoparser.py 367 d_str = d.strftime(dt_fmt)
368 if isinstance(d_str, six.text_type) and as_bytes:
369 d_str = d_str.encode('ascii')
370 elif isinstance(d_str, six.binary_type) and not as_bytes:
371 d_str = d_str.decode('ascii')
374 assert iparser.parse_isodate(d_str) == d

Completed in 83 milliseconds