Home
last modified time | relevance | path

Searched refs:Toolchain (Results 1 – 25 of 45) sorted by relevance

12

/external/vogar/src/vogar/
DModeId.java129 public boolean supportsToolchain(Toolchain toolchain) { in supportsToolchain()
130 return (this == JVM && toolchain == Toolchain.JAVAC) in supportsToolchain()
131 || (this != JVM && toolchain != Toolchain.JAVAC); in supportsToolchain()
212 public Toolchain defaultToolchain() { in defaultToolchain()
215 return Toolchain.JAVAC; in defaultToolchain()
217 return Toolchain.D8; in defaultToolchain()
DToolchain.java21 public enum Toolchain { enum
30 if (this == Toolchain.DX) { in getDexer()
32 } else if (this == Toolchain.D8) { in getDexer()
DRun.java105 public final Toolchain toolchain;
109 public Run(Vogar vogar, Toolchain toolchain, Console console, Mkdir mkdir, in Run()
/external/clang/
DReadmeAndroid.md4 This document is deprecated. Please visit: [Android Clang/LLVM Toolchain
6 for the latest instructions on building the Clang/LLVM Toolchain for Android.
DToolchainPrebuilts.md5 [Android Clang/LLVM Toolchain Prebuilts Doc](https://android.googlesource.com/platform/external/cla…
18 Updating Toolchain Source
/external/vogar/test/vogar/android/
DAbstractModeTest.java35 import vogar.Toolchain;
86 run = new Run(vogar, Toolchain.DX, console, mkdir, androidSdk, new Rm(console), target, in setUp()
/external/u-boot/doc/
DREADME.boston35 Toolchain
44 The "IMG GNU Linux Toolchain" is capable of building for all current MIPS ISAs,
DREADME.s5pc1xx12 Toolchain
DREADME.mpc83xxads4 0. Toolchain / Building
/external/u-boot/tools/buildman/
Dtoolchain.py47 class Toolchain: class
237 toolchain = Toolchain(fname, test, verbose, priority, arch)
568 toolchain = Toolchain(compiler_fname_list[0], True, True)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
Ddsymutil.cpp160 Toolchain("toolchain", desc("Embed toolchain information in dSYM bundle."), variable
222 if (!Toolchain.empty()) { in createPlistFile()
225 printHTMLEscaped(Toolchain, PL); in createPlistFile()
/external/vogar/src/vogar/android/
DDexTask.java26 import vogar.Toolchain;
DInstallApkTask.java27 import vogar.Toolchain;
/external/llvm/cmake/platforms/
DAndroid.cmake1 # Toolchain config for Android NDK.
DiOS.cmake1 # Toolchain config for iOS.
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/
DAndroid.cmake1 # Toolchain config for Android NDK.
DiOS.cmake1 # Toolchain config for iOS.
/external/autotest/server/site_tests/telemetry_Crosperf/
Dcontrol17 This is part of Chrome OS Toolchain testing platform.
/external/deqp/framework/delibs/cmake/
Dtoolchain-raspi.cmake26 # Toolchain/compiler base.
/external/llvm/cmake/modules/
DCrossCompile.cmake12 CACHE STRING "Toolchain file for ${target_name}")
/external/toolchain-utils/android_bench_suite/
DREADME.txt1 This is a Android Toolchain benchmark suite.
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DCrossCompile.cmake19 CACHE STRING "Toolchain configuration for ${target_name}")
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Ddarwin-bundle.test32 TOOLCHAIN: <key>Toolchain</key>
/external/autotest/test_suites/
Dcontrol.AFDO_record43 'labels': ['Build-Toolchain'],
/external/vogar/src/vogar/tasks/
DBuildActionTask.java39 import vogar.Toolchain;

12