/external/chromium_org/third_party/skia/forth/ |
D | StdWords.cpp | 36 fe->setTop(a); in BEGIN_WORD() 88 fe->setTop(-(tmp && fe->top())); in BEGIN_WORD() 93 fe->setTop(-(tmp || fe->top())); in BEGIN_WORD() 97 fe->setTop(-(!fe->top())); in BEGIN_WORD() 112 fe->setTop(fe->top() + tmp); in exec() 118 fe->setTop(fe->top() - tmp); in exec() 124 fe->setTop(fe->top() * tmp); in exec() 130 fe->setTop(fe->top() / tmp); in exec() 136 fe->setTop(fe->top() % tmp); in exec() 158 fe->setTop(-value); in exec() [all …]
|
D | Forth.h | 47 void setTop(intptr_t value); 53 void fsetTop(float value) { this->setTop(f2i_bits(value)); } in fsetTop()
|
D | ForthTests.cpp | 182 fe->setTop(10); in idiv_test() 187 fe->setTop(-1); in idiv_test() 228 fe->setTop(-10); in iabs_test() 239 fe->setTop(-10); in inegate_test()
|
D | Forth.cpp | 52 void ForthEngine::setTop(intptr_t value) { in setTop() function in ForthEngine
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
D | AnimationHelper.java | 162 view.setTop(topEnd); in continueAnimation() 181 view.setTop(topEnd); in continueAnimation() 206 mContainer.setTop(biggestContainerTop); in continueAnimation()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | IntRectExtent.h | 56 void setTop(int top) { m_top = top; } in setTop() function 100 a.setTop(a.top() + b.top());
|
D | FloatBoxExtent.h | 56 void setTop(float top) { m_top = top; } in setTop() function 116 a.setTop(a.top() + b.top());
|
D | LayoutBoxExtent.h | 52 inline void setTop(LayoutUnit value) { m_top = value; } in setTop() function
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | BoolStack.java | 130 public final void setTop(boolean b) in setTop() method in BoolStack
|
D | IntStack.java | 156 public void setTop(int val) in setTop() method in IntStack
|
D | ObjectStack.java | 159 public void setTop(Object val) in setTop() method in ObjectStack
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemForEach.java | 364 currentNodes.setTop(child); in transformSelectedNodes() 365 currentExpressionNodes.setTop(child); in transformSelectedNodes()
|
D | ElemApplyTemplates.java | 263 currentNodes.setTop(child); in transformSelectedNodes() 264 currentExpressionNodes.setTop(child); in transformSelectedNodes()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSBasicShapes.h | 167 void setTop(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> top) { m_top = top; } in setTop() function 174 setTop(top); in updateShapeSize4Values()
|
D | BasicShapeFunctions.cpp | 111 insetValue->setTop(pool.createValue(inset->top(), style)); in valueForBasicShape() 250 rect->setTop(convertToLength(state, rectValue->top())); in basicShapeForValue()
|
D | Rect.h | 38 void setTop(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> top) { m_top = top; } in setTop() function
|
/external/proguard/src/proguard/evaluation/ |
D | TracedStack.java | 118 producerStack.setTop(index, value); in setTopProducerValue()
|
D | Stack.java | 226 public void setTop(int index, Value value) in setTop() method in Stack
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderFullScreen.cpp | 104 fullscreenStyle->setTop(Length(0, WebCore::Fixed)); in createFullScreenStyle()
|
D | RenderScrollbarPart.cpp | 127 m_marginBox.setTop(minimumValueForLength(style()->marginTop(), visibleSize)); in computeScrollbarHeight()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | FontComplexTextMac.cpp | 139 glyphBounds->setTop(floorf(-controller.minGlyphBoundingBoxY())); in floatWidthForComplexText()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPathContext.java | 405 m_saxLocations.setTop(location); in setSAXLocator() 933 m_prefixResolvers.setTop(pr); in setNamespaceContext()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | FontHarfBuzz.cpp | 216 glyphBounds->setTop(floorf(-shaper.glyphBoundingBox().top())); in floatWidthForComplexText()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | BasicShapes.h | 262 void setTop(const Length& top) { m_top = top; } in setTop() function
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowView.java | 694 public void setTop(int top) { in setTop() method in ShadowView
|