/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/musl/src/network/ |
D | socket.c | 20 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/ |
D | vid_omx_common.c | 55 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/ |
D | socket.c | 20 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/ |
D | gstvideoframe-audiolevel.c | 188 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 …]
|
D | gstvideoframe-audiolevel.h | 53 GstClockTime first_time; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_debug.cpp | 224 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/ |
D | detect_new_failures.py | 116 first_time = True 125 if first_time: 127 first_time = False
|
/third_party/mesa3d/src/mesa/math/ |
D | m_debug_xform.c | 283 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()
|
D | m_debug_norm.c | 338 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()
|
D | m_debug_clip.c | 354 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/ |
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/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/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/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/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/gn/src/gn/ |
D | header_checker.cc | 545 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/ |
D | test-lz4-speed.py | 319 first_time = True variable 322 if first_time: 323 first_time = False variable
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkvideosrc.h | 89 GstClockTime first_time; member
|
D | gstdecklinkaudiosrc.cpp | 510 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()
|
D | gstdecklinkvideosrc.cpp | 801 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/ |
D | gstoggdemux.h | 98 GstClockTime first_time; /* the timestamp of the second page or granuletime of first page */ member
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/ |
D | mem_swap_manager.h | 122 void AddFirstTimeMovePos(const AnfNodePtr &kernel, size_t index, bool first_time);
|