HomeSort by relevance Sort by last modified time
    Searched defs:getClone (Results 1 - 6 of 6) sorted by null

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
Frame.java 73 final Frame f = new Frame(locals.getClone(), stack.getClone());
80 public Frame getClone() {
LocalVariables.java 71 public LocalVariables getClone() {
OperandStack.java 104 public OperandStack getClone() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityWindowInfo.java 69 final AccessibilityWindowInfo obtainedInstance = shadowInfo.getClone();
75 private AccessibilityWindowInfo getClone() {
ShadowAccessibilityNodeInfo.java 194 final AccessibilityNodeInfo obtainedInstance = shadowInfo.getClone();
217 * from a view, and perform a shallow copy during getClone. That way the
1085 private AccessibilityNodeInfo getClone() {
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 947 milliseconds