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

  /external/chromium/chrome/browser/
icon_manager.cc 56 ClientRequests::iterator rit = requests_.find(source); local
61 if (rit == requests_.end()) {
66 ClientRequest client_request = rit->second;
68 requests_.erase(rit);
88 requests_.erase(rit);
  /external/llvm/unittests/ADT/
SmallVectorTest.cpp 265 VectorType::reverse_iterator rit = theVector.rbegin(); local
266 EXPECT_TRUE(*rit == theVector[1]);
267 EXPECT_EQ(2, rit->getValue());
268 ++rit;
269 EXPECT_TRUE(*rit == theVector[0]);
270 EXPECT_EQ(1, rit->getValue());
271 ++rit;
272 EXPECT_TRUE(rit == theVector.rend());
273 --rit;
274 EXPECT_TRUE(*rit == theVector[0])
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 721 QSet<QGraphicsItem*>::const_iterator rit; local
722 for (rit = childrenToRemove.constBegin(); rit != childrenToRemove.constEnd(); ++rit) {
723 if (GraphicsLayerQtImpl* w = toGraphicsLayerQtImpl(*rit))
    [all...]
  /external/svox/pico/lib/
picopr.c 246 pr_ioItemPtr rit; member in struct:pr_WorkItem
    [all...]

Completed in 322 milliseconds