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

1 2 3 4 5 6 78 91011>>

  /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...]
RRuleTest.java 77 * @param rrule The rule to expand
79 * @param limit Maximum number of entries to expand. if there are more, "..." is appended to
118 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 109 b1.pack(side=LEFT, fill=BOTH, expand=1)
112 b2.pack(side=LEFT, fill=BOTH, expand=1)
ColorDelegator.py 260 text.pack(expand=1, fill="both")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 109 b1.pack(side=LEFT, fill=BOTH, expand=1)
112 b2.pack(side=LEFT, fill=BOTH, expand=1)
ColorDelegator.py 260 text.pack(expand=1, fill="both")
  /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 496 .site-domain-arrow.expand {
504 html[dir='rtl'] .site-domain-arrow.expand {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditsPanel.js 53 this.auditResultsTreeElement.expand();
CookiesTable.js 153 groupNode.expand();
RevisionHistoryView.js 149 uiSourceCodeItem.expand();
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
RoundedRect.cpp 64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) function in class:WebCore::RoundedRect::Radii
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.c 296 return bc->callback->expand(bc, span, old_val, new_val, neg_thres,
  /external/libsepol/src/
users.c 11 #include <sepol/policydb/expand.h>
261 /* Expand roles */
264 ERR(handle, "unable to expand role set");
  /external/mksh/src/
eval.c 36 typedef struct Expand {
37 /* int type; */ /* see expand() */
45 } Expand;
60 static int varsub(Expand *, const char *, const char *, int *, int *);
61 static int comsub(Expand *, const char *, int);
104 /* compile and expand word */
122 * expand arg-list
139 expand(*ap++, &w, f);
145 * expand string
154 expand(cp, &w, f)
201 expand(const char *cp, \/* input word *\/ function
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 261 * Expand mode is DEFAULT_MODE by default.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 273 self.canvas.pack(fill="both", expand=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 273 self.canvas.pack(fill="both", expand=1)
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 77 pack $w.t -side right -fill both -expand 1
659 -side left -padx 5 -pady 5 -expand 1
665 pack $w.t -side left -fill both -expand 1
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 35 /// Helper class to expand pseudos.
39 bool expand();
59 bool ExpandPseudo::expand() { function in class:ExpandPseudo
513 // Expand pseudo instructions which load, store or copy accumulators.
515 if (ExpandPseudo(MF).expand()) {
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 130 boolean expand = true;
132 expand = mState.getBoolean(accountName != null ? accountName
135 mGrid.addAccount(accountName, adapter, expand);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 693 private static void expandAll(JTree tree, boolean expand) {
695 expandAll(tree, new TreePath(root), expand);
698 private static void expandAll(JTree tree, TreePath parent, boolean expand) {
704 expandAll(tree, path, expand);
708 if (expand) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 57 inline void expand(int add_size = 100){ // size unit is byte function in class:Buffer_byte
71 expand(r); // simply expand, no block alignment
78 expand();
    [all...]

Completed in 2382 milliseconds

1 2 3 4 5 6 78 91011>>