/external/mesa3d/src/gallium/state_trackers/omx_bellagio/ |
D | entrypoint.c | 83 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/ |
D | lp_bld_debug.cpp | 232 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/ |
D | audio_provider_test.cc | 58 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/ |
D | detect_new_failures.py | 116 first_time = True 125 if first_time: 127 first_time = False
|
/external/mesa3d/src/mesa/math/ |
D | m_debug_xform.c | 284 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()
|
D | m_debug_norm.c | 339 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()
|
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()
|
/external/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()
|
/external/kmod/tools/ |
D | modprobe.c | 51 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/ |
D | attrib.xml.sax2 | 3 SAX.startElementNs(item, NULL, NULL, 0, 5, 0, title='Icro...', 173, url='http...', 24, first_time='…
|
/external/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…
|
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_management_test.py | 392 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/ |
D | ccbench.py | 491 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/ |
D | ccbench.py | 493 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/ |
D | board.c | 476 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/ |
D | test-lz4-speed.py | 319 first_time = True variable 322 if first_time: 323 first_time = False variable
|
/external/libpcap/ |
D | pcap-sita.c | 66 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/ |
D | ipc_sync_channel.cc | 200 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/ |
D | board.c | 450 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/ |
D | tree.py | 2447 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/ |
D | tree.py | 2462 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/ |
D | models.py | 395 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:
|
D | model_logic.py | 1242 first_time = (self.id is None) 1243 if first_time:
|