Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 7 of 7) sorted by relevance

/cts/tools/dasm/src/java_cup/
Dsymbol_set.java104 Object previous; in add() local
109 previous = _all.put(sym.name(),sym); in add()
112 return previous == null; in add()
Dparser.cup145 System.err.println("Can't recover from previous error(s), giving up.");
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackSurroundTest.java237 AudioTimestamp previous = null; in checkIndividualTimestamps() local
243 if (previous != null) { in checkIndividualTimestamps()
246 timestamp.framePosition >= previous.framePosition); in checkIndividualTimestamps()
248 timestamp.nanoTime >= previous.nanoTime); in checkIndividualTimestamps()
250 if (timestamp.framePosition > previous.framePosition) { in checkIndividualTimestamps()
255 long elapsedFrames = timestamp.framePosition - previous.framePosition; in checkIndividualTimestamps()
256 long elapsedNanos = timestamp.nanoTime - previous.nanoTime; in checkIndividualTimestamps()
279 previous = timestamp; in checkIndividualTimestamps()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale111 version 2.1 should be the same as for previous versions.
/cts/tools/dex-tools/dex/
Dclasses0.out.dex3186 public abstract boolean previous()
3686 public boolean previous()
5656 public abstract int previous()
5776 public int previous()
6504 static native int previous(
6867 public int previous()
38093 public abstract char previous()
38211 public char previous()
38482 public abstract int previous()
38590 public int previous()
[all …]