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

1 2 3 45 6 7 8 91011>>

  /external/smali/smali/
build.gradle 134 processResources.expand('version': version)
  /prebuilts/python/darwin-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)
  /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)
  /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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMBreakpointsSidebarPane.js 286 this.expand();
396 expand: function()
398 this._wrappedPane.expand();
WatchExpressionsSidebarPane.js 77 this.expand();
92 this.expand();
484 this.expand();
ScopeChainSidebarPane.js 155 this.expand();
  /external/chromium_org/v8/tools/
js2c.py 131 # Remember to expand recursively in the arguments
147 result = macro.expand(mapping)
166 def expand(self, mapping): member in class:TextMacro
176 def expand(self, mapping): member in class:PythonMacro
  /external/tinyxml2/
tinyxml2.cpp 1698 int expand = 1000; local
    [all...]
  /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 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 66 void expand(LayoutUnit width, LayoutUnit height) function in class:WebCore::LayoutSize
  /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]

Completed in 1743 milliseconds

1 2 3 45 6 7 8 91011>>