Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/mbedtls/programs/aes/
DCMakeLists.txt1 set(executables variable
5 foreach(exe IN LISTS executables)
11 install(TARGETS ${executables}
/third_party/mbedtls/programs/hash/
DCMakeLists.txt1 set(executables variable
6 foreach(exe IN LISTS executables)
12 install(TARGETS ${executables}
/third_party/mbedtls/programs/random/
DCMakeLists.txt1 set(executables variable
6 foreach(exe IN LISTS executables)
12 install(TARGETS ${executables}
/third_party/mbedtls/programs/util/
DCMakeLists.txt5 set(executables variable
10 foreach(exe IN LISTS executables)
16 install(TARGETS ${executables}
/third_party/mbedtls/programs/x509/
DCMakeLists.txt5 set(executables variable
14 foreach(exe IN LISTS executables)
22 install(TARGETS ${executables}
/third_party/mbedtls/programs/ssl/
DCMakeLists.txt8 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/
DCMakeLists.txt1 set(executables variable
26 foreach(exe IN LISTS executables)
39 install(TARGETS ${executables}
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpressionInterpreter.cpp155 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()
DExpression.cpp352 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/
Dgen.py247 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/
DREADME.md3 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/
Dconfigure-cmake111 --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/
DREADME1 Source files for binary executables (as opposed to shared modules)
/third_party/protobuf/examples/
DREADME.md50 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/
DArtistic64 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.gitignore31 ## Unix executables
/third_party/libcoap/examples/
Dshare.libcoap.examples.README7 Simply 'cd' into this directory and then run 'make' to build the executables.
/third_party/grpc/src/ruby/tools/
DREADME.md5 …ng directories should be filled with the corresponding `protoc` and `grpc_ruby_plugin` executables.
/third_party/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")
/third_party/flutter/skia/third_party/externals/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")
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-bin.md18 Print the folder where npm will install executables.
/third_party/grpc/test/distrib/ruby/
Ddistribtest.gemspec13 s.executables = ['distribtest.rb']
/third_party/skia/third_party/externals/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,
/third_party/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,
/third_party/flutter/skia/third_party/externals/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,

12345678910>>...15