Searched refs:data_string (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Lib/ |
| D | _strptime.py | 309 def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): argument 314 for index, arg in enumerate([data_string, format]): 347 found = format_regex.match(data_string) 350 (data_string, format)) 351 if len(data_string) != found.end(): 353 data_string[found.end():]) 559 def _strptime_time(data_string, format="%a %b %d %H:%M:%S %Y"): argument 562 tt = _strptime(data_string, format)[0] 565 def _strptime_datetime(cls, data_string, format="%a %b %d %H:%M:%S %Y"): argument 568 tt, fraction, gmtoff_fraction = _strptime(data_string, format)
|
| /third_party/ffmpeg/libavcodec/ |
| D | microdvddec.c | 46 char *data_string; member 135 tag.data_string = s; in microdvd_load_tags() 158 tag.data_string = s; in microdvd_load_tags() 222 tags[i].data_string_len, tags[i].data_string); in microdvd_open_tags() 360 tags[i].data_string_len, tags[i].data_string); in microdvd_init()
|
| /third_party/ffmpeg/libavformat/ |
| D | mmst.c | 180 char data_string[256]; in send_protocol_select() local 188 snprintf(data_string, sizeof(data_string), "\\\\%d.%d.%d.%d\\%s\\%d", in send_protocol_select() 196 if ((ret = mms_put_utf16(mms, data_string)) < 0) in send_protocol_select() 426 char data_string[256]; in send_startup_packet() local 433 snprintf(data_string, sizeof(data_string), in send_startup_packet() 440 if ((ret = mms_put_utf16(mms, data_string)) < 0) in send_startup_packet()
|
| /third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
| D | webrtc-unidirectional-h264.c | 330 gchar *data_string; in soup_websocket_message_cb() local 347 data_string = g_strndup (data, size); in soup_websocket_message_cb() 356 if (!json_parser_load_from_data (json_parser, data_string, -1, NULL)) in soup_websocket_message_cb() 454 g_free (data_string); in soup_websocket_message_cb() 458 g_error ("Unknown message \"%s\", ignoring", data_string); in soup_websocket_message_cb()
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| D | default_value_objectwriter.cc | 588 util::StatusOr<std::string> data_string = data.ToString(); in RenderDataPiece() local 589 if (data_string.ok()) { in RenderDataPiece() 590 const std::string& string_value = data_string.value(); in RenderDataPiece()
|
| /third_party/python/Lib/test/ |
| D | test_strptime.py | 211 self.assertRaises(ValueError, _strptime._strptime_time, data_string="%d",
|
| /third_party/node/src/ |
| D | node_messaging.cc | 1164 if (!result->Get(context, env()->data_string()).ToLocal(&data) || in TransferOrClone()
|
| D | env.h | 209 V(data_string, "data") \
|