Home
last modified time | relevance | path

Searched refs:first_time (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/boost/python/detail/
Dpython_type.hpp25 static bool first_time = true; in register_() local
27 if ( !first_time ) return; in register_()
29 first_time = false; in register_()
/third_party/musl/src/network/
Dsocket.c20 static uint8_t first_time = 1; in is_allow_internet() local
23 if (!first_time) { in is_allow_internet()
35 first_time = 0; in is_allow_internet()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_omx_common.c55 static bool first_time = true; in omx_get_screen() local
59 if (first_time) { in omx_get_screen()
61 first_time = false; in omx_get_screen()
/third_party/musl/porting/linux/user/src/network/
Dsocket.c20 static uint8_t first_time = 1; in is_allow_internet() local
23 if (!first_time) { in is_allow_internet()
35 first_time = 0; in is_allow_internet()
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/
Dgstvideoframe-audiolevel.c188 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_init()
233 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_change_state()
265 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_finalize()
377 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_asink_event()
393 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_asink_event()
426 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_asink_event()
490 self->first_time + gst_util_uint64_scale (self->total_frames, GST_SECOND, in update_rms_from_buffer()
570 || self->first_time == GST_CLOCK_TIME_NONE) { in gst_videoframe_audiolevel_asink_chain()
609 self->first_time = running_time; in gst_videoframe_audiolevel_asink_chain()
671 self->first_time + gst_util_uint64_scale (self->total_frames, in gst_videoframe_audiolevel_asink_chain()
[all …]
Dgstvideoframe-audiolevel.h53 GstClockTime first_time; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp224 static boolean first_time = TRUE; in lp_profile() local
226 if (first_time) { in lp_profile()
241 first_time = FALSE; in lp_profile()
/third_party/grpc/tools/failures/
Ddetect_new_failures.py116 first_time = True
125 if first_time:
127 first_time = False
/third_party/mesa3d/src/mesa/math/
Dm_debug_xform.c283 static int first_time = 1; in _math_test_all_transform_functions() local
285 if ( first_time ) { in _math_test_all_transform_functions()
286 first_time = 0; in _math_test_all_transform_functions()
Dm_debug_norm.c338 static int first_time = 1; in _math_test_all_normal_transform_functions() local
340 if ( first_time ) { in _math_test_all_normal_transform_functions()
341 first_time = 0; in _math_test_all_normal_transform_functions()
Dm_debug_clip.c354 static int first_time = 1; in _math_test_all_cliptest_functions() local
356 if ( first_time ) { in _math_test_all_cliptest_functions()
357 first_time = 0; in _math_test_all_cliptest_functions()
/third_party/ltp/lib/
Dparse_opts.c495 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()
Dtst_res.c369 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/libxml2/result/
Dattrib.xml.sax23 SAX.startElementNs(item, NULL, NULL, 0, 5, 0, title='Icro...', 173, url='http...', 24, first_time='…
Dattrib.xml.sax3 …                                    ', url='http://www.icrontic.com/', first_time='985034339', las…
/third_party/libxml2/result/noent/
Dattrib.xml.sax23 SAX.startElementNs(item, NULL, NULL, 0, 5, 0, title='Icro...', 173, url='http...', 24, first_time='…
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdgif.c99 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/python/Tools/ccbench/
Dccbench.py486 first_time = None
490 if first_time is None:
491 first_time = _time()
500 return (n - 1) / (end_time - first_time)
/third_party/gn/src/gn/
Dheader_checker.cc545 bool first_time = true; in IsDependencyOf() local
569 if (first_time || !require_permitted) { in IsDependencyOf()
574 first_time = false; in IsDependencyOf()
/third_party/lz4/tests/
Dtest-lz4-speed.py319 first_time = True variable
322 if first_time:
323 first_time = False variable
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosrc.h89 GstClockTime first_time; member
Dgstdecklinkaudiosrc.cpp510 if (videosrc->first_time == GST_CLOCK_TIME_NONE) in gst_decklink_audio_src_got_packet()
511 videosrc->first_time = stream_time; in gst_decklink_audio_src_got_packet()
513 if (GST_CLOCK_TIME_IS_VALID (videosrc->first_time) && in gst_decklink_audio_src_got_packet()
516 stream_time - videosrc->first_time < videosrc->skip_first_time) { in gst_decklink_audio_src_got_packet()
520 GST_TIME_ARGS (videosrc->skip_first_time + videosrc->first_time)); in gst_decklink_audio_src_got_packet()
Dgstdecklinkvideosrc.cpp801 if (self->first_time == GST_CLOCK_TIME_NONE) in gst_decklink_video_src_got_frame()
802 self->first_time = stream_time; in gst_decklink_video_src_got_frame()
805 && stream_time - self->first_time < self->skip_first_time) { in gst_decklink_video_src_got_frame()
810 GST_TIME_ARGS (self->skip_first_time + self->first_time)); in gst_decklink_video_src_got_frame()
1612 self->first_time = GST_CLOCK_TIME_NONE; in gst_decklink_video_src_start_streams()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.h98 GstClockTime first_time; /* the timestamp of the second page or granuletime of first page */ member
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_swap_manager.h122 void AddFirstTimeMovePos(const AnfNodePtr &kernel, size_t index, bool first_time);

12