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

<<111213141516

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 261 text_frame.pack(side=LEFT, fill=BOTH, expand=1)
262 text.pack(side=TOP, fill=BOTH, expand=1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 261 text_frame.pack(side=LEFT, fill=BOTH, expand=1)
262 text.pack(side=TOP, fill=BOTH, expand=1)
    [all...]
  /dalvik/docs/
prettify.js 372 /** returns a function that expand tabs to spaces. This function can be fed
385 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 509 // Also, artificially expand the height of the document so that we can see
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
file_manager.css 268 #directory-tree .tree-row > .expand-icon {
278 #directory-tree:focus .tree-row[selected] > .expand-icon {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp     [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_pkt.c 498 if (s->expand != NULL)
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp     [all...]
  /external/openssl/ssl/
d1_pkt.c 498 if (s->expand != NULL)
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
httpcore-4.0.1.jar 
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 733 recurrences = recurProc.expand(dtstart, recurSet, startTimeMillis, endTimeMillis);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 104 {'expand': [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]}
108 ('-expand', '{active selected} grey focus {1, 2, 3, 4}')"""
164 [("Menubutton.label", {"side": "left", "expand": 1})]
177 Menubutton.label -side left -expand 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 104 {'expand': [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]}
108 ('-expand', '{active selected} grey focus {1, 2, 3, 4}')"""
164 [("Menubutton.label", {"side": "left", "expand": 1})]
177 Menubutton.label -side left -expand 1
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 504 // expand the source if the destination has more bits
540 // expand the source if the destination has more bits
544 expand(fragment, fragment, dst_size);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 355 \indexdummies % don't expand commands in the output.
490 % We prepended an \empty token at the very beginning and we expand it now,
930 \makevalueexpandable % we want to expand any @value in FILE.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 1804 void Range::expand(const String& unit, ExceptionState& exceptionState) function in class:WebCore::Range
    [all...]
  /external/mksh/src/
sh.h 5 /* $OpenBSD: expand.h,v 1.6 2005/03/30 17:16:37 deraadt Exp $ */
443 #define MAGIC (7) /* prefix for *?[!{,} during expand */
    [all...]
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 425 self.paned.pack(expand=True, fill='both')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 327 .expand(r"\2 \1 \g<second> \g<first>"),
    [all...]
test_urllib2.py 29 fname = os.expand(fname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 425 self.paned.pack(expand=True, fill='both')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 327 .expand(r"\2 \1 \g<second> \g<first>"),
    [all...]

Completed in 775 milliseconds

<<111213141516