Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DGceFuture.java79 } 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/
DPlatformLibrary.cpp50 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/
DSliceBroadcastReceiver.java96 } 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/
Dmath_private.h270 #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/
DREADME20 Connect USB to PC to get ttyUSB device (ex: ttyUSB1)