Home
last modified time | relevance | path

Searched refs:runtimes (Results 1 – 25 of 41) sorted by relevance

12

/external/r8/src/test/java/com/android/tools/r8/
DJctfTestSpecifications.java13 import static com.android.tools.r8.TestCondition.runtimes;
43 match(runtimes(DexVm.ART_DEFAULT)))
69 match(runtimes(DexVm.ART_DEFAULT, DexVm.ART_7_0_0)))
74 match(runtimes(DexVm.ART_DEFAULT, DexVm.ART_7_0_0)))
128 match(runtimes(DexVm.ART_DEFAULT, DexVm.ART_7_0_0, DexVm.ART_6_0_1)))
156 match(runtimes(DexVm.ART_7_0_0)))
198 match(runtimes(DexVm.ART_7_0_0)))
958 match(runtimes(DexVm.ART_DEFAULT, DexVm.ART_7_0_0)))
1905 match(runtimes(DexVm.ART_DEFAULT)))
1973 match(runtimes(DexVm.ART_DEFAULT, DexVm.ART_7_0_0, DexVm.ART_6_0_1)))
[all …]
DTestCondition.java97 public static RuntimeSet runtimes(DexVm... runtimes) { in runtimes() method in TestCondition
98 assert runtimes.length > 0; in runtimes()
99 return new RuntimeSet(EnumSet.copyOf(Arrays.asList(runtimes))); in runtimes()
105 RuntimeSet runtimes, in match() argument
107 return new TestCondition(tools.set, compilers.set, runtimes.set, compilationModes.set); in match()
110 public static TestCondition match(ToolSet tools, CompilerSet compilers, RuntimeSet runtimes) { in match() argument
111 return match(tools, compilers, runtimes, TestCondition.ANY_MODE); in match()
126 public static TestCondition match(ToolSet tools, RuntimeSet runtimes) { in match() argument
127 return match(tools, TestCondition.ANY_COMPILER, runtimes); in match()
138 public static TestCondition match(CompilerSet compilers, RuntimeSet runtimes) { in match() argument
[all …]
DR8RunArtTestsTest.java152 .put("109-suspend-check", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1)))
154 .put("129-ThreadGetId", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1)))
157 .put("800-smali", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1)))
472 TestCondition.runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
479 TestCondition.runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
490 TestCondition.runtimes(DexVm.ART_5_1_1)))
497 TestCondition.runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
520 TestCondition.runtimes(DexVm.ART_5_1_1, DexVm.ART_6_0_1)))
527 TestCondition.runtimes(DexVm.ART_6_0_1)))
532 .match(TestCondition.runtimes(DexVm.ART_4_4_4, DexVm.ART_5_1_1, DexVm.ART_6_0_1));
[all …]
DR8RunExamplesTest.java63 TestCondition.runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1, DexVm.ART_4_4_4)))
/external/llvm/runtimes/
DCMakeLists.txt3 # Runtimes are different from tools or other drop-in projects because runtimes
7 # In the current state this file only works with compiler-rt, other runtimes
14 list(APPEND runtimes ${entry})
19 # triggered by the external project call for the runtimes target below.
42 foreach(entry ${runtimes})
58 # is required because the other runtimes need the builtin libraries present
70 # for all variables that will apply to runtimes.
71 foreach(entry ${runtimes})
78 if(runtimes)
79 # Create a runtimes target that uses this file as its top-level CMake file.
[all …]
/external/llvm/
D.gitignore49 runtimes/*
50 !runtimes/*.*
/external/compiler-rt/
DCMakeLists.txt90 "Default triple for which compiler-rt runtimes will be built.")
126 option(COMPILER_RT_DEBUG "Build runtimes with full debug info" OFF)
162 # Provide some common commmandline flags for Sanitizer runtimes.
222 # Build sanitizer runtimes with debug info.
/external/toolchain-utils/dejagnu/
Dchromeos.exp.in8 set runtimes [board_info $board runtimes]
123 # need to run it in copied runtimes.
/external/v8/gypfiles/win/
Dmsvs_dependencies.isolate11 # VS2013 runtimes
28 # VS2015 runtimes
/external/protobuf/
DREADME.android4 Description: "Protobuf: The Google protobuf compiler and runtimes for various languages"
/external/compiler-rt/cmake/Modules/
DSanitizerUtils.cmake72 # Add target to check code style for sanitizer runtimes.
/external/compiler-rt/lib/ubsan/
DCMakeLists.txt87 # Standalone UBSan runtimes.
/external/ImageMagick/
DInstall-windows.txt31 1. Dynamic Multi-threaded DLL runtimes (VisualDynamicMT).
32 2. Static Single-threaded runtimes (VisualStaticST).
33 3. Static Multi-threaded runtimes (VisualStaticMT).
34 4. Static Multi-threaded DLL runtimes (VisualStaticMTDLL).
36 In addition to these runtimes, the VisualMagick build environment allows
/external/autotest/server/site_tests/sequences/
Dcontrol.power_weekly19 Current tests with runtimes are:
/external/compiler-rt/cmake/
Dbase-config-ix.cmake25 # Setup the paths where compiler-rt runtimes and headers should be stored.
123 # FIXME: We build runtimes for both i686 and i386, as "clang -m32" may
/external/libdivsufsort/
DCMakeLists.txt29 set(CMAKE_INSTALL_RUNTIMEDIR "" CACHE PATH "Specify the output directory for dll runtimes (default …
/external/libcxxabi/
DCMakeLists.txt168 "${LLVM_MAIN_SRC_DIR}/runtimes/libcxx"
463 ${LLVM_MAIN_SRC_DIR}/runtimes/libunwind/include
473 ${LLVM_MAIN_SRC_DIR}/runtimes/libunwind/src/
/external/llvm/cmake/modules/
DChooseMSVCCRT.cmake2 # C runtimes to choose from, in the form of compiler flags,
/external/clang/runtime/
DCMakeLists.txt108 # Add top-level targets that build specific compiler-rt runtimes.
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DDynamicLibrary.inc51 // Ignore VC++ runtimes prior to 7.1. Somehow some of them get loaded
/external/swiftshader/third_party/LLVM/cmake/modules/
DChooseMSVCCRT.cmake2 # C runtimes to choose from, in the form of compiler flags,
/external/antlr/antlr-3.4/runtime/Python/
DREADME23 compatible with V3.0.x recognizers or if future runtimes V3.2+ will be
/external/libunwind_llvm/docs/
DBuildingLibunwind.rst29 * ``cd llvm/runtimes``
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt72 either hardware or software based LLVM runtimes), but we have several
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt72 either hardware or software based LLVM runtimes), but we have several

12