/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
StackViewer.py | 13 sc.frame.pack(expand=1, fill="both") 16 node.expand()
|
aboutDialog.py | 38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH) 44 frameBg.pack(expand=TRUE, fill=BOTH)
|
Debugger.py | 146 self.fstack.pack(expand=1, fill="both") 148 self.flocals.pack(expand=1, fill="both") 150 self.fglobals.pack(expand=1, fill="both") 421 self.frame.pack(expand=1, fill="both") 429 canvas.pack(side="left", fill="both", expand=1) 475 frame.pack(expand=1) 478 frame.pack(expand=0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ScrolledList.py | 11 self.frame.pack(fill="both", expand=1) 18 listbox.pack(expand=1, fill="both")
|
StackViewer.py | 13 sc.frame.pack(expand=1, fill="both") 16 node.expand()
|
aboutDialog.py | 38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH) 44 frameBg.pack(expand=TRUE, fill=BOTH)
|
Debugger.py | 146 self.fstack.pack(expand=1, fill="both") 148 self.flocals.pack(expand=1, fill="both") 150 self.fglobals.pack(expand=1, fill="both") 421 self.frame.pack(expand=1, fill="both") 429 canvas.pack(side="left", fill="both", expand=1) 475 frame.pack(expand=1) 478 frame.pack(expand=0)
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
RowsFragment.java | 196 public void setExpand(boolean expand) { 197 mExpand = expand; 202 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count); 524 void onExpandTransitionStart(boolean expand, final Runnable callback) { 526 if (expand) { 530 // Run a "pre" layout when we go non-expand, in order to get the initial
|
RowsSupportFragment.java | 198 public void setExpand(boolean expand) { 199 mExpand = expand; 204 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count); 526 void onExpandTransitionStart(boolean expand, final Runnable callback) { 528 if (expand) { 532 // Run a "pre" layout when we go non-expand, in order to get the initial
|
/external/lldb/www/python_reference/ |
epydoc.js | 92 function expand(id) { function 125 s += "<a href='#' onclick='expand(\"" + id; 136 expand(id); 180 expand(id); 184 expand(id);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NotificationPanelView.java | 483 expand(); method 487 public void fling(float vel, boolean expand) { 492 super.fling(vel, expand); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
DOMBreakpointsSidebarPane.js | 299 this.expand(); 413 expand: function() 415 this._wrappedPane.expand();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
WatchExpressionsSidebarPane.js | 73 this.expand(); 88 this.expand(); 515 this.expand();
|
ScopeChainSidebarPane.js | 161 this.expand();
|
/external/tinyxml2/ |
tinyxml2.cpp | 1698 int expand = 1000; local [all...] |
/cts/ |
CtsTestCaseList.mk | 229 # and will cause the function to expand to the secondary arch object 231 # empty and will cause the function to expand to the primary arch object
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 231 .tree-row .expand-icon { 332 .tree-row .expand-icon {
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
BlockPainter.cpp | 364 offset.expand(0, colRect.y() - m_renderBlock.borderTop() - m_renderBlock.paddingTop()); 366 offset.expand(colRect.x() - m_renderBlock.borderLeft() - m_renderBlock.paddingLeft(), 0); 378 clipRect.expand(colGap / 2, 0); 380 clipRect.expand(0, colGap / 2);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBoxModelObject.cpp | 209 offset.expand(valueForLength(style()->left(), containingBlock->availableWidth()), 0); 211 offset.expand(-valueForLength(style()->right(), containingBlock->availableWidth()), 0); 224 offset.expand(0, valueForLength(style()->top(), containingBlock->availableHeight())); 230 offset.expand(0, -valueForLength(style()->bottom(), containingBlock->availableHeight()));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
PropertiesSidebarPane.js | 155 section.expand();
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRoundedRect.cpp | 80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth) function in class:blink::FloatRoundedRect::Radii
|
FloatSize.h | 68 void expand(float width, float height) function in class:blink::FloatSize
|
IntSize.h | 59 void expand(int width, int height) function in class:blink::IntSize
|
LayoutSize.h | 64 void expand(LayoutUnit width, LayoutUnit height) function in class:blink::LayoutSize
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLUImpl.h | 33 Index expand(VectorType& vec, Index& length, Index nbElts, Index keep_prev, Index& num_expansions);
|