/external/mesa3d/src/gallium/state_trackers/omx/ |
D | entrypoint.c | 77 static bool first_time = true; in omx_get_screen() local 81 if (first_time) { in omx_get_screen() 83 first_time = false; in omx_get_screen()
|
/external/bart/tests/ |
D | test_sched_assert.py | 97 first_time = .000214 104 busy_time = sma.getCPUBusyTime("all", self.all_cpus, window=(first_time, last_time)) 110 window=(first_time, last_time))
|
/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/libvncserver/utils/ |
D | git2cl.pl | 125 my $first_time = 1; # First iteration of the loop? 268 $first_time = 0;
|
/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/kmod/tools/ |
D | modprobe.c | 51 static int first_time = 0; variable 306 if (!first_time) in rmmod_do_remove_module() 366 if (first_time) { in rmmod_do_module() 516 if (first_time) in insmod() 758 first_time = 1; in do_modprobe()
|
/external/ltp/lib/ |
D | parse_opts.c | 497 static int first_time = 1; in usc_test_looping() local 506 if (first_time) { in usc_test_looping() 507 first_time = 0; in usc_test_looping()
|
D | tst_res.c | 357 static int first_time = 1; in check_env() local 360 if (!first_time) in check_env() 363 first_time = 0; in check_env()
|
/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/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/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 341 u->first_time = 0; in open_with_IOP() 365 u->first_time = 0; in pcap_cleanup_acn() 856 if (u->first_time == 0) { in acn_start_monitor() 864 u->first_time = 1; in acn_start_monitor()
|
/external/bart/bart/sched/ |
D | SchedAssert.py | 247 agg = self._aggregator(sched_funcs.first_time) 257 agg = self._aggregator(sched_funcs.first_time)
|
D | functions.py | 313 def first_time(series, value, window=None): function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_s3tc.c | 109 static boolean first_time = TRUE; in util_format_s3tc_init() local 117 if (!first_time) in util_format_s3tc_init() 119 first_time = FALSE; in util_format_s3tc_init()
|
/external/autotest/frontend/afe/ |
D | models.py | 350 first_time = (self.id is None) 355 if first_time: 603 first_time = (self.id is None) 604 if not first_time: 618 if first_time:
|
D | model_logic.py | 1235 first_time = (self.id is None) 1236 if first_time:
|
/external/antlr/antlr-3.4/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
|