Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:strategy

64                             std::list< std::pair<int,size_t> >* strategy) {
70 strategy);
76 std::list< std::pair<int,size_t> >* strategy) {
80 strategy);
233 AllocationStrategy strategy;
240 &strategy));
241 EXPECT_TRUE(strategy.empty());
248 &strategy));
249 EXPECT_EQ(2U, strategy.size());
251 AllocationStrategy::iterator iter = strategy.begin();
252 while (iter != strategy.end()) {
258 EXPECT_FALSE("Unexpected entry in strategy");
279 AllocationStrategy strategy;
284 &strategy);
286 EXPECT_EQ(2U, strategy.size());
289 AllocationStrategy::iterator iter = strategy.begin();
290 while (iter != strategy.end()) {
298 EXPECT_FALSE("Unexpected entry in strategy");