/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | musttail-varargs.ll | 2 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-linux | FileCheck %s --c… 3 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-linux-gnux32 | FileCheck… 4 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-windows | FileCheck %s -… 5 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=i686-windows | FileCheck %s --c… 6 …UN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=i686-windows -mattr=+sse2 | FileC… 18 ; LINUX-LABEL: f_thunk: 20 ; LINUX-NEXT: pushq %rbp 21 ; LINUX-NEXT: .cfi_def_cfa_offset 16 22 ; LINUX-NEXT: pushq %r15 23 ; LINUX-NEXT: .cfi_def_cfa_offset 24 [all …]
|
D | stack-protector-msvc.ll | 1 ; RUN: llc -mtriple=i386-pc-windows-msvc < %s -o - | FileCheck -check-prefix=MSVC-X86 %s 2 ; RUN: llc -mtriple=x86_64-pc-windows-msvc < %s -o - | FileCheck -check-prefix=MSVC-X64 %s 5 ; RUN: llc -mtriple=i686-pc-windows-msvc -O0 < %s -o - | FileCheck -check-prefix=MSVC-X86-O0 %s 6 ; RUN: llc -mtriple=x86_64-pc-windows-msvc -O0 < %s -o - | FileCheck -check-prefix=MSVC-X64-O0 %s 26 ; MSVC-X86-LABEL: _test: 27 ; MSVC-X86: movl ___security_cookie, %[[REG1:[^ ]*]] 28 ; MSVC-X86: xorl %esp, %[[REG1]] 29 ; MSVC-X86: movl %[[REG1]], [[SLOT:[0-9]*]](%esp) 30 ; MSVC-X86: calll _strcpy 31 ; MSVC-X86: movl [[SLOT]](%esp), %ecx [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | musttail-varargs.ll | 1 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-linux | FileCheck %s --c… 2 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-linux-gnux32 | FileCheck… 3 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-windows | FileCheck %s -… 4 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=i686-windows | FileCheck %s --c… 5 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=i686-windows -mattr=+sse2 | Fil… 28 ; LINUX-LABEL: f_thunk: 29 ; LINUX-DAG: movq %rdi, {{.*}} 30 ; LINUX-DAG: movq %rsi, {{.*}} 31 ; LINUX-DAG: movq %rdx, {{.*}} 32 ; LINUX-DAG: movq %rcx, {{.*}} [all …]
|
/external/libjpeg-turbo/ |
D | appveyor.yml | 2 - cmd: >- 7 …curl -fSL -o c:\installers\nasm-2.10.01-win32.zip http://www.nasm.us/pub/nasm/releasebuilds/2.10.0… 9 7z x c:\installers\nasm-2.10.01-win32.zip -oc:\ > c:\installers\nasm.install.log 11 …set INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include;c:\Program Files (x86)\… 13 …set LIB=c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\amd64;c:\Program Files (x86)\Mi… 15 …-2.10.01;c:\Program Files (x86)\NSIS;c:\msys64\mingw32\bin;c:\msys64\usr\bin;c:\Program Files (x86… 19 bash -c "pacman --noconfirm -S zip" 21 mklink /d "%ProgramData%\Oracle\Java32" "c:\Program Files (x86)\Java\jdk1.6.0" 23 …git clone --depth=1 https://github.com/libjpeg-turbo/buildscripts.git -b %APPVEYOR_REPO_BRANCH% c:… 26 - cmd: >- [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/ |
D | SQLiteLibraryLoaderTest.java | 45 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows XP", "x86")) in shouldFindLibraryForWindowsXPX86() 46 .isEqualTo("windows-x86/sqlite4java.dll"); in shouldFindLibraryForWindowsXPX86() 51 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows 7", "x86")) in shouldFindLibraryForWindows7X86() 52 .isEqualTo("windows-x86/sqlite4java.dll"); in shouldFindLibraryForWindows7X86() 57 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows XP", "amd64")) in shouldFindLibraryForWindowsXPAmd64() 58 .isEqualTo("windows-x86_64/sqlite4java.dll"); in shouldFindLibraryForWindowsXPAmd64() 63 assertThat(loadLibrary(new SQLiteLibraryLoader(WINDOWS), "Windows 7", "amd64")) in shouldFindLibraryForWindows7Amd64() 64 .isEqualTo("windows-x86_64/sqlite4java.dll"); in shouldFindLibraryForWindows7Amd64() 70 .isEqualTo("linux-x86/libsqlite4java.so"); in shouldFindLibraryForLinuxi386() 75 assertThat(loadLibrary(new SQLiteLibraryLoader(LINUX), "Some linux version", "x86")) in shouldFindLibraryForLinuxx86() [all …]
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | artifact_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 43 docker_args += ['-e', '%s=%s' % (k, v)] 99 _MACOS_COMPAT_FLAG = '-mmacosx-version-min=10.7' 101 _ARCH_FLAG_MAP = {'x86': '-m32', 'x64': '-m64'} 124 # https://github.com/resin-io-projects/armv7hf-debian-qemu/issues/9 127 extra_args = ' --entrypoint=/usr/bin/qemu-arm-static ' 137 if self.arch == 'x86': 146 # TODO(atash) get better platform-detection support in core so we don't 148 environ['CFLAGS'] = '-DGPR_MANYLINUX1=1' 159 if self.arch == 'x86' else 'quay.io/pypa/manylinux1_x86_64') [all …]
|
D | distribtest_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 40 docker_args += ['-e', '%s=%s' % (k, v)] 122 elif self.platform == 'windows': 125 # when invoking the .bat file (side-effect of posix path conversion) 204 'x86': 'x86', 283 elif self.platform == 'windows': 304 CppDistribTest('windows', 'x86', testcase='cmake'), 305 CppDistribTest('windows', 'x86', testcase='cmake_as_externalproject'), 307 CSharpDistribTest('linux', 'x86', 'jessie'), 312 CSharpDistribTest('macos', 'x86'), [all …]
|
/external/libffi/ |
D | README | 4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web 21 told at run-time about the number and types of arguments used to call 51 |-----------------+------------------+-------------------------| 53 |-----------------+------------------+-------------------------| 64 | IA-64 | Linux | GCC | 78 | PowerPC 32-bit | AIX | IBM XL C | 79 | PowerPC 64-bit | AIX | IBM XL C | 84 | PowerPC 64-bit | FreeBSD | GCC | 85 | PowerPC 64-bit | Linux ELFv1 | GCC | 86 | PowerPC 64-bit | Linux ELFv2 | GCC | [all …]
|
/external/python/setuptools/setuptools/ |
D | msvc.py | 5 -------------------------- 7 Microsoft Visual C++ Compiler for Python 2.7 (x86, amd64) 8 Microsoft Windows SDK 6.1 (x86, x64, ia64) 9 Microsoft Windows SDK 7.0 (x86, x64, ia64) 12 Microsoft Windows SDK 7.1 (x86, x64, ia64) 15 Microsoft Visual C++ Build Tools 2015 (x86, x64, arm) 16 Microsoft Visual Studio 2017 (x86, x64, arm, arm64) 17 Microsoft Visual Studio Build Tools 2017 (x86, x64, arm, arm64) 31 if platform.system() == 'Windows': 72 ------------------------- [all …]
|
/external/python/setuptools/ |
D | msvc-build-launcher.cmd | 3 REM Use old Windows SDK 6.1 so created .exe will be compatible with 4 REM old Windows versions. 5 REM Windows SDK 6.1 may be downloaded at: 6 REM http://www.microsoft.com/en-us/download/details.aspx?id=11310 11 set PATH=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin;%PATH% 13 REM set up the environment to compile to x86 16 …/D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x86 /SUBSYSTEM:CONSOLE /out:setuptools/cli-… 17 …/D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:x86 /SUBSYSTEM:WINDOWS /out:setuptools/gui-… 19 echo Windows SDK 6.1 not found to build Windows 32-bit version 23 REM the 32-bit launcher scripts without the -32 in the filename, so copy them [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | README | 4 libffi-3.1 was released on May 19, 2014. Check the libffi web page 21 told at run-time about the number and types of arguments used to call 51 |-----------------+------------------+-------------------------| 53 |-----------------+------------------+-------------------------| 64 | IA-64 | Linux | GCC | 77 | PowerPC 32-bit | AIX | IBM XL C | 78 | PowerPC 64-bit | AIX | IBM XL C | 83 | PowerPC 64-bit | FreeBSD | GCC | 84 | PowerPC 64-bit | Linux ELFv1 | GCC | 85 | PowerPC 64-bit | Linux ELFv2 | GCC | [all …]
|
/external/harfbuzz_ng/ |
D | azure-pipelines.yml | 2 vmImage: 'VS2017-Win2016' 5 buildPlatform: 'x86' 7 triplet: 'x86-windows' 10 - script: | 13 .\bootstrap-vcpkg.bat 15 .\vcpkg install glib:x86-windows freetype:x86-windows cairo:x86-windows 17 …cmake -Bbuild -H. -DHB_HAVE_UNISCRIBE=ON -DHB_HAVE_DIRECTWRITE=ON -DHB_HAVE_GLIB=ON -DHB_HAVE_FREE… 20 ctest --output-on-failure -C Debug
|
/external/mesa3d/ |
D | common.py | 29 'x86': 'x86', 30 'i386': 'x86', 31 'i486': 'x86', 32 'i586': 'x86', 33 'i686': 'x86', 34 'BePC': 'x86', 35 'Intel': 'x86', 56 if target_platform == 'windows' and host_platform != 'windows': 57 default_machine = 'x86' 67 if target_platform != 'windows' and \ [all …]
|
/external/capstone/ |
D | COMPILE.TXT | 2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows. 4 To natively compile for Windows using Microsoft Visual Studio, see COMPILE_MSVC.TXT. 10 *-*-*-*-*-* 19 SystemZ, XCore & X86), if you just need several selected archs, choose which 28 - CAPSTONE_ARCHS: specify list of architectures to compiled in. 29 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management. 30 - CAPSTONE_DIET: use this to make the output binaries more compact. 31 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller. 32 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86. 33 - CAPSTONE_STATIC: build static library. [all …]
|
D | COMPILE_CMAKE.TXT | 6 To compile Capstone on Windows using Visual Studio, see COMPILE_MSVC.TXT. 8 *-*-*-*-*-* 10 This documentation requires CMake & Windows SDK or MS Visual Studio installed on 20 SystemZ, X86 & XCore), if you just need several selected archs, run "cmake" 23 - CAPSTONE_ARM_SUPPORT: support ARM. Run cmake with -DCAPSTONE_ARM_SUPPORT=0 to remove ARM. 24 …- CAPSTONE_ARM64_SUPPORT: support ARM64. Run cmake with -DCAPSTONE_ARM64_SUPPORT=0 to remove ARM64. 25 - CAPSTONE_MIPS_SUPPORT: support Mips. Run cmake with -DCAPSTONE_MIPS_SUPPORT=0 to remove Mips. 26 - CAPSTONE_PPC_SUPPORT: support PPC. Run cmake with -DCAPSTONE_PPC_SUPPORT=0 to remove PPC. 27 …- CAPSTONE_SPARC_SUPPORT: support Sparc. Run cmake with -DCAPSTONE_SPARC_SUPPORT=0 to remove Sparc. 28 …- CAPSTONE_SYSZ_SUPPORT: support SystemZ. Run cmake with -DCAPSTONE_SYSZ_SUPPORT=0 to remove Syste… [all …]
|
/external/ImageMagick/www/ |
D | binary-releases.html | 8 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> 10 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 11 <meta name="application-name" content="ImageMagick"/> 12 …nd write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Post… 13 <meta name="application-url" content="https://imagemagick.org"/> 20 <meta name="revisit-after" content="2 DAYS"/> 21 <meta name="resource-type" content="document"/> 22 <meta name="copyright" content="Copyright (c) 1999-2015 ImageMagick Studio LLC"/> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/> 31 <div class="magick-masthead"> [all …]
|
D | download.html | 8 <meta charset="utf-8" /> 9 …<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no… 11 <meta name="application-name" content="ImageMagick" /> 13 <meta name="application-url" content="https://imagemagick.org" /> 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> 25 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> 33 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/ |
D | WinMsvc.cmake | 1 # Cross toolchain configuration for using clang-cl on non-Windows hosts to 5 # cmake -G Ninja 6 # -DCMAKE_TOOLCHAIN_FILE=/path/to/this/file 7 # -DHOST_ARCH=[aarch64|arm64|armv7|arm|i686|x86|x86_64|x64] 8 # -DLLVM_NATIVE_TOOLCHAIN=/path/to/llvm/installation 9 # -DMSVC_BASE=/path/to/MSVC/system/libraries/and/includes 10 # -DWINSDK_BASE=/path/to/windows-sdk 11 # -DWINSDK_VER=windows sdk version folder name 19 # copy of clang-cl, clang, clang++, and lld-link, as well as a lib directory 25 # Windows, and should look like this: [all …]
|
/external/clang/test/Driver/ |
D | instrprof-ld.c | 3 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 4 // RUN: -target i386-unknown-linux -fprofile-instr-generate \ 5 // RUN: -resource-dir=%S/Inputs/resource_dir \ 6 // RUN: --sysroot=%S/Inputs/basic_linux_tree \ 7 // RUN: | FileCheck --check-prefix=CHECK-LINUX-I386 %s 9 // CHECK-LINUX-I386: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}" 10 // CHECK-LINUX-I386: "{{.*}}/Inputs/resource_dir{{/|\\\\}}lib{{/|\\\\}}linux{{/|\\\\}}libclang_rt.p… 12 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 13 // RUN: -target x86_64-unknown-linux -fprofile-instr-generate \ 14 // RUN: -resource-dir=%S/Inputs/resource_dir \ [all …]
|
/external/google-breakpad/src/tools/python/tests/ |
D | filter_syms_unittest.py | 60 """MODULE windows x86 111111111111111111111111111111111 module1.pdb 71 """MODULE windows x86 111111111111111111111111111111111 module1.pdb 85 """MODULE windows x86 111111111111111111111111111111111 module1.pdb 96 """MODULE windows x86 111111111111111111111111111111111 module1.pdb 109 """Tests that de-duplication of FILE records happens BEFORE prefixes 113 """MODULE windows x86 111111111111111111111111111111111 module1.pdb 124 """MODULE windows x86 111111111111111111111111111111111 module1.pdb
|
/external/robolectric-shadows/shadows/framework/ |
D | Android.mk | 4 LOCAL_PATH := $(call my-dir) 11 intermediates := $(call local-intermediates-dir) 18 robolectric-accessibility-test-framework-2.1 \ 19 robolectric-javax.annotation-api-1.2 \ 20 robolectric-hamcrest-library-1.3 \ 21 robolectric-hamcrest-core-1.3 \ 22 robolectric-sqlite4java-0.282 \ 23 robolectric-host-android_all \ 24 robolectric-guava-25.1-jre \ 29 $(intermediates)/sqlite-natives:linux-x86_64/libsqlite4java.so \ [all …]
|
/external/mesa3d/docs/ |
D | llvmpipe.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 23 implemented with LLVM IR which is translated to x86, x86-64, or ppc64le machine 36 For x86 or amd64 processors, 64-bit mode is recommended. 44 Vector-Scalar Facility) is recommended if supported AND Mesa is 57 aptitude install llvm-dev 66 For a RPM-based distribution do: 69 yum install llvm-devel 73 For Windows you will need to build LLVM from source with MSVC or MINGW 79 <code>-DLLVM_USE_CRT_xxx=yyy</code> as described below. [all …]
|
/external/curl/projects/Windows/VC6/src/ |
D | curl.dsp | 1 # Microsoft Developer Studio Project File - Name="curl" - Package Owner=<4> 5 # TARGTYPE "Win32 (x86) Console Application" 0x0103 7 CFG=curl - Win32 LIB Debug 16 !MESSAGE NMAKE /f "curl.mak" CFG="curl - Win32 LIB Debug" 20 !MESSAGE "curl - Win32 DLL Debug" (based on "Win32 (x86) Console Application") 21 !MESSAGE "curl - Win32 DLL Debug DLL OpenSSL" (based on "Win32 (x86) Console Application") 22 !MESSAGE "curl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Applicatio… 23 !MESSAGE "curl - Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Console Application") 24 !MESSAGE "curl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Applic… 25 !MESSAGE "curl - Win32 DLL Release" (based on "Win32 (x86) Console Application") [all …]
|
/external/conscrypt/ |
D | appveyor.yml | 2 ANDROID_HOME: "C:\\android-sdk-windows" 3 ANDROID_NDK_HOME: "C:\\android-sdk-windows\\ndk-bundle" 6 ANDROID_TOOLS_URL: "https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip" 7 NINJA_URL: "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip" 8 CMAKE_URL: "https://cmake.org/files/v3.11/cmake-3.11.1-win32-x86.zip" 9 MSVC_HOME: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community" 17 # - x86 18 - x64 30 - appveyor DownloadFile %ANDROID_TOOLS_URL% -FileName android-tools.zip 31 - 7z x android-tools.zip -o"%ANDROID_HOME%" > nul [all …]
|
/external/grpc-grpc/src/ruby/tools/ |
D | README.md | 3 This package distributes protoc and the Ruby gRPC protoc plugin for Windows, Linux, and Mac. 7 - `bin/x86-linux` 8 - `bin/x86_64-linux` 9 - `bin/x86-macos` 10 - `bin/x86_64-macos` 11 - `bin/x86-windows` 12 - `bin/x86_64-windows`
|