/third_party/mbedtls/programs/aes/ |
D | CMakeLists.txt | 1 set(executables variable 5 foreach(exe IN LISTS executables) 11 install(TARGETS ${executables}
|
/third_party/mbedtls/programs/hash/ |
D | CMakeLists.txt | 1 set(executables variable 6 foreach(exe IN LISTS executables) 12 install(TARGETS ${executables}
|
/third_party/mbedtls/programs/random/ |
D | CMakeLists.txt | 1 set(executables variable 6 foreach(exe IN LISTS executables) 12 install(TARGETS ${executables}
|
/third_party/mbedtls/programs/util/ |
D | CMakeLists.txt | 5 set(executables variable 10 foreach(exe IN LISTS executables) 16 install(TARGETS ${executables}
|
/third_party/mbedtls/programs/x509/ |
D | CMakeLists.txt | 5 set(executables variable 14 foreach(exe IN LISTS executables) 22 install(TARGETS ${executables}
|
/third_party/mbedtls/programs/ssl/ |
D | CMakeLists.txt | 8 set(executables variable 32 foreach(exe IN LISTS executables) 57 list(APPEND executables ssl_pthread_server) 60 install(TARGETS ${executables}
|
/third_party/mbedtls/programs/psa/ |
D | CMakeLists.txt | 1 set(executables variable 26 foreach(exe IN LISTS executables) 39 install(TARGETS ${executables}
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | ExpressionInterpreter.cpp | 155 ExpressionList executables = expr->getClosureExecutables(false); in interpretCommand() local 156 if (executables.size() == 1) in interpretCommand() 166 Expression* exec = executables.front(); in interpretCommand() 172 else if (executables.size() == 0) in interpretCommand()
|
D | Expression.cpp | 352 ExpressionList executables; in getClosureExecutables() local 361 … bool duplicate = std::find(executables.begin(), executables.end(), expr) != executables.end(); in getClosureExecutables() 365 executables.push_back(expr); in getClosureExecutables() 369 return executables; in getClosureExecutables()
|
/third_party/gn/build/ |
D | gen.py | 247 def WriteGenericNinja(path, static_libraries, executables, argument 330 for executable, settings in executables.items(): 729 executables = { 885 executables['gn']['libs'].extend(static_libraries.keys()) 886 executables['gn_unittests']['libs'].extend(static_libraries.keys()) 888 WriteGenericNinja(path, static_libraries, executables, cxx, ar, ld,
|
/third_party/python/Lib/test/ziptestdata/ |
D | README.md | 3 The test executables in this directory are created manually from header.sh and 13 ## Updating the test executables
|
/third_party/skia/third_party/externals/brotli/ |
D | configure-cmake | 111 --bindir=DIR user executables [PREFIX/bin] 112 --sbindir=DIR system admin executables [PREFIX/sbin] 113 --libexecdir=DIR program executables [PREFIX/libexec]
|
/third_party/python/Programs/ |
D | README | 1 Source files for binary executables (as opposed to shared modules)
|
/third_party/protobuf/examples/ |
D | README.md | 50 will create two executables: add_person_cpp and list_people_cpp. These programs 74 build two executables (shell scripts actually): add_person_python and 75 list_people_python. They work the same way as the C++ executables. 89 This will create the add_person_java/list_people_java executables (shell
|
/third_party/openssl/external/perl/Text-Template-1.46/ |
D | Artistic | 64 c) rename any non-standard executables so the names do not conflict 65 with standard executables, which must also be provided, and provide 74 a) distribute a Standard Version of the executables and library files, 81 c) give non-standard executables non-standard names, and clearly
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | .gitignore | 31 ## Unix executables
|
/third_party/libcoap/examples/ |
D | share.libcoap.examples.README | 7 Simply 'cd' into this directory and then run 'make' to build the executables.
|
/third_party/grpc/src/ruby/tools/ |
D | README.md | 5 …ng directories should be filled with the corresponding `protoc` and `grpc_ruby_plugin` executables.
|
/third_party/libjpeg-turbo/cmakescripts/ |
D | GNUInstallDirs.cmake | 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")
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/cmakescripts/ |
D | GNUInstallDirs.cmake | 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")
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-bin.md | 18 Print the folder where npm will install executables.
|
/third_party/grpc/test/distrib/ruby/ |
D | distribtest.gemspec | 13 s.executables = ['distribtest.rb']
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | README | 93 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,
|
/third_party/libpng/contrib/gregbook/ |
D | README | 93 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,
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/gregbook/ |
D | README | 93 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,
|