Home
last modified time | relevance | path

Searched refs:firstrun (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c1354 static bool firstrun = true; in trace_enabled() local
1356 if (!firstrun) in trace_enabled()
1358 firstrun = false; in trace_enabled()
/third_party/python/Lib/idlelib/
H A Drun.py31 if not hasattr(sys.modules['idlelib.run'], 'firstrun'):
39 sys.modules['idlelib.run'].firstrun = False

Completed in 4 milliseconds