HomeSort by relevance Sort by last modified time
    Searched defs:Linux (Results 1 - 25 of 32) sorted by null

1 2

  /build/soong/android/
arch.go 91 // Linux host variants
181 case "linux":
182 return Linux
195 Linux = NewOsType("linux_glibc", Host, false)
202 Linux: []ArchType{X86, X86_64},
249 func (os OsType) Linux() bool {
250 return os == Android || os == Linux || os == LinuxBionic
471 "Linux",
482 if os.Linux() {
699 if os.Linux() {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 90 Linux,
  /external/clang/lib/Driver/
ToolChains.h 823 class LLVM_LIBRARY_VISIBILITY Linux : public Generic_ELF {
825 Linux(const Driver &D, const llvm::Triple &Triple,
855 class LLVM_LIBRARY_VISIBILITY CudaToolChain : public Linux {
885 class LLVM_LIBRARY_VISIBILITY MipsLLVMToolChain : public Linux {
    [all...]
ToolChains.cpp     [all...]
  /libcore/luni/src/main/java/libcore/io/
Linux.java 48 public final class Linux implements Os {
49 Linux() { }
  /external/llvm/include/llvm/ADT/
Triple.h 149 Linux,
532 /// Tests whether the OS is Linux.
534 return getOS() == Triple::Linux;
544 return getOS() == Triple::Linux || getOS() == Triple::KFreeBSD;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 154 Linux,
549 /// Tests whether the OS is Linux.
551 return getOS() == Triple::Linux;
561 return getOS() == Triple::Linux || getOS() == Triple::KFreeBSD;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 155 Linux,
551 /// Tests whether the OS is Linux.
553 return getOS() == Triple::Linux;
563 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 158 Linux,
560 /// Tests whether the OS is Linux.
562 return getOS() == Triple::Linux;
572 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 158 Linux,
560 /// Tests whether the OS is Linux.
562 return getOS() == Triple::Linux;
572 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 160 Linux,
564 /// Tests whether the OS is Linux.
566 return getOS() == Triple::Linux;
576 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 160 Linux,
564 /// Tests whether the OS is Linux.
566 return getOS() == Triple::Linux;
576 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 160 Linux,
564 /// Tests whether the OS is Linux.
566 return getOS() == Triple::Linux;
576 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 160 Linux,
564 /// Tests whether the OS is Linux.
566 return getOS() == Triple::Linux;
576 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 155 Linux,
551 /// Tests whether the OS is Linux.
553 return getOS() == Triple::Linux;
563 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 158 Linux,
560 /// Tests whether the OS is Linux.
562 return getOS() == Triple::Linux;
572 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 158 Linux,
560 /// Tests whether the OS is Linux.
562 return getOS() == Triple::Linux;
572 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 160 Linux,
564 /// Tests whether the OS is Linux.
566 return getOS() == Triple::Linux;
576 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 160 Linux,
564 /// Tests whether the OS is Linux.
566 return getOS() == Triple::Linux;
576 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 160 Linux,
564 /// Tests whether the OS is Linux.
566 return getOS() == Triple::Linux;
576 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 160 Linux,
564 /// Tests whether the OS is Linux.
566 return getOS() == Triple::Linux;
576 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD) &&
  /external/annotation-tools/asmx/test/lib/
ccl.jar 
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.0/
kotlin-daemon-client-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.20/
kotlin-daemon-client-1.2.20.jar 

Completed in 1178 milliseconds

1 2