HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1751 - 1775 of 4445) sorted by null

<<71727374757677787980>>

  /external/v8/test/webkit/
toString-prefix-postfix-preserve-parens.js 25 "This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception"
124 // check that function call produces run-time exception
127 // check that function call produces run-time exception after eval(unevalf)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 118 private Exception mCaughtException = null;
169 } catch (Exception e) {
176 // Exception during exception recovery? Abort all processing. Do not
177 // overwrite the original exception.
553 * thrown exception is passed to the listener in this method. If no listener is set, the
554 * exception message is logged to the error stream. You will not receive an
557 * @param exception the exception that was thrown.
560 public void onGraphRunnerError(Exception exception, boolean closedSuccessfully)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashtableTest.java 273 // boolean exception = false;
284 // exception = true;
286 // assertTrue("unexpected NoSuchElementException", !exception);
310 boolean exception = false;
314 exception = true;
318 exception);
451 boolean exception = false;
456 exception = true;
458 assertTrue("unexpected NoSuchElementException", !exception);
580 // boolean exception = false
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 126 public static void main(String[] args) throws Exception {
139 public static Test suite() throws Exception {
146 public static Test suite(File catalogXml) throws Exception {
349 public void test() throws Exception {
614 Exception warning;
615 Exception error;
617 public void warning(TransformerException exception) {
619 this.warning = exception;
623 public void error(TransformerException exception) {
625 this.error = exception;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
ParticipantRefresh.java 279 } catch (final Exception exception) {
283 "update participant", exception);
477 } catch (final Exception exception) {
479 // However, we need to at least log the exception so we know something was wrong.
481 "participant. exception=" + exception);
555 } catch (final Exception exception) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
pulldom.py 203 def warning(self, exception):
204 print exception
205 def error(self, exception):
206 raise exception
207 def fatalError(self, exception):
208 raise exception
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
pulldom.py 203 def warning(self, exception):
204 print exception
205 def error(self, exception):
206 raise exception
207 def fatalError(self, exception):
208 raise exception
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 203 def warning(self, exception):
204 print exception
205 def error(self, exception):
206 raise exception
207 def fatalError(self, exception):
208 raise exception
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 203 def warning(self, exception):
204 print exception
205 def error(self, exception):
206 raise exception
207 def fatalError(self, exception):
208 raise exception
  /external/ImageMagick/MagickCore/
profile.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
116 *exception;
442 *exception;
450 exception=cms_exception->exception;
451 if (exception == (ExceptionInfo *) NULL)
456 (void) ThrowMagickException(exception,GetMagickModule(),ImageWarning,
463 (void) ThrowMagickException(exception,GetMagickModule(),ImageWarning,
469 ExceptionInfo *exception)
113 *exception; member in struct:_CMSExceptionInfo
433 *exception; local
    [all...]
  /external/ImageMagick/MagickWand/
operation.c 141 ExceptionInfo *exception)
164 image=ReadImage(read_info,exception);
167 (void) SetImageRegistry(ImageRegistryType,key,image,exception);
182 const SparseColorMethod method,const char *arguments,ExceptionInfo *exception)
213 assert(exception != (ExceptionInfo *) NULL);
214 assert(exception->signature == MagickCoreSignature);
250 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
262 (void) ThrowMagickException(exception,GetMagickModule(),ResourceLimitError,
275 (void) ThrowMagickException(exception,GetMagickModule(),
286 (void) ThrowMagickException(exception,GetMagickModule()
5213 ExceptionInfo *exception=AcquireExceptionInfo(); local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
ParsedEvent.java 348 * The class implements JDWP EXCEPTION event.
352 private TaggedObject exception; field in class:ParsedEvent.Event_EXCEPTION
363 super(suspendPolicy, packet, JDWPConstants.EventKind.EXCEPTION);
364 exception = packet.getNextValueAsTaggedObject();
369 * @return Returns the location of the caught exception.
376 * @return Returns the exception.
379 return exception;
696 case JDWPConstants.EventKind.EXCEPTION: {
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
146 } catch (Exception x) {
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
228 } catch (Exception x) {
255 * @exception ObjectFactory.ConfigurationError
324 } catch (Exception x) {
337 // Ignore the exception.
352 } catch (Exception x)
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
146 } catch (Exception x) {
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
228 } catch (Exception x) {
255 * @exception ObjectFactory.ConfigurationError
324 } catch (Exception x) {
337 // Ignore the exception.
352 } catch (Exception x)
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 98 * @exception ObjectFactory.ConfigurationError
125 * @exception ObjectFactory.ConfigurationError
145 } catch (Exception x) {
172 * @exception ObjectFactory.ConfigurationError
200 * @exception ObjectFactory.ConfigurationError
227 } catch (Exception x) {
254 * @exception ObjectFactory.ConfigurationError
323 } catch (Exception x) {
336 // Ignore the exception.
351 } catch (Exception x)
634 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
146 } catch (Exception x) {
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
228 } catch (Exception x) {
255 * @exception ObjectFactory.ConfigurationError
324 } catch (Exception x) {
337 // Ignore the exception.
352 } catch (Exception x)
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
146 } catch (Exception x) {
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
228 } catch (Exception x) {
255 * @exception ObjectFactory.ConfigurationError
324 } catch (Exception x) {
337 // Ignore the exception.
352 } catch (Exception x)
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
    [all...]
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 14 return result_value and not isinstance(result_value, Exception)
67 the test raises an exception, return the exception.
72 except Exception as e:
100 the underlying call to servo raises an exception.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_backend.py 27 When an inspector_websocket exception is thrown in the original function,
28 this decorator converts it into a telemetry exception and adds debugging
360 exception = exceptions.DevtoolsTargetCrashException(self.app)
361 self._AddDebuggingInformation(exception)
362 raise exception
374 """Converts an Exception from inspector_websocket.
376 This method always raises a Telemetry exception. It appends debugging
377 information. The exact exception raised depends on |error|.
393 original_error_msg = 'Original exception:\n' + str(error)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rdataset.py 22 import dns.exception namespace
31 class DifferingCovers(dns.exception.DNSException):
36 class IncompatibleTypes(dns.exception.DNSException):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
acl.py 29 from gslib.exception import CommandException
269 def _ApplyExceptionHandler(cls, exception):
270 cls.logger.error('Encountered a problem: %s', exception)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
resumable_upload_handler.py 32 from boto.exception import InvalidUriError
33 from boto.exception import ResumableTransferDisposition
34 from boto.exception import ResumableUploadException
272 # (and raise an exception if they tried to pass one, since it's
667 print('Caught exception (%s)' % e.__repr__())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protobuf_test.py 54 def assertErrorIs(self, exception, message, function, *params, **kwargs):
57 self.fail('Expected to raise exception %s but did not.' % exception)
58 except exception as err:
  /external/deqp/framework/delibs/decpp/
deSharedPtr.hpp 29 #include <exception>
38 class DeadReferenceException : public std::exception
42 : std::exception()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 

Completed in 1889 milliseconds

<<71727374757677787980>>