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

  /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/python/cpython2/Demo/tkinter/guido/
canvasevents.py 19 They also belong to at most one ``pile'' of objects, and can be
20 transferred between piles (or removed from their pile).
27 double-clicked. The behavior may actually be determined by the pile
39 self.pile = None
65 def transfer(self, pile):
66 if self.pile:
67 self.pile.delete(self)
68 self.pile = None
69 self.pile = pile
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/testdata/
i22558.go 9 pile [768]int8
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/testdata/
i22558.go 9 pile [768]int8
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 979 milliseconds