/external/tensorflow/third_party/toolchains/preconfig/win/tf_win_08062020/ |
D | BUILD | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # This becomes the BUILD file for @local_config_cc// under Windows. 51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a", 52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows", 53 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys", 54 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw", 55 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl", 56 "x64_windows_msys": ":cc-compiler-x64_windows_msys", 57 "x64_windows": ":cc-compiler-x64_windows", 58 "armeabi-v7a": ":cc-compiler-armeabi-v7a", [all …]
|
/external/tensorflow/third_party/toolchains/preconfig/win/bazel_211/ |
D | BUILD | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # This becomes the BUILD file for @local_config_cc// under Windows. 51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a", 52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows", 53 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys", 54 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw", 55 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl", 56 "x64_windows_msys": ":cc-compiler-x64_windows_msys", 57 "x64_windows": ":cc-compiler-x64_windows", 58 "armeabi-v7a": ":cc-compiler-armeabi-v7a", [all …]
|
/external/llvm-project/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 …]
|
/external/ImageMagick/.github/workflows/ |
D | release.yml | 5 - main 7 - 'ChangeLog' 12 name: 'Windows ${{matrix.quantum}}${{matrix.hdri_flag}}-${{matrix.platform}} (${{matrix.type}})' 13 runs-on: windows-latest 16 fail-fast: false 18 platform: [ x64, x86 ] 23 - quantum: Q8 26 - platform: x64 29 - platform: x86 32 - type: dll [all …]
|
/external/rust/crates/grpcio-sys/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)] 98 _MACOS_COMPAT_FLAG = '-mmacosx-version-min=10.10' 100 _ARCH_FLAG_MAP = {'x86': '-m32', 'x64': '-m64'} 125 # https://github.com/resin-io-projects/armv7hf-debian-qemu/issues/9 130 extra_args = ' --entrypoint=/usr/bin/qemu-arm-static ' 140 if self.arch == 'x86': 158 elif self.platform == 'windows': 164 # seed. We create a random temp-dir here 169 self.py_version, '32' if self.arch == 'x86' else '64' [all …]
|
/external/capstone/windowsce/ |
D | COMPILE.md | 2 - Windows CE 7, a.k.a, [Windows Embedded Compact 7](https://www.microsoft.com/windowsembedded/en-us… 3 - Windows CE 8, a.k.a, [Windows Embedded Compact 2013](https://www.microsoft.com/windowsembedded/en… 10 - Build running on Microsoft Windows. 11 - The C Software Develepment Kit of the target Windows CE **device** installed. 12 - Only for Windows CE 7: 13 …- C compiler toolchain installed, targetting **Windows Embedded Compact 7** on **ARMv7**. We reco… 15 …e for Windows CE 7 (respectively, Windows CE 8), the build script `windowsce/make_windowsce7-armv7… 20 - `set WINCE_TOOLCHAIN_ROOT=` is the path of the root directory of the Windows CE toolchain. To bui… 22 - For Windows CE 7: 26 - For Windows CE 8: [all …]
|
/external/llvm-project/clang/test/Frontend/ |
D | windows-exceptions.cpp | 1 // RUN: %clang_cc1 -triple i686--windows-msvc -fsyntax-only %s 2 // RUN: not %clang_cc1 -triple i686--windows-msvc -fsyntax-only -fdwarf-exceptions %s 2>&1 | FileCh… 3 // RUN: not %clang_cc1 -triple i686--windows-msvc -fsyntax-only -fseh-exceptions %s 2>&1 | FileChec… 4 // RUN: not %clang_cc1 -triple i686--windows-msvc -fsyntax-only -fsjlj-exceptions %s 2>&1 | FileChe… 6 // RUN: %clang_cc1 -triple x86_64--windows-msvc -fsyntax-only %s 7 // RUN: not %clang_cc1 -triple x86_64--windows-msvc -fsyntax-only -fdwarf-exceptions %s 2>&1 | File… 8 // RUN: not %clang_cc1 -triple x86_64--windows-msvc -fsyntax-only -fseh-exceptions %s 2>&1 | FileCh… 9 // RUN: not %clang_cc1 -triple x86_64--windows-msvc -fsyntax-only -fsjlj-exceptions %s 2>&1 | FileC… 11 // RUN: %clang_cc1 -triple i686--windows-gnu -fsyntax-only %s 12 // RUN: %clang_cc1 -triple i686--windows-gnu -fsyntax-only -fdwarf-exceptions %s [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/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
D | nmake.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 Windows NMake x86, 12 Windows NMake x64, 13 Windows NMake ARM No Test, 14 Windows NMake ARM64 No Test 17 - name: Windows NMake x86 18 os: windows-latest 20 vc-vars: x86 [all …]
|
/external/libffi/ |
D | README.md | 4 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libf… 7 libffi-3.3 was released on November 23, 2019. Check the libffi web 24 told at run-time about the number and types of arguments used to call 51 | --------------- | ---------------- | ----------------------- | 54 | AArch64 | Windows | MSVC | 60 | ARM | Windows | MSVC | 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 | [all …]
|
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/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 …]
|
/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/mesa3d/ |
D | common.py | 22 host_platform = 'windows' 32 'x86': 'x86', 33 'i386': 'x86', 34 'i486': 'x86', 35 'i586': 'x86', 36 'i686': 'x86', 37 'BePC': 'x86', 38 'Intel': 'x86', 58 host_machine = 'x86' 68 if target_platform == 'windows' and host_platform != 'windows': [all …]
|
/external/llvm-project/clang/test/Preprocessor/ |
D | predefined-win-macros.c | 3 // RUN: %clang_cc1 %s -x c++ -E -dM -triple x86_64-pc-win32 -fms-extensions -fms-compatibility \ 4 // RUN: -fms-compatibility-version=19.00 -std=c++14 -o - | FileCheck -match-full-lines %s --che… 5 // RUN: %clang_cc1 %s -x c++ -E -dM -triple x86_64-pc-win32 -fms-extensions -fms-compatibility \ 6 // RUN: -fms-compatibility-version=19.00 -std=c++14 -o - | grep GCC | count 5 7 // CHECK-MS64: #define _INTEGRAL_MAX_BITS 64 8 // CHECK-MS64: #define _MSC_EXTENSIONS 1 9 // CHECK-MS64: #define _MSC_VER 1900 10 // CHECK-MS64: #define _MSVC_LANG 201402L 11 // CHECK-MS64: #define _M_AMD64 100 12 // CHECK-MS64: #define _M_X64 100 [all …]
|
D | wchar_t.c | 1 // RUN: %clang_cc1 -triple i386-pc-solaris -dM -E %s -o - | FileCheck %s -check-prefix CHECK-SOLARIS 2 // CHECK-SOLARIS-DAG: #define __WCHAR_MAX__ 2147483647 3 // CHECK-SOLARIS-DAG: #define __WCHAR_TYPE__ long int 4 // CHECK-SOLARIS-NOT: #define __WCHAR_UNSIGNED__ 0 6 // RUN: %clang_cc1 -triple x86_64-pc-solaris -dM -E %s -o - | FileCheck %s -check-prefix CHECK-SOLA… 7 // CHECK-SOLARIS64-DAG: #define __WCHAR_MAX__ 2147483647 8 // CHECK-SOLARIS64-DAG: #define __WCHAR_TYPE__ int 9 // CHECK-SOLARIS64-NOT: #define __WCHAR_UNSIGNED__ 0 11 // RUN: %clang_cc1 -triple avr-unknown-unknown -fwchar-type=int -fsigned-wchar -dM -E %s -o - | Fil… 12 // CHECK-AVR-DAG: #define __WCHAR_MAX__ 32767 [all …]
|
/external/llvm-project/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 -fuse-ld=ld \ 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 -fuse-ld=ld \ 14 // RUN: -resource-dir=%S/Inputs/resource_dir \ [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | calling-conv-ignored.c | 1 // RUN: %clang_cc1 -triple i686-windows-msvc -emit-llvm -o - %s | FileCheck %s --check-prefix=X86 2 // RUN: %clang_cc1 -triple x86_64-windows-msvc -emit-llvm -o - %s | FileCheck %s --check-prefix=X64 3 // RUN: %clang_cc1 -triple i686-windows-msvc -emit-llvm -o - %s -fdefault-calling-conv=vectorcall… 4 // RUN: %clang_cc1 -triple x86_64-windows-msvc -emit-llvm -o - %s -fdefault-calling-conv=vectorcall… 18 // X86-LABEL: define dso_local void @bar() 19 // X86: call void @foo_default(i8* null, i8* null) 20 // X86: call x86_stdcallcc void @"\01_foo_std@8"(i8* null, i8* null) 21 // X86: call x86_fastcallcc void @"\01@foo_fast@8"(i8* inreg null, i8* inreg null) 22 // X86: call x86_vectorcallcc void @"\01foo_vector@@8"(i8* inreg null, i8* inreg null) 23 // X86: ret void [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/rust/crates/grpcio-sys/grpc/third_party/toolchains/bazel_0.26.0_rbe_windows/ |
D | cc_toolchain_config.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 89 compiler = "msvc-cl" 98 "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE", 99 "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.10240.0\\ucrt", 100 "C:\\Program Files (x86)\\Windows Kits\\8.1\\include\\shared", 101 "C:\\Program Files (x86)\\Windows Kits\\8.1\\include\\um", 102 "C:\\Program Files (x86)\\Windows Kits\\8.1\\include\\winrt", 122 …tools = [tool(path = "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/link.exe")], 134 … tools = [tool(path = "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/lib.exe")], 146 …tools = [tool(path = "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/ml64.exe")], [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | pdb.test | 1 # RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj 2 # RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj 3 # RUN: rm -f %t.dll %t.pdb 4 # RUN: lld-link /debug /pdb:%t.pdb /pdbaltpath:test.pdb /dll /out:%t.dll \ 7 # RUN: llvm-pdbutil pdb2yaml -stream-metadata -stream-directory -pdb-stream \ 8 # RUN: -dbi-stream -ipi-stream -tpi-stream %t.pdb | FileCheck %s 10 # RUN: llvm-pdbutil dump -modules -section-map -section-contribs -section-headers \ 11 # RUN: -publics -public-extras -types -ids -type-extras -id-extras %t.pdb \ 12 # RUN: | FileCheck -check-prefix RAW %s 15 # CHECK-NEXT: SuperBlock: [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/llvm-project/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 …]
|