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

<<71727374757677787980>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
android_browser_finder.py 127 except Exception:
128 logging.exception('Failure while creating Android browser.')
132 except Exception:
133 logging.exception('Secondary failure while closing browser backend.')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
network_controller_backend.py 18 class ArchiveDoesNotExistError(Exception):
23 class ReplayAndBrowserPortsError(Exception):
139 except Exception:
140 logging.exception(
150 except Exception:
152 logging.exception(
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
HIP.py 20 import dns.exception namespace
61 raise dns.exception.SyntaxError("HIT too long")
SOA.py 18 import dns.exception namespace
100 raise dns.exception.FormError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
document.py 24 import boto.exception namespace
31 class SearchServiceException(Exception):
35 class CommitMismatchError(Exception):
41 class EncodingError(Exception):
51 class ContentTooLongError(Exception):
243 :raises: :class:`boto.exception.BotoServerError`
264 raise boto.exception.BotoServerError(self.response.status_code, '',
285 """Raise exception if number of ops in response doesn't match commit
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
resumable_download_handler.py 30 from boto.exception import ResumableDownloadException
31 from boto.exception import ResumableTransferDisposition
291 print('Caught exception (%s)' % e.__repr__())
340 # case this read attempt would get an IncompleteRead exception,
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
base_handler.py 51 class Error(Exception):
163 Even though raising an exception can cause a task retry, it
221 except Exception, e:
222 logging.exception("Error in JsonHandler, returning exception.")
232 except Exception, e:
233 logging.exception("Could not serialize to JSON")
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 147 } catch (Throwable exception) {
149 exception);
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 111 catch (const tcu::Exception&)
126 catch (const tcu::Exception&)
166 catch (const std::exception&)
322 catch (const std::exception& e)
  /external/deqp/framework/common/
tcuApp.cpp 125 catch (const std::exception& e)
174 catch (const std::exception& e)
  /external/deqp/framework/delibs/decpp/
deBlockBuffer.hpp 30 #include <exception>
37 class BufferCanceledException : public std::exception
193 // \todo [2012-07-06 pyry] A bit hackish to assume that write lock is not freed if exception is thrown out here.
236 // \todo [2012-07-06 pyry] A bit hackish to assume that read lock is not freed if exception is thrown out here.
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.cpp 249 catch (const std::exception& e)
270 catch (const std::exception& e)
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 84 * catch and log the exception. This is rarely the right solution for error
333 // If the exception handler throws, log it. There isn't much else to do!
336 "Exception %s thrown while handling exception: %s", t,
382 public void handleException(Throwable exception,
386 exception.getCause());
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FutureCallbackTest.java 57 Exception e = new IllegalArgumentException("foo not found");
98 public void testOnSuccessThrowsRuntimeException() throws Exception {
99 RuntimeException exception = new RuntimeException(); local
105 Mockito.doThrow(exception).when(callback).onSuccess(result);
112 public void testOnSuccessThrowsError() throws Exception {
TestThread.java 77 @Override public void tearDown() throws Exception {
90 public void callAndAssertReturns(String methodName, Object... arguments) throws Exception {
102 throws Exception {
114 throws Exception {
126 String methodName, Object... arguments) throws Exception {
139 public void callAndAssertBlocks(String methodName, Object... arguments) throws Exception {
157 throws Exception {
172 public void assertPriorCallReturns(@Nullable String methodName) throws Exception {
181 throws Exception {
191 private void sendRequest(String methodName, Object... arguments) throws Exception {
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 66 } catch (InterruptedException exception) {
67 logger.log(Level.FINER, "Exception ", exception);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java 182 for (Class exception : method.getExceptionTypes()) {
191 writeJavaSymbol(out, exception.getSimpleName());
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 248 __u32 exception; member in struct:kvm_debug_exit_arch
300 } exception; member in struct:kvm_vcpu_events
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtNet.java 162 public void onError (Request request, Throwable exception) {
163 httpResultListener.failed(exception);
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 10 exception Error of string
  /external/llvm/test/MC/ARM/
eh-directive-section.s 8 @ For the functions in .text section, the exception handling index (EXIDX)
9 @ should be generated in .ARM.exidx, and the exception handling table (EXTAB)
  /external/skia/experimental/SkV8Example/
Global.cpp 35 v8::String::Utf8Value exception(tryCatch->Exception());
36 const char* exceptionString = to_cstring(exception);
40 // print the exception.
144 // Set up an exception handler before calling the Process function.
  /external/v8/build/android/
adb_logcat_printer.py 151 logger.exception('Error signaling logcat monitor - continuing')
214 logger.exception('Unexpected exception')
tombstones.py 54 logging.exception('Could not retrieve tombstones.')
56 logging.exception('Timed out retrieving tombstones.')
  /external/v8/src/
codegen.cc 36 // AIX raises an underflow exception for (Number.MIN_VALUE % Number.MAX_VALUE)
39 int exception = fetestexcept(FE_UNDERFLOW);
40 return (exception ? x : result);

Completed in 1603 milliseconds

<<71727374757677787980>>