Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 10 of 10) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DLoopingBackwardsBenchmark.java30 int dummy = 0; in timeForwards() local
33 dummy += j; in timeForwards()
36 return dummy; in timeForwards()
40 int dummy = 0; in timeBackwards() local
43 dummy += j; in timeBackwards()
46 return dummy; in timeBackwards()
DPriorityQueueBenchmark.java70 boolean dummy = false; in timeRemove()
81 dummy = usepq.remove(seekElements.get(i % elementsSize)); in timeRemove()
83 return dummy; in timeRemove()
DCharacterBenchmark.java59 boolean dummy = false; in timeIsSpace()
63 dummy ^= ((char) ch == ' '); in timeIsSpace()
69 dummy ^= (ch == ' '); in timeIsSpace()
73 return dummy; in timeIsSpace()
/libcore/dalvik/src/main/java/dalvik/system/
DNativeStart.java36 private static native void main(String[] dummy); in main() argument
/libcore/ojluni/src/main/native/
DThrowable.c50 Throwable_fillInStackTrace(JNIEnv *env, jobject throwable, int dummy) in Throwable_fillInStackTrace() argument
Djvm.h274 JVM_GetAllThreads(JNIEnv *env, jclass dummy);
/libcore/ojluni/src/main/java/java/util/
DHashSet.java158 HashSet(int initialCapacity, float loadFactor, boolean dummy) { in HashSet() argument
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java904 FileDescriptor dummy = new FileDescriptor(); in map() local
905 return new DirectByteBuffer(0, 0, dummy, null, in map()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DJarFileTest.java575 byte[] dummy = getAllBytesFromStream(in); in test_getInputStreamLjava_util_jar_JarEntry_subtest0()
588 byte[] dummy = getAllBytesFromStream(in); in test_getInputStreamLjava_util_jar_JarEntry_subtest0()
/libcore/expectations/
Dknownfailures.txt1262 "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /dummy:a/dummy:b/dummy:c",