Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 12 of 12) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DLoopingBackwardsBenchmark.java30 int fake = 0; in timeForwards() local
33 fake += j; in timeForwards()
36 return fake; in timeForwards()
40 int fake = 0; in timeBackwards() local
43 fake += j; in timeBackwards()
46 return fake; in timeBackwards()
DPriorityQueueBenchmark.java70 boolean fake = false; in timeRemove()
81 fake = usepq.remove(seekElements.get(i % elementsSize)); in timeRemove()
83 return fake; in timeRemove()
DCharacterBenchmark.java59 boolean fake = false; in timeIsSpace()
63 fake ^= ((char) ch == ' '); in timeIsSpace()
69 fake ^= (ch == ' '); in timeIsSpace()
73 return fake; in timeIsSpace()
/libcore/dalvik/src/main/java/dalvik/system/
DNativeStart.java36 private static native void main(String[] fake); in main() argument
/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java22 import org.mockftpserver.fake.FakeFtpServer;
23 import org.mockftpserver.fake.UserAccount;
24 import org.mockftpserver.fake.filesystem.DirectoryEntry;
25 import org.mockftpserver.fake.filesystem.FileEntry;
26 import org.mockftpserver.fake.filesystem.UnixFakeFileSystem;
/libcore/luni/src/test/java/libcore/java/util/
DLocaleTest.java1040 Locale fake = Locale.FRANCE; in test_filter_resultIsModifiable_locales() local
1042 Locale.filter(priorityList, locales).add(fake); in test_filter_resultIsModifiable_locales()
1043 Locale.filter(priorityList, locales, AUTOSELECT_FILTERING).add(fake); in test_filter_resultIsModifiable_locales()
1044 Locale.filter(priorityList, locales, EXTENDED_FILTERING).add(fake); in test_filter_resultIsModifiable_locales()
1045 Locale.filter(priorityList, locales, IGNORE_EXTENDED_RANGES).add(fake); in test_filter_resultIsModifiable_locales()
1046 Locale.filter(priorityList, locales, MAP_EXTENDED_RANGES).add(fake); in test_filter_resultIsModifiable_locales()
1047 Locale.filter(languageRangesOf("de-DE"), locales, REJECT_EXTENDED_RANGES).add(fake); in test_filter_resultIsModifiable_locales()
1054 String fake = "fr-FR"; in test_filter_resultIsModifiable_tags() local
1056 Locale.filterTags(priorityList, tags).add(fake); in test_filter_resultIsModifiable_tags()
1057 Locale.filterTags(priorityList, tags, AUTOSELECT_FILTERING).add(fake); in test_filter_resultIsModifiable_tags()
[all …]
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DCallSitesTest.java72 int fake = (int) site.getTarget().invokeExact(1, 1); in test_LateBoundMutableCallSite() local
88 int fake = (int) site.getTarget().invokeExact(1, 1); in test_LateBoundVolatileCallSite() local
DMethodHandlesTest.java1215 int fake = (int) mh.invoke("True"); in testPrimitiveReturnValueConversions() local
1222 Integer fake = (Integer) mh.invoke("True"); in testPrimitiveReturnValueConversions() local
1235 int fake = (int) mh.invoke(false); in testPrimitiveReturnValueConversions() local
1242 Integer fake = (Integer) mh.invoke("True"); in testPrimitiveReturnValueConversions() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DHashSet.java50 HashSet(int initialCapacity, float loadFactor, boolean fake) { in HashSet() argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DProxyTest.java195 Proxy fake = new Proxy(new InvocationHandler() { in test_isProxyClassLjava_lang_Class() local
208 .isProxyClass(fake.getClass())); in test_isProxyClassLjava_lang_Class()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DJarFileTest.java498 byte[] fake = getAllBytesFromStream(in); in test_getInputStreamLjava_util_jar_JarEntry_subtest0()
510 byte[] fake = getAllBytesFromStream(in); in test_getInputStreamLjava_util_jar_JarEntry_subtest0()
/libcore/expectations/
Dknownfailures.txt78 description: "We fake support for these by substituting similar (but not identical) charsets",
1270 "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /fake:a/fake:b/fake:c",