Home
last modified time | relevance | path

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

/system/chre/util/tests/
Dmemory_pool_test.cc91 size_t expectedValue; member
108 .expectedValue = j, in TEST()
127 allocations[deallocateIndex].expectedValue); in TEST()
/system/apex/tests/src/com/android/tests/apex/
DTimezoneDataHostTest.java83 List<DebugEntryProto> entries, String entryKey, String expectedValue) { in assertEntryValue() argument
89 expectedValue, matchingEntry.get().getStringValue()); in assertEntryValue()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h265 bool checkIntValue(Label label, int expectedValue) { in checkIntValue() argument
267 return value && value->asInt() && value->asInt()->value() == expectedValue; in checkIntValue()
/system/netd/tests/
Dbinder_test.cpp1267 const char* expectedValue; in TEST_F() member
1290 EXPECT_EQ(td.expectedValue, value); in TEST_F()