HomeSort by relevance Sort by last modified time
    Searched refs:dlls (Results 1 - 8 of 8) sorted by null

  /external/libxml2/python/
setup.py.in 17 # a private copy of the dlls are included in the package.
19 # dlls must be found somewhere in the PATH at runtime.
33 # libxml dlls (expected in ROOT/bin)
34 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/mesa3d/scons/
gallium.py 66 dlls = env.FindIxes(sources, 'SHLIBPREFIX', 'SHLIBSUFFIX')
67 targets += install(env, dlls, 'bin')
554 # Avoid depending on gcc runtime DLLs
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py     [all...]
  /external/python/cpython2/Tools/msi/
msi.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 1055 // DLLs.
1057 var dlls []string
1060 dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".dll"))
1063 return dlls
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 1055 // DLLs.
1057 var dlls []string
1060 dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".dll"))
1063 return dlls
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go 71 systemDLL = flag.Bool("systemdll", true, "whether all DLLs should be loaded from the Windows system directory")
636 // DLLs return dll names for a source set src.
637 func (src *Source) DLLs() []string {
858 {{template "dlls" .}}
865 {{define "dlls"}}{{range .DLLs}} mod{{.}} = {{newlazydll .}}
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 71 systemDLL = flag.Bool("systemdll", true, "whether all DLLs should be loaded from the Windows system directory")
636 // DLLs return dll names for a source set src.
637 func (src *Source) DLLs() []string {
858 {{template "dlls" .}}
865 {{define "dlls"}}{{range .DLLs}} mod{{.}} = {{newlazydll .}}

Completed in 180 milliseconds