/third_party/boost/boost/python/detail/ |
D | python_type.hpp | 25 static bool first_time = true; in register_() local 27 if ( !first_time ) return; in register_() 29 first_time = false; in register_()
|
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/ |
D | gstvideoframe-audiolevel.c | 186 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_init() 231 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_change_state() 263 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_finalize() 375 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_asink_event() 391 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_asink_event() 424 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_asink_event() 488 self->first_time + gst_util_uint64_scale (self->total_frames, GST_SECOND, in update_rms_from_buffer() 568 || self->first_time == GST_CLOCK_TIME_NONE) { in gst_videoframe_audiolevel_asink_chain() 607 self->first_time = running_time; in gst_videoframe_audiolevel_asink_chain() 669 self->first_time + gst_util_uint64_scale (self->total_frames, in gst_videoframe_audiolevel_asink_chain() [all …]
|
D | gstvideoframe-audiolevel.h | 53 GstClockTime first_time; member
|
/third_party/grpc/tools/failures/ |
D | detect_new_failures.py | 116 first_time = True 125 if first_time: 127 first_time = False
|
/third_party/libxml2/result/noent/ |
D | attrib.xml.sax2 | 3 SAX.startElementNs(item, NULL, NULL, 0, 5, 0, title='Icro...', 173, url='http...', 24, first_time='…
|
/third_party/libxml2/result/ |
D | attrib.xml.sax2 | 3 SAX.startElementNs(item, NULL, NULL, 0, 5, 0, title='Icro...', 173, url='http...', 24, first_time='…
|
D | attrib.xml.sax | 3 … ', url='http://www.icrontic.com/', first_time='985034339', las…
|
/third_party/ltp/lib/ |
D | parse_opts.c | 495 static int first_time = 1; in usc_test_looping() local 504 if (first_time) { in usc_test_looping() 505 first_time = 0; in usc_test_looping()
|
D | tst_res.c | 369 static int first_time = 1; in check_env() local 372 if (!first_time) in check_env() 375 first_time = 0; in check_env()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdgif.c | 99 boolean first_time; /* flags first call to GetCode */ member 201 sinfo->first_time = TRUE; in InitLZWCode() 223 if (sinfo->first_time) { in GetCode() 224 sinfo->first_time = FALSE; in GetCode()
|
/third_party/libjpeg/ |
D | rdgif.c | 106 boolean first_time; /* flags first call to GetCode */ member 208 sinfo->first_time = TRUE; in InitLZWCode() 230 if (sinfo->first_time) { in GetCode() 231 sinfo->first_time = FALSE; in GetCode()
|
/third_party/python/Tools/ccbench/ |
D | ccbench.py | 486 first_time = None 490 if first_time is None: 491 first_time = _time() 500 return (n - 1) / (end_time - first_time)
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkvideosrc.h | 82 GstClockTime first_time; member
|
D | gstdecklinkaudiosrc.cpp | 497 if (videosrc->first_time == GST_CLOCK_TIME_NONE) in gst_decklink_audio_src_got_packet() 498 videosrc->first_time = stream_time; in gst_decklink_audio_src_got_packet() 501 && stream_time - videosrc->first_time < videosrc->skip_first_time) { in gst_decklink_audio_src_got_packet() 505 GST_TIME_ARGS (videosrc->skip_first_time + videosrc->first_time)); in gst_decklink_audio_src_got_packet()
|
D | gstdecklinkvideosrc.cpp | 768 if (self->first_time == GST_CLOCK_TIME_NONE) in gst_decklink_video_src_got_frame() 769 self->first_time = stream_time; in gst_decklink_video_src_got_frame() 772 && stream_time - self->first_time < self->skip_first_time) { in gst_decklink_video_src_got_frame() 777 GST_TIME_ARGS (self->skip_first_time + self->first_time)); in gst_decklink_video_src_got_frame() 1324 self->first_time = GST_CLOCK_TIME_NONE; in gst_decklink_video_src_start_streams()
|
/third_party/uboot/u-boot-2020.01/board/ti/am43xx/ |
D | board.c | 488 static bool first_time = true; in gpi2c_init() local 490 if (first_time) { in gpi2c_init() 496 first_time = false; in gpi2c_init()
|
/third_party/gn/src/gn/ |
D | header_checker.cc | 546 bool first_time = true; in IsDependencyOf() local 570 if (first_time || !require_permitted) { in IsDependencyOf() 575 first_time = false; in IsDependencyOf()
|
D | parser.cc | 648 bool first_time = true; in ParseList() local 650 if (!first_time) { in ParseList() 657 first_time = false; in ParseList()
|
/third_party/uboot/u-boot-2020.01/board/ti/am335x/ |
D | board.c | 462 static bool first_time = true; in gpi2c_init() local 464 if (first_time) { in gpi2c_init() 470 first_time = false; in gpi2c_init()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.h | 98 GstClockTime first_time; /* the timestamp of the second page or granuletime of first page */ member
|
/third_party/glib/glib/ |
D | giochannel.c | 1752 gboolean first_time = TRUE; in g_io_channel_read_line_backend() local 1779 if (!first_time || (BUF_LEN (USE_BUF (channel)) == 0)) in g_io_channel_read_line_backend() 1791 first_time = FALSE; in g_io_channel_read_line_backend() 1824 first_time = FALSE; in g_io_channel_read_line_backend()
|
D | gvariant.c | 5763 gboolean first_time = GVSI(iter)->loop_format == NULL; in g_variant_iter_loop() local 5767 g_return_val_if_fail (first_time || in g_variant_iter_loop() 5771 if (first_time) in g_variant_iter_loop() 5782 g_return_val_if_fail (!first_time || in g_variant_iter_loop() 5787 g_variant_valist_get (&format_string, value, !first_time, &ap); in g_variant_iter_loop()
|
/third_party/boost/libs/wave/samples/cpp_tokens/slex/ |
D | lexer.hpp | 1225 handle_mb_char(char_t c, bool first_time, in handle_mb_char() argument 1230 if (first_time) in handle_mb_char() 1247 handle_mb_range(char_t c1, char_t c2, bool first_time, 1399 handle_mb_range(char_t c1, char_t c2, bool first_time, in handle_mb_range() argument 1490 if (first_time) in handle_mb_range()
|
/third_party/boost/tools/build/src/engine/ |
D | builtins.cpp | 1930 static int first_time = 1; in builtin_python_import_rule() local 1943 if ( first_time ) in builtin_python_import_rule() 1952 first_time = 0; in builtin_python_import_rule()
|
/third_party/python/Modules/ |
D | posixmodule.c | 13734 int first_time; member 13777 if (!iterator->first_time) { in ScandirIterator_iternext() 13788 iterator->first_time = 0; in ScandirIterator_iternext() 14025 iterator->first_time = 1; in os_scandir_impl()
|