Home
last modified time | relevance | path

Searched refs:init_file (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/
Dtest_pdb.py1387 init_file = self.module_name + '/__init__.py'
1389 with open(init_file, 'w') as f:
1689 init_file = module_name + '/__init__.py'
1691 with open(init_file, 'w'):
1729 init_file = self.module_name + '/__init__.py'
1733 with open(init_file, 'w') as f:
1767 init_file = self.module_name + '/__init__.py'
1771 with open(init_file, 'w') as f:
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dhlsdemux_m3u8.c1441 GstM3U8InitFile *init_file = file->init_file; in GST_START_TEST() local
1442 fail_unless (init_file != NULL); in GST_START_TEST()
1443 fail_unless (init_file->uri != NULL); in GST_START_TEST()
1451 fail_unless (seg1->init_file == seg2->init_file); in GST_START_TEST()
1452 assert_equals_int (seg1->init_file->ref_count, 2); in GST_START_TEST()
1454 fail_unless (seg2->init_file != seg3->init_file); in GST_START_TEST()
1455 assert_equals_int (seg3->init_file->ref_count, 1); in GST_START_TEST()
1457 init1 = seg1->init_file; in GST_START_TEST()
1458 init2 = seg3->init_file; in GST_START_TEST()
/third_party/benchmark/
Dsetup.py23 ) as init_file:
26 line for line in init_file if line.startswith("__version__")
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c148 if (self->init_file) in gst_m3u8_media_file_unref()
149 gst_m3u8_init_file_unref (self->init_file); in gst_m3u8_media_file_unref()
595 file->init_file = gst_m3u8_init_file_ref (last_init_file); in gst_m3u8_update()
736 GstM3U8InitFile *init_file; in gst_m3u8_update() local
737 init_file = gst_m3u8_init_file_new (header_uri); in gst_m3u8_update()
740 init_file->size = size; in gst_m3u8_update()
742 init_file->offset = offset; in gst_m3u8_update()
744 init_file->offset = 0; in gst_m3u8_update()
746 init_file->size = -1; in gst_m3u8_update()
747 init_file->offset = 0; in gst_m3u8_update()
[all …]
Dm3u8.h103 GstM3U8InitFile *init_file; /* Media Initialization (hold ref) */ member
Dgsthlsdemux.c1315 if (GST_ADAPTIVE_DEMUX_STREAM_NEED_HEADER (stream) && file->init_file) { in gst_hls_demux_update_fragment_info()
1316 GstM3U8InitFile *header_file = file->init_file; in gst_hls_demux_update_fragment_info()
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py80 with open(init_file_name, 'wb') as init_file:
81 init_file.write(b'')
Dbeta_python_plugin_test.py106 with open(init_file_name, 'wb') as init_file:
107 init_file.write(b'')
/third_party/ffmpeg/libavformat/
Dhdsenc.c288 static int init_file(AVFormatContext *s, OutputStream *os, int64_t start_ts) in init_file() function
407 ret = init_file(s, os, 0); in hds_write_header()
474 ret = init_file(s, os, end_ts); in hds_flush()
/third_party/python/Lib/test/test_importlib/
Dtest_api.py315 with open(bad_path, 'w', encoding='utf-8') as init_file:
316 init_file.write('eggs = None')
/third_party/python/Lib/test/test_import/
D__init__.py1009 init_file = os.path.join(self.tagged, '__init__.py')
1010 os_helper.create_empty_file(init_file)
1011 assert os.path.exists(init_file)
/third_party/gettext/build-aux/
Dtexi2html7900 my $init_file = main::locate_init_file($Texi2HTML::Config::L2H_FILE);
7901 $call = $call . " -init_file " . $init_file if ($init_file);
8819 my $init_file = shift;
8821 if ($file = locate_init_file($init_file))
8829 print STDERR "$ERROR Error: can't read init file $init_file\n";
9585 $T2H_OBSOLETE_OPTIONS -> {init_file} =