Searched refs:prior (Results 1 – 7 of 7) sorted by relevance
85 Exception prior = null; in testTextureViewPreview() local96 prior = e; in testTextureViewPreview()101 if (prior != null) { in testTextureViewPreview()102 Log.e(TAG, "Prior exception received: " + prior); in testTextureViewPreview()104 prior = e; in testTextureViewPreview()106 if (prior != null) throw prior; // Rethrow last exception. in testTextureViewPreview()114 Exception prior = null; in testTextureViewPreviewWithImageReader() local138 prior = e; in testTextureViewPreviewWithImageReader()149 if (prior != null) { in testTextureViewPreviewWithImageReader()150 Log.e(TAG, "Prior exception received: " + prior); in testTextureViewPreviewWithImageReader()[all …]
13 this software without specific prior written permission.
22 without specific prior written permission.
30 without specific prior written permission.
35 prior written permission.
9 It works in a similar manner to the prior CTS harness, but supports some
10 ## Expected prior knowledge