HomeSort by: relevance | last modified time | path
    Searched defs:execute (Results 1 - 25 of 212) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/fake-externals/
fake_external.py 4 def execute(fileName): function
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-not/
print_environment.py 4 def execute(): function
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/
dummy_format.py 11 def execute(self, test, lit_config): member in class:DummyFormat
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/
dummy_format.py 11 def execute(self, test, lit_config): member in class:DummyFormat
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/
dummy_format.py 11 def execute(self, test, lit_config): member in class:DummyFormat
  /src/external/apache2/llvm/dist/llvm/utils/lit/examples/many-tests/
ManyTests.py 13 def execute(self, test, litConfig): member in class:ManyTests
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
shtest.py 26 def execute(self, test, litConfig): member in class:ShTest
googletest.py 109 def execute(self, test, litConfig): member in class:GoogleTest
base.py 85 def execute(self, test, litConfig): member in class:OneCommandPerFileTest
124 def execute(self, test, litConfig): member in class:ExecutableTest
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/custom-result-category/
format.py 9 def execute(self, test, lit_config): member in class:MyFormat
10 result = super(MyFormat, self).execute(test, lit_config)
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
libgrep.h 38 /* Execute a search. */
39 size_t (*execute) (const void *compiled_pattern, member in struct:__anon6900
  /src/external/gpl2/grep/dist/src/
grep.h 33 size_t (*execute) PARAMS ((char const *, size_t, size_t *, int)); member in struct:matcher
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
test_exec_anatomy.py 15 def execute(cmd): function in function:run
21 execute(['cmake', source_dir])
22 execute(['make'])
26 execute(['intercept-build', '--cdb', result_file, './exec',
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
googlebenchmark.py 89 def execute(self, test, litConfig): member in class:GoogleBenchmark
format.py 94 # that file to the execution directory. Execute the copy from %S to allow
218 def execute(self, test, litConfig): member in class:CxxStandardLibraryTest
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-pass.cc 70 unsigned int execute (function *) FINAL OVERRIDE;
84 pass_analyzer::execute (function *) function in class:__anon10248::pass_analyzer
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
StandaloneExecution.cpp 52 llvm::Error StandaloneToolExecutor::execute( function in class:clang::tooling::StandaloneToolExecutor
57 return make_string_error("No action to execute.");
Execution.cpp 43 ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action) { function in class:clang::tooling::ToolExecutor
44 return execute(std::move(Action), ArgumentsAdjuster());
47 llvm::Error ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action, function in class:clang::tooling::ToolExecutor
53 return execute(Actions);
  /src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
MicroOpQueueStage.cpp 46 Error MicroOpQueueStage::execute(InstRef &IR) { function in class:llvm::mca::MicroOpQueueStage
EntryStage.cpp 42 llvm::Error EntryStage::execute(InstRef & /*unused */) { function in class:llvm::mca::EntryStage
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
run.py 29 def execute(self): member in class:Run
31 Execute the tests in the run using up to the specified number of
73 pool.apply_async(lit.worker.execute, args=[test],
worker.py 5 For efficiency, we copy all data needed to execute all tests into each worker
35 def execute(test): function
76 result = test.config.test_format.execute(test, lit_config)
87 # Support deprecated result from execute() which returned the result
  /src/external/gpl3/gcc.old/dist/gcc/
adjust-alignment.cc 53 virtual unsigned int execute (function *);
60 pass_adjust_alignment::execute (function *fun) function in class:pass_adjust_alignment
stack-ptr-mod.cc 74 virtual unsigned int execute (function *);
79 pass_stack_ptr_mod::execute (function *fun) function in class:__anon11332::pass_stack_ptr_mod
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
init.h 17 u8 execute; member in struct:nvbios_init
31 .execute = 1, \
38 int nvbios_post(struct nvkm_subdev *, bool execute);

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 9