Home
last modified time | relevance | path

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

12345678910>>...18

/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/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/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/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc387 std::vector<std::unique_ptr<Executable>> executables, in BuildExecutables()
393 executables[i]->set_session_module(std::move(session_modules[i])); in BuildExecutables()
397 return std::move(executables); in BuildExecutables()
492 tensorflow::gtl::ArraySlice<Executable*> executables, in ExecuteParallelAndRegisterResult() argument
511 options_.number_of_replicas(), executables.size())); in ExecuteParallelAndRegisterResult()
513 for (int64 i = 0; i < executables.size(); i++) { in ExecuteParallelAndRegisterResult()
531 executables[i]->module_config().debug_options().xla_hlo_profile() && in ExecuteParallelAndRegisterResult()
532 executables[i]->hlo_profiling_enabled()) { in ExecuteParallelAndRegisterResult()
550 executables[i]->ExecuteAsyncOnStream(&run_options, arguments[i])); in ExecuteParallelAndRegisterResult()
581 Executable* executable = executables[device]; in ExecuteParallelAndRegisterResult()
[all …]
/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 build in:
79 # build systems build executables in:
/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/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.bat49 echo "Can't find Dr. Memory executables."
65 echo "Can't find ThreadSanitizer executables."
/external/python/cpython3/Programs/
DREADME1 Source files for binary executables (as opposed to shared modules)
/external/antlr/antlr-3.4/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/cpython2/Lib/distutils/
Dunixccompiler.py58 executables = {'preprocessor' : None, variable in UnixCCompiler
69 executables['ranlib'] = ["ranlib"]
Dccompiler.py126 for key in self.executables.keys():
127 self.set_executable(key, self.executables[key])
156 if key not in self.executables:
/external/llvm/docs/
DProjects.rst76 This subdirectory should contain all of your source code for executables.
109 executables. Most of your project Makefiles will only need to define a few
236 The final location of built libraries and executables will depend upon whether
247 All executables will be stored in ``PROJ_OBJ_ROOT/<type>/bin``, where *type*
/external/python/cpython3/Lib/distutils/
Dunixccompiler.py55 executables = {'preprocessor' : None, variable in UnixCCompiler
66 executables['ranlib'] = ["ranlib"]
Dccompiler.py118 for key in self.executables.keys():
119 self.set_executable(key, self.executables[key])
148 if key not in self.executables:
/external/v8/tools/sanitizers/
Dsancov_formatter.py108 def executables(): function
219 exe_list = list(executables())
/external/dhcpcd-6.8.2/
Dconfigure117 --bindir=DIR user executables [PREFIX/bin]
118 --sbindir=DIR system admin executables [PREFIX/sbin]
119 --libexecdir=DIR program executables [PREFIX/libexec]
446 echo "$CC does not create executables"
/external/strace/m4/
Dax_prog_cc_for_build.m411 # This macro searches for a C compiler that generates native executables,
94 AC_MSG_NOTICE([looking for a C compiler that generates native executables])
/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/autotest/client/tests/crashme/
Dcontrol29 32-bit executables will be produced.
/external/googletest/
DCMakeLists.txt13 set(CMAKE_INSTALL_BINDIR "bin" CACHE STRING "User executables (bin)")
/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py41 executables = {} variable in CCompilerTestCase.test_debug_print.MyCCompiler
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_cc_ops.cmake44 # tf_gen_op_wrapper_cc executables
63 # are not used explicitly in the *_gen_cc executables).

12345678910>>...18