Lines Matching defs:i

86         for (int i = 0; i < bparr.Count(); i++)  in dumpBigPtrArray()  local
95 for (int i = 0; i < numEntries; i++) in fillBigPtrArray() local
108 for (int i = 0; i < bparr.Count(); i++) in checkElementPositions() local
118 for (int i = 0; i < bparr.Count(); i++) in releaseBigPtrArrayContent() local
159 for (int i = 0; i < NUM_ENTRIES; i++) in test_insert_entries_at_front() local
172 for (int i = 0, j = NUM_ENTRIES - 1; i < NUM_ENTRIES; i++, j--) in test_insert_entries_at_front() local
237 for (int i = 0, j = -5; i < 5; i++, j++) in test_insert_at_already_used_index() local
248 for (int i = 0, j = -5; i < bparr.Count(); i++, j++) in test_insert_at_already_used_index() local
306 for (int i = 0; i < NUM_ENTRIES; i++) in test_remove_at_front() local
349 for (int i = NUM_ENTRIES - 1; i >= 0; i--) in test_remove_at_back() local
405 for (int i = 0; i < bparr.Count(); i++) in test_remove_in_the_middle() local
439 for (int i = 0; i < nRemove; i++) in test_remove_multiple_elements_at_once() local
490 for (int i = 0; i < NUM_ENTRIES - 1; i++) in test_move_elements_from_lower_to_higher_pos() local
496 for (int i = 0; i < (NUM_ENTRIES - 1); i++) in test_move_elements_from_lower_to_higher_pos() local
529 for (int i = NUM_ENTRIES - 1; i >= 1; i--) in test_move_elements_from_higher_to_lower_pos() local
541 for (int i = 1; i < NUM_ENTRIES; i++) in test_move_elements_from_higher_to_lower_pos() local
568 for (int i = 0; i < NUM_ENTRIES; i++) in test_move_to_same_position() local
575 for (int i = 0; i < NUM_ENTRIES; i++) in test_move_to_same_position() local
603 for (int i = 0, j = NUM_ENTRIES - 1; i < NUM_ENTRIES; i++, j--) in test_replace_elements() local
610 for (int i = 0; i < NUM_ENTRIES; i++) in test_replace_elements() local
640 for (int i = 0; i < NUM_ENTRIES; i++) in test_for_each() local
665 int i = 0; in test_for_some1() local
700 int i = 0; in test_for_some2() local
735 for (int i = 0; i < NUM_ENTRIES; i++) in test_for_some3() local
845 for (int i = 0; i < n; i++) in test_insert_at_end() local
859 for (int i = 0; i < n; i++) in test_insert_at_front() local