Home
last modified time | relevance | path

Searched refs:executables (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc363 std::vector<StatusOr<std::unique_ptr<LocalExecutable>>> executables; in RealMain() local
370 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()
/external/autotest/client/site_tests/platform_StackProtector/
Dcontrol8 Tests for evidence that all system executables were compiled with
12 PURPOSE = "Verify that system executables were compiled with -fstack-protector."
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc378 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() argument
413 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 …]
/external/autotest/client/site_tests/platform_ToolchainOptions/
Dcontrol8 Verify that system ELF executables were compiled with a
27 Tests whether system ELF executables were compiled with a hardened toolchain.
/external/brotli/
Dconfigure-cmake111 --bindir=DIR user executables [PREFIX/bin]
112 --sbindir=DIR system admin executables [PREFIX/sbin]
113 --libexecdir=DIR program executables [PREFIX/libexec]
/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py29 executables = {'compiler': '', 'compiler_cxx': '', 'linker': ''} variable in CCompilerTestCase.test_set_executables.MyCCompiler
65 executables = {} variable in CCompilerTestCase.test_debug_print.MyCCompiler
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dbuild_exeext.m41 # Check for the extension used for executables on build platform.
33 AC_MSG_ERROR([installation or configuration problem: compiler cannot create executables.])
/external/jsoncpp/
DCMakeLists.txt5 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.
/external/parameter-framework/upstream/ctest/
DCMakeLists.txt50 # 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:
/external/python/cpython3/Programs/
DREADME1 Source files for binary executables (as opposed to shared modules)
/external/libjpeg-turbo/cmakescripts/
DGNUInstallDirs.cmake34 # 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")
/external/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.bat49 echo "Can't find Dr. Memory executables."
65 echo "Can't find ThreadSanitizer executables."
/external/libpng/contrib/gregbook/
DREADME93 There is no "install" target, so copy the three executables somewhere
122 This makefile therefore builds statically linked executables, but if
124 and ZLIB lines will build dynamically linked executables instead.
130 The result should be three executables: rpng-win.exe, rpng2-win.exe,
/external/grpc-grpc/src/ruby/tools/
DREADME.md5 …ng directories should be filled with the corresponding `protoc` and `grpc_ruby_plugin` executables.
Dgrpc-tools.gemspec21 s.executables = %w( grpc_tools_ruby_protoc grpc_tools_ruby_protoc_plugin )
/external/grpc-grpc/test/distrib/ruby/
Ddistribtest.gemspec13 s.executables = ['distribtest.rb']
/external/python/cpython2/Lib/distutils/
Dunixccompiler.py58 executables = {'preprocessor' : None, variable in UnixCCompiler
69 executables['ranlib'] = ["ranlib"]
/external/skia/docker/binary-size/
DDockerfile2 # to build treemaps of code size for executables.
/external/adhd/cras/src/fuzz/
DREADME19 Look in /tmp/fuzzers to see the executables. Run them like so:
/external/selinux/python/sepolicy/sepolicy/help/
Dtransition_to.txt10 This screen shows the executables that transition to another domain when '%(APP)s' executes them, a…
Dtransition_from.txt10 This screen shows the executables that transition to another domain when '%(APP)s' executes them, a…
/external/grpc-grpc/examples/ruby/
Dgrpc-demo.gemspec14 s.executables = `git ls-files -- ruby/greeter*.rb ruby/route_guide/*.rb`.split("\n").map do |f|
/external/antlr/runtime/ObjC/Framework/ANTLR.xcodeproj/
Dacondit.pbxuser36 executables = (
576 executables = (
1789 executables = (
2317 executables = (
2361 executables = (
2413 executables = (
2688 executables = (
3088 executables = (
3220 executables = (
3266 executables = (
[all …]
/external/python/cpython3/Lib/distutils/
Dunixccompiler.py55 executables = {'preprocessor' : None, variable in UnixCCompiler
66 executables['ranlib'] = ["ranlib"]
/external/autotest/client/tests/crashme/
Dcontrol29 32-bit executables will be produced.

12345678910>>...19