HomeSort by: relevance | last modified time | path
    Searched refs:noExecute (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
LitTestCase.py 52 noExecute=False,
LitConfig.py 25 noExecute, debug, isWindows,
38 self.noExecute = noExecute
main.py 36 noExecute=opts.noExecute,
TestRunner.py 1597 if litConfig.noExecute:
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
googlebenchmark.py 99 if litConfig.noExecute:
format.py 302 if litConfig.noExecute:
dsl.py 57 noExecute=False,
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
googletest.py 122 if litConfig.noExecute:
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
TestRunner.py 33 noExecute=False,
  /src/usr.bin/make/
main.c 488 opts.noExecute = true;
550 opts.noExecute = true;
1092 opts.noExecute = false; /* Execute all commands */
compat.c 113 if (!opts.noExecute && unlink_file(file) == 0)
make.h 747 bool noExecute;
job.c 602 if (opts.noExecute)
1768 (!opts.noExecute && !opts.touch)) {
make.c 216 : opts.noExecute);

Completed in 35 milliseconds