Searched refs:boolean1 (Results 1 – 4 of 4) sorted by relevance
99 void TestGetBooleanByName(const char *boolean1, const char *booleanRef);101 void TestGetBooleanById(const char *boolean1, const char *booleanRef);
488 void ResourceManagerTestCommon::TestGetBooleanById(const char* boolean1, const char* booleanRef) in TestGetBooleanById() argument491 int id = GetResId(boolean1, ResType::BOOLEAN); in TestGetBooleanById()504 void ResourceManagerTestCommon::TestGetBooleanByName(const char* boolean1, const char* booleanRef) in TestGetBooleanByName() argument507 RState state = rm->GetBooleanByName(boolean1, outValue); in TestGetBooleanByName()
250 boolean1: bool, field368 boolean1: true, in sdv_adapt_serde_example_three()
368 sptr<Boolean> boolean1 = new Boolean(true);371 EXPECT_FALSE(boolean1->Equals(boolean2));372 EXPECT_TRUE(boolean1->Equals(boolean3));