HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 76 - 100 of 398) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 64 self.padding_frame.pack(side=TOP, fill=X, expand=False)
106 tab_row.pack(side=TOP, fill=X, expand=0)
113 tab_row.pack(side=TOP, fill=X, expand=0)
120 tab.pack(side=LEFT, fill=X, expand=True)
200 self.button.pack(side=LEFT, fill=X, expand=True)
350 self.frame.pack(fill=BOTH, expand=True)
476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
configDialog.py 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH)
149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
155 self.listFontName.pack(side=LEFT,expand=TRUE,fill=X)
160 frameFontSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=BOTH)
161 self.labelFontSample.pack(expand=TRUE,fill=BOTH)
236 frameCustom.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
239 self.frameColourSet.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=X)
241 self.textHighlightSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,
243 buttonSetColour.pack(side=TOP,expand=TRUE,fill=X,padx=8,pady=4)
244 self.optMenuHighlightTarget.pack(side=TOP,expand=TRUE,fill=X,padx=8,pady=3
    [all...]
TreeWidget.py 7 # - left/right arrows to expand/collapse & move out/in
15 # - optimize tree redraw after expand of subnode
122 self.expand()
126 def expand(self, event=None): member in class:TreeNode
204 callback = child.expand
460 sc.frame.pack(expand=1, fill="both")
463 node.expand()
470 canvas.pack(expand=1, fill="both")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 64 self.padding_frame.pack(side=TOP, fill=X, expand=False)
106 tab_row.pack(side=TOP, fill=X, expand=0)
113 tab_row.pack(side=TOP, fill=X, expand=0)
120 tab.pack(side=LEFT, fill=X, expand=True)
200 self.button.pack(side=LEFT, fill=X, expand=True)
350 self.frame.pack(fill=BOTH, expand=True)
476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
configDialog.py 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH)
149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
155 self.listFontName.pack(side=LEFT,expand=TRUE,fill=X)
160 frameFontSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=BOTH)
161 self.labelFontSample.pack(expand=TRUE,fill=BOTH)
236 frameCustom.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
239 self.frameColourSet.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=X)
241 self.textHighlightSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,
243 buttonSetColour.pack(side=TOP,expand=TRUE,fill=X,padx=8,pady=4)
244 self.optMenuHighlightTarget.pack(side=TOP,expand=TRUE,fill=X,padx=8,pady=3
    [all...]
TreeWidget.py 7 # - left/right arrows to expand/collapse & move out/in
15 # - optimize tree redraw after expand of subnode
122 self.expand()
126 def expand(self, event=None): member in class:TreeNode
204 callback = child.expand
460 sc.frame.pack(expand=1, fill="both")
463 node.expand()
470 canvas.pack(expand=1, fill="both")
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 180 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
184 expand(d, d, dbits);
186 expand(d, integer_t(s.reg, s.size(), s.flags), dbits);
190 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
193 expand(r, s, dbits);
197 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) function in class:android::GGLAssembler
  /external/openssl/crypto/lhash/
lhash.c 83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
85 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992
110 static void expand(_LHASH *lh);
187 expand(lh);
310 static void expand(_LHASH *lh) function
  /external/v8/tools/
js2c.py 134 # Remember to expand recursively in the arguments
150 result = macro.expand(mapping)
160 def expand(self, mapping): member in class:TextMacro
170 def expand(self, mapping): member in class:PythonMacro
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 196 * @param expand Set of headers to expand initially
199 boolean greedy, boolean wrapChildren, Set<String> expand) {
285 if (expand != null && expand.contains(label.getText())) {
293 // Expand the requested categories
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SidebarTreeElement.js 33 this.expand();
treeoutline.js 386 this.selectedTreeElement.expand();
405 TreeOutline.prototype.expand = function()
554 this.expand();
615 this.expand();
658 element.treeElement.expand();
673 element.treeElement.expand();
701 TreeElement.prototype.expand = function()
708 // of an infinite loop if onpopulate were to call expand.
759 item.expand();
784 currentAncestor.expand();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebRange.cpp 112 copy.m_private->expand("block", IGNORE_EXCEPTION);
ScrollbarGroup.cpp 220 size.expand(WebPluginScrollbar::defaultThickness(), 0);
227 size.expand(0, WebPluginScrollbar::defaultThickness());
  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
lhash.c 83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
85 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992
218 static void expand(_LHASH *lh);
295 /* Do not expand the array if the table is being iterated on. */
299 expand(lh);
415 /* Resize the buckets array if necessary. Each expand() or
419 expand(lh);
435 static void expand(_LHASH *lh) function
  /external/libsepol/tests/
test-downgrade.c 29 #include <sepol/policydb/expand.h>
  /external/mksh/src/
emacsfn.h 37 FN(expand, "expand-file", 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 67 self.midframe.pack(expand=YES, fill=BOTH)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
98 self.filter_button.pack(side=LEFT, expand=YES)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 67 self.midframe.pack(expand=YES, fill=BOTH)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
98 self.filter_button.pack(side=LEFT, expand=YES)
  /system/core/libpixelflinger/
buffer.cpp 37 static uint32_t expand(uint32_t v, int sbits, int dbits);
193 u = expand(u, pixelSize, h-l);
254 return expand(v, sbits, dbits);
290 // expand a component from sbits to dbits
291 uint32_t expand(uint32_t v, int sbits, int dbits) function in namespace:android
  /external/chromium_org/chrome/browser/resources/
plugins.js 33 $('expand').style.display =
185 $('expand').style.display =
216 $('expand').style.display =
272 $('expand').onclick = toggleTmiMode;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.idl 86 [RaisesException] void expand([Default=Undefined] optional DOMString unit);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 204 paintRect.expand(0, -yOff);
208 paintRect.expand(-xOff, 0);
  /external/e2fsprogs/debugfs/
debug_cmds.ct 100 request do_expand_dir, "Expand directory",
101 expand_dir, expand;
  /external/grub/docs/
help2man 26 use Text::Tabs qw(expand);
165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`

Completed in 739 milliseconds

1 2 34 5 6 7 8 91011>>