Home
last modified time | relevance | path

Searched refs:CanceledException (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeBlockBuffer.hpp50 typedef BufferCanceledException CanceledException; typedef in de::BlockBuffer
196 throw CanceledException(); in writeToCurrentBlock()
239 throw CanceledException(); in readFromCurrentBlock()
274 throw CanceledException(); in tryWrite()
300 throw CanceledException(); in write()
353 throw CanceledException(); in tryRead()
379 throw CanceledException(); in read()
DdeBlockBuffer.cpp253 catch (const BlockBuffer<deUint8>::CanceledException&) in run()
287 catch (const BlockBuffer<deUint8>::CanceledException&) in run()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPendingIntent.java17 import android.app.PendingIntent.CanceledException;
118 protected void send() throws CanceledException { in send()
124 throws CanceledException { in send()
129 protected void send(Context context, int code, Intent intent) throws CanceledException { in send()
135 Handler handler) throws CanceledException { in send()
141 Handler handler, String requiredPermission) throws CanceledException { in send()
148 Handler handler, String requiredPermission, Bundle options) throws CanceledException { in send()
150 throw new CanceledException(); in send()
DShadowUsageStatsManager.java5 import android.app.PendingIntent.CanceledException;
307 } catch (CanceledException e) { in triggerRegisteredAppUsageObserver()
DShadowLocationManager.java6 import android.app.PendingIntent.CanceledException;
129 } catch (CanceledException e) { in setProviderEnabled()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboIntentSender.java27 } catch (PendingIntent.CanceledException e) { in sendIntent()
/external/deqp/execserver/
DxsPosixFileReader.cpp83 catch (const ThreadedByteBuffer::CanceledException&) in run()
DxsPosixTestProcess.cpp138 catch (const ThreadedByteBuffer::CanceledException&) in run()
DxsWin32TestProcess.cpp314 catch (const ThreadedByteBuffer::CanceledException&) in run()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java15 import android.app.PendingIntent.CanceledException;
512 public void send_canceledPendingIntent_throwsCanceledException() throws CanceledException { in send_canceledPendingIntent_throwsCanceledException()
531 } catch (CanceledException ignore) { in send_canceledPendingIntent_throwsCanceledException()
537 public void send_oneShotPendingIntent_shouldCancel() throws CanceledException { in send_oneShotPendingIntent_shouldCancel()
/external/deqp/executor/
DxeTcpIpLink.cpp219 catch (const de::BlockBuffer<deUint8>::CanceledException&) in run()
528 catch (const de::BlockBuffer<deUint8>::CanceledException&) in keepaliveTimerCallback()
/external/libtextclassifier/java/src/com/android/textclassifier/
DTextClassifierImpl.java614 } catch (PendingIntent.CanceledException e) { in createIntentOnClickListener()