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

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
util_test.py 6 from apitools.base.py import exceptions namespace
115 with self.assertRaises(exceptions.TypecheckError):
118 with self.assertRaises(exceptions.TypecheckError):
121 with self.assertRaises(exceptions.TypecheckError):
124 with self.assertRaises(exceptions.TypecheckError):
154 exceptions.InvalidUserInputError,
159 exceptions.GeneratedClientError,
util.py 16 from apitools.base.py import exceptions namespace
64 raise exceptions.TypecheckError(
77 raise exceptions.TypecheckError(msg)
95 raise exceptions.InvalidUserInputError(
102 raise exceptions.InvalidUserInputError(
105 raise exceptions.InvalidUserInputError(
114 raise exceptions.InvalidUserInputError(
158 raise exceptions.InvalidUserInputError(
162 raise exceptions.GeneratedClientError(
  /external/javassist/src/main/javassist/bytecode/
ExceptionsAttribute.java 27 * The name of this attribute <code>"Exceptions"</code>.
29 public static final String tag = "Exceptions";
38 * Constructs a copy of an exceptions attribute.
50 * Constructs a new exceptions attribute.
77 * @param srcAttr source Exceptions attribute
116 * Returns the names of exceptions that the method may throw.
148 * Sets the names of exceptions that the method may throw.
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ClassEmitter.java 136 public CodeEmitter begin_method(int access, Signature sig, Type[] exceptions) {
143 TypeUtils.toInternalNames(exceptions));
156 staticInit = new CodeEmitter(this, wrapped, access, sig, exceptions);
165 return new CodeEmitter(this, v, access, sig, exceptions) {
171 return new CodeEmitter(this, v, access, sig, exceptions);
272 String[] exceptions) {
275 TypeUtils.fromInternalNames(exceptions));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 90 "__future__", "sys", "exceptions"],
99 import exceptions # exceptions
103 a/exceptions.py
126 "exceptions"],
134 import exceptions # exceptions
135 a/exceptions.py
173 a/exceptions.py
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 90 "__future__", "sys", "exceptions"],
99 import exceptions # exceptions
103 a/exceptions.py
126 "exceptions"],
134 import exceptions # exceptions
135 a/exceptions.py
173 a/exceptions.py
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 90 "__future__", "sys", "exceptions"],
99 import exceptions # exceptions
103 a/exceptions.py
126 "exceptions"],
134 import exceptions # exceptions
135 a/exceptions.py
173 a/exceptions.py
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 90 "__future__", "sys", "exceptions"],
99 import exceptions # exceptions
103 a/exceptions.py
126 "exceptions"],
134 import exceptions # exceptions
135 a/exceptions.py
173 a/exceptions.py
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
ClassStubber.java 63 String[] exceptions) {
64 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
65 return new MethodStubber(mw, access, name, desc, signature, exceptions);
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
archive_info.py 7 from dependency_manager import exceptions namespace
46 raise exceptions.ArchiveError(
53 raise exceptions.ArchiveError(
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.testing.discoverable_classes.parameter_discover_dummyclass.html 30 <dt><font face="helvetica, arial"><a href="telemetry.internal.testing.discoverable_classes.discover_dummyclass.html#DummyException">telemetry.internal.testing.discoverable_classes.discover_dummyclass.DummyException</a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)
47 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
48 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
61 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
65 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
do_nothing_forwarder.py 9 from telemetry.core import exceptions namespace
15 """Base class for exceptions in this module."""
68 except exceptions.TimeoutException:
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
iprofiler_profiler.py 9 from telemetry.core import exceptions namespace
39 raise exceptions.ProfilingException(
42 raise exceptions.ProfilingException(
  /external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_error_middleware.py 2 from paste.exceptions.errormiddleware import ErrorMiddleware
40 ## Applications that raise exceptions
82 assert 'paste.exceptions.errormiddleware' in res
  /external/clang/test/Driver/
rewrite-legacy-objc.m 6 // TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fmax-type-align=16" "-fdiagnostics-show-option"
12 // TEST1: "-fmessage-length" "0" "-stack-protector" "1" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fmax-type-align=16" "-fdiagnostics-show-option"
13 // TEST2: "-fmessage-length" "0" "-stack-protector" "1" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fmax-type-align=16" "-fdiagnostics-show-option"
  /external/clang/test/OpenMP/
parallel_proc_bind_codegen.cpp 1 // RUN: %clang_cc1 -verify -fopenmp -x c++ -triple %itanium_abi_triple -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s
2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple %itanium_abi_triple -fexceptions -fcxx-exceptions -emit-pch -o %t %s
3 // RUN: %clang_cc1 -fopenmp -x c++ -triple %itanium_abi_triple -fexceptions -fcxx-exceptions -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck %s
  /external/compiler-rt/test/asan/TestCases/Windows/
throw_catch.cc 1 // Clang doesn't support exceptions on Windows yet, so for the time being we
2 // build this program in two parts: the code with exceptions is built with CL,
13 // Should just "#include <sanitizer/asan_interface.h>" when C++ exceptions are
  /external/eigen/bench/
basicbench.cxxlist 19 # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-genx"
20 # CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-use"
22 #CLIST[((g++))]="/opt/intel/Compiler/11.1/072/bin/intel64/icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -lrt"
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
ClassProbesAdapter.java 62 final String desc, final String signature, final String[] exceptions) {
65 signature, exceptions);
74 exceptions) {
  /external/llvm/include/llvm/Analysis/
EHPersonalities.h 40 /// exceptions.
42 // The two SEH personality functions can catch asynch exceptions. We assume
43 // unknown personalities don't catch asynch exceptions.
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
ClassVisitorTee.java 68 String[] exceptions) {
69 MethodVisitor mv1 = cv1.visitMethod(access, name, desc, signature, exceptions);
70 MethodVisitor mv2 = cv2.visitMethod(access, name, desc, signature, exceptions);
  /external/protobuf/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
49 // In the throw-on-failure mode with exceptions disabled, this
  /external/v8/test/mjsunit/
instanceof.js 70 var exceptions = 0;
79 exceptions++;
84 assertEquals(88, exceptions);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
ReflectionUtils.java 26 * Utility to convert checked Reflection exceptions to unchecked exceptions.
77 * Wraps all reflection related exceptions. Created since ReflectiveOperationException was
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
exception.hpp 51 * @defgroup exceptions-pbds Exceptions
56 /// Base class for exceptions.

Completed in 1413 milliseconds

<<11121314151617181920>>