Searched refs:toolchain (Results 1 - 22 of 22) sorted by relevance

/external/r8/tools/
H A Dcreate_art_tests.py28 * Auto-generated test for the art $name test using the $testGeneratingToolchain toolchain.
47 def create_toolchain_dirs(toolchain):
48 toolchain_dir = join(OUTPUT_DIR, toolchain)
54 def write_file(toolchain, tool, class_name, contents):
55 file_name = join(OUTPUT_DIR, toolchain, tool, class_name + ".java")
59 def create_tests(toolchain):
60 source_dir = join(TEST_DIR, "dx" if toolchain == "none" else toolchain)
66 if tool == "d8" and toolchain == "none":
74 testGeneratingToolchain=toolchain,
[all...]
/external/toolchain-utils/automation/clients/
H A Dnightly.py22 '--toolchain',
23 dest='toolchain',
24 default='latest-toolchain',
25 help='Toolchain to use {latest-toolchain,gcc_46}.')
33 toolchain = options.toolchain
37 # Build toolchain
40 toolchain=toolchain)
/external/clang/
H A DAndroid.mk4 .PHONY: clang-toolchain-minimal clang-toolchain-full llvm-tools
5 clang-toolchain-minimal: \
8 clang-toolchain-full: \
9 clang-toolchain-minimal \
66 clang-toolchain-minimal: \
79 clang-toolchain-full: \
85 clang-toolchain-full: libomp
87 clang-toolchain-full: libomp-$(TARGET_ARCH)
93 clang-toolchain
[all...]
/external/toolchain-utils/automation/clients/helper/
H A Dchromeos.py64 def __init__(self, chromeos_version, board, toolchain, p4_snapshot):
67 self.toolchain = toolchain
94 self.toolchain: True}
95 config_name = '%s-toolchain-test' % self.board
157 toolchain='trunk',
161 self.toolchain = toolchain
163 self.commands = CommandsFactory(chromeos_version, board, toolchain,
169 label = 'BuildAndBenchmark(%s,%s,%s)' % (self.toolchain, sel
[all...]
/external/fmtlib/support/cmake/
H A Drun-cmake.bat4 rem the Microsoft SDK toolchain rather than Visual Studio.
/external/boringssl/src/util/bot/
H A Dvs_toolchain.py26 """Sets up os.environ to use the depot_tools VS toolchain with gyp, and
39 toolchain = toolchain_data['path']
50 os.environ['GYP_MSVS_OVERRIDE_PATH'] = toolchain
53 # toolchain values in GYP_DEFINES, but don't want to override any
77 """Requests an update of the toolchain to the specific hashes we have at
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh409 echo "TOOLCHAIN := ${toolchain}" >> config.mk
411 case ${toolchain} in
422 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
444 TOOLCHAIN=${toolchain}
522 toolchain="${toolchain:-${optval}}"
525 toolchain="${toolchain:-${optval}}"
675 if [ -z "$toolchain" ]; then
759 toolchain
[all...]
/external/libusb/android/jni/
H A DApplication.mk21 # Workaround for MIPS toolchain linker being unable to find liblog dependency
/external/llvm/tools/msbuild/
H A Dinstall.bat52 REM Routine for installing v100 toolchain.
63 REM Routine for installing v110 toolchain.
80 REM Routine for installing v120 toolchain.
97 REM Routine for installing v140 toolchain.
/external/r8/src/test/java/com/android/tools/r8/
H A DR8RunArtTestsTest.java61 private final DexTool toolchain; field in class:R8RunArtTestsTest
852 private final DexTool toolchain; field in class:R8RunArtTestsTest.SpecificationKey
854 private SpecificationKey(String name, DexTool toolchain) { argument
857 this.toolchain = toolchain;
867 return name.equals(that.name) && toolchain == that.toolchain;
872 return 31 * name.hashCode() + toolchain.hashCode();
1013 public R8RunArtTestsTest(String name, DexTool toolchain) { argument
1015 this.toolchain
[all...]
/external/libvpx/libvpx/
H A Dconfigure491 tgt_fn="$tgt-$toolchain.mk"
494 echo "Creating makefiles for ${toolchain} ${tgt}"
521 echo "Bypassing toolchain for environment detection."
543 case $toolchain in
658 # Other toolchain specific defaults
659 case $toolchain in x86*) soft_enable postproc;; esac
666 case "$toolchain" in
/external/skia/gn/
H A Dgn_to_cmake.py193 # //base/test:test_support(//build/toolchain/win:msvc)
197 toolchain = None
209 toolchain = gn_target_name[toolchain_separator + 1:-1]
219 if toolchain:
220 cmake_target_name += '--' + toolchain
/external/vogar/src/vogar/
H A DVogar.java194 @Option(names = { "--toolchain" })
195 private String toolchain = "jack"; field in class:Vogar
237 System.out.println(" --toolchain <jdk|jack>: Which toolchain to use.");
238 System.out.println(" Default is: " + toolchain);
515 if (toolchain.toLowerCase().equals("jack")) {
517 } else if (!toolchain.toLowerCase().equals("jdk")) {
518 System.out.println("The options for toolchain are either jack or jdk.");
/external/v8/gypfiles/
H A Dvs_toolchain.py27 # Use MSVS2013 as the default toolchain.
32 """Sets up os.environ to use the depot_tools VS toolchain with gyp, and
48 toolchain = toolchain_data['path']
59 os.environ['GYP_MSVS_OVERRIDE_PATH'] = toolchain
62 # toolchain values in GYP_DEFINES, but don't want to override any
121 # build/toolchain/win/setup_toolchain.py as well.
282 """Check if the toolchain should be upgraded."""
290 # in the json file then the toolchain should be updated.
295 """Requests an update of the toolchain to the specific hashes we have at
335 """Gets location information about the current toolchain (mus
[all...]
/external/protobuf/
H A Dtests.sh24 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
/external/protobuf/util/
H A Dtests.sh24 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
/external/toolchain-utils/
H A Dgenerate-waterfall-reports.py2 """Generate summary report for ChromeOS toolchain waterfalls."""
38 ('toolchain-tests', 'HWTest'),
46 'amd64-gcc-toolchain', 'arm-gcc-toolchain', 'arm64-gcc-toolchain',
47 'x86-gcc-toolchain', 'amd64-llvm-toolchain', 'arm-llvm-toolchain',
48 'arm64-llvm-toolchain', 'x86-llvm-toolchain', 'amd6
[all...]
/external/v8/
H A DMakefile272 gypfiles/toolchain.gypi gypfiles/all.gyp gypfiles/mac/asan.gyp \
/external/minijail/
H A Dcommon.mk250 # Only override toolchain vars if they are from make.
/external/modp_b64/
H A Dcommon.mk250 # Only override toolchain vars if they are from make.
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl425 GCC toolchain prefix.
553 for analysis (GCC toolchain), one per line */
557 /* GCC toolchain prefix.
22747 { # need GCC toolchain to analyze
/external/openssh/
H A Dconfigure1435 --without-hardening Don't use toolchain hardening flags
5758 /* Some math to catch -ftrapv problems in the toolchain */
5801 /* Some math to catch -ftrapv problems in the toolchain */
5844 /* Some math to catch -ftrapv problems in the toolchain */
5887 /* Some math to catch -ftrapv problems in the toolchain */
5930 /* Some math to catch -ftrapv problems in the toolchain */
5973 /* Some math to catch -ftrapv problems in the toolchain */
6016 /* Some math to catch -ftrapv problems in the toolchain */
6059 /* Some math to catch -ftrapv problems in the toolchain */
6102 /* Some math to catch -ftrapv problems in the toolchain */
[all...]

Completed in 2445 milliseconds