Searched defs:toAdd (Results 1 – 15 of 15) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SsaBasicBlock.java | 616 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToEnd() local 620 insns.add(insns.size() - 1, toAdd); in addMoveToEnd() local 639 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToBeginning() local 643 insns.add(getCountPhiInsns(), toAdd); in addMoveToBeginning() local 758 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleUseBeforeAssigned() local 950 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleMovesFromPhis() local
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
D | RegisterAllocator.java | 164 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderSlider.cpp | 96 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
|
D | RenderFileUploadControl.cpp | 306 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
|
D | RenderFlexibleBox.cpp | 323 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox() local 607 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox() local
|
D | RenderDataGrid.cpp | 120 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
|
D | RenderTableSection.cpp | 454 int RenderTableSection::layoutRows(int toAdd) in setCellLogicalWidths() 540 …int toAdd = min(dh, static_cast<int>((totalHeight * m_grid[r].logicalHeight.percent() / 100) - rh)… in setCellLogicalWidths() local 558 int toAdd = dh / numAuto; in setCellLogicalWidths() local
|
D | RenderListBox.cpp | 196 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local 229 int toAdd = borderAndPaddingHeight(); in computeLogicalHeight() local
|
D | RenderMenuList.cpp | 274 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
|
D | RenderTextControl.cpp | 593 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
|
D | RenderBlock.cpp | 1289 int toAdd = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); in layoutBlock() local
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
D | Annotations.java | 192 public void addAll(Annotations toAdd) { in addAll()
|
/external/icu4c/common/ |
D | caniter.cpp | 469 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
|
D | uresbund.c | 773 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | BufferUtils.java | 396 public static void addInBuffer(Vector3f toAdd, FloatBuffer buf, int index) { in addInBuffer() 601 public static void addInBuffer(Vector2f toAdd, FloatBuffer buf, int index) { in addInBuffer()
|