/libcore/luni/src/test/java/libcore/java/lang/ |
D | CharacterTest.java | 197 Method m = Character.class.getDeclaredMethod("isDigit" + "Impl", int.class); in test_isDigit_against_icu4c() local 206 Method m = Character.class.getDeclaredMethod("isIdentifierIgnorable" + "Impl", int.class); in test_isIdentifierIgnorable_against_icu4c() local 215 Method m = Character.class.getDeclaredMethod("isLetter" + "Impl", int.class); in test_isLetter_against_icu4c() local 224 Method m = Character.class.getDeclaredMethod("isLetterOrDigit" + "Impl", int.class); in test_isLetterOrDigit_against_icu4c() local 233 Method m = Character.class.getDeclaredMethod("isLowerCase" + "Impl", int.class); in test_isLowerCase_against_icu4c() local 242 Method m = Character.class.getDeclaredMethod("isSpaceChar" + "Impl", int.class); in test_isSpaceChar_against_icu4c() local 258 Method m = Character.class.getDeclaredMethod("isUpperCase" + "Impl", int.class); in test_isUpperCase_against_icu4c() local 267 Method m = Character.class.getDeclaredMethod("isWhitespace" + "Impl", int.class); in test_isWhitespace_against_icu4c() local
|
/libcore/luni/src/test/java/libcore/java/util/regex/ |
D | OldAndroidRegexTest.java | 28 Matcher m = p.matcher("bcd"); in testMatches() local 89 Matcher m = p.matcher("1 (919) 555-1212"); in testGroupCount() local 97 Matcher m = p.matcher("abcdefg"); in testGroups() local 112 Matcher m = p.matcher("abc"); in testFind() local 129 Matcher m = p.matcher("fooaabfooaabfooabfoob"); in testReplaceAll() local 145 Matcher m = p.matcher("fooaabfooaabfooabfoob"); in testReplaceFirst() local 260 Matcher m = EMAIL_ADDRESS_PATTERN.matcher("donot repeate@RC8jjjjjjjjjjjjjjj"); in testMonsterRegexPerformance() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
D | Pattern2Test.java | 53 Matcher m; in testCursors() local 108 Matcher m; in testGroups() local 161 Matcher m; in testReplace() local 208 Matcher m; in testEscapes() local 410 Matcher m; in testCharacterClasses() local 677 Matcher m; in testPOSIXGroups() local 818 Matcher m; in testUnicodeBlocks() local 884 Matcher m; in testMisc() local 962 Matcher m; in testCompile3() local
|
D | Matcher2Test.java | 32 Matcher m = p.matcher("bar"); in test_toString() local 39 Matcher m = p.matcher("bar"); in testErrorConditions() local 90 Matcher m = p.matcher("foo1barzfoo2baryfoozbar5"); in testErrorConditions2() local
|
D | ModeTest.java | 32 Matcher m; in testCase() local 59 Matcher m; in testMultiline() local
|
D | ReplaceTest.java | 36 Matcher m = p.matcher(target); in testSimpleReplace() local 45 Matcher m; in testCaptureReplace() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | ManifestTest.java | 63 Manifest m = jarFile.getManifest(); in getManifest() local 129 Manifest m = getManifest(ATT_JAR_NAME); in testStreamConstructor() local 168 Manifest m = getManifest(ATT_JAR_NAME); in testClear() local 179 Manifest m = getManifest(JAR_NAME); in testClone() local 207 Manifest m = getManifest(JAR_NAME); in testHashCode() local 215 Manifest m = getManifest(ATT_JAR_NAME); in testGetAttributes() local 225 Manifest m = getManifest(ATT_JAR_NAME); in testGetEntries() local 236 Manifest m = getManifest(JAR_NAME); in testGetMainAttributes() local 247 Manifest m = getManifest(JAR_NAME); in testWrite() local 289 Manifest m = getManifest(ATT_JAR_NAME); in testDecoding() local
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
D | Matcher2Test.java | 30 Matcher m = p.matcher("bar"); in test_toString() local 37 Matcher m = p.matcher("bar"); in testErrorConditions() local 88 Matcher m = p.matcher("foo1barzfoo2baryfoozbar5"); in testErrorConditions2() local
|
D | ModeTest.java | 32 Matcher m; in testCase() local 60 Matcher m; in testMultiline() local
|
D | Pattern2Test.java | 133 Matcher m; in testCapturingGroups() local 186 Matcher m; in testRepeats() local 254 Matcher m; in testAnchors() local
|
D | ReplaceTest.java | 33 Matcher m = p.matcher(target); in testSimpleReplace() local 42 Matcher m; in testCaptureReplace() local
|
/libcore/luni/src/main/java/java/security/spec/ |
D | ECFieldF2m.java | 37 private final int m; field in ECFieldF2m 52 public ECFieldF2m(int m) { in ECFieldF2m() 77 public ECFieldF2m(int m, BigInteger rp) { in ECFieldF2m() 123 public ECFieldF2m(int m, int[] ks) { in ECFieldF2m()
|
/libcore/luni/src/test/java/libcore/java/lang/annotation/ |
D | AnnotationTypeMismatchExceptionTest.java | 27 Method m = String.class.getMethod("length"); in testGetters() local 34 Method m = String.class.getMethod("length"); in testSerialization() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ReflectionBenchmark.java | 95 Method m = klass.getDeclaredMethod("m"); in timeMethod_invokeV() local 104 Method m = klass.getDeclaredMethod("sm"); in timeMethod_invokeStaticV() local 112 Method m = klass.getDeclaredMethod("setField", int.class); in timeMethod_invokeI() local 121 Method m = klass.getDeclaredMethod("setField", int.class); in timeMethod_invokePreBoxedI() local 131 Method m = klass.getDeclaredMethod("setStaticField", int.class); in timeMethod_invokeStaticI() local 139 Method m = klass.getDeclaredMethod("setStaticField", int.class); in timeMethod_invokeStaticPreBoxedI() local 188 public void m() { in m() method in ReflectionBenchmark.C
|
D | JarFileBenchmark.java | 36 Manifest m = jf.getManifest(); in time() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | LinkedHashMapTest.java | 143 LinkedHashMap m = new LinkedHashMap(); in test_getLjava_lang_Object() local 160 LinkedHashMap m = new LinkedHashMap(); in test_putLjava_lang_ObjectLjava_lang_Object() local 172 Map<String, String> m = new LinkedHashMap<String, String>(8, .75f, true); in test_putPresent() local 225 Map.Entry m = (Map.Entry) i.next(); in test_entrySet() local 257 LinkedHashMap m = new LinkedHashMap(); in test_keySet() local 340 LinkedHashMap m = new LinkedHashMap(); in test_removeLjava_lang_Object() local 475 LinkedHashMap m = new LinkedHashMap(); in test_containsKeyLjava_lang_Object() local 528 Map.Entry m = (Map.Entry) it1.next(); in test_ordered_entrySet() local 544 Map.Entry m = (Map.Entry) it3.next(); in test_ordered_entrySet() local 562 Map.Entry m = (Map.Entry) it2.next(); in test_ordered_entrySet() local [all …]
|
D | IdentityHashMap2Test.java | 165 IdentityHashMap m = new IdentityHashMap(); in test_containsKeyLjava_lang_Object() local 216 Map.Entry m = (Map.Entry) i.next(); in test_entrySet() local 234 IdentityHashMap m = new IdentityHashMap(); in test_getLjava_lang_Object() local 263 IdentityHashMap m = new IdentityHashMap(); in test_keySet() local 315 IdentityHashMap m = new IdentityHashMap(); in test_putLjava_lang_ObjectLjava_lang_Object() local 359 IdentityHashMap m = new IdentityHashMap(); in test_removeLjava_lang_Object() local
|
D | HashMapTest.java | 76 public Object invoke(Object proxy, Method m, Object[] args) in invoke() 245 HashMap m = new HashMap(); in test_containsKeyLjava_lang_Object() local 273 Map.Entry m = (Map.Entry) i.next(); in test_entrySet() local 319 HashMap m = new HashMap(); in test_getLjava_lang_Object() local 358 HashMap m = new HashMap(); in test_keySet() local 407 HashMap<Object, Object> m = new HashMap<Object, Object>(); in test_putLjava_lang_ObjectLjava_lang_Object() local 547 HashMap m = new HashMap(); in test_removeLjava_lang_Object() local 618 HashMap m = new HashMap(); in test_toString() local 733 public SubMap(Map<? extends K, ? extends V> m) { in SubMap()
|
/libcore/luni/src/test/java/libcore/java/math/ |
D | RunCSVTestsStrict.java | 27 Method m = mathClass.getMethod(func, new Class[] { Double.TYPE }); in runTest() local 46 Method m; in run2InputTest() local
|
D | RunCSVTests.java | 57 Method m = mathClass.getMethod(func, new Class[] { Double.TYPE }); in runTest() local 84 Method m; in run2InputTest() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
D | AnnotationTypeMismatchExceptionTest.java | 39 Method m = methods[0]; in test_constructorLjava_lang_reflect_MethodLjava_lang_String() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | AbstractCollectionTest.java | 28 final ConcurrentHashMap<Integer, Integer> m = new ConcurrentHashMap<Integer, Integer>(); in test_toArray() local
|
/libcore/support/src/test/java/tests/support/ |
D | Support_MapTest2.java | 27 public Support_MapTest2(Map<String, String> m) { in Support_MapTest2() argument
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | TimeUnit.java | 52 int excessNanos(long d, long m) { return (int)(d - (m*C2)); } in excessNanos() 63 int excessNanos(long d, long m) { return (int)((d*C1) - (m*C2)); } in excessNanos() 74 int excessNanos(long d, long m) { return 0; } in excessNanos() 85 int excessNanos(long d, long m) { return 0; } in excessNanos() 96 int excessNanos(long d, long m) { return 0; } in excessNanos() 107 int excessNanos(long d, long m) { return 0; } in excessNanos() 118 int excessNanos(long d, long m) { return 0; } in excessNanos() 136 static long x(long d, long m, long over) { in x() 262 abstract int excessNanos(long d, long m); in excessNanos()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | TypeNotPresentExceptionTest.java | 29 String m = e.getMessage(); in test_constructorLjava_lang_StringLjava_lang_Throwable() local
|