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/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderSlider.cpp | 82 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
|
D | RenderFileUploadControl.cpp | 193 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
|
D | RenderTextControl.cpp | 280 LayoutUnit toAdd = borderAndPaddingLogicalWidth(); in computePreferredLogicalWidths() local
|
D | RenderDeprecatedFlexibleBox.cpp | 344 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox() local 635 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox() local
|
D | RenderMenuList.cpp | 352 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
|
D | RenderTableSection.cpp | 314 …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
|
D | RenderListBox.cpp | 258 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
|
/external/icu/icu4c/source/common/unicode/ |
D | enumset.h | 38 inline void add(T toAdd) { set(toAdd, 1); } in add()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
D | RegisterAllocator.java | 164 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore() local
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
D | Annotations.java | 192 public void addAll(Annotations toAdd) { in addAll()
|
/external/icu/icu4c/source/common/ |
D | caniter.cpp | 470 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
|
D | uresbund.cpp | 757 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
|
/external/chromium_org/third_party/icu/source/common/ |
D | caniter.cpp | 469 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
|
D | uresbund.c | 756 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
|