HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1001 - 1025 of 2577) sorted by null

<<41424344454647484950>>

  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 73 public final void test_Constructor() throws Exception {
79 fail("Any exception wasn't thrown for null parameters");
80 } catch (Exception expected) {
88 public final void test_getCipherSuite() throws Exception {
99 public final void test_getLocalCertificates() throws Exception {
110 public final void test_getLocalPrincipal() throws Exception {
121 public final void test_getPeerCertificateChain() throws Exception {
338 public void testClientAuth() throws Exception {
359 // The server must have completed without an exception.
360 Exception e = server.getException()
391 private Exception exception; field in class:HandshakeCompletedEventTest.TestServer
474 private Exception exception; field in class:HandshakeCompletedEventTest.TestClient
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 77 void playbackError(Exception e);
307 new AsyncTask<Void, Void, Exception>() {
309 public Exception doInBackground(Void... params) {
317 } catch (Exception e) {
323 public void onPostExecute(Exception exception) {
324 if (exception == null) {
327 mView.playbackError(exception);
439 private class AsyncPrepareTask extends AsyncTask<Void, Void, Exception> {
447 public Exception doInBackground(Void... params)
    [all...]
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 18 Alternatively, if you have caught an exception and want cgitb to display it
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))), variable
179 exception.append('\n<br>%s%s&nbsp;=\n%s' % (indent, name, value))
181 return head + ''.join(frames) + ''.join(exception) + '''
245 exception = ['%s: %s' % (str(etype), str(evalue))] variable
249 exception.append('\n%s%s = %s' % (" "*4, name, value))
251 return head + ''.join(frames) + ''.join(exception) + '''
317 """Install an exception handler that formats tracebacks as HTML.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 206 def error(self, exception):
207 self._err_handler.error(exception)
209 def fatalError(self, exception):
210 self._err_handler.fatalError(exception)
212 def warning(self, exception):
213 self._err_handler.warning(exception)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 18 Alternatively, if you have caught an exception and want cgitb to display it
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))), variable
179 exception.append('\n<br>%s%s&nbsp;=\n%s' % (indent, name, value))
181 return head + ''.join(frames) + ''.join(exception) + '''
245 exception = ['%s: %s' % (str(etype), str(evalue))] variable
249 exception.append('\n%s%s = %s' % (" "*4, name, value))
251 return head + ''.join(frames) + ''.join(exception) + '''
317 """Install an exception handler that formats tracebacks as HTML.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 206 def error(self, exception):
207 self._err_handler.error(exception)
209 def fatalError(self, exception):
210 self._err_handler.fatalError(exception)
212 def warning(self, exception):
213 self._err_handler.warning(exception)
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
ParallelSensorOperation.java 80 * Executes the {@link ISensorOperation}s in parallel. If an exception occurs one or more
81 * operations, the first exception will be thrown once all operations are completed.
99 public ISensorOperation call() throws Exception {
122 // extract the exception thrown by the worker thread
174 * Helper method for joining the exception and timeout messages used in assertions.
178 for (Throwable exception : exceptions) {
179 sb.append(exception.toString()).append(", ");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/d/
T_monitor_exit_3.d 38 move-exception v1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/
T_move_exception_1.d 39 move-exception v3
T_move_exception_2.d 39 move-exception v3
T_move_exception_5.d 40 move-exception v3
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3treeparser.c 103 * Creates a new Mismatched Tree Nde Exception and inserts in the recognizer
104 * exception stack.
113 /* Create a basic recognition exception structure
117 /* Now update it to indicate this is a Mismatched token exception
119 recognizer->state->exception->name = ANTLR3_MISMATCHED_TREE_NODE_NAME;
120 recognizer->state->exception->type = ANTLR3_MISMATCHED_TREE_NODE_EXCEPTION;
171 * plus we want to alter the exception type.
  /external/chromium_org/build/android/
adb_logcat_monitor.py 32 class TimeoutException(Exception):
33 """Exception used to signal a timeout."""
37 class SigtermError(Exception):
38 """Exception used to catch a sigterm."""
91 logging.exception('Exception from "adb devices"')
140 logging.exception('Unexpected exception in main.')
adb_logcat_printer.py 151 logger.exception('Error signaling logcat monitor - continuing')
205 logger.exception('Unexpected exception')
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_msgs.js 30 * If we can't find a message, throw an exception. This allows us to catch
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.css 83 .exception, .retry {
  /external/chromium_org/net/data/websocket/
websocket_worker_simple.js 44 postMessage("FAIL: worker: Unexpected exception: " + e);
  /external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test.py 31 """Tests Google Test's exception catching behavior.
86 """Tests exception-catching behavior."""
90 self.assert_('SEH exception with code 0x2a thrown '
93 self.assert_('SEH exception with code 0x2a thrown '
96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
100 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
102 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
104 self.assert_('SEH exception with code 0x2a thrown in the test body'
115 """Tests C++ exception-catching behavior
    [all...]
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 9 from grit import exception namespace
193 raise exception.IdRangeOverlap('ID %d was assigned to both %s and %s.'

Completed in 2709 milliseconds

<<41424344454647484950>>