Home
last modified time | relevance | path

Searched refs:dlls (Results 1 – 25 of 34) sorted by relevance

12

/external/libxml2/python/
Dsetup.py.in34 dlls = [ 'iconv.dll','libxml2.dll','libxslt.dll','libexslt.dll' ] variable
35 dlls = [os.path.join(ROOT,'bin',dll) for dll in dlls] variable
221 data_files = [(base+"libxmlmods",dlls)]
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dcheck_windows_dlls.sh22 rake dlls
/external/grpc-grpc/tools/distrib/
Dcheck_windows_dlls.sh22 rake dlls
/external/libwebsockets/cmake/
DFindOpenSSLbins.cmake13 # On Windows, we need to copy the OpenSSL dlls
/external/grpc-grpc-java/compiler/
Dbuild.gradle270 def dlls = os.toString() =~ /Image has the following dependencies:\s+(.*)\s+Summary/
271 if (dlls[0][1] != "KERNEL32.dll") {
272 throw new Exception("unexpected dll deps: " + dlls[0][1]);
/external/grpc-grpc/
DRakefile85 task 'dlls' do task
129 Rake::Task['dlls'].execute
/external/python/cpython2/Tools/msi/
Dmsi.py1107 dlls = []
1115 dlls.append(f)
1133 dlls.append("_tkinter.pyd")
1140 if f in dlls: continue
1150 for f in dlls:
/external/Reactive-Extensions/RxCpp/Ix/CPP/
D.gitignore5 # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
/external/rust/crates/grpcio-sys/grpc/
DRakefile85 task 'dlls' do task
136 Rake::Task['dlls'].execute
/external/mesa3d/scons/
Dgallium.py67 dlls = env.FindIxes(sources, 'SHLIBPREFIX', 'SHLIBSUFFIX')
68 targets += install(env, dlls, 'bin')
/external/ImageMagick/PerlMagick/quantum/
DMakefile.PL.in79 my @dlls = map {catfile($bin, $_)} grep /^\S*magick[^\+]\S*?\.dll$/i, readdir $bindir;
80 foreach my $d (@dlls) {
/external/ImageMagick/PerlMagick/default/
DMakefile.PL.in79 my @dlls = map {catfile($bin, $_)} grep /^\S*magick[^\+]\S*?\.dll$/i, readdir $bindir;
80 foreach my $d (@dlls) {
/external/ImageMagick/PerlMagick/
DMakefile.PL.in79 my @dlls = map {catfile($bin, $_)} grep /^\S*magick[^\+]\S*?\.dll$/i, readdir $bindir;
80 foreach my $d (@dlls) {
/external/antlr/runtime/CSharp2/
DREADME.TXT52 In addition, Antlr3.Runtime.Tests has a dependency on the MbUnit v2.4 dlls.
/external/angle/doc/
DExternalBenchmarks.md8 On Linux, this is generally achieved with setting `LD_LIBRARY_PATH`. On Windows, ANGLE dlls may
/external/mesa3d/src/gallium/frontends/nine/
DREADME26 ln -s "`pwd`/dlls/`basename -s .dll $f`/$f.so" /usr/lib/wine/
/external/icu/icu4c/source/samples/legacy/
DREADME31 … and icudt18l.dll and put them somewhere in PATH (a sane place would be wherever current dlls go).
/external/libffi/
Dconfigure.host90 # or cross-build and select where to install dlls appropriately.
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure.ac142 # or cross-build and select where to install dlls appropriately.
173 # or cross-build and select where to install dlls appropriately.
/external/llvm-project/llvm/utils/gn/build/toolchain/
DBUILD.gn292 # Put dlls next to the executables in bin/ on Windows, since Windows
/external/python/cpython2/Doc/extending/
Dwindows.rst100 .. _win-dlls:
/external/tpm2-tss/
DINSTALL.md75 Windows dlls built using the Clang/LLVM "Platform Toolset" are currently
/external/python/cpython3/Doc/extending/
Dwindows.rst100 .. _win-dlls:
/external/icu/icu4c/source/
DMakefile.in79 …l-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \
/external/python/cpython2/Doc/library/
Dctypes.rst76 .. _ctypes-accessing-functions-from-loaded-dlls:
78 Accessing functions from loaded dlls
96 Note that win32 system dlls like ``kernel32`` and ``user32`` often export ANSI
114 Sometimes, dlls export functions with names which aren't valid Python
122 On Windows, some dlls export functions not by name but by ordinal. These
1096 .. _ctypes-accessing-values-exported-from-dlls:
1098 Accessing values exported from dlls

12