/external/v8/tools/testrunner/objects/ |
D | workpacket.py | 33 def __init__(self, peer=None, context=None, tests=None, binaries=None, argument 38 self.binaries = binaries 49 binaries = [] 52 binaries.append({"name": shell, 59 binaries.append({"name": "libv8.so", 68 "binaries": binaries, 82 binaries = packed["binaries"] 88 return WorkPacket(context=ctx, tests=tests, binaries=binaries,
|
/external/google-breakpad/src/tools/windows/ |
D | refresh_binaries.bat | 1 REM This batch file is meant to facilitate regenerating prebuilt binaries for 10 REM README.binaries file to contain 18 copy symupload\Release\symupload.exe binaries\ 21 echo This checkin of the binaries was created by refresh_binaries.bat. > %TEMP%\checkin.txt
|
/external/boringssl/src/util/ |
D | run_android_tests.go | 206 var binaries, files []string 223 binaries = append(binaries, test[0]) 241 binaries = append(binaries, "ssl/test/bssl_shim") 272 for _, binary := range binaries {
|
/external/autotest/client/site_tests/security_SuidBinaries/ |
D | control | 8 Enforces a whitelist of known, allowed setuid/gid binaries on the system 11 PURPOSE = "To maintain a minimal set of setuid/gid binaries on the system" 13 Fail if the list of setuid/gid binaries doesn't match the baseline
|
/external/ImageMagick/ |
D | QuickStart.txt | 2 ImageMagick Studio LLC, and found in the ImageMagick 'binaries' subdirectory 10 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries 110 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-dll.exe 111 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-static.exe 112 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-dll.exe 113 ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-static.exe
|
/external/iptables/ |
D | INSTALL | 28 /usr/local, so the binaries will go into /usr/local/bin, sbin, 46 Produce additional binaries, iptables-static/ip6tables-static, 51 Produce binaries that have dynamic loading of extensions disabled. 79 The make process will automatically build multipurpose binaries.
|
/external/syslinux/gnu-efi/gnu-efi-3.0/ |
D | README.gnuefi | 48 allows inspect and disassemble EFI binaries. 67 allows inspect and disassemble EFI binaries. 86 binaries to EFI binaries. Various runtime code bits, such as 98 the appropriate compiler, assembler, linker, ar, and ranlib binaries, 161 to an EFI binary. EFI binaries are really just PE32+ binaries. PE 170 than 4GB of address space). EFI binaries are plain PE32+ binaries 171 except that the "subsystem id" differs from normal Windows binaries. 172 There are two flavors of EFI binaries: "applications" and "drivers" 188 ELF binaries distinguish between program headers and sections. 197 (2) EFI binaries should be relocatable. [all …]
|
/external/v8/tools/testrunner/network/ |
D | network_execution.py | 79 self.binaries = {} 117 if shell not in self.binaries: 137 self.binaries[shell] = binary 139 self.binaries["libv8.so"] = libv8 180 data, test_map = packet.Pack(self.binaries)
|
/external/libpng/projects/visualc71/ |
D | README_zlib.txt | 24 binaries set "zlib" as the startup project (Select "zlib" tree view item + 26 binaries set it to "example" (Select "example" tree view item + Project | 38 This project builds the zlib binaries as follows:
|
D | README.txt | 26 binaries set "libpng" as the startup project (Select "libpng" tree view 28 binaries set it to "pngtest" (Select "pngtest" tree view item + 38 This project builds the libpng binaries as follows:
|
/external/strace/debian/ |
D | control | 18 use it on binaries for which you don't have source. 28 Description: System call tracer for 64bit binaries 32 use it on binaries for which you don't have source. 51 use it on binaries for which you don't have source.
|
/external/toolchain-utils/go/patch/ |
D | go3.patch | 23 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") 84 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") 124 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") 169 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") 225 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") 270 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") 321 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") 364 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") 405 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") 450 …"", "if non empty, use 'go_target' to compile test files and 'go_target_exec' to run the binaries") [all …]
|
/external/gptfdisk/ |
D | README.Windows | 39 binaries, which include the strings "32" or "64" in their names. The 32-bit 40 binaries work fine on most versions of Windows, but some 64-bit 42 the 64-bit binaries. 91 The Windows binaries I've compiled do not support Unicode UTF-16LE GPT 109 (Type "make -f Makefile.mingw" to compile 32-bit binaries, and "make -f 110 Makefile.mingw64" to compile 64-bit binaries.) If you try to compile 126 compilers. The resulting binaries seem to work equally well, but my testing
|
/external/libexif/ |
D | configure.ac | 88 dnl Whether we're supposed to ship binaries in the tarball 92 AC_ARG_ENABLE([ship-binaries], 93 [AS_HELP_STRING([--enable-ship-binaries], 94 [Whether to ship binaries in the tarball [default=no]])],[ 100 GP_CONFIG_MSG([Ship binaries in tarball],[$ship_binaries])
|
/external/guava/ |
D | README.maven | 2 build release binaries for hosting in the central maven 15 (Obviously the deployed binaries in maven repostories
|
/external/libusb/ |
D | INSTALL_WIN.txt | 38 The 32 bit binaries compiled either from Visual Studio or the DDK are placed in 40 The 64 bit binaries are placed in an x64\ directory 41 Windows CE binaries are placed in one of the following directories, depending
|
/external/curl/ |
D | README | 21 curl binaries or other binaries that involve libcurl, you might enjoy the
|
D | README.md | 18 distribution terms and similar. If you distribute curl binaries or other 19 binaries that involve libcurl, you might enjoy [the LICENSE-MIXING
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | program.cpp | 35 const std::vector<module> &binaries) : in program() argument 41 devs, binaries); in program()
|
/external/bison/m4/ |
D | multiarch.m4 | 7 # Determine whether the compiler is or may be producing universal binaries. 11 # "universal" binaries--by specifying multiple '-arch' options to the
|
/external/libgsm/ |
D | INSTALL | 44 You can install the gsm library interface, or the toast binaries, 50 library, header files, manual pages, and binaries. 53 (i.e., gsm library or toast binaries) by not setting the
|
/external/webrtc/third_party/gtest-parallel/ |
D | README.webrtc | 7 Parallelization script for gtest binaries.
|
/external/libusb/.private/ |
D | wbs_wince.txt | 8 The binaries contained in this snapshot are licensed under the 10 version (see COPYING for further details). The source code for these binaries
|
/external/ImageMagick/PerlMagick/ |
D | README.txt | 84 1) Download and install ImageMagick Windows binaries from 87 2) You HAVE TO choose dynamic (DLL) ImageMagick binaries. Note: it is not 88 possible to mix 32/64bit binaries of perl and ImageMagick
|
/external/libyuv/files/ |
D | DEPS | 85 'src/third_party/yasm/binaries': 86 …Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b0aa06da24ef8b123058bb61… 325 # Pull GN binaries. 359 # Pull clang-format binaries using checked-in hashes. 393 # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
|