Searched refs:empty2 (Results 1 – 4 of 4) sorted by relevance
97 final boolean empty2 = TextUtils.isEmpty(c2); in compareNullableCharSequences()98 if (empty1 || empty2) { in compareNullableCharSequences()99 return (empty1 ? 1 : 0) - (empty2 ? 1 : 0); in compareNullableCharSequences()
106 uint32_t empty2; member126 uint8_t empty2[3]; // 3 bytes to fill gap created by classification member
64 CHECK_OFFSET(InputMessage::Body::Motion, empty2, 81); in TestInputMessageAlignment()
183 hidl_string empty2(""); in TEST_F() local187 EXPECT_EQ(empty1.c_str(), empty2.c_str()); in TEST_F()