Home
last modified time | relevance | path

Searched refs:getBottom (Results 1 – 18 of 18) sorted by relevance

/external/proguard/src/proguard/evaluation/
DTracedStack.java86 return producerStack.getBottom(index); in getBottomProducerValue()
99 return actualProducerStack.getBottom(index); in getBottomActualProducerValue()
346 Value producerValue = producerStack.getBottom(index); in toString()
347 Value actualProducerValue = actualProducerStack.getBottom(index); in toString()
DStack.java190 public Value getBottom(int index) in getBottom() method in Stack
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java104 public int getBottom() { in getBottom() method in SelectionArea
146 int size = (getRight() - getLeft() + 1) * (getBottom() - getTop() + 1); in copyFrom()
150 for(int y = getTop(); y <= getBottom(); y++) { in copyFrom()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.h39 template <typename T> MachineBasicBlock *getBottom(const T *Unit) { in getBottom() function
DWebAssemblyCFGSort.cpp396 while (OnStack.size() > 1 && &MBB == WebAssembly::getBottom(OnStack.back())) in sortBlocks()
DWebAssemblyCFGStackify.cpp384 MachineBasicBlock *Bottom = WebAssembly::getBottom(Loop); in placeLoopMarker()
464 MachineBasicBlock *Bottom = WebAssembly::getBottom(WE); in placeTryMarker()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DBox.java38 public Item getBottom() { in getBottom() method in Box
DCompactConstructorExampleTest.java143 Item bottom = box.getBottom(); in test11withoutPackageNames()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DInfoDialog.java36 public Panel getBottom() { in getBottom() method in InfoDialog
DDemo.java303 hexDialog.getBottom().add(button); in initMenus()
330 compoundDialog.getBottom().add(button); in initMenus()
360 rulesDialog.getBottom().add(button); in initMenus()
363 rulesDialog.getBottom().add(temp); in initMenus()
364 rulesDialog.getBottom().add(ruleId); in initMenus()
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeRenderNodeTest.java39 assertEquals(0, renderNode.getBottom()); in testDefaults()
86 assertEquals(rect.bottom, renderNode.getBottom()); in testBasicDraw()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowRenderNodeQ.java256 protected int getBottom() { in getBottom() method in ShadowRenderNodeQ
DShadowRenderNode.java261 protected int getBottom() { in getBottom() method in ShadowRenderNode
/external/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java193 scrollView.postDelayed(() -> scrollView.scrollTo(0, outputText.getBottom()), 100); in run()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java211 * bridge.charWidth, (area.getBottom() + 1) * bridge.charHeight); in onDraw()
DConsoleActivity.java490 if (area.getLeft() == area.getRight() && area.getTop() == area.getBottom()) { in onCreate()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java451 Value stackEntry = stackBefore.getBottom(stackEntryIndex); in checkMixedStackEntriesBefore()
DEvaluationShrinker.java561 …od.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])"… in visitProgramMethod()