Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 6 of 6) 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.java238 AudioTimestamp previous = null; in checkIndividualTimestamps() local
241 if (previous != null) { in checkIndividualTimestamps()
245 timestamp.framePosition >= previous.framePosition); in checkIndividualTimestamps()
247 timestamp.nanoTime >= previous.nanoTime); in checkIndividualTimestamps()
249 if (timestamp.framePosition > previous.framePosition) { in checkIndividualTimestamps()
252 long elapsedFrames = timestamp.framePosition - previous.framePosition; in checkIndividualTimestamps()
253 long elapsedNanos = timestamp.nanoTime - previous.nanoTime; in checkIndividualTimestamps()
262 previous = timestamp; in checkIndividualTimestamps()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java686 ITargetPreparer preparer = itr.previous(); in performPackagePreparerTearDown()
/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 …]