Home
last modified time | relevance | path

Searched refs:expectedValue (Results 1 – 5 of 5) sorted by relevance

/system/chre/util/tests/
Dmemory_pool_test.cc63 size_t expectedValue; member
80 .expectedValue = j, in TEST()
99 allocations[deallocateIndex].expectedValue); in TEST()
/system/apex/tests/src/com/android/tests/apex/
DTimezoneDataHostTest.java86 List<DebugEntryProto> entries, String entryKey, String expectedValue) { in assertEntryValue() argument
92 expectedValue, matchingEntry.get().getStringValue()); in assertEntryValue()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h221 bool checkIntValue(Label label, int expectedValue) { in checkIntValue() argument
223 return value && value->asInt() && value->asInt()->value() == expectedValue; in checkIntValue()
/system/netd/server/
DTrafficControllerTest.cpp244 void expectUidPermissionMapValues(const std::vector<uid_t>& appUids, uint8_t expectedValue) { in expectUidPermissionMapValues() argument
248 EXPECT_EQ(expectedValue, value.value()) in expectUidPermissionMapValues()
249 << "Expected value for UID " << uid << " to be " << expectedValue in expectUidPermissionMapValues()
/system/netd/tests/
Dbinder_test.cpp1037 const char* expectedValue; in TEST_F() member
1060 EXPECT_EQ(td.expectedValue, value); in TEST_F()