Home
last modified time | relevance | path

Searched defs:replica (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java193 SortedMap<Integer, AtomicInteger> replica = Maps.newTreeMap(); in testHeapIntact() local
797 Map<Integer, AtomicInteger> replica, in insertIntoReplica()
807 SortedMap<Integer, AtomicInteger> replica, in removeMinFromReplica()
815 SortedMap<Integer, AtomicInteger> replica, in removeMaxFromReplica()
823 Map<Integer, AtomicInteger> replica, int value) { in removeFromReplica()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.h156 TransformationMatrix base, target, replica, forDescendants, perspective, local; member
DTextureMapperNode.cpp523 TextureMapperNode* replica = m_state.replicaLayer; in paintReplica() local