Home
last modified time | relevance | path

Searched refs:last_item (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/src/system_wrappers/test/map/
Dmap.cc85 MapItem* last_item = test_map.Last(); in main() local
86 FailTest(last_item == NULL); in main()
87 FailTest(GetStoredIntegerValue(last_item) != 9); in main()
92 FailTest(test_map.Next(last_item) != NULL); in main()
94 MapItem* second_to_last_item = test_map.Previous(last_item); in main()
107 last_item->SetItem(reinterpret_cast<void*>(&swapped_item)); in main()
108 FailTest(GetStoredIntegerValue(last_item) != in main()
/external/webrtc/src/system_wrappers/test/list/
Dlist.cc108 ListItem* last_item = test_list.Last(); in main() local
109 FailTest(last_item == NULL); in main()
113 FailTest(test_list.Next(last_item) != NULL); in main()
116 ListItem* second_to_last_item = test_list.Previous(last_item); in main()
121 FailTest(last_item->GetUnsignedItem() != in main()
123 FailTest(last_item->GetItem() != in main()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
Dcompute_memory_pool.c402 struct compute_memory_item *last_item; in compute_memory_alloc() local
405 for (last_item = pool->item_list; last_item->next; in compute_memory_alloc()
406 last_item = last_item->next); in compute_memory_alloc()
408 last_item->next = new_item; in compute_memory_alloc()
409 new_item->prev = last_item; in compute_memory_alloc()
/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c402 struct compute_memory_item *last_item; in compute_memory_alloc() local
405 for (last_item = pool->item_list; last_item->next; in compute_memory_alloc()
406 last_item = last_item->next); in compute_memory_alloc()
408 last_item->next = new_item; in compute_memory_alloc()
409 new_item->prev = last_item; in compute_memory_alloc()
/external/chromium_org/tools/grit/grit/node/
Dbase.py293 last_item = None
303 if not last_item and message.lstrip() != message:
306 last_item = mixed_item
315 if (isinstance(last_item, types.StringTypes) and
316 last_item.rstrip() != last_item):
/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc1273 MenuItemView* last_item = state.item; in CloseAllNestedMenus() local
1274 for (MenuItemView* item = last_item; item; in CloseAllNestedMenus()
1277 last_item = item; in CloseAllNestedMenus()
1280 state.item = last_item; in CloseAllNestedMenus()
/external/chromium_org/ui/app_list/views/
Dapps_grid_view.cc1915 AppListItem* last_item = source_folder->item_list()->item_at(0); in RemoveLastItemFromReparentItemFolderIfNecessary() local
1916 model_->MoveItemToFolderAt(last_item, "", source_folder->position()); in RemoveLastItemFromReparentItemFolderIfNecessary()
1920 if (!item_list_->FindItemIndex(last_item->id(), &last_item_index) || in RemoveLastItemFromReparentItemFolderIfNecessary()
/external/chromium_org/ui/app_list/cocoa/
Dapps_grid_controller_unittest.mm547 app_list::AppListItem* last_item = item_list->item_at(kItemsPerPage);
548 model()->DeleteItem(last_item->id());