Searched refs:ex (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | GceFuture.java | 79 } catch (ExecutionException ex) { in isCancelled() 80 return ex.getCause() instanceof CancellationException; in isCancelled() 81 } catch (InterruptedException ex) { in isCancelled() 83 } catch (CancellationException ex) { in isCancelled()
|
/device/sample/frameworks/PlatformLibrary/jni/ |
D | PlatformLibrary.cpp | 50 static void throwException(JNIEnv* env, const char* ex, const char* fmt, in throwException() argument 53 if (jclass cls = env->FindClass(ex)) { in throwException()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | SliceBroadcastReceiver.java | 96 } catch (Throwable ex) { in onReceive() 97 Log.e(TAG, "Followup PendingIntent for slice cannot be sent", ex); in onReceive()
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | math_private.h | 270 #define LD80C(m, ex, v) { \ argument 272 .xbits.expsign = (0x3fff + (ex)) | ((v) < 0 ? 0x8000 : 0), \ 276 #define LD80C(m, ex, v) { .e = (v), } argument
|
/device/linaro/hikey/hikey/ |
D | README | 20 Connect USB to PC to get ttyUSB device (ex: ttyUSB1)
|