Home
last modified time | relevance | path

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

/external/libyuv/files/tools_libyuv/valgrind/
Dmemcheck_analyze.py483 firstrun = True
487 (firstrun or
489 firstrun = False
/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/llvm-project/llvm/docs/
DHowToAddABuilder.rst56 <http://docs.buildbot.net/current/tutorial/firstrun.html#creating-a-worker>`_
/external/python/cpython3/Lib/idlelib/
Drun.py37 sys.modules['idlelib.run'].firstrun = False