Home
last modified time | relevance | path

Searched defs:toAdd (Results 1 – 15 of 15) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaBasicBlock.java616 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/
DRegisterAllocator.java164 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore() local
/external/webkit/Source/WebCore/rendering/
DRenderSlider.cpp96 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
DRenderFileUploadControl.cpp306 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
DRenderFlexibleBox.cpp323 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox() local
607 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox() local
DRenderDataGrid.cpp120 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
DRenderTableSection.cpp454 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
DRenderListBox.cpp196 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
229 int toAdd = borderAndPaddingHeight(); in computeLogicalHeight() local
DRenderMenuList.cpp274 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
DRenderTextControl.cpp593 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
DRenderBlock.cpp1289 int toAdd = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); in layoutBlock() local
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
DAnnotations.java192 public void addAll(Annotations toAdd) { in addAll()
/external/icu4c/common/
Dcaniter.cpp469 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
Duresbund.c773 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DBufferUtils.java396 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()