Searched refs:current_key (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | plistlib.py | 167 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/ |
D | gsthlsdemux.c | 934 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()
|
D | gsthlsdemux.h | 122 gchar *current_key; member
|
D | m3u8.c | 489 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/ |
D | transformer.py | 863 current_key = self.mul1(self.tile(key, (1, 1, 1, self.seq_length)), 868 key = self.add(key_past, current_key)
|