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

  /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):
  /art/runtime/base/
bit_vector-inl.h 74 (expandable_ == src->IsExpandable()) &&
bit_vector.h 206 bool IsExpandable() const {
bit_vector_test.cc 31 EXPECT_FALSE(bv.IsExpandable());
  /art/compiler/dex/
ssa_transformation.cc 417 dest->IsExpandable() != src1->IsExpandable() ||
418 dest->IsExpandable() != src2->IsExpandable()) {

Completed in 108 milliseconds