HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 151 - 175 of 384) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 144 sc.frame.pack(expand=1, fill="both")
ReplaceDialog.py 70 new = m.expand(repl)
configHelpSourceEdit.py 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
IOBinding.py 109 b1.pack(side=LEFT, fill=BOTH, expand=1)
112 b2.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 59 Expand tabs in input text to spaces before further processing.
149 Munge whitespace in text: expand tabs and convert all other
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 151 text.pack(side=LEFT, fill=BOTH, expand=1)
CodeContext.py 82 self.label.pack(side=TOP, fill=X, expand=False,
ObjectBrowser.py 144 sc.frame.pack(expand=1, fill="both")
ReplaceDialog.py 70 new = m.expand(repl)
configHelpSourceEdit.py 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
IOBinding.py 109 b1.pack(side=LEFT, fill=BOTH, expand=1)
112 b2.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 59 Expand tabs in input text to spaces before further processing.
149 Munge whitespace in text: expand tabs and convert all other
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DataGrid.js 854 this.selectedNode.expand();
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 385 if (s->expand != NULL)
387 COMP_CTX_free(s->expand);
388 s->expand=NULL;
392 s->expand=COMP_CTX_new(comp->method);
393 if (s->expand == NULL)
    [all...]
  /external/openssl/ssl/
t1_enc.c 385 if (s->expand != NULL)
387 COMP_CTX_free(s->expand);
388 s->expand=NULL;
392 s->expand=COMP_CTX_new(comp->method);
393 if (s->expand == NULL)
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 68 expand();
72 var expand = function() {
149 // Traverse up the tree and expand all parent nav-sections
302 // Set up expand/collapse behavior
321 // now expand me
421 // Stop expand/collapse behavior when clicking on nav section links (since we're navigating away
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 91 expand();
95 var expand = function() {
207 // Traverse up the tree and expand all parent nav-sections
376 // Set up expand/collapse behavior
395 // now expand me
495 // Stop expand/collapse behavior when clicking on nav section links (since we're navigating away
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 90 expand();
94 var expand = function() {
362 // Set up expand/collapse behavior
579 // now expand me
587 // Stop expand/collapse behavior when clicking on nav section links
616 // Traverse up the tree and expand all parent nav-sections
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 542 | {expand} variable bracket_open expression bracket_close
543 {->New variable.expand(
708 | {expand} [parent]:variable [child]:expression // foo["bar"]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 105 expand();
114 void SymExpr::symbol_iterator::expand() { function in class:SymExpr::symbol_iterator
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 153 ; expand to double words
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 153 ; expand to double words
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RecurrenceProcessorTest.java 74 // note that the zulu of all parameters here must be the same, expand
109 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */),
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 126 // expand fb -or- fragment to the larger of the two
128 // for now we expand 'fb' to min(fragment, 8)
130 expand(fb, fb, new_size);
587 // we need to expand a
599 expand(add, a, ms); // extracts and expands
621 // not sure if we should expand the mul instead?
  /external/chromium_org/chrome/browser/resources/history/
history.css 522 .site-domain-arrow.expand {
530 html[dir='rtl'] .site-domain-arrow.expand {

Completed in 4041 milliseconds

1 2 3 4 5 67 8 91011>>