/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
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)
|
configSectionNameDialog.py | 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
|
ClassBrowser.py | 49 sc.frame.pack(expand=1, fill="both") 53 node.expand()
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.js | 72 // Expand or shrink the result table. 74 function expand() { function 75 if (document.getElementById("expand").value == BRIEF_VIEW) { 93 document.getElementById("expand").value = FULL_VIEW; 112 document.getElementById("expand").value = BRIEF_VIEW; 115 // Use cookie to store current expand/hide status. 116 var lastValue = document.getElementById("expand").value; 137 document.getElementById("expand").value = FULL_VIEW; 728 $('#expand')[0].addEventListener('click', function() { expand(); }); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
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)
|
configSectionNameDialog.py | 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
|
ClassBrowser.py | 49 sc.frame.pack(expand=1, fill="both") 53 node.expand()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMBreakpointsSidebarPane.js | 266 this.expand(); 375 expand: function() 377 this._wrappedPane.expand();
|
WatchExpressionsSidebarPane.js | 77 this.expand(); 92 this.expand(); 474 this.expand();
|
ScopeChainSidebarPane.js | 156 this.expand();
|
SidebarTreeElement.js | 33 this.expand();
|
/external/tinyxml2/ |
tinyxml2.cpp | 1698 int expand = 1000; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
FloatSize.h | 71 void expand(float width, float height) function in class:WebCore::FloatSize
|
IntSize.h | 60 void expand(int width, int height) function in class:WebCore::IntSize
|
LayoutSize.h | 61 void expand(LayoutUnit width, LayoutUnit height) function in class:WebCore::LayoutSize
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLazyBlock.cpp | 225 expandedViewportRect.expand(8000, 8000);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebRange.cpp | 112 copy.m_private->expand("block", IGNORE_EXCEPTION);
|
/external/libsepol/src/ |
assertion.c | 25 #include <sepol/policydb/expand.h>
|
/external/libsepol/tests/ |
test-expander.c | 42 #include <sepol/policydb/expand.h> 121 fprintf(stderr, "expand modules failed\n");
|
/external/llvm/utils/TableGen/ |
TableGen.cpp | 159 const std::vector<Record*> *Elts = Sets.expand(Recs[i]); 160 assert(Elts && "Couldn't expand Set instance");
|
/external/openfst/src/extensions/pdt/ |
pdtscript.cc | 30 #include <fst/extensions/pdt/expand.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 427 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): 433 if expand: 438 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): 443 return get_paths(scheme, vars, expand)[name]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 427 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): 433 if expand: 438 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): 443 return get_paths(scheme, vars, expand)[name]
|
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 223 str r12, [sp, #-16]! @ expand the frame and pass SP 486 str r12, [sp, #-16]! @ expand the frame and pass SP 506 str r12, [sp, #-16]! @ expand the frame and pass SP 529 str r12, [sp, #-16]! @ expand the frame and pass SP 552 str r12, [sp, #-16]! @ expand the frame and pass SP 597 str r12, [sp, #-16]! @ expand the frame and pass SP 732 str r12, [sp, #-16]! @ expand the frame and pass SP 753 str r12, [sp, #-16]! @ expand the frame and pass SP 773 str r12, [sp, #-16]! @ expand the frame and pass SP [all...] |