Home
last modified time | relevance | path

Searched defs:geq (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/org/mockito/
DAdditionalMatchers.java55 public static <T extends Comparable<T>> T geq(Comparable<T> value) { in geq() method in AdditionalMatchers
68 public static byte geq(byte value) { in geq() method in AdditionalMatchers
81 public static double geq(double value) { in geq() method in AdditionalMatchers
94 public static float geq(float value) { in geq() method in AdditionalMatchers
107 public static int geq(int value) { in geq() method in AdditionalMatchers
120 public static long geq(long value) { in geq() method in AdditionalMatchers
133 public static short geq(short value) { in geq() method in AdditionalMatchers
/external/chromium_org/content/browser/renderer_host/input/
Dtouchscreen_tap_suppression_controller.cc14 GestureEventQueue* geq, in TouchscreenTapSuppressionController()
/external/easymock/src/org/easymock/
DEasyMock.java308 public static <T extends Comparable<T>> T geq(Comparable<T> value) { in geq() method in EasyMock
321 public static byte geq(byte value) { in geq() method in EasyMock
334 public static double geq(double value) { in geq() method in EasyMock
347 public static float geq(float value) { in geq() method in EasyMock
360 public static int geq(int value) { in geq() method in EasyMock
373 public static long geq(long value) { in geq() method in EasyMock
386 public static short geq(short value) { in geq() method in EasyMock