Searched refs:executables (Results 1 – 25 of 456) sorted by relevance
12345678910>>...19
363 std::vector<StatusOr<std::unique_ptr<LocalExecutable>>> executables; in RealMain() local370 executables.resize(snapshots.size()); in RealMain()372 thread_pool.Schedule([&snapshots, &executables, client, i] { in RealMain()373 executables[i] = CompileExecutable(snapshots[i], client); in RealMain()379 for (int64 i = 0; i < executables.size(); ++i) { in RealMain()380 if (!executables[i].ok()) { in RealMain()381 LOG(ERROR) << "Compilation failed: " << executables[i].status(); in RealMain()385 LocalExecutable* executable = executables[i].ValueOrDie().get(); in RealMain()
8 Tests for evidence that all system executables were compiled with12 PURPOSE = "Verify that system executables were compiled with -fstack-protector."
378 std::vector<std::unique_ptr<Executable>> executables, in BuildExecutables()386 executables[i]->set_hlo_snapshot(std::move(hlo_snapshots[i])); in BuildExecutables()390 return std::move(executables); in BuildExecutables()395 absl::Span<Executable* const> executables, in ExecuteParallelAndRegisterResult() argument413 executables.size()); in ExecuteParallelAndRegisterResult()414 for (int64 i = 0; i < executables.size(); i++) { in ExecuteParallelAndRegisterResult()422 for (int64 i = 0; i < executables.size(); i++) { in ExecuteParallelAndRegisterResult()442 executables[i]->module_config().debug_options().xla_hlo_profile() && in ExecuteParallelAndRegisterResult()443 executables[i]->hlo_profiling_enabled()) { in ExecuteParallelAndRegisterResult()459 executables[i]->ExecuteAsyncOnStream( in ExecuteParallelAndRegisterResult()[all …]
8 Verify that system ELF executables were compiled with a27 Tests whether system ELF executables were compiled with a hardened toolchain.
111 --bindir=DIR user executables [PREFIX/bin]112 --sbindir=DIR system admin executables [PREFIX/sbin]113 --libexecdir=DIR program executables [PREFIX/libexec]
29 executables = {'compiler': '', 'compiler_cxx': '', 'linker': ''} variable in CCompilerTestCase.test_set_executables.MyCCompiler65 executables = {} variable in CCompilerTestCase.test_debug_print.MyCCompiler
1 # Check for the extension used for executables on build platform.33 AC_MSG_ERROR([installation or configuration problem: compiler cannot create executables.])
5 OPTION(JSONCPP_WITH_TESTS "Compile and run JsonCpp test executables" ON)21 CACHE PATH "Install dir for executables and dlls")33 # Put all executables / libraries are in a project global directory.
50 # Set environement variables so that executables and libraries can be find by tests.74 # With nmake and nmake, executables are built in:79 # build systems build executables in:
1 Source files for binary executables (as opposed to shared modules)
34 # user executables (``bin``)36 # system admin executables (``sbin``)38 # program executables (``libexec``)203 "Directory into which user executables should be installed")209 "Directory into which system admin executables should be installed")215 "Directory under which executables run by other programs should be installed")
49 echo "Can't find Dr. Memory executables."65 echo "Can't find ThreadSanitizer executables."
93 There is no "install" target, so copy the three executables somewhere122 This makefile therefore builds statically linked executables, but if124 and ZLIB lines will build dynamically linked executables instead.130 The result should be three executables: rpng-win.exe, rpng2-win.exe,
5 …ng directories should be filled with the corresponding `protoc` and `grpc_ruby_plugin` executables.
21 s.executables = %w( grpc_tools_ruby_protoc grpc_tools_ruby_protoc_plugin )
13 s.executables = ['distribtest.rb']
58 executables = {'preprocessor' : None, variable in UnixCCompiler69 executables['ranlib'] = ["ranlib"]
2 # to build treemaps of code size for executables.
19 Look in /tmp/fuzzers to see the executables. Run them like so:
10 This screen shows the executables that transition to another domain when '%(APP)s' executes them, a…
14 s.executables = `git ls-files -- ruby/greeter*.rb ruby/route_guide/*.rb`.split("\n").map do |f|
36 executables = (576 executables = (1789 executables = (2317 executables = (2361 executables = (2413 executables = (2688 executables = (3088 executables = (3220 executables = (3266 executables = ([all …]
55 executables = {'preprocessor' : None, variable in UnixCCompiler66 executables['ranlib'] = ["ranlib"]
29 32-bit executables will be produced.