Home
last modified time | relevance | path

Searched refs:firstrun (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c673 static bool firstrun = true; in trace_enabled() local
675 if (!firstrun) in trace_enabled()
677 firstrun = false; in trace_enabled()
/external/libsrtp2/fuzzer/
Dfuzzer.c839 static bool firstrun = true; in LLVMFuzzerTestOneInput() local
841 if (firstrun == true) { in LLVMFuzzerTestOneInput()
/external/python/cpython3/Lib/idlelib/
Drun.py39 sys.modules['idlelib.run'].firstrun = False