Searched refs:first_time (Results 1 - 16 of 16) sorted by relevance

/external/libvncserver/utils/
H A Dgit2cl.pl125 my $first_time = 1; # First iteration of the loop?
268 $first_time = 0;
/external/ltp/lib/
H A Dparse_opts.c549 static int first_time = 1; local
560 if (first_time) {
561 first_time = 0;
H A Dtst_res.c340 static int first_time = 1; local
343 if (!first_time)
346 first_time = 0;
/external/mesa3d/src/mesa/math/
H A Dm_debug_norm.c338 static int first_time = 1; local
340 if ( first_time ) {
341 first_time = 0;
H A Dm_debug_xform.c284 static int first_time = 1; local
286 if ( first_time ) {
287 first_time = 0;
H A Dm_debug_clip.c354 static int first_time = 1; local
356 if ( first_time ) {
357 first_time = 0;
/external/kmod/tools/
H A Dmodprobe.c51 static int first_time = 0; variable
306 if (!first_time)
366 if (first_time) {
516 if (first_time)
758 first_time = 1;
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Drrset.py164 first_time = False
H A Drdataset.py318 first_time = False
/external/libpcap/
H A Dpcap-sita.c66 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member in struct:unit
337 u->first_time = 0;
361 u->first_time = 0;
849 if (u->first_time == 0) {
857 u->first_time = 1;
/external/lz4/tests/
H A Dtest-lz4-speed.py319 first_time = True variable
322 if first_time:
323 first_time = False variable
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_s3tc.c105 static boolean first_time = TRUE; local
113 if (!first_time)
115 first_time = FALSE;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A 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/
H A Dmodels.py351 first_time = (self.id is None)
356 if first_time:
589 first_time = (self.id is None)
590 if not first_time:
609 if first_time:
H A Dmodel_logic.py1246 first_time = (self.id is None)
1247 if first_time:
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 399 milliseconds