HomeSort by relevance Sort by last modified time
    Searched refs:compilers (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/tensorflow/tensorflow/compiler/xla/service/
compiler.cc 63 auto* compilers = GetPlatformCompilers(); local
66 auto it = compilers->find(platform->id());
67 if (it != compilers->end()) {
85 compilers->insert(std::make_pair(platform->id(), it->second()));
86 return compilers->at(platform->id()).get();
  /external/icu/icu4c/source/
runConfigureICU 39 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/cmockery/cmockery_0_1_2/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/libnetfilter_conntrack/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/libogg/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/libusb-compat/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/freetype/builds/windows/
detect.mk 99 @echo $(PROJECT_TITLE) build system -- supported compilers
101 @echo Several command-line compilers are supported on Win32:
116 # additionally, we provide hooks for various other compilers
  /external/libusb/msvc/
inttypes.h 23 #error This header should only be used with Microsoft compilers
stdint.h 26 #error This header should only be used with Microsoft compilers
  /external/one-true-awk/
README 67 compilers on a variety of systems, but new systems or compilers
  /prebuilts/go/darwin-x86/src/cmd/cgo/
util.go 21 // Some compilers have trouble with standard input.
45 // We've also run into compilers that reject "-I." but allow "-I", ".",
  /prebuilts/go/linux-x86/src/cmd/cgo/
util.go 21 // Some compilers have trouble with standard input.
45 // We've also run into compilers that reject "-I." but allow "-I", ".",
  /external/python/cpython2/Lib/test/
test__osx_support.py 118 compilers = (
146 for c_name, c_output in compilers:
  /external/python/cpython3/Lib/test/
test__osx_support.py 117 compilers = (
145 for c_name, c_output in compilers:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test__osx_support.py 116 compilers = (
144 for c_name, c_output in compilers:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test__osx_support.py 116 compilers = (
144 for c_name, c_output in compilers:
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
textflag.go 6 // and data objects. The compilers, assemblers, and linker must
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
textflag.go 6 // and data objects. The compilers, assemblers, and linker must
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 116 compilers = (
144 for c_name, c_output in compilers:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 116 compilers = (
144 for c_name, c_output in compilers:
  /external/libcap-ng/libcap-ng-0.7/
compile 2 # Wrapper for compilers which do not understand '-c -o'.
206 Wrapper for compilers which do not understand '-c -o'.
  /external/libnfnetlink/build-aux/
compile 2 # Wrapper for compilers which do not understand '-c -o'.
239 Wrapper for compilers which do not understand '-c -o'.
  /external/compiler-rt/make/platform/
clang_linux.mk 11 # cross compilers). For now, we just find the target architecture of the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py 106 # compilers, much less on other platforms. And I'm even less
109 # compilers probably have a dedicated binary with the
203 # basically the same things with Unix C compilers.
354 compilers") to be included in every link driven by this compiler
    [all...]
  /external/python/cpython2/Lib/distutils/
ccompiler.py 56 # compilers, much less on other platforms. And I'm even less
59 # compilers probably have a dedicated binary with the
153 # basically the same things with Unix C compilers.
304 compilers") to be included in every link driven by this compiler
    [all...]

Completed in 894 milliseconds

1 2 3 4 5 6 7 8