Searched defs:mod (Results 1 – 10 of 10) sorted by relevance
54 public static boolean isPublic(int mod) { in isPublic()66 public static boolean isPrivate(int mod) { in isPrivate()78 public static boolean isProtected(int mod) { in isProtected()90 public static boolean isStatic(int mod) { in isStatic()102 public static boolean isFinal(int mod) { in isFinal()114 public static boolean isSynchronized(int mod) { in isSynchronized()126 public static boolean isVolatile(int mod) { in isVolatile()146 public static boolean isTransient(int mod) { in isTransient()158 public static boolean isNative(int mod) { in isNative()170 public static boolean isInterface(int mod) { in isInterface()[all …]
327 int mod = getModifiers() & Modifier.methodModifiers(); in toString() local397 int mod = getModifiers() & Modifier.methodModifiers(); in toGenericString() local
265 int mod = getModifiers() & Modifier.constructorModifiers(); in toString() local329 int mod = getModifiers() & Modifier.constructorModifiers(); in toGenericString() local
234 int mod = getModifiers(); in toString() local261 int mod = getModifiers(); in toGenericString() local
135 public static final long mod(long x, long y) { in mod() method in CalendarUtils139 public static final int mod(int x, int y) { in mod() method in CalendarUtils
368 BigInteger a = zero, mod, inv; in test_modInverseLjava_math_BigInteger() local930 BigInteger mod = i1.mod(i2); in testDiv() local
107 …BigInteger[] mod = new BigInteger[] {new BigInteger("2"), new BigInteger("10"), new BigInteger("21… in testModPowZeroExp() local
221 int mod = 0; in test_getModifiers() local
965 int mod = f.getModifiers(); in test_getModifiers() local
1488 int mod = findKeyword(segments[SEG_MODIFIER], DATE_TIME_MODIFIER_KEYWORDS); in makeFormat() local