Lines Matching defs:and

13  * See the License for the specific language governing permissions and

108 * is disabled by default, and the mock object will return <code>0</code>,
124 * is disabled by default, and the mock object will return <code>0</code>,
159 * Creates a control, order checking is disabled by default, and the mock
704 public static boolean and(boolean first, boolean second) {
718 public static byte and(byte first, byte second) {
732 public static char and(char first, char second) {
746 public static double and(double first, double second) {
760 public static float and(float first, float second) {
774 public static int and(int first, int second) {
788 public static long and(long first, long second) {
802 public static short and(short first, short second) {
818 public static <T> T and(T first, T second) {
1172 * have the same length, and each element has to be equal.
1185 * have the same length, and each element has to be equal.
1198 * have the same length, and each element has to be equal.
1211 * have the same length, and each element has to be equal.
1224 * have the same length, and each element has to be equal.
1237 * have the same length, and each element has to be equal.
1250 * have the same length, and each element has to be equal.
1263 * have the same length, and each element has to be equal.
1276 * have the same type, length, and each element has to be equal.
1467 * name clash: capture(org.easymock.Capture<java.lang.Long>) and
1566 * objects) and turn them to a mock with nice behavior. For details, see
1580 * objects) and turn them to a mock with default behavior. For details, see
1594 * objects) and turn them to a mock with strict behavior. For details, see
1621 * control of the mock object) the on and off. For details, see the EasyMock
1713 * method can then be called to overload them. For details and a list of