Home
last modified time | relevance | path

Searched refs:checkException (Results 1 – 16 of 16) sorted by relevance

/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
DMockAbstractPreferences.java90 checkException(); in childrenNamesSpi()
98 private void checkException() throws BackingStoreException { in checkException() method in MockAbstractPreferences
116 checkException(); in childSpi()
131 checkException(); in flushSpi()
138 checkException(); in getSpi()
149 checkException(); in keysSpi()
159 checkException(); in putSpi()
170 checkException(); in removeNodeSpi()
185 checkException(); in removeSpi()
196 checkException(); in syncSpi()
DPreferencesTest.java258 private void checkException() throws IOException { in checkException() method in PreferencesTest.MockInputStream
275 checkException(); in read()
/external/chromium/android/jni/
Djni_utils.cc27 bool checkException(JNIEnv* env) in checkException() function
48 checkException(env); in jstringToString16()
62 checkException(env); in jstringToStdString()
83 return checkException(env); in CheckException()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp108 checkException(env); in pause()
128 checkException(env); in seek()
245 checkException(env); in play()
260 checkException(env); in enterFullscreenMode()
366 checkException(env); in MediaPlayerVideoPrivate()
408 checkException(env); in createJavaPlayerIfNeeded()
435 checkException(env); in load()
452 checkException(env); in play()
466 checkException(env); in maxTimeSeekable()
495 checkException(env); in MediaPlayerAudioPrivate()
[all …]
DUrlInterceptResponse.cpp55 checkException(env); in ~JavaInputStreamWrapper()
70 if (checkException(env) || size < 0) in read()
/external/webkit/Source/WebKit/android/jni/
DWebCoreJni.cpp51 bool checkException(JNIEnv* env) in checkException() function
72 checkException(env); in jstringToWtfString()
92 checkException(env); in jstringToString16()
106 checkException(env); in jstringToStdString()
DWebCoreFrameBridge.cpp382 checkException(env); in FileInfo()
496 checkException(env); in loadStarted()
517 checkException(env); in transitionToCommitted()
544 checkException(env); in didFinishLoad()
586 checkException(env); in setTitle()
600 checkException(env); in windowObjectCleared()
613 checkException(env); in setProgress()
637 checkException(env); in didReceiveIcon()
652 checkException(env); in didReceiveTouchIconURL()
668 checkException(env); in updateVisitedHistory()
[all …]
DWebViewCore.cpp282 checkException(env); in getApplicationContext()
298 checkException(env); in isSupportedMediaMimeType()
931 checkException(env); in scrollTo()
942 checkException(env); in sendNotifyProgressFinished()
955 checkException(env); in viewInvalidate()
965 checkException(env); in contentDraw()
1018 checkException(env); in didFirstLayout()
1030 checkException(env); in updateViewport()
1042 checkException(env); in restoreScale()
1059 checkException(env); in needTouchEvents()
[all …]
DJavaBridge.cpp263 checkException(env); in getPluginDirectories()
276 checkException(env); in getPluginSharedDataDirectory()
316 checkException(env); in getSupportedKeyStrengthList()
423 checkException(env); in UpdatePluginDirectories()
DWebCoreJni.h76 bool checkException(JNIEnv* env);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaListener.h55 checkException(env); in MediaListener()
66 checkException(env); in onFrameAvailable()
DMediaTexture.cpp109 checkException(env); in initNativeWindowIfNeeded()
214 checkException(env); in requestNativeWindowForVideo()
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp182 static bool checkException(JNIEnv *env) in checkException() function
215 if (checkException(env)) { in callRequestStart()
232 if (checkException(env)) { in callRequestAudioAvailable()
238 if (checkException(env)) { in callRequestAudioAvailable()
249 if (checkException(env)) { in callRequestDone()
/external/webkit/Source/WebCore/bindings/v8/
DSerializedScriptValue.cpp369 StateBase* checkException(StateBase* state) in checkException() function in WebCore::__anon1859d50b0111::Serializer
468 if (StateBase* newState = serializer.checkException(this))
495 if (StateBase* newState = serializer.checkException(this)) in advance()
503 if (StateBase* newState = serializer.checkException(this)) in advance()
508 if (StateBase* newState = serializer.checkException(this)) in advance()
511 if (StateBase* newState = serializer.checkException(this)) in advance()
527 if (StateBase* newState = serializer.checkException(this)) in advance()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp291 checkException(env); in drawGL()
338 checkException(env); in getScaledMaxXScroll()
350 checkException(env); in getScaledMaxYScroll()
367 checkException(env); in updateRectsForGL()
445 checkException(env); in scrollBy()
464 checkException(env); in viewInvalidate()
474 checkException(env); in viewInvalidateRect()
485 checkException(env); in postInvalidateDelayed()
/external/webkit/Source/WebCore/
DChangeLog63153 (WebCore::Serializer::checkException):