Home
last modified time | relevance | path

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

12

/external/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()
/external/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()
/external/tensorflow/tensorflow/lite/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/crosvm/tpm2/src/
Dlib.rs152 fn tpm_manufacture(first_time: bool) { in tpm_manufacture()
172 let ret: c_int = unsafe { tpm2_sys::TPM_Manufacture(first_time as c_int) }; in tpm_manufacture()
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-force-tm.c47 static int count, first_time; variable
175 if (!first_time++) in tm_signal_context_force_tm()
/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.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()
/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/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/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/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.c488 static bool first_time = true; in gpi2c_init() local
490 if (first_time) { in gpi2c_init()
496 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/u-boot/board/ti/am335x/
Dboard.c462 static bool first_time = true; in gpi2c_init() local
464 if (first_time) { in gpi2c_init()
470 first_time = false; in gpi2c_init()
/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/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/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

12