Searched defs:operand (Results 1 – 3 of 3) sorted by relevance
66 public static <T> Matcher<T> in(T... operand) { in in()71 public static <T> Matcher<T> in(Collection<T> operand) { in in()
155 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd() local175 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd() local
708 public void applyChangesLocked(NotificationRecord operand) { in applyChangesLocked()