Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dentrypoint.c83 static bool first_time = true; in omx_get_screen() local
87 if (first_time) { in omx_get_screen()
89 first_time = false; in omx_get_screen()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp232 static boolean first_time = TRUE; in lp_profile() local
234 if (first_time) { in lp_profile()
249 first_time = FALSE; in lp_profile()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Daudio_provider_test.cc58 const int32_t first_time = LatestAudioTimestamp(); in TF_LITE_MICRO_TEST() local
66 const int32_t time_delta = (second_time - first_time); in TF_LITE_MICRO_TEST()
/external/grpc-grpc/tools/failures/
Ddetect_new_failures.py116 first_time = True
125 if first_time:
127 first_time = False
/external/mesa3d/src/mesa/math/
Dm_debug_xform.c284 static int first_time = 1; in _math_test_all_transform_functions() local
286 if ( first_time ) { in _math_test_all_transform_functions()
287 first_time = 0; in _math_test_all_transform_functions()
Dm_debug_norm.c339 static int first_time = 1; in _math_test_all_normal_transform_functions() local
341 if ( first_time ) { in _math_test_all_normal_transform_functions()
342 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()
/external/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()
/external/kmod/tools/
Dmodprobe.c51 static int first_time = 0; variable
336 if (!first_time) in rmmod_do_remove_module()
396 if (first_time) { in rmmod_do_module()
546 if (first_time) in insmod()
789 first_time = 1; in do_modprobe()
/external/libxml2/result/noent/
Dattrib.xml.sax23 SAX.startElementNs(item, NULL, NULL, 0, 5, 0, title='Icro...', 173, url='http...', 24, first_time='…
/external/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…
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management_test.py392 first_time = 10000.
394 mock_time.time.return_value = first_time
397 second_time = first_time + 3610.
402 self.assertEqual([first_time, second_time],
422 self.assertEqual(first_time, state.last_preserved_timestamp)
438 self.assertEqual(first_time, state.last_preserved_timestamp)
/external/python/cpython2/Tools/ccbench/
Dccbench.py491 first_time = None
495 if first_time is None:
496 first_time = _time()
505 return (n - 1) / (end_time - first_time)
/external/python/cpython3/Tools/ccbench/
Dccbench.py493 first_time = None
497 if first_time is None:
498 first_time = _time()
507 return (n - 1) / (end_time - first_time)
/external/u-boot/board/ti/am43xx/
Dboard.c476 static bool first_time = true; in gpi2c_init() local
478 if (first_time) { in gpi2c_init()
482 first_time = false; in gpi2c_init()
/external/lz4/tests/
Dtest-lz4-speed.py319 first_time = True variable
322 if first_time:
323 first_time = False variable
/external/libpcap/
Dpcap-sita.c66 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member
342 u->first_time = 0; in open_with_IOP()
366 u->first_time = 0; in pcap_cleanup_acn()
873 if (u->first_time == 0) { in acn_start_monitor()
881 u->first_time = 1; in acn_start_monitor()
/external/libchrome/ipc/
Dipc_sync_channel.cc200 bool first_time = true; in DispatchMessages() local
208 if (first_time || message_queue_version_ != expected_version) { in DispatchMessages()
210 first_time = false; in DispatchMessages()
/external/u-boot/board/ti/am335x/
Dboard.c450 static bool first_time = true; in gpi2c_init() local
452 if (first_time) { in gpi2c_init()
456 first_time = false; in gpi2c_init()
/external/antlr/runtime/Python3/antlr3/
Dtree.py2447 self.first_time = True
2461 self.first_time = True
2471 if self.first_time:
2491 if self.first_time:
2493 self.first_time = False
/external/antlr/runtime/Python/antlr3/
Dtree.py2462 self.first_time = True
2476 self.first_time = True
2486 if self.first_time:
2506 if self.first_time:
2508 self.first_time = False
/external/autotest/frontend/afe/
Dmodels.py395 first_time = (self.id is None)
400 if first_time:
730 first_time = (self.id is None)
731 if not first_time:
745 if first_time:
Dmodel_logic.py1242 first_time = (self.id is None)
1243 if first_time:

12