/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseChecker.java | 158 …partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] in more general ar… in visitSimpleInstruction() 159 … partialEvaluator.getStackBefore(offset).getTop(2).referenceValue().getType()+"]"); in visitSimpleInstruction() 178 …partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as more general ty… in visitSimpleInstruction() 195 … partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as monitor"); in visitSimpleInstruction() 241 …getDescriptor(clazz)+"] calls ["+partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).r… in visitConstantInstruction() 282 … partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as ["+ in visitConstantInstruction() 304 … partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] as ["+ in visitConstantInstruction() 332 …Descriptor(clazz)+"] compares ["+partialEvaluator.getStackBefore(offset).getTop(0).referenceValue(… in visitBranchInstruction() 337 …Descriptor(clazz)+"] compares ["+partialEvaluator.getStackBefore(offset).getTop(1).referenceValue(… in visitBranchInstruction() 395 … partialEvaluator.getStackBefore(invocationOffset).getTop(stackEntryIndex).referenceValue(); in visitParameter() [all …]
|
D | EvaluationSimplifier.java | 414 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceAnyPushInstruction() 463 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceIntegerPushInstruction() 532 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceLongPushInstruction() 604 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceFloatPushInstruction() 675 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceDoublePushInstruction() 732 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceReferencePushInstruction() 882 partialEvaluator.getStackBefore(producerOffset).getTop(1).referenceValue(); in replaceSimpleEnumSwitchInstruction() 969 partialEvaluator.getStackBefore(producerOffset).getTop(1).referenceValue(); in replaceSimpleEnumSwitchInstruction()
|
D | SimpleEnumUseSimplifier.java | 506 partialEvaluator.getStackAfter(offset).getTop(0).referenceValue(); in isPushingSimpleEnum() 532 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue(); in isPoppingSimpleEnum() 546 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue(); in isPoppingSimpleEnumType() 559 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue(); in isPoppingSimpleEnumArray()
|
D | EvaluationShrinker.java | 797 … insertPushInstructions(offset, false, true, tracedStack.getTop(0).computationalType()); in visitAnyInstruction() 921 … insertPushInstructions(offset, true, false, tracedStack.getTop(0).computationalType()); in visitAnyInstruction()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
D | Benchmark3DTest.java | 84 vertexCountLabel.setPosition(0, fpsLabel.getTop()); in create() 88 textureBindsLabel.setPosition(0, vertexCountLabel.getTop()); in create() 92 shaderSwitchesLabel.setPosition(0, textureBindsLabel.getTop()); in create() 96 drawCallsLabel.setPosition(0, shaderSwitchesLabel.getTop()); in create() 100 glCallsLabel.setPosition(0, drawCallsLabel.getTop()); in create() 104 lightsLabel.setPosition(0, glCallsLabel.getTop()); in create() 115 lightingCheckBox.setPosition(hudWidth - lightingCheckBox.getWidth(), gridCheckBox.getTop()); in create() 127 lightsCheckBox.setPosition(hudWidth - lightsCheckBox.getWidth(), lightingCheckBox.getTop()); in create()
|
D | ModelCacheTest.java | 22 cacheCheckBox.setPosition(hudWidth - cacheCheckBox.getWidth(), moveCheckBox.getTop()); in create()
|
D | BaseG3dHudTest.java | 107 moveCheckBox.setPosition(hudWidth - moveCheckBox.getWidth(), rotateCheckBox.getTop()); in createHUD()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
D | SelectionArea.java | 97 public int getTop() { in getTop() method in SelectionArea 147 int size = (getRight() - getLeft() + 1) * (getBottom() - getTop() + 1); in copyFrom() 151 for(int y = getTop(); y <= getBottom(); y++) { in copyFrom()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTextView.java | 563 if (getTop() != that.getTop()) return false; in equals() 571 result = 31 * result + getTop(); in hashCode() 581 ", top=" + getTop() + in toString() 591 public int getTop() { in getTop() method in ShadowTextView.CompoundDrawables
|
D | ShadowView.java | 644 public int getTop() { in getTop() method in ShadowView
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Box.java | 30 public Item getTop() { in getTop() method in Box
|
D | CompactConstructorExampleTest.java | 139 Item top = box.getTop(); in test11withoutPackageNames()
|
/external/skia/include/views/animated/ |
D | SkBorderView.h | 24 SkScalar getTop() const { return fTop; } in getTop() function
|
/external/proguard/src/proguard/evaluation/ |
D | TracedStack.java | 111 return producerStack.getTop(index); in getTopProducerValue() 124 return actualProducerStack.getTop(index); in getTopActualProducerValue()
|
D | Stack.java | 214 public Value getTop(int index) in getTop() method in Stack
|
/external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/ |
D | AndroidTestStarter.java | 54 editor.putInt("top", listView.getChildAt(0) == null ? 0 : listView.getChildAt(0).getTop()); in onListItemClick()
|
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
D | FreeType.java | 547 public int getTop() { in getTop() method in FreeType.Glyph 551 return getTop(address); in getTop() 554 private static native int getTop(long glyph); /* in getTop() method in FreeType.Glyph
|
D | FreeTypeFontGenerator.java | 503 int top = mainGlyph.getTop(), left = mainGlyph.getLeft(); in createGlyph() 508 offsetY = -(top - borderGlyph.getTop()); in createGlyph() 568 …glyph.yoffset = parameter.flip ? -mainGlyph.getTop() + (int)baseLine : -(glyph.height - mainGlyph.… in createGlyph()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliteratorRegistry.java | 210 public String getTop() { in getTop() method in TransliteratorRegistry.Spec 642 registerEntry(src.getTop(), trg.getTop(), variant, entry, false); in findInStaticStore()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorRegistry.java | 209 public String getTop() { in getTop() method in TransliteratorRegistry.Spec 641 registerEntry(src.getTop(), trg.getTop(), variant, entry, false); in findInStaticStore()
|
/external/proguard/src/proguard/preverify/ |
D | CodePreverifier.java | 356 Value value = stack.getTop(index); in correspondingVerificationTypes() 375 Value value = stack.getTop(index); in correspondingVerificationTypes()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | TerminalView.java | 210 canvas.clipRect(area.getLeft() * bridge.charWidth, area.getTop() * bridge.charHeight, (area in onDraw()
|
/external/icu/icu4c/source/i18n/ |
D | transreg.cpp | 222 const UnicodeString& getTop() const { return top; } in getTop() function in TransliteratorSpec 1038 registerEntry(src.getTop(), trg.getTop(), variant, entry, FALSE); in findInStaticStore()
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
D | Window.java | 226 if (getTop() > parentHeight) setY(parentHeight - getHeight()); in keepWithinStage()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/ |
D | ViewLoaderTest.java | 269 … assertThat(shadowTextView.getCompoundDrawablesImpl().getTop(), equalTo(R.drawable.an_image)); in testTextViewCompoundDrawablesAreSet()
|