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

<<111213141516

  /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 1821 void Range::expand(const String& unit, ExceptionState& es) 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/robolectric/lib/main/
httpcore-4.0.1.jar 
  /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...]
test_urllib2.py 29 fname = os.expand(fname)
    [all...]
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /build/core/
main.mk 595 $(call expand-required-modules,product_MODULES,$(product_MODULES))
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 2859 expand(); method
2926 void expand() { method in class:LocalCache.Segment
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 2539 expand(); method
2604 void expand() { method in class:MapMakerInternalMap.Segment
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]

Completed in 988 milliseconds

<<111213141516