Searched refs:the_array (Results 1 – 2 of 2) sorted by relevance
6 static NSMutableArray *the_array = NULL;7 if (the_array == NULL)8 the_array = [[NSMutableArray alloc] init];9 return the_array;
5248 def dump_array( the_array, write, array_name ): argument5259 "[" + repr( len( the_array ) ) + "L]\n" )5268 for value in the_array: