HomeSort by relevance Sort by last modified time
    Searched defs:checkException (Results 1 - 13 of 13) sorted by null

  /cts/tests/src/android/os/cts/
TestThread.java 81 checkException();
88 public void checkException() throws Throwable {
  /external/chromium/android/jni/
jni_utils.cc 27 bool checkException(JNIEnv* env)
48 checkException(env);
62 checkException(env);
81 bool CheckException(JNIEnv* env)
83 return checkException(env);
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 94 t.checkException();
PhoneStateListenerTest.java 101 t.checkException();
140 t.checkException();
175 t.checkException();
210 t.checkException();
244 t.checkException();
278 t.checkException();
313 t.checkException();
347 t.checkException();
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockAbstractPreferences.java 90 checkException();
98 private void checkException() throws BackingStoreException {
116 checkException();
131 checkException();
138 checkException();
149 checkException();
159 checkException();
170 checkException();
185 checkException();
196 checkException();
    [all...]
PreferencesTest.java 258 private void checkException() throws IOException {
275 checkException();
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactoryTest.java 77 checkException(message, e, exceptions[i]);
79 checkException(message, null, exceptions[i]);
121 checkException(message, e, exceptions[i]);
123 checkException(message, null, exceptions[i]);
169 checkException(message, e, exceptions[i]);
171 checkException(message, null, exceptions[i]);
219 checkException(message, e, exceptions[i]);
221 checkException(message, null, exceptions[i]);
267 checkException(message, e, exceptions[i]);
269 checkException(message, null, exceptions[i])
    [all...]