HomeSort by relevance Sort by last modified time
    Searched refs:pendingException (Results 1 - 3 of 3) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharphead.swg 245 private static Exception pendingException = null;
252 if (pendingException != null)
259 if (pendingException != null)
260 throw new ApplicationException("FATAL: An earlier pending exception from unmanaged code was missed and thus not thrown (" + pendingException.ToString() + ")", e);
261 pendingException = e;
270 if (pendingException != null) {
271 e = pendingException;
272 pendingException = null;
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 658 CameraAccessException pendingException = null;
669 pendingException = e;
698 if (pendingException != null) {
699 throw pendingException;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 105 milliseconds