HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 126 - 150 of 511) sorted by null

1 2 3 4 56 7 8 91011>>

  /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)
configSectionNameDialog.py 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH)
47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
  /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);
  /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)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js 155 expand: function()
157 WebInspector.DataGridNode.prototype.expand.call(this);
286 this.expand();
868 expand: function()
892 WebInspector.HeapSnapshotGenericObjectNode.prototype.expand.call(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DOMBreakpointsSidebarPane.js 317 this.expand();
431 expand: function()
433 this._wrappedPane.expand();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
WatchExpressionsSidebarPane.js 73 this.expand();
88 this.expand();
502 this.expand();
ScopeChainSidebarPane.js 161 this.expand();
  /external/chromium_org/v8/tools/
js2c.py 103 # Remember to expand recursively in the arguments
119 result = macro.expand(mapping)
138 def expand(self, mapping): member in class:TextMacro
148 def expand(self, mapping): member in class:PythonMacro
  /external/tinyxml2/
tinyxml2.cpp 1698 int expand = 1000; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 426 public void fling(float vel, boolean expand) {
431 super.fling(vel, expand);
    [all...]
  /cts/
CtsTestCaseList.mk 220 # and will cause the function to expand to the secondary arch object
222 # empty and will cause the function to expand to the primary arch object
  /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:WebCore::FloatRoundedRect::Radii
FloatSize.h 68 void expand(float width, float height) function in class:WebCore::FloatSize
IntSize.h 59 void expand(int width, int height) function in class:WebCore::IntSize
LayoutSize.h 66 void expand(LayoutUnit width, LayoutUnit height) function in class:WebCore::LayoutSize
  /external/eigen/Eigen/src/SparseLU/
SparseLUImpl.h 33 Index expand(VectorType& vec, Index& length, Index nbElts, Index keep_prev, Index& num_expansions);
  /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");
  /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]

Completed in 804 milliseconds

1 2 3 4 56 7 8 91011>>