/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsBounds.h | 32 void add(const SkPathOpsBounds& toAdd) { in add() 33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom); in add()
|
/external/skia/src/pathops/ |
D | SkPathOpsBounds.h | 32 void add(const SkPathOpsBounds& toAdd) { in add() 33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom); in add()
|
/external/chromium_org/chrome/browser/resources/options/ |
D | language_dictionary_overlay_word_list.js | 151 var toAdd = []; 155 toAdd.push(entries[i]); 158 if (toAdd.length == 0) 160 for (var i = 0; i < toAdd.length; i++) 161 this.dataModel.splice(this.dataModel.length - 1, 0, toAdd[i]);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderSlider.cpp | 82 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local 83 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths() 84 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
|
D | RenderFileUploadControl.cpp | 193 int toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local 194 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths() 195 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
|
D | RenderTextControl.cpp | 273 LayoutUnit toAdd = borderAndPaddingLogicalWidth(); in computePreferredLogicalWidths() local 275 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths() 276 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
|
D | RenderTableSection.cpp | 317 …int toAdd = (tableHeight * m_grid[row].logicalHeight.percent() / 100) - rowsHeight[row - rowIndex]; in distributeExtraRowSpanHeightToPercentRows() local 321 toAdd = min(toAdd, extraRowSpanningHeight); in distributeExtraRowSpanHeightToPercentRows() 322 accumulatedPositionIncrease += toAdd; in distributeExtraRowSpanHeightToPercentRows() 323 extraRowSpanningHeight -= toAdd; in distributeExtraRowSpanHeightToPercentRows() 787 …int toAdd = min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) -… in distributeExtraLogicalHeightToPercentRows() local 790 toAdd = max(0, toAdd); in distributeExtraLogicalHeightToPercentRows() 791 totalLogicalHeightAdded += toAdd; in distributeExtraLogicalHeightToPercentRows() 792 extraLogicalHeight -= toAdd; in distributeExtraLogicalHeightToPercentRows()
|
D | RenderMenuList.cpp | 306 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local 307 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths() 308 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
|
D | RenderDeprecatedFlexibleBox.cpp | 344 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox() local 414 setHeight(height() + toAdd); in layoutHorizontalBox() 635 LayoutUnit toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox() local 661 LayoutUnit minHeight = height() + toAdd; in layoutVerticalBox() 730 setHeight(height() + toAdd); in layoutVerticalBox()
|
D | RenderListBox.cpp | 229 LayoutUnit toAdd = borderAndPaddingWidth(); in computePreferredLogicalWidths() local 230 m_minPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths() 231 m_maxPreferredLogicalWidth += toAdd; in computePreferredLogicalWidths()
|
D | RenderBlockFlow.cpp | 315 LayoutUnit toAdd = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); in layoutBlock() local 316 … if (lowestFloatLogicalBottom() > (logicalHeight() - toAdd) && expandsToEncloseOverhangingFloats()) in layoutBlock() 317 setLogicalHeight(lowestFloatLogicalBottom() + toAdd); in layoutBlock()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
D | Annotations.java | 192 public void addAll(Annotations toAdd) { in addAll() argument 195 if (toAdd == null) { in addAll() 199 for (Annotation a : toAdd.annotations.values()) { in addAll()
|
/external/icu4c/common/unicode/ |
D | enumset.h | 36 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
|
/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 764 toSchedule.add(insertPlace++, toAdd); in scheduleUseBeforeAssigned() 950 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleMovesFromPhis() local 963 insns.set(movesFromPhisAtBeginning + 1, toAdd); in scheduleMovesFromPhis()
|
/external/chromium_org/third_party/icu/source/common/ |
D | caniter.cpp | 469 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local 471 if (toAdd == 0) { in getEquivalents2() 475 *toAdd += item; in getEquivalents2() 476 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
|
D | uresbund.c | 756 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() argument 783 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
|
/external/icu4c/common/ |
D | caniter.cpp | 470 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local 472 if (toAdd == 0) { in getEquivalents2() 476 *toAdd += item; in getEquivalents2() 477 fillinResult->put(*toAdd, toAdd, status); in getEquivalents2()
|
D | uresbund.cpp | 767 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath() argument 794 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
|
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/ |
D | network_status.js | 64 var toAdd = diff[1]; 68 dataModel.splice.apply(dataModel, [dataModel.length, 0].concat(toAdd)); 620 var toAdd = diff[1]; 623 toAdd.forEach(function(id) {
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
D | RegisterAllocator.java | 164 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore() local 169 insns.add(insnIndex, toAdd); in insertMoveBefore()
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | BufferUtils.java | 396 public static void addInBuffer(Vector3f toAdd, FloatBuffer buf, int index) { in addInBuffer() argument 400 tempVec3.addLocal(toAdd); in addInBuffer() 601 public static void addInBuffer(Vector2f toAdd, FloatBuffer buf, int index) { in addInBuffer() argument 605 tempVec2.addLocal(toAdd); in addInBuffer()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/ |
D | Opcode.java | 412 private static void addOpcodes(Opcode... toAdd) { in addOpcodes() argument 413 for (Opcode opcode: toAdd) { in addOpcodes()
|