HomeSort by relevance Sort by last modified time
    Searched defs:expand (Results 51 - 75 of 205) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js 155 expand: function()
157 WebInspector.DataGridNode.prototype.expand.call(this);
286 this.expand();
873 expand: function()
897 WebInspector.HeapSnapshotGenericObjectNode.prototype.expand.call(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
treeoutline.js 388 this.selectedTreeElement.expand();
407 TreeOutline.prototype.expand = function()
559 this.expand();
621 this.expand();
688 element.treeElement.expand();
703 element.treeElement.expand();
731 TreeElement.prototype.expand = function()
738 // of an infinite loop if onpopulate were to call expand.
789 item.expand();
818 currentAncestor.expand();
    [all...]
SidebarPane.js 67 expand: function()
140 this._pane.expand();
ViewportDataGrid.js 305 expand: function()
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 51 /// Helper class to expand pseudos.
55 bool expand();
76 bool ExpandPseudo::expand() { function in class:ExpandPseudo
526 // Expand pseudo instructions which load, store or copy accumulators.
528 if (ExpandPseudo(MF).expand()) {
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 766 void CJBig2_Image::expand(FX_INT32 h, FX_BOOL v) function in class:CJBig2_Image
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/widget/
SearchEditTextLayout.java 104 // Convert a long click into a click to expand the search box, and then long click on the
180 public void expand(boolean animate, boolean requestFocus) { method in class:SearchEditTextLayout
251 private void prepareAnimator(final boolean expand) {
  /build/core/
main.mk 670 ## Expand a module name list with REQUIRED modules
676 define expand-required-modules
680 $(call expand-required-modules,$(1),$(_erm_new_modules)))
704 $(call expand-required-modules,product_MODULES,$(product_MODULES))
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 59 glyph.expand(self)
156 glyph.expand(self)
222 def expand(self, glyfTable): member in class:Glyph
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 297 bool expand = false, bool keep_parens = true)
300 expand_(expand),
434 const Fst<Arc> &ifst2, bool expand = false,
440 expand, keep_parens);
464 bool expand = false, bool keep_parens = true) {
469 expand, keep_parens);
501 bool expand = opts.filter_type != PAREN_FILTER; local
504 expand, keep_parens);
524 bool expand = opts.filter_type != PAREN_FILTER; local
527 expand, keep_parens)
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64w.c 73 void expand ( V128* dst, char* summary ) function
99 expand(&argL, summL);
100 expand(&argR, summR);
    [all...]
pcmpstr64.c 71 void expand ( V128* dst, char* summary ) function
97 expand(&argL, summL);
98 expand(&argR, summR);
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 117 // Add support for "expand by default" : If you specify ids to be collapsed by
287 // expand/collapse
291 m_activePropertyInfo.expand();
374 * We do expand/collapse on to events: click on state sign and on double click. But when we double
422 // check for expand/collapse
821 // expand properties using history
913 m_properties.get(index).expand();
1434 expand(); method
1441 public void expand() throws Exception { method in class:PropertyTable.PropertyInfo
1572 expand(); method
1578 expand(); method
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 1682 void Range::expand(const String& unit, ExceptionState& exceptionState) function in class:blink::Range
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DOMBreakpointsSidebarPane.js 299 this.expand();
413 expand: function()
415 this._wrappedPane.expand();
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 521 ValueType* expand(ValueType* entry = 0);
1035 Value* HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::expand(Value* entry) function in class:WTF::HashTable
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.cpp 2064 const UChar *expand = s.pos; local
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 364 /// expandAddToGEP - Expand an addition expression with a pointer type into
523 // Expand the operands for a plain byte offset.
609 return expand(SE.getAddExpr(Ops));
726 // This is the first operand. Just expand it.
727 Sum = expand(Op);
752 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
793 // This is the first operand. Just expand it.
794 Prod = expand(Op);
1595 Value *SCEVExpander::expand(const SCEV *S) { function in class:SCEVExpander
    [all...]
  /external/mksh/src/
eval.c 37 /* not including an "int type;" member, see expand() */
51 } Expand;
67 static int varsub(Expand *, const char *, const char *, int *, int *);
68 static int comsub(Expand *, const char *, int);
111 /* compile and expand word */
129 * expand arg-list
146 expand(*ap++, &w, f);
152 * expand string
161 expand(cp, &w, f);
169 * expand string - return only one componen
208 expand( function
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 126 // Expand the complete recurrence if there were any counts specified,
131 long[] dates = expand(dtstart, recur,
628 * @param rangeStartMillis the beginning of the range to expand, in UTC
630 * @param rangeEndMillis the non-inclusive end of the range to expand, in
636 public long[] expand(Time dtstart, method in class:RecurrenceProcessor
663 expand(dtstart, rrule, rangeStartDateValue, method
678 expand(dtstart, exrule, rangeStartDateValue, method
733 public void expand(Time dtstart, method in class:RecurrenceProcessor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
StylesSidebarPane.js     [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...]
  /external/tinyxml2/
tinyxml2.cpp 1698 int expand = 1000; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 83 * Whether an instant expand request is currently pending and we are just waiting for layout.
217 * We capture touch events here and update the expand height here in case according to
337 boolean expand = flingExpands(vel, vectorVel)
339 onTrackingStopped(expand);
340 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold,
344 if (!expand && mStatusBar.getBarState() == StatusBarState.KEYGUARD) {
352 fling(vel, expand);
353 mUpdateFlingOnLayout = expand && mPanelClosedOnDown && !mHasLayoutedSinceDown;
379 protected void onTrackingStopped(boolean expand) {
381 mBar.onTrackingStopped(PanelView.this, expand);
748 public void expand() { method in class:PanelView
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 223 /** The ViewGroup to run the expand/collapse animation on */
229 * List to hold the separators. This saves us from reconstructing every expand/collapse and
241 expand();
311 * Sets the text for the expand button.
313 * @param expandButtonText The expand button text.
323 * Sets the text for the expand button.
325 * @param expandButtonText The expand button text.
545 * 3. Expand/Collapse Text
546 * 4. Expand/Collapse Button
580 // Expand/Collaps
753 private void expand() { method in class:ExpandingEntryCardView
    [all...]

Completed in 1521 milliseconds

1 23 4 5 6 7 8 9