HomeSort by relevance Sort by last modified time
    Searched refs:first_time (Results 1 - 25 of 28) sorted by null

1 2

  /external/mesa3d/src/gallium/state_trackers/omx/
entrypoint.c 77 static bool first_time = true; local
81 if (first_time) {
83 first_time = false;
  /external/bart/tests/
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/
lp_bld_debug.cpp 232 static boolean first_time = TRUE; local
234 if (first_time) {
249 first_time = FALSE;
  /external/ltp/lib/
parse_opts.c 497 static int first_time = 1; local
506 if (first_time) {
507 first_time = 0;
tst_res.c 368 static int first_time = 1; local
371 if (!first_time)
374 first_time = 0;
  /external/mesa3d/src/mesa/math/
m_debug_norm.c 339 static int first_time = 1; local
341 if ( first_time ) {
342 first_time = 0;
m_debug_xform.c 284 static int first_time = 1; local
286 if ( first_time ) {
287 first_time = 0;
m_debug_clip.c 354 static int first_time = 1; local
356 if ( first_time ) {
357 first_time = 0;
  /external/kmod/tools/
modprobe.c 51 static int first_time = 0; variable
306 if (!first_time)
366 if (first_time) {
516 if (first_time)
758 first_time = 1;
  /external/libvncserver/utils/
git2cl.pl 125 my $first_time = 1; # First iteration of the loop?
268 $first_time = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
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/cpython2/Tools/ccbench/
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/
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/libpcap/
pcap-sita.c 66 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member in struct:unit
341 u->first_time = 0;
365 u->first_time = 0;
856 if (u->first_time == 0) {
864 u->first_time = 1;
    [all...]
  /external/lz4/tests/
test-lz4-speed.py 319 first_time = True variable
322 if first_time:
323 first_time = False variable
  /external/bart/bart/sched/
SchedAssert.py 247 agg = self._aggregator(sched_funcs.first_time)
257 agg = self._aggregator(sched_funcs.first_time)
functions.py 313 def first_time(series, value, window=None): function
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 109 static boolean first_time = TRUE; local
117 if (!first_time)
119 first_time = FALSE;
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /external/autotest/frontend/afe/
models.py 394 first_time = (self.id is None)
399 if first_time:
726 first_time = (self.id is None)
727 if not first_time:
741 if first_time:
    [all...]
model_logic.py     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
vtd-xml-2.11.jar 

Completed in 777 milliseconds

1 2