Searched refs:names1 (Results 1 – 9 of 9) sorted by relevance
14 @property (readwrite, strong) NSArray *names1; // <-- warning: Type of property.... property26 - (NSArray *)names1 { return _names1; } method
62 - (NSArray *) names1; method
69 - (NSArray *) names1; method
54 @property (strong) NSArray *names1;
61 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names1;
54 @property (nonatomic, strong) NSArray *names1;
862 const cricket::ContentNames names1 = group1.content_names(); in CompareSessionDescription() local864 EXPECT_EQ(names1.size(), names2.size()); in CompareSessionDescription()865 if (names1.size() != names2.size()) { in CompareSessionDescription()869 cricket::ContentNames::const_iterator iter1 = names1.begin(); in CompareSessionDescription()871 while (iter1 != names1.end()) { in CompareSessionDescription()
3102 char names1[256], names2[256]; in TestULocale() local3122 u_austrcpy(names1, name1); in TestULocale()3124 log_verbose("uloc_getDisplayName old:%s new:%s\n", names1, names2); in TestULocale()