Home
last modified time | relevance | path

Searched refs:compilers (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/external/r8/src/test/java/com/android/tools/r8/
DTestCondition.java50 public static final CompilerSet D8_COMPILER = compilers(CompilerUnderTest.D8);
55 compilers(CompilerUnderTest.R8, CompilerUnderTest.R8_AFTER_D8);
56 public static final CompilerSet R8_AFTER_D8_COMPILER = compilers(CompilerUnderTest.R8_AFTER_D8);
57 public static final CompilerSet R8_NOT_AFTER_D8_COMPILER = compilers(CompilerUnderTest.R8);
72 private final EnumSet<CompilerUnderTest> compilers; field in TestCondition
78 EnumSet<CompilerUnderTest> compilers, in TestCondition() argument
82 this.compilers = compilers; in TestCondition()
92 public static CompilerSet compilers(CompilerUnderTest... compilers) { in compilers() method in TestCondition
93 assert compilers.length > 0; in compilers()
94 return new CompilerSet(EnumSet.copyOf(Arrays.asList(compilers))); in compilers()
[all …]
/external/icu/icu4c/source/
DrunConfigureICU39 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
45 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
46 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
47 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
49 Linux/gcc Use the GNU gcc/g++ compilers on Linux
53 MacOSX Use the default compilers on MacOS X (Darwin)
54 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
[all …]
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt5 compilers, and second, we need a flexible and powerful interface
15 other side, traditional static compilers process everything statically and
25 compilers that support profile guided optimization generate poor code in
36 to when compilers generate quality code for the architecture. Secondly,
37 even when compilers catch up to the new architecture there is often a large
45 independent, static, program optimizations currently in compilers to be
D2001-06-20-.NET-Differences.txt18 said that SGI and other commercial compilers have included options to export
24 optimize modules from multiple different compilers. (Also, of course, they
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt5 compilers, and second, we need a flexible and powerful interface
15 other side, traditional static compilers process everything statically and
25 compilers that support profile guided optimization generate poor code in
36 to when compilers generate quality code for the architecture. Secondly,
37 even when compilers catch up to the new architecture there is often a large
45 independent, static, program optimizations currently in compilers to be
D2001-06-20-.NET-Differences.txt18 said that SGI and other commercial compilers have included options to export
24 optimize modules from multiple different compilers. (Also, of course, they
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/gtest.xcodeproj/
Dproject.pbxproj800 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
812 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
822 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
832 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
842 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
851 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
861 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
873 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
888 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
905 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
[all …]
/external/v8/testing/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj800 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
812 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
822 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
832 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
842 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
851 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
861 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
873 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
888 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
905 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
[all …]
/external/clang/
DReadmeAndroid.md32 compilers from RenderScript and other platform components that depend on LLVM
33 libraries. This means we can update the platform compilers even if
36 Updates are performed in this branch, and the platform compilers are built
51 projects needed to build the platform compilers. Updates are done by merging
/external/eigen/bench/
DREADME.txt8 This script allows to run a benchmark on a set of different compilers/compiler options.
10 - a file defining the list of the compilers with their options
/external/googletest/googletest/xcode/gtest.xcodeproj/
Dproject.pbxproj841 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
853 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
863 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
873 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
883 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
892 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
902 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
914 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
929 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
946 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
[all …]
/external/nanopb-c/
DCHANGELOG.txt37 Add an example pb_syshdr.h file for non-C99 compilers
96 Make tests/Makefile work for non-gcc compilers (issue 40)
106 Fix build warnings on MS compilers (issue 33)
125 Fix problems that stopped the code from compiling with some compilers.
/external/brotli/appveyor/
Drun_with_compiler.cmd2 :: variables to use the MSVC 2010 C++ compilers from GRMSDKX_EN_DVD.iso of:
6 :: variables to use the MSVC 2008 C++ compilers from GRMSDKX_EN_DVD.iso of:
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_cflags_warn_all.m420 # Intel compilers. For a given compiler, the Fortran flags are much more
99 dnl compilers will fail about it. That was needed since a lot of
100 dnl compilers will give false positives for some option-syntax
/external/ImageMagick/m4/
Dax_cflags_warn_all.m420 # Intel compilers. For a given compiler, the Fortran flags are much more
99 dnl compilers will fail about it. That was needed since a lot of
100 dnl compilers will give false positives for some option-syntax
/external/fmtlib/doc/
Dindex.rst59 a set of lightweight wrappers. This ensures compatibility with older compilers
152 and compilers where it has been tested and known to work:
168 older compilers and standard library implementations. The only thing to keep in
173 compilers the maximum is 15.
/external/curl/include/
DREADME47 earlier ANSI compilers clearly can't deal with some preprocessor operators.
49 * Newlines must remain unix-style for older compilers' sake.
/external/swiftshader/third_party/LLVM/
DREADME.txt5 Virtual Machine, a toolkit for the construction of highly optimized compilers,
/external/python/cpython2/Lib/distutils/
Dccompiler.py954 compilers = []
956 compilers.append(("compiler="+compiler, None,
958 compilers.sort()
959 pretty_printer = FancyGetopt(compilers)
/external/protobuf/protoc-artifacts/
DREADME.md35 compilers installed.
46 For example, MingGW32 only ships with 32-bit compilers, but you can still build
62 - Cygwin with MinGW compilers (both x86_32 and x86_64)
/external/zlib/src/win32/
DREADME-WIN32.txt44 zlib.h Install these files into the compilers' INCLUDE path to
47 zdll.lib Install these files into the compilers' LIB path if linking
50 zlib.lib Install these files into the compilers' LIB path to link zlib
/external/c-ares/
DREADME55 earlier ANSI compilers clearly can't deal with some preprocessor operators.
57 * Newlines must remain unix-style for older compilers' sake.
/external/python/cpython2/Lib/test/
Dtest__osx_support.py118 compilers = (
146 for c_name, c_output in compilers:
/external/cmockery/cmockery_0_1_2/
Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/external/pdfium/public/
DREADME10 These files must compile cleanly without warnings on both C and C++ compilers.

12345678910>>...22