HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 576 - 600 of 8688) sorted by null

<<21222324252627282930>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_backend_list.py 6 from telemetry.core import exceptions namespace
58 raise exceptions.DevtoolsTargetCrashException(
76 except exceptions.Error as e:
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
exception_formatter.py 5 """Print prettier and more detailed exceptions."""
13 from telemetry.core import exceptions namespace
27 if exception_class == exceptions.IntentionalException:
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
gtest_progress_reporter_unittest.py 8 from telemetry.core import exceptions namespace
15 raise exceptions.IntentionalException()
16 except exceptions.IntentionalException:
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
exception.py 22 """gsutil exceptions.
24 The exceptions in this module are for use across multiple different classes.
50 via gsutil -D (which will include a stack trace for raised Exceptions).
  /external/clang/test/CodeGenObjC/
metadata_symbols.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fexceptions -fobjc-exceptions -o %t %s
21 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-exceptions -fvisibility hidden -emit-llvm -o %t %s
32 // RUN: %clang_cc1 -triple armv6-apple-darwin10 -target-abi apcs-gnu -fobjc-exceptions -emit-llvm -o %t %s
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
ThrowingInsn.java 25 * the list of exceptions handled by this instruction, with the
30 /** {@code non-null;} list of exceptions caught */
60 * @param catches {@code non-null;} list of exceptions caught
  /external/emma/core/java12/com/vladium/util/exception/
Exceptions.java 7 * $Id: Exceptions.java,v 1.1.1.1 2004/05/09 16:57:58 vlad_r Exp $
16 abstract class Exceptions
44 private Exceptions () {} // this class is not extendible
  /external/google-breakpad/src/testing/gtest/test/
gtest_throw_on_failure_test_.cc 32 // Tests Google Test's throw-on-failure mode with exceptions disabled.
34 // This program must be compiled with exceptions disabled. It will be
65 // In the throw-on-failure mode with exceptions disabled, this
gtest_catch_exceptions_test.py 51 # exceptions enabled.
56 # exceptions disabled.
105 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
208 # Filters out SEH exception tests on Windows. Unhandled SEH exceptions
211 # By default, Google Test doesn't catch the exceptions.
  /external/gtest/test/
gtest_throw_on_failure_test_.cc 32 // Tests Google Test's throw-on-failure mode with exceptions disabled.
34 // This program must be compiled with exceptions disabled. It will be
65 // In the throw-on-failure mode with exceptions disabled, this
gtest_catch_exceptions_test.py 51 # exceptions enabled.
56 # exceptions disabled.
118 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
221 # Filters out SEH exception tests on Windows. Unhandled SEH exceptions
224 # By default, Google Test doesn't catch the exceptions.
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java 58 * both checked and unchecked exceptions.
66 * exceptions to instances of type {@code X} using {@link #mapException}.
93 * method's standard exceptions (excluding {@link TimeoutException}, which is
  /external/v8/test/js-perf-test/
JSTests.json 130 "name": "Exceptions",
131 "path": ["Exceptions"],
134 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$",
  /external/v8/test/webkit/
equality.js 30 var exceptions = [ variable
60 for (i = 0; i < exceptions.length; ++i)
61 exceptionMap[exceptions[i]] = 1;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_throw_on_failure_test_.cc 32 // Tests Google Test's throw-on-failure mode with exceptions disabled.
34 // This program must be compiled with exceptions disabled. It will be
65 // In the throw-on-failure mode with exceptions disabled, this
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
HandlerDispatcher.java 33 * <p>Any exceptions thrown on the handler while trying to invoke a method
34 * will be re-thrown. Throwing checked exceptions on a handler which doesn't expect any
35 * checked exceptions to be thrown will result in "undefined" behavior
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java 59 * Throw error codes used by legacy device methods as exceptions.
62 * exceptions.</p>
83 * Throw error codes returned by the camera service as exceptions.
  /frameworks/support/design/tests/src/android/support/design/widget/
TabLayoutTest.java 76 final Throwable[] exceptions = new Throwable[1]; local
84 exceptions[0] = throwable;
89 final Throwable thrown = exceptions[0];
  /ndk/sources/third_party/googletest/googletest/test/
gtest_throw_on_failure_test_.cc 32 // Tests Google Test's throw-on-failure mode with exceptions disabled.
34 // This program must be compiled with exceptions disabled. It will be
65 // In the throw-on-failure mode with exceptions disabled, this
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 50 * @addtogroup exceptions
73 * @ingroup exceptions
191 // @} group exceptions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 50 * @addtogroup exceptions
73 * @ingroup exceptions
191 // @} group exceptions
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_ptr.h 50 * @addtogroup exceptions
73 * @ingroup exceptions
191 // @} group exceptions
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cdtest/
cdtest.exp 41 if { ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-foo.cc tmpdir/cdtest-foo.o]
42 || ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-bar.cc tmpdir/cdtest-bar.o]
43 || ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-main.cc tmpdir/cdtest-main.o] } {
  /external/autotest/scheduler/
thread_lib.py 10 contains a wrapper for standard python threads that records exceptions so they
18 and raises any exceptions as a consolidated DroneTaskQueueException.
34 """A wrapper around regular python threads that records exceptions."""
111 drone thread exceptions.
118 # 3. Selectively retry exceptions.
120 # will raise all drone_utility, ssh and drone_manager exceptions.
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.backends.chrome_inspector.inspector_runtime.html 23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.core.exceptions.html">telemetry.core.exceptions</a><br>
50 &nbsp;&nbsp;exceptions.WebSocketDisconnected<br>
60 &nbsp;&nbsp;exceptions.EvaluateException<br>
61 &nbsp;&nbsp;exceptions.WebSocketDisconnected<br>
70 &nbsp;&nbsp;exceptions.WebSocketDisconnected<br>

Completed in 941 milliseconds

<<21222324252627282930>>