Home
last modified time | relevance | path

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

/aosp12/art/test/800-smali/src/
H A DMain.java30 Throwable expectedException, Object expectedReturn, in TestCase() argument
37 this.expectedReturn = expectedReturn; in TestCase()
42 Throwable expectedException, Object expectedReturn) { in TestCase() argument
44 expectedReturn, false); in TestCase()
52 Object expectedReturn; field in Main.TestCase
255 } else if (tc.expectedReturn == null && retValue != null) { in runTest()
258 } else if (tc.expectedReturn != null && in runTest()
259 (retValue == null || !tc.expectedReturn.equals(retValue))) { in runTest()
261 tc.expectedReturn + in runTest()
/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/
H A DKeymaster4_1HidlTest.h57 CreateTestKeys(TagType tagToTest, ErrorCode expectedReturn) { in CreateTestKeys() argument
69 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
80 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
91 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
101 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.h214 TagType tagToTest, ErrorCode expectedReturn,
228 EXPECT_EQ(expectedReturn, errorCode);
240 EXPECT_EQ(expectedReturn, errorCode);
253 EXPECT_EQ(expectedReturn, errorCode);
265 EXPECT_EQ(expectedReturn, errorCode);