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

  /art/compiler/dex/
arena_bit_vector.h 104 (expandable_ == src->IsExpandable()) &&
110 bool IsExpandable() const { return expandable_; }
arena_bit_vector.cc 99 DCHECK_EQ(expandable_, src->IsExpandable());
110 DCHECK_EQ(expandable_, src->IsExpandable());
ssa_transformation.cc 443 dest->IsExpandable() != src1->IsExpandable() ||
444 dest->IsExpandable() != src2->IsExpandable()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 30 if not self.IsExpandable():
42 def IsExpandable(self):
61 def IsExpandable(self):
70 def IsExpandable(self):
83 def IsExpandable(self):
87 def IsExpandable(self):
ClassBrowser.py 87 def IsExpandable(self):
147 def IsExpandable(self):
196 def IsExpandable(self):
TreeWidget.py 327 self.expandable = self.IsExpandable()
330 def IsExpandable(self):
336 if not self.IsExpandable():
389 if not self.IsExpandable():
392 def IsExpandable(self):
StackViewer.py 105 def IsExpandable(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 30 if not self.IsExpandable():
42 def IsExpandable(self):
61 def IsExpandable(self):
70 def IsExpandable(self):
83 def IsExpandable(self):
87 def IsExpandable(self):
ClassBrowser.py 87 def IsExpandable(self):
147 def IsExpandable(self):
196 def IsExpandable(self):
TreeWidget.py 327 self.expandable = self.IsExpandable()
330 def IsExpandable(self):
336 if not self.IsExpandable():
389 if not self.IsExpandable():
392 def IsExpandable(self):
StackViewer.py 105 def IsExpandable(self):

Completed in 141 milliseconds