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

<<61626364656667686970>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
ProperFractionFormat.java 23 import org.apache.commons.math.exception.util.LocalizedFormats;
24 import org.apache.commons.math.exception.NullArgumentException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
SemiVariance.java 21 import org.apache.commons.math.exception.NullArgumentException;
22 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/autotest/client/site_tests/audio_SeekAudioFeedback/
audio_SeekAudioFeedback.py 82 exception=error.TestError('Player never end until timeout.'))
103 exception=error.TestError('Player never start until timeout.'))
  /external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
desktopui_MediaAudioFeedback.py 82 exception=error.TestError('Player never end until timeout.'))
99 exception=error.TestError('Player never start until timeout.'))
  /external/autotest/client/site_tests/network_3GRebootStress/
network_3GRebootStress.py 20 def __exit__(self, exception, value, traceback):
21 if exception:
109 # unauthorized if we die with an exception.
  /external/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py 47 except Exception, e:
48 logging.exception('Simulator ended with an exception:')
49 raise error.TestError('Simulator ended with an exception: %r' % e)
59 logging.exception('Failed to start tested services.')
  /external/chromium-trace/catapult/devil/devil/android/
ports.py 38 except Exception: # pylint: disable=broad-except
39 logging.exception('Error while resetting port allocation')
70 except Exception: # pylint: disable=broad-except
71 logging.exception('Error while allocating port')
124 raise Exception('Unexpected format while parsing netstat line: ' +
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
tcmalloc_heap_profiler.py 40 logging.exception('New exception caused by DeviceUtils conversion')
55 raise Exception('Device required special config, run again.')
62 logging.exception('New exception caused by DeviceUtils conversion')
90 raise Exception('Need environment variables, try again with:\n %s' % msg)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/
mxbase.py 21 import dns.exception namespace
69 raise dns.exception.FormError
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
__main__.py 60 import gslib.exception namespace
61 from gslib.exception import CommandException
146 err = ('DEBUG: Exception stack trace:\n %s\n' %
225 raise gslib.exception.CommandException(
270 _HandleCommandException(gslib.exception.CommandException(e.msg))
434 'DEBUG: Caught signal %d - Exception stack trace:\n'
450 reason: e.reason string from caught exception.
544 except gslib.exception.CommandException as e:
547 _HandleCommandException(gslib.exception.CommandException(e.msg))
548 except boto.exception.InvalidUriError as e
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
document.py 25 import boto.exception namespace
30 class SearchServiceException(Exception):
34 class CommitMismatchError(Exception):
37 class EncodingError(Exception):
46 class ContentTooLongError(Exception):
214 :raises: :class:`boto.exception.BotoServerError`
231 raise boto.exception.BotoServerError(self.response.status_code, '',
255 """Raise exception if number of ops in response doesn't match commit
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_resumable_downloads.py 33 from boto.exception import ResumableTransferDisposition
34 from boto.exception import ResumableDownloadException
118 Tests handling of a retryable exception
121 exception = ResumableDownloadHandler.RETRYABLE_EXCEPTIONS[0]
122 harness = CallbackTestHarness(exception=exception)
139 exception = IOError(errno.EPIPE, "Broken pipe")
140 harness = CallbackTestHarness(exception=exception)
155 Tests resumable download that fails with a non-retryable exception
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sqs/
test_message.py 28 from boto.exception import SQSDecodeError
69 message = context.exception.message
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 62 // DR1330: The exception-specification of an implicitly-declared special
107 // Don't instantiate the exception specification here.
112 // Any odr-use causes the exception specification to be evaluated.
114 expected-note {{instantiation of exception specification for 'Error'}} \
115 expected-note {{instantiation of exception specification for '~Error'}}
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 163 catch (const std::exception&)
173 catch (const std::exception& e)
  /external/deqp/executor/
xeCallQueue.cpp 87 catch (const std::exception&)
95 catch (const std::exception&)
  /external/fdlibm/
fdlibm.h 75 struct exception { struct
156 extern int ieee_matherr __P((struct exception *));
  /external/gmock/include/gmock/
gmock-more-actions.h 211 // Action Throw(exception) can be used in a mock function of any type
212 // to throw the given exception. Any copyable value can be thrown.
220 ACTION_P(Throw, exception) { throw exception; }
  /external/google-breakpad/src/testing/gtest/test/
gtest_catch_exceptions_test.py 31 """Tests Google Test's exception catching behavior.
73 """Tests exception-catching behavior."""
77 self.assert_('SEH exception with code 0x2a thrown '
80 self.assert_('SEH exception with code 0x2a thrown '
83 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
85 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
87 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
89 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
91 self.assert_('SEH exception with code 0x2a thrown in the test body'
102 """Tests C++ exception-catching behavior
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 211 // Action Throw(exception) can be used in a mock function of any type
212 // to throw the given exception. Any copyable value can be thrown.
220 ACTION_P(Throw, exception) { throw exception; }
  /external/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatMiscTests.java 32 public static void main(String[] args) throws Exception{
64 catch (ParseException exception) {
65 errln("exception --> " + exception);
  /external/icu/icu4c/source/common/
filteredbrk.cpp 223 * Is there a match (exception) at this spot?
227 * Determine if there is an exception at this spot
260 // loops while 'n' points to an exception.
303 return kExceptionHere; // See if the next is another exception.
324 // no match (no exception) -return the 'underlying' break
332 return kNoExceptionHere; // No match - so exit. Not an exception.
459 virtual UBool suppressBreakAfter(const UnicodeString& exception, UErrorCode& status);
460 virtual UBool unsuppressBreakAfter(const UnicodeString& exception, UErrorCode& status);
500 SimpleFilteredBreakIteratorBuilder::suppressBreakAfter(const UnicodeString& exception, UErrorCode& status)
502 UBool r = fSet.add(exception, status)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatMiscTests.java 28 public static void main(String[] args) throws Exception{
60 catch (ParseException exception) {
61 errln("exception --> " + exception);
  /external/jetty/src/java/org/eclipse/jetty/servlet/
ErrorPageErrorHandler.java 46 private final Map<String,String> _errorPages= new HashMap<String,String>(); // code or exception to URL
123 * @param errorPages The errorPages to set. A map of Exception class name or error code as a string to URI string
133 /** Add Error Page mapping for an exception class
134 * This method is called as a result of an exception-type element in a web.xml file
136 * @param exception The exception
139 public void addErrorPage(Class<? extends Throwable> exception,String uri)
141 _errorPages.put(exception.getName(),uri);
145 /** Add Error Page mapping for an exception class
146 * This method is called as a result of an exception-type element in a web.xml fil
    [all...]

Completed in 3100 milliseconds

<<61626364656667686970>>