/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/ui/ |
SidebarTreeElement.js | 33 this.expand();
|
treeoutline.js | 388 this.selectedTreeElement.expand(); 407 TreeOutline.prototype.expand = function() 559 this.expand(); 620 this.expand(); 663 element.treeElement.expand(); 678 element.treeElement.expand(); 706 TreeElement.prototype.expand = function() 713 // of an infinite loop if onpopulate were to call expand. 764 item.expand(); 793 currentAncestor.expand(); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatBoxExtent.h | 75 rect.expand(left() + right(), top() + bottom());
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebRange.cpp | 104 copy.m_private->expand("block", IGNORE_EXCEPTION);
|
ScrollbarGroup.cpp | 214 size.expand(WebPluginScrollbar::defaultThickness(), 0); 221 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)
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_Image.h | 55 void expand(FX_INT32 h, FX_BOOL v);
|
/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/chromeos/chromevox/common/ |
node_state.js | 33 cvox.NodeStateUtil.expand = function(state) {
|
/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/rendering/ |
RenderFieldset.cpp | 205 paintRect.expand(0, -yOff); 209 paintRect.expand(-xOff, 0);
|
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-key-sequence.js | 17 * Generates the DOM structure to replace (expand) this kb-key-sequence.
|
/external/clang/www/analyzer/scripts/ |
expandcollapse.js | 0 // expand/collapse button (expander) is added if height of a cell content 137 // Invoked when an expander is pressed; expand/collapse a cell. 153 // Cell is collapsed - expand the row height to the cells original height. 174 // Cell height is less then or equal to row height - expand a cell.
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 109 request do_expand_dir, "Expand directory", 110 expand_dir, expand;
|
/external/lldb/scripts/ |
sed-sources | 12 B<sed-sources> -- Performs multiple sed commands on files with the ability to expand or unexpand tabs. 42 Expand tabs to spaces (in addition to doing sed substitutions). 66 # and and subdirectories and also expand tabs to spaces. All source files 86 our $opt_e = 0; # Expand tabs to spaces? 115 # Set the number of spaces per tab for expand/unexpand 126 print $out_fh expand $line;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
DozeLog.java | 102 public static void traceFling(boolean expand, boolean aboveThreshold, boolean thresholdNeeded, 105 log("fling expand=" + expand + " aboveThreshold=" + aboveThreshold + " thresholdNeeded="
|
/packages/apps/Dialer/src/com/android/dialer/widget/ |
SearchEditTextLayout.java | 169 public void expand(boolean animate, boolean requestFocus) { method in class:SearchEditTextLayout 240 private void prepareAnimator(final boolean expand) {
|
/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)
|