Home
last modified time | relevance | path

Searched refs:the_array (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/test/API/commands/expression/two-files/
Dfoo.m6 static NSMutableArray *the_array = NULL;
7 if (the_array == NULL)
8 the_array = [[NSMutableArray alloc] init];
9 return the_array;
/external/freetype/src/tools/
Dglnames.py5248 def dump_array( the_array, write, array_name ): argument
5259 "[" + repr( len( the_array ) ) + "L]\n" )
5268 for value in the_array: