/external/llvm/lib/TableGen/ |
SetTheory.cpp | 220 if (const RecVec *Result = ST.expand(Rec)) 230 // Expand a Def into a set by evaluating one of its fields. 236 void expand(SetTheory &ST, Record *Def, RecSet &Elts) override { 273 // A def in a list can be a just an element, or it may expand. 275 if (const RecVec *Result = expand(Def->getDef())) 281 // Lists simply expand. 298 const RecVec *SetTheory::expand(Record *Set) { function in class:SetTheory 314 Exp->expand(*this, Set, Elts);
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidDeflateTest.java | 85 expand(inflater, comp, (int) deflater.getBytesWritten(), output); method 162 * Expand data from "inBuf" to "outBuf". Uses a small window to better 165 private void expand(Inflater inflater, byte[] inBuf, int inCount, method in class:OldAndroidDeflateTest 172 //System.out.println("### starting expand, inCount is " + inCount);
|
/packages/apps/Dialer/src/com/android/dialer/widget/ |
ActionBarController.java | 72 mSearchBox.expand(true /* animate */, true /* requestFocus */); 116 mSearchBox.expand(false /* animate */, false /* requestFocus */); 206 mSearchBox.expand(false, false);
|
SearchEditTextLayout.java | 169 public void expand(boolean animate, boolean requestFocus) { method in class:SearchEditTextLayout 240 private void prepareAnimator(final boolean expand) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 7 # - left/right arrows to expand/collapse & move out/in 15 # - optimize tree redraw after expand of subnode 122 self.expand() 126 def expand(self, event=None): member in class:TreeNode 204 callback = child.expand 460 sc.frame.pack(expand=1, fill="both") 463 node.expand() 470 canvas.pack(expand=1, fill="both")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 7 # - left/right arrows to expand/collapse & move out/in 15 # - optimize tree redraw after expand of subnode 122 self.expand() 126 def expand(self, event=None): member in class:TreeNode 204 callback = child.expand 460 sc.frame.pack(expand=1, fill="both") 463 node.expand() 470 canvas.pack(expand=1, fill="both")
|
/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(); 620 this.expand(); 663 element.treeElement.expand(); 678 element.treeElement.expand(); 706 TreeElement.prototype.expand = function() 713 // of an infinite loop if onpopulate were to call expand. 764 item.expand(); 793 currentAncestor.expand(); [all...] |
/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...] |
/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(); 868 expand: function() 892 WebInspector.HeapSnapshotGenericObjectNode.prototype.expand.call(this); [all...] |
/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/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 | 1582 void Range::expand(const String& unit, ExceptionState& exceptionState) function in class:WebCore::Range [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
DOMBreakpointsSidebarPane.js | 317 this.expand(); 431 expand: function() 433 this._wrappedPane.expand();
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
HashTable.h | 495 ValueType* expand(ValueType* entry = 0); 762 expand(); 987 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 | 2070 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; 66 static int varsub(Expand *, const char *, const char *, int *, int *); 67 static int comsub(Expand *, const char *, int); 110 /* compile and expand word */ 128 * expand arg-list 145 expand(*ap++, &w, f); 151 * expand string 160 expand(cp, &w, f); 168 * expand string - return only one componen 207 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 | 796 this.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...] |
/external/tinyxml2/ |
tinyxml2.cpp | 1698 int expand = 1000; local [all...] |