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/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSlider.cpp82 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
DRenderFileUploadControl.cpp193 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
DRenderTextControl.cpp280 LayoutUnit toAdd = borderAndPaddingLogicalWidth(); in computePreferredLogicalWidths() local
DRenderDeprecatedFlexibleBox.cpp344 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox() local
635 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox() local
DRenderMenuList.cpp352 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
DRenderTableSection.cpp314 …int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) - rowsHeight[row - rowIndex]; in distributeExtraRowSpanHeightToPercentRows() local
783 …int toAdd = min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) -… in distributeExtraLogicalHeightToPercentRows() local
DRenderListBox.cpp258 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
/external/icu/icu4c/source/common/unicode/
Denumset.h38 inline void add(T toAdd) { set(toAdd, 1); } in add()
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DRegisterAllocator.java164 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore() local
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
DAnnotations.java192 public void addAll(Annotations toAdd) { in addAll()
/external/icu/icu4c/source/common/
Dcaniter.cpp470 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
Duresbund.cpp757 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
/external/chromium_org/third_party/icu/source/common/
Dcaniter.cpp469 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
Duresbund.c756 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()