/external/chromium_org/third_party/freetype/src/psaux/ |
psobjs.h | 97 FT_UInt max_objects, 104 FT_UInt max_objects,
|
psobjs.c | 1027 FT_UInt max_objects, 1075 count = max_objects; 1079 if ( max_objects == 0 ) [all...] |
/external/freetype/src/psaux/ |
psobjs.h | 97 FT_UInt max_objects, 104 FT_UInt max_objects,
|
psobjs.c | 1027 FT_UInt max_objects, 1075 count = max_objects; 1079 if ( max_objects == 0 ) [all...] |
/art/runtime/gc/space/ |
space_test.cc | 333 size_t max_objects = (growth_limit / (object_size > 0 ? object_size : 8)) + 1; local 334 UniquePtr<mirror::Object*[]> lots_of_objects(new mirror::Object*[max_objects]); 339 for (size_t i = 0; i < max_objects; i++) {
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 54 #define MAX_OBJECTS 50000 70 static objItem obj_list[MAX_OBJECTS]; 104 if(n_obj < MAX_OBJECTS)
|
mkyaffsimage.c | 37 #define MAX_OBJECTS 10000 50 static objItem obj_list[MAX_OBJECTS]; 80 if(n_obj < MAX_OBJECTS)
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
psaux.h | 394 FT_UInt max_objects, 401 FT_UInt max_objects, [all...] |
/external/freetype/include/freetype/internal/ |
psaux.h | 394 FT_UInt max_objects, 401 FT_UInt max_objects, [all...] |