Home
last modified time | relevance | path

Searched refs:expected_result (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc502 const ExpectedResultType (&... expected_result)[kResultsCount]) { in TestVectorInstructionInternal()
505 const auto& expected_result, in TestVectorInstructionInternal()
584 (SIMD128{expected_result[index]} & mask[index] & ~kFractionMaskInt8[3]) | in TestVectorInstructionInternal()
588 ((SIMD128{expected_result[index]} & mask[index] & kFractionMaskInt8[3]) | in TestVectorInstructionInternal()
597 ((SIMD128{expected_result[index]} & mask[index]) | in TestVectorInstructionInternal()
603 ((SIMD128{expected_result[0]} & mask[0] & kFractionMaskInt8[emul - 4]) | in TestVectorInstructionInternal()
615 expected_result, in TestVectorInstructionInternal()
620 expected_result, in TestVectorInstructionInternal()
632 const ExpectedResultType (&... expected_result)[kResultsCount]) { in TestVectorInstruction()
634 exec_insn, exec_masked_insn, kUndisturbedResult, source, expected_result...); in TestVectorInstruction()
[all …]
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc626 const auto& expected_result, in TestVleXX()
672 (expected_result[index] & mask[index] & ~kFractionMaskInt8[3]) | in TestVleXX()
679 (expected_result[index] & mask[index] & kFractionMaskInt8[3]) | in TestVleXX()
689 SIMD128Register{(expected_result[index] & mask[index]) | in TestVleXX()
698 (expected_result[0] & mask[0] & kFractionMaskInt8[(vemul + 4)]) | in TestVleXX()
742 const auto& expected_result, in TestVseXX()
787 (expected_result[index] & mask[index] & ~kFractionMaskInt8[3]) | in TestVseXX()
791 (expected_result[index] & mask[index] & kFractionMaskInt8[3]) | in TestVseXX()
798 SIMD128Register{(expected_result[index] & mask[index]) | in TestVseXX()
808 SIMD128Register{(expected_result[0] & mask[0] & kFractionMaskInt8[(vemul + 4)]) | in TestVseXX()
[all …]
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1114 bool expected_result) { in createProfileSnapshot() argument
1118 ASSERT_EQ(expected_result, result); in createProfileSnapshot()
1120 if (!expected_result) { in createProfileSnapshot()
1157 int expected_result) { in mergePackageProfiles() argument
1161 ASSERT_EQ(expected_result, result); in mergePackageProfiles()
1183 bool has_dex_metadata, bool has_user_id, bool expected_result) { in preparePackageProfile() argument
1192 ASSERT_EQ(expected_result, result); in preparePackageProfile()
1194 if (!expected_result) { in preparePackageProfile()
1515 void createBootImageProfileSnapshot(const std::string& classpath, bool expected_result) { in createBootImageProfileSnapshot() argument
1519 ASSERT_EQ(expected_result, result); in createBootImageProfileSnapshot()
[all …]