Searched refs:value2 (Results 1 – 6 of 6) sorted by relevance
/system/chre/util/tests/ |
D | unique_ptr_test.cc | 70 Value *value1, *value2; in TEST() local 77 value2 = myInt.release(); in TEST() 78 EXPECT_EQ(value1, value2); in TEST() 84 EXPECT_EQ(value2->value, 0xcafe); in TEST() 85 value2->~Value(); in TEST() 86 chre::memoryFree(value2); in TEST()
|
/system/connectivity/wificond/tests/ |
D | nl80211_attribute_unittest.cpp | 275 uint32_t value2; in TEST() local 278 EXPECT_TRUE(nested_attrs[1].GetAttributeValue(1, &value2)); in TEST() 281 EXPECT_TRUE(value2 == 10); in TEST()
|
/system/tools/hidl/ |
D | ConstantExpression.h | 49 const char *op, const ConstantExpression* value2);
|
/system/update_engine/common/ |
D | utils_unittest.cc | 389 int value1, value2; in TEST() local 393 base::Time::FromTimeT(dst_time + fudge), &value2)); in TEST() 394 EXPECT_EQ(value1, value2 - 7); in TEST()
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 1559 value2 1571 value2; 1581 return(INT32_Unmarshal((INT32 *)&(target->value2, buffer, size)) 2056 value2 {20}
|
D | raw_structures.txt | 1559 value2 1571 value2; 1581 return(INT32_Unmarshal((INT32 *)&(target->value2, buffer, size)) 2056 value2 {20}
|