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

<<41424344454647484950>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-dynload/
Python-2.7.5-py2.7.egg-info 13 modules, classes, exceptions, very high level dynamic data types, and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
config.c 73 {"exceptions", NULL},
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
Python-2.7.5-py2.7.egg-info 13 modules, classes, exceptions, very high level dynamic data types, and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
__init__.py 26 # Exceptions
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-credentials/0.3.0/
google-auth-library-credentials-0.3.0.jar 
  /art/compiler/optimizing/
intrinsics.h 60 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \
75 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironment, SideEffects, Exceptions) \
204 // intrinsic to exploit e.g. no side-effects or exceptions, but otherwise not handled
  /art/test/955-lambda-smali/smali/
BoxUnbox.smali 90 # Test exceptions are thrown as expected when used opcodes incorrectly
112 # Test exceptions are thrown as expected when used opcodes incorrectly
135 # Test exceptions are thrown as expected when used opcodes incorrectly
  /bionic/libm/arm64/
fenv.c 150 // Set exceptions to untrapped.
156 // Clear all exceptions.
172 // Set FPU Status register to status | currently raised exceptions.
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
MethodSourcer.java 46 String desc, String signature, String[] exceptions) {
54 mExceptions = exceptions;
117 // output throwable exceptions
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3exception.c 60 * the luxury of try and catch blocks, so exceptions are added in the order they occur to
105 * Prints out the message in all the exceptions in the supplied chain.
145 * Frees up a chain of ANTLR3 exceptions
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedExceptionEventsTest.java 88 // Request "caught only" exceptions with super and sub classes.
92 // Request "uncaught only" exceptions with super and sub classes.
96 // Request "caught & uncaught" exceptions with super and sub classes.
  /external/autotest/client/site_tests/network_WiFiInvalidParameters/
network_WiFiInvalidParameters.py 55 except dbus.exceptions.DBusException, e:
108 except dbus.exceptions.DBusException, e:
153 except dbus.exceptions.DBusException, e:
  /external/autotest/frontend/afe/json_rpc/
proxy.py 24 from autotest_lib.client.common_lib import error as exceptions namespace
84 for cls in (exceptions.CrosDynamicSuiteException.__subclasses__() +
85 exceptions.RPCException.__subclasses__()):
  /external/autotest/frontend/shared/
query_lib.py 1 from autotest_lib.frontend.shared import exceptions namespace
66 raise exceptions.BadRequest('Selector %s: %s'
77 raise exceptions.BadRequest('Invalid input for boolean: %r'
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
run_tests 89 import exceptions namespace
90 class DebuggingAssertionError(exceptions.AssertionError):
92 exceptions.AssertionError.__init__(self, *args)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
play_unittest.py 5 from telemetry.core import exceptions namespace
71 self.assertRaises(exceptions.TimeoutException, action.RunAction, self._tab)
108 self.assertRaises(exceptions.TimeoutException, action.RunAction, self._tab)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_api.py 20 from apitools.base.py import exceptions namespace
112 raise exceptions.GeneratedClientError('Unknown class %s' % name)
121 raise exceptions.GeneratedClientError(msg)
155 raise exceptions.ConfigurationValueError(
183 raise exceptions.ConfigurationValueError(
199 raise exceptions.ConfigurationValueError(
359 raise exceptions.InvalidDataError(
371 raise exceptions.InvalidDataError(
421 except (exceptions.InvalidDataFromServerError,
423 raise exceptions.InvalidDataFromServerError
    [all...]
encoding.py 17 from apitools.base.py import exceptions namespace
235 raise exceptions.InvalidDataError(
361 raise exceptions.InvalidDataFromServerError(
424 raise exceptions.InvalidUserInputError(
568 raise exceptions.TypecheckError(
572 raise exceptions.InvalidDataError(
595 raise exceptions.TypecheckError(
602 raise exceptions.InvalidDataError(
628 raise exceptions.InvalidDataError(
632 raise exceptions.InvalidDataError
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 1 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-unknown-unknown -verify -std=c++11 -fcxx-exceptions %s
2 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-unknown-unknown -verify -std=c++14 -fcxx-exceptions %s
3 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-unknown-unknown -std=c++11 -fcxx-exceptions -Wno-invalid-constexpr %s -DNO_INVALID_CONSTEXPR
  /external/clang/test/CodeGenObjC/
exceptions-asm-attribute.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fexceptions -fobjc-exceptions -o %t %s
22 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-exceptions -fvisibility hidden -emit-llvm -o %t %s
33 // RUN: %clang_cc1 -triple armv6-apple-darwin10 -target-abi apcs-gnu -fobjc-exceptions -emit-llvm -o %t %s
  /external/clang/test/CodeGenObjCXX/
literals.mm 1 // RUN: %clang_cc1 -I %S/Inputs -triple x86_64-apple-darwin10 -emit-llvm -fblocks -fobjc-arc -fobjc-runtime-has-weak -fexceptions -fobjc-exceptions -fcxx-exceptions -fobjc-arc-exceptions -O2 -disable-llvm-optzns -o - %s | FileCheck %s
  /external/clang/test/OpenMP/
parallel_num_threads_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
parallel_sections_codegen.cpp 1 // RUN: %clang_cc1 -verify -fopenmp -x c++ -emit-llvm -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -triple x86_64-unknown-unknown -emit-pch -o %t %s
3 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -include-pch %t -fsyntax-only -verify %s -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-llvm -o - | FileCheck %s
sections_codegen.cpp 1 // RUN: %clang_cc1 -verify -fopenmp -x c++ -emit-llvm -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -triple x86_64-unknown-unknown -emit-pch -o %t %s
3 // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -include-pch %t -fsyntax-only -verify %s -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-llvm -o - | FileCheck %s
  /external/droiddriver/src/io/appium/droiddriver/util/
InstrumentationUtils.java 31 import io.appium.droiddriver.exceptions.DroidDriverException;
32 import io.appium.droiddriver.exceptions.TimeoutException;
33 import io.appium.droiddriver.exceptions.UnrecoverableException;

Completed in 1106 milliseconds

<<41424344454647484950>>