HomeSort by relevance Sort by last modified time
    Searched defs:pile (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/test/
fake_picture_layer_tiling_client.h 31 scoped_refptr<PicturePileImpl> pile() { return pile_; } function in class:cc::FakePictureLayerTilingClient
32 const PicturePileImpl* pile() const { return pile_.get(); } function in class:cc::FakePictureLayerTilingClient
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DequeMap.java 43 Deque<V> pile = mMap.get(key); local
44 if (pile == null) {
45 pile = Lists.newLinkedList();
46 mMap.put(key, pile);
48 pile.add(item);
61 final Deque<V> pile = mMap.get(key); local
62 if (pile == null) {
65 return pile.poll();
78 final Deque<V> pile = mMap.get(key); local
79 if (pile == null)
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc 24 scoped_refptr<FakePicturePileImpl> pile = local
35 pile->add_draw_rect_with_paint(gfx::Rect(0, 0, 400, 400), solid_paint);
36 pile->RerecordPile();
43 pile->AnalyzeInRect(rect, 1.0, &analysis);
50 pile->add_draw_rect_with_paint(gfx::Rect(50, 50, 1, 1), non_solid_paint);
51 pile->RerecordPile();
54 pile->AnalyzeInRect(gfx::Rect(0, 0, 100, 100), 1.0, &analysis);
57 pile->AnalyzeInRect(gfx::Rect(100, 0, 100, 100), 1.0, &analysis);
63 pile->AnalyzeInRect(gfx::Rect(350, 0, 100, 100), 1.0, &analysis);
68 pile->AnalyzeInRect(gfx::Rect(0, 350, 100, 100), 1.0, &analysis)
82 scoped_refptr<FakePicturePileImpl> pile = local
140 scoped_refptr<FakePicturePileImpl> pile = local
156 scoped_refptr<FakePicturePileImpl> pile = local
213 scoped_refptr<FakePicturePileImpl> pile = local
286 scoped_refptr<FakePicturePileImpl> pile = local
396 scoped_refptr<FakePicturePileImpl> pile = local
527 scoped_refptr<FakePicturePileImpl> pile = local
647 scoped_refptr<FakePicturePileImpl> pile = local
724 scoped_refptr<FakePicturePileImpl> pile = local
769 scoped_refptr<FakePicturePileImpl> pile = local
    [all...]
picture_pile_unittest.cc 32 scoped_refptr<TestPicturePile> pile = new TestPicturePile; local
36 gfx::Size base_picture_size = pile->tiling().max_texture_size();
39 pile->Resize(layer_size);
40 pile->SetTileGridSize(gfx::Size(1000, 1000));
41 pile->SetMinContentsScale(min_scale);
44 pile->Update(&client,
53 pile->Update(&client,
60 EXPECT_EQ(1, pile->tiling().num_tiles_x());
61 EXPECT_EQ(1, pile->tiling().num_tiles_y());
64 pile->picture_list_map().find
84 scoped_refptr<TestPicturePile> pile = new TestPicturePile; local
138 scoped_refptr<TestPicturePile> pile = new TestPicturePile; local
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 1485 scoped_refptr<FakePicturePileImpl> pile = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 

Completed in 252 milliseconds