Searched defs:pieces (Results 1 – 10 of 10) sorted by relevance
72 NSMutableArray* pieces; field76 @property (readonly) NSArray* pieces; // expected-warning {{type of property 'pieces' does not matc… property79 - (NSMutableArray*) pieces; // expected-note 2 {{declared here}} method
170 UnicodeString **pieces; variable
73 bool GetAndSplitLine(std::ifstream& ifs, std::vector<std::string>* pieces) { in GetAndSplitLine()101 std::vector<std::string> pieces; in NISTProblem() local
175 ArrayList<String> pieces = new ArrayList<String>(20); in makeSignature() local
543 final String[] pieces = domain.split(DOT_REGEX, 2); in matchesWildcardPublicSuffix() local
229 Vector<String> pieces; in fillDataObjectFromDropData() local
881 ComboBoxWidgetPieces pieces = { 0, 0 }; in refreshComboBoxChildren() local
906 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size()
204 bool BugReporter::RemoveUnneededCalls(PathPieces &pieces, BugReport *R) { in RemoveUnneededCalls()
1859 int32_t pieces = (m_rand() % 4) + 1; in generateTestCase() local