Home
last modified time | relevance | path

Searched defs:variant (Results 1 – 13 of 13) sorted by relevance

/art/test/
Dknownfailures.json21 "variant": "redefine-stress", string
27 "variant": "redefine-stress", string
35 "variant": "debug", string
63 "variant": "prebuild", string
69 "variant": "no-prebuild" string
74 "variant": "no-relocate", string
82 "variant": "interp-ac | interpreter | no-prebuild | debuggable | trace | stream", string
87 "variant": "gcstress", string
95 "variant": "gcstress", string
101 "variant": "gcstress", string
[all …]
/art/runtime/arch/
Dinstruction_set_features.cc34 InstructionSet isa, const std::string& variant, std::string* error_msg) { in FromVariant()
56 InstructionSet isa, const std::string& variant, std::string* error_msg) { in FromVariantAndHwcap()
309 const std::string& variant) { in FindVariantInArray()
/art/runtime/arch/riscv64/
Dinstruction_set_features_riscv64.cc41 const std::string& variant, [[maybe_unused]] std::string* error_msg) { in FromVariant()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h32 static X86_64FeaturesUniquePtr FromVariant(const std::string& variant, std::string* error_msg) { in FromVariant()
/art/compiler/
Dcommon_compiler_test.cc189 InstructionSet instruction_set, const std::string& variant) { in CreateCompilerOptions()
241 const std::string& variant) { in OverrideInstructionSetFeatures()
/art/tools/checker/file_format/checker/
Dstruct.py74 def __init__(self, parent, variant, original_text, line_no): argument
147 def __init__(self, variant, name, text): argument
Dparser.py158 def parse_checker_statement(parent, line, variant, line_no): argument
Dtest.py78 def parse_statement(self, string, variant=""): argument
109 def assertVariantNotEqual(self, string, variant): argument
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc53 const std::string& variant, std::string* error_msg) { in FromVariant()
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc47 const std::string& variant, std::string* error_msg) { in FromVariant()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc127 X86FeaturesUniquePtr X86InstructionSetFeatures::FromVariant(const std::string& variant, in FromVariant()
/art/dex2oat/linker/
Drelative_patcher_test.h41 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc35 explicit Arm64RelativePatcherTest(const std::string& variant) in Arm64RelativePatcherTest()