Home
last modified time | relevance | path

Searched refs:current_key (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dplistlib.py167 self.current_key = None
201 if self.current_key is not None:
205 self.stack[-1][self.current_key] = value
206 self.current_key = None
229 if self.current_key:
231 (self.current_key,self.parser.CurrentLineNumber))
235 if self.current_key or not isinstance(self.stack[-1], type({})):
238 self.current_key = self.get_data()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c934 if (hls_stream->current_key == NULL) in gst_hls_demux_start_fragment()
939 key = gst_hls_demux_get_key (hlsdemux, hls_stream->current_key, in gst_hls_demux_start_fragment()
1083 if (hls_stream->current_key) in gst_hls_demux_finish_fragment()
1088 if (hls_stream->current_key) { in gst_hls_demux_finish_fragment()
1152 if (hls_stream->current_key) { in gst_hls_demux_data_received()
1247 if (hls_stream->current_key) { in gst_hls_demux_stream_free()
1248 g_free (hls_stream->current_key); in gst_hls_demux_stream_free()
1249 hls_stream->current_key = NULL; in gst_hls_demux_stream_free()
1338 g_free (hlsdemux_stream->current_key); in gst_hls_demux_update_fragment_info()
1339 hlsdemux_stream->current_key = g_strdup (file->key); in gst_hls_demux_update_fragment_info()
Dgsthlsdemux.h122 gchar *current_key; member
Dm3u8.c489 gchar *current_key = NULL; in gst_m3u8_update() local
564 file->key = current_key ? g_strdup (current_key) : NULL; in gst_m3u8_update()
661 g_free (current_key); in gst_m3u8_update()
662 current_key = NULL; in gst_m3u8_update()
665 current_key = in gst_m3u8_update()
767 g_free (current_key); in gst_m3u8_update()
768 current_key = NULL; in gst_m3u8_update()
/third_party/mindspore/mindspore/parallel/nn/
Dtransformer.py863 current_key = self.mul1(self.tile(key, (1, 1, 1, self.seq_length)),
868 key = self.add(key_past, current_key)