Home
last modified time | relevance | path

Searched refs:list_size (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dlist_unittest.cc310 const unsigned int list_size = lhs->GetSize(); in CompareLists() local
320 while (i < list_size) { in CompareLists()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m406 int list_size = 0;
449 for (i = 0; i < list_size; i++) {
461 list_size++;
465 SDL_malloc (sizeof(*client_mode_list) * (list_size+1) );
469 SDL_realloc (client_mode_list, sizeof(*client_mode_list) * (list_size+1));
484 client_mode_list[list_size-1] = rect;
485 client_mode_list[list_size] = NULL;
495 for (i = 0; i < list_size; i++) {
496 for (j = 0; j < list_size-1; j++) {
/external/chromium/chrome/browser/importer/
Dimporter_unittest.cc134 const BookmarkList* list, int list_size) { in FindBookmarkEntry() argument
135 for (int i = 0; i < list_size; ++i) { in FindBookmarkEntry()